/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); */

/* Define Gotham Black */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Black.otf') format('opentype');
    font-weight: 900;
    /* Black is typically 900 */
    font-style: normal;
}

/* Define Gotham Bold */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Bold.otf') format('opentype');
    font-weight: 700;
    /* Bold is typically 700 */
    font-style: normal;
}

/* Define Gotham Book */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Book.otf') format('opentype');
    font-weight: 400;
    /* Book/Regular is typically 400 */
    font-style: normal;
}

/* Define Gotham Light */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Light.otf') format('opentype');
    font-weight: 300;
    /* Light is typically 300 */
    font-style: normal;
}

/* Define Gotham Medium */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Medium.otf') format('opentype');
    font-weight: 500;
    /* Medium is typically 500 */
    font-style: normal;
}

/* Define Gotham Thin */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Thin.otf') format('opentype');
    font-weight: 100;
    /* Thin is typically 100 */
    font-style: normal;
}

/* Define Gotham Thin Italic */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Thin Italic.otf') format('opentype');
    font-weight: 100;
    /* Thin is typically 100 */
    font-style: italic;
}

/* Define Gotham Ultra Italic */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Ultra Italic.otf') format('opentype');
    font-weight: 800;
    /* Ultra is typically 800 */
    font-style: italic;
}

body {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
}

ul {
    margin: 0;
    list-style: none;
}

.mt-48 {
    margin-top: 48px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-24 {
    margin-bottom: 24px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn:focus,
.form-control {
    box-shadow: none !important;
    outline: none !important;
}

.kgc_navbar .navbar-toggler {
    background-color: #20B04B;
}

.container-fluid {
    padding-right: 38px;
    padding-left: 38px;
}

.top_navbar {
    background: #000;
}

.centered-swiper {
    margin: 0 auto;
}

.top_navbar .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 8px 0;
}

.top_navbar a {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .3s ease;
}

.top_navbar a:hover {
    color: #20B04B;
}

.navbar {
    background: rgba(0, 0, 0, 0.75) !important;
    z-index: 22;
}

.babaz_page_wrapper .navbar {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.babaz_page_wrapper .navbar .navbar-nav .nav-item a {
    color: #000;
}

.babaz_page_wrapper .navbar .header_btn {
    background-color: #000;
    color: #fff !important;
}

.navbar .navbar-nav .nav-item a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 12px;
    letter-spacing: 0.6px;
    transition: all .3s ease;
}

.navbar .navbar-nav .nav-item a:hover,
.navbar .navbar-nav .nav-item a:focus {
    color: #20B04B;
}

.navbar .navbar-nav .nav-item a.active {
    color: #20B04B;
}

/* HEADER */
.header {
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    z-index: 22;
    padding: 12px 0;
}

.desktop_logo_top_head {
    display: none;
}

.mobile_logo_top_head {
    display: block;
}

@media (min-width: 1200px) {

    .babaz_page_wrapper .header,
    .crack_me_up_page_wrapper .header,
    .one_kitchen_page_wrapper .header,
    .ghost_kitchens_page_wrapper .header,
    .greek_from_greece_wrapper .header {
        background: rgba(255, 255, 255, 0.75);
    }

    .babaz_page_wrapper .header .wrapper ul li a,
    .crack_me_up_page_wrapper .header .wrapper ul li a,
    .one_kitchen_page_wrapper .header .wrapper ul li a,
    .ghost_kitchens_page_wrapper .header .wrapper ul li a,
    .greek_from_greece_wrapper .header .wrapper ul li a {
        color: #000;
    }

    .babaz_page_wrapper .header .wrapper ul li a.header_btn,
    .crack_me_up_page_wrapper .header .wrapper ul li a.header_btn,
    .one_kitchen_page_wrapper .header .wrapper ul li a.header_btn,
    .ghost_kitchens_page_wrapper .header .wrapper ul li a.header_btn,
    .greek_from_greece_wrapper .header .wrapper ul li a.header_btn {
        background-color: #000;
        color: #fff;
    }

    .desktop_logo_top_head {
        display: block;
    }

    .mobile_logo_top_head {
        display: none;
    }

}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .wrapper ul {
    display: flex;
    align-items: center;
}

.header .wrapper ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    padding: .5rem 0.9rem;
    text-decoration: none;
    transition: all .3s ease;
}


.header .wrapper ul li a:hover {
    color: #20B04B;
}

.header .wrapper ul li a.active {
    color: #20B04B;
}

.header .wrapper ul li a.header_btn {
    border-radius: 50px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 20px;
    margin-left: 8px;
    min-width: 252px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.header .wrapper ul li a.header_btn:hover {
    background-color: #20B04B;
    color: #fff;
}

.header .login_li {
    display: none;
}

.header .mobile_menu_toggler {
    display: none;
    background-color: transparent;
    border: none;
}

/* Mobile Navigation Overlay */
.mobile_nav_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding-top: 20px;
}

.mobile_nav_overlay.active {
    display: flex;
}

.mobile_nav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 24px;
}

.mobile_nav_header .close_mobile_menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile_nav_header .close_mobile_menu img {
    height: 24px;
}

.mobile_nav_overlay .mobile_nav {
    margin-top: 45px;
}

.mobile_nav_overlay .mobile_nav ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 0;
}

.mobile_nav_overlay .mobile_nav ul li a {
    padding-left: 24px;
    padding-right: 24px;
}

.mobile_nav_overlay .mobile_nav ul li a {
    color: #000;
    font-weight: 500;
}

.mobile_nav_overlay .mobile_nav ul li a.header_btn {
    background-color: #20B04B;
    color: #fff !important;
    padding: 24px 29px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Hide desktop navigation on mobile */
@media (max-width: 1199px) {
    .header .desktop_nav {
        display: none;
    }

    .header .mobile_menu_toggler {
        display: block;
    }

    .header .login_li {
        display: block;
    }
}

/* HEADER */

.navbar .header_btn:hover {
    background-color: #20B04B;
    color: #fff !important;
}

.video-section {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    /* margin-top: -56px; */
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.crack_me_up_page_wrapper .video-overlay {
    background-color: transparent;
}

/* .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    margin-top: 3.5rem;
} */

.video-content h1 {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 93%;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 46px;
}

.home_page_wrapper .video-content h1 {
    left: 0;
    right: 0;
    /* transform: unset; */
}

.media_page_wrapper .video-content h1 {
    left: 39px;
}

.home_page_wrapper .video-content h1 {
    width: 100%;
    text-align: center;
}

@media (max-width:1240px) and (min-width:1200px) {
    .header .wrapper ul li a {
        padding: .5rem 9px;
    }
}

@media (max-width: 500px) {

    .join_team_page_wrapper .video-content h1,
    .our_story_page_wrapper .video-content h1,
    .our_locations_page_wrapper .video-content h1,
    .international_page_wrapper .video-content h1,
    .media_page_wrapper .video-content h1,
    .contact_page_wrapper .video-content h1,
    .franchise_page_wrapper .video-content h1 {
        left: 23px;
    }
}

.video-content h1 span {
    color: #20B04B;
}

.hero_section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero_section .hero-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.home_page_wrapper .partner_opportunities .wrapper {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 132px 37px 0px rgba(0, 0, 0, 0.01), 0px 84px 34px 0px rgba(0, 0, 0, 0.02), 0px 47px 28px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding: 48px;
    text-align: center;
}

.home_page_wrapper .partner_opportunities .wrapper .title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.home_page_wrapper .partner_opportunities .wrapper .title span {
    color: #20B04B;
}

.home_page_wrapper .partner_opportunities .wrapper .sub-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.2px;
    margin-top: 48px;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.home_page_wrapper .partner_opportunities .wrapper .sub-title.bottom-title {
    margin-top: 22px;
}

.home_page_wrapper .partner_opportunities .wrapper .partner_btn {
    background-color: #000;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 48px;
    padding: 16px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    transition: all .3s ease;
}

.home_page_wrapper .partner_opportunities .wrapper .partner_btn svg {
    margin-left: 10px;
}

.home_page_wrapper .partner_opportunities .wrapper .partner_btn:hover {
    background-color: #20B04B;
}

.home_page_wrapper .partner_opportunities .wrapper .partner_btn:hover svg path {
    stroke: #fff;
}

.home_page_wrapper .partner_opportunities .wrapper .partner_btn:focus {
    box-shadow: none;
}

.home_page_wrapper .partner_opportunities .box-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.home_page_wrapper .partner_opportunities .box {
    width: 140px;
    height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.home_page_wrapper .partner_opportunities .box_one {
    background-image: url(./images/partner_opp_img1_outer.svg);
}

.home_page_wrapper .partner_opportunities .box_two {
    background-image: url(./images/partner_opp_img2_outer.png);
}

.home_page_wrapper .partner_opportunities .box_three {
    background-image: url(./images/partner_opp_img3_outer.svg);
}

.home_page_wrapper .partner_opportunities .box_four {
    background-image: url(./images/partner_opp_img4_outer.svg);
}

.home_page_wrapper .partner_opportunities .box_one,
.home_page_wrapper .partner_opportunities .box_two,
.home_page_wrapper .partner_opportunities .box_three,
.home_page_wrapper .partner_opportunities .box_four {
    background-position: center;
    background-repeat: no-repeat;
}

.home_page_wrapper .partner_opportunities .box.active {
    width: 620px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.home_page_wrapper .partner_opportunities .box-content {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
}

.home_page_wrapper .partner_opportunities .box-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_page_wrapper .partner_opportunities .box-content .buttons_wrapper {
    position: absolute;
    bottom: 36px;
    left: 36px;
    right: 36px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 500px;
}

.home_page_wrapper .partner_opportunities .box-content .buttons_wrapper .btn {
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    width: 267px;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}

.home_page_wrapper .partner_opportunities .box-content .buttons_wrapper .btn:hover {
    background-color: #20B04B;
    color: #fff;
}

.home_page_wrapper .partner_opportunities .box-content .buttons_wrapper .btn:hover svg path {
    stroke: #fff;
}

.home_page_wrapper .partner_opportunities .box.active .box-content {
    display: block;
}

.home_page_wrapper .by_numers_section {
    margin-top: 48px;
}

/* cards home page */
.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.card-container .card-item {
    position: relative;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    border-radius: 24px;
    overflow: hidden;
    width: 140px;
    height: 490px;
    background-color: #00000040;
}

.card-container .card-item.active {
    width: 522px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-container .card-item .top_logo {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
    transition: all 1s cubic-bezier(0.63, 1.03, 0.84, 1.02);
}

.card-container .card-item .top_logo_crak_me_up {
    position: absolute;
    top: 69px;
    /* right: -25px; */
    left: 50%;
    transform: translate(-50%, 27%);
    transition: all 0.7s cubic-bezier(0.63, 1.03, 0.84, 1.02);
}

.card-container .card-item .top_logo_greek {
    top: 30px;
}

.card-container .card-item .top_logo_crak_me_up img {
    transform: rotate(-90deg);
    width: 177px;
    height: 106px;
}

.card-container .card-item.active .top_logo_crak_me_up img {
    width: 247px;
    height: 148px;
}

.card-container .card-item.active .top_logo_crak_me_up {
    transform: rotate(90deg) translateY(-77%);
    right: 50%;
    left: 0;
    top: 36px;
}

.card-container .card-item.active .top_logo {
    opacity: 0;
    transform: translateY(-100%) rotate(80deg);
    position: absolute;
    left: 50%;
    top: 0%;
}

.card-container .card-item .card_content {
    display: none;
}

.card-container .card-item.active .card_content {
    display: block;
}

.card-container .card-item .outer-img.collapsed {
    position: absolute;
    top: 0;
    left: 0;
}

.card-container .card-item .outer-img.expand {
    width: 620px;
    opacity: 0;
    transition: all 3s ease;
}

.card-container .card-item.active .outer-img.expand {
    transition: all 1s ease;
}

.card-container .card-item.active .outer-img.expand {
    opacity: 1;
}

.card-container .card-item .outer-img {
    width: 140px;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .3s ease;
}

.card-container .card-item.active .outer-img {
    opacity: 0;
}

.card-container .card-item.active .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-container .card-item.greek-from-greece-card.active .top_logo_crak_me_up svg {
    width: 247px;
    height: 148px;
}

.card-container .card-item .card_content .btn-group {
    position: absolute;
    bottom: 36px;
    left: 36px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 400px;
}


.card-container .card-item .card_content .btn-group a,
.card-container .card-item .card_content .btn-group-mobile a {
    border-radius: 50px;
    background-color: #fff;
    height: 44px;
    padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
    transition: all .3s ease;
}

.card-container .card-item .card_content .btn-group a {
    width: auto;
}

@media (min-width: 1400px) {
    .card-container .card-item .card_content .btn-group {
        min-width: 450px;
        flex-wrap: nowrap;
    }

    .card-container .card-item .card_content .btn-group a {
        width: 100%;
    }
}

.card-container .card-item .card_content .btn-group a:hover {
    background-color: #20B04B;
    color: #fff;
}

.card-container .card-item .card_content .btn-group a:hover svg path {
    stroke: #fff;
}

.card-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    transition: all .3s ease;
}

.card-item .overlay.babaz {
    background: linear-gradient(rgba(166, 0, 0, 0.83), rgba(166, 0, 0, 0.83));
    background: #A60000;
}

.card-item .overlay.one-kitchen {
    background: linear-gradient(0deg, rgba(244, 98, 62, 0.91) 0%, rgba(244, 98, 62, 0.91));
    background: #F4623E;
}

.card-item .overlay.crack-me-up {
    background: linear-gradient(0deg, rgba(254, 236, 29, 0.69) 0%, rgba(254, 236, 29, 0.69));
    background: #FEEC1D;
}

.card-item .overlay.greek-from-greece {
    background: linear-gradient(0deg, rgba(19, 6, 85, 0.89) 0%, rgba(19, 6, 85, 0.89) 100%);
    background: linear-gradient(0deg, rgba(3, 112, 181, 0.90) 0%, rgba(3, 112, 181, 0.90) 100%);
    background: #0370B5;
}

.card-item.greek-from-greece-card.active .top_logo_crak_me_up svg path {
    fill: #0066A8;
}

.card-item.active .overlay {
    opacity: 0;
}

/* .greek-from-greece-card .mobile_greek_logo svg {
    transform: rotate(90deg);
} */

/* cards home page */

.home_page_wrapper .by_numers_section h4.title {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.home_page_wrapper .by_numers_section .box-item h5 {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.home_page_wrapper .by_numers_section .box-item .line {
    background: #20B04B;
    width: 169px;
    height: 2px;
}

@media (min-width: 768px) {
    .home_page_wrapper .by_numers_section .box-item .line {
        width: 220px;
    }
}

@media (min-width: 1300px) {
    .home_page_wrapper .by_numers_section .box-item .line {
        width: 300px;
    }
}

.home_page_wrapper .by_numers_section .box-item h6 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    padding: 36px 0 28px 0;
    margin-bottom: 0;
}

.home_page_wrapper .by_numers_section .box-item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    padding-top: 28px;
    margin-bottom: 0;
}

.home_page_wrapper .section_four {
    margin-top: 124px;
}

.home_page_wrapper .section_four .col-md-6 {
    padding: 12px;
}

.home_page_wrapper .section_four .card-box .button {
    position: absolute;
    bottom: 36px;
    left: 36px;
    right: 36px;
}

.home_page_wrapper .section_four .card-box .button a {
    border-radius: 50px;
    background-color: #20B04B;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 220px; */
    transition: all .3s ease;
}

.home_page_wrapper .section_four .card-box .text-content {
    position: absolute;
    top: 36px;
    left: 36px;
}

.home_page_wrapper .section_four .card-box img {
    max-height: 463px;
    object-fit: cover;
    border-radius: 24px;
}

.home_page_wrapper .section_four .card-box .text-content h5 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}

.home_page_wrapper .section_four .card-box .button a svg {
    margin-left: 10px;
}

.home_page_wrapper .section_four .card-box .button a:hover {
    background-color: #FFF;
    color: #000;
}

.home_page_wrapper .section_four .card-box .button a:hover svg path {
    stroke: #20B04B;
}

/* Slider Wrapper */
.home_page_wrapper .section_five {
    margin-top: 24px;
    margin-bottom: 80px;
}

.slider-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

/* Slider Track */
.slider-track {
    display: inline-block;
    white-space: nowrap;
    animation: slide-right-to-left 28s linear infinite;
}

.slider-left-to-right .slider-track {
    animation: slide-left-to-right 28s linear infinite;
}

/* Slider Item */
.slider-item {
    display: inline-block;
    padding: 0 8px;
}

.our_brands .slider-track {
    animation: slide-right-to-left 28s linear infinite;
}

.location-map {
    margin-bottom: 15px;
}

/* Image Styling */
.slider-item img {
    /* width: 100px; */
    height: auto;
    display: block;
    border-radius: 24px;
}

.our_brands .slider-item img {
    border-radius: 0;
}

/* Keyframes for Right to Left */
@keyframes slide-right-to-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Keyframes for Left to Right */
@keyframes slide-left-to-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.home_page_wrapper .section_six {
    margin: 120px 0;
}

.home_page_wrapper .section_six .title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.home_page_wrapper .section_six .images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

footer {
    background-color: #000;
    padding: 48px 0 72px 0;
}

footer .footer_boxes {
    display: flex;
    justify-content: center;
    gap: 70px;
}

footer ul {
    padding: 0;
}

footer .footer-box ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    letter-spacing: -0.16px;
    text-decoration: none;
    margin-bottom: 24px;
}

footer .logo_footer {
    margin-bottom: 20px;
    display: block;
}

footer .socials {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 36px;
    height: 75%;
}

footer .copy_right {
    border-top: 2px solid #171717;
    margin-top: 48px;
}

footer .copy_right .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 24px;
}

footer .copy_right .wrap a,
footer .copy_right .wrap span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    text-decoration: none;
}

footer .terms_wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.mobile-footer .terms_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin: 48px 0;
}

.mobile-footer .terms_wrapper a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.12px;
    text-decoration: none;
}

.mobile-footer .socials {
    margin-bottom: 36px;
}

.mobile-footer .copy_right {
    margin-bottom: 48px;
}

.mobile-footer .copyright span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.12px;
}

.mobile-footer {
    display: none;
}

/* OUR STORY PAGE */
.our_story_page_wrapper .video-content {
    left: 165px;
    text-align: left;
}

.our_story_page_wrapper .video-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_story_page_wrapper .video-content h1 {
    line-height: 93%;
}

.our_story_page_wrapper .section_two {
    margin: 48px 0 128px 0;
}

.our_story_page_wrapper .section_two .box-one,
.our_story_page_wrapper .section_two .box-five {
    background-color: #F6F5F5;
    border-radius: 24px;
    padding: 48px;
    width: 100%;
    max-height: 574px;
}

.our_story_page_wrapper .section_two .box-lg-col {
    padding: 12px;
}

.single_page__wrapper .section_three .col_mb {
    padding: 18px;
}

.single_page__wrapper .section_four {
    padding-top: 18px;
}

.our_story_page_wrapper .section_two .box-one img,
.our_story_page_wrapper .section_two .box-two img,
.our_story_page_wrapper .section_two .box-three img,
.our_story_page_wrapper .section_two .box-four img,
.our_story_page_wrapper .section_two .box-five img,
.our_story_page_wrapper .section_two .box-six img {
    max-height: 575px;
    object-fit: cover;
    border-radius: 24px;
}

.our_story_page_wrapper .section_two .box-one h3,
.our_story_page_wrapper .section_two .box-four h3,
.our_story_page_wrapper .section_two .box-five h3 {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 36px;
}

.our_story_page_wrapper .section_two .box-one p,
.our_story_page_wrapper .section_two .box-four p,
.our_story_page_wrapper .section_two .box-five p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
}

.our_story_page_wrapper .section_two .box-item p:last-child {
    margin-bottom: 0;
}

.our_story_page_wrapper .section_two .row {
    display: flex;
    align-items: stretch;
}

.our_story_page_wrapper .section_two .col-lg-6 {
    display: flex;
}

.our_story_page_wrapper .section_two .box-four {
    background-color: #20B04B;
    padding: 48px;
    border-radius: 24px;
}

.our_story_page_wrapper .section_two .box-four h3 {
    color: #fff;
}

.our_story_page_wrapper .section_two .box-five {
    background-color: #171717;
}

.our_story_page_wrapper .section_two .box-five h3 {
    color: #20B04B;
}

.our_story_page_wrapper .section_two .box-five p {
    color: #fff;
}

.our_story_page_wrapper .our_team {
    margin-bottom: 80px;
}

/* .our_story_page_wrapper .our_team .top_team {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
} */

.our_story_page_wrapper .our_team .title,
.our_story_page_wrapper .new_our_team .title {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.our_story_page_wrapper .new_our_team .title {
    margin-bottom: 60px;
}

.our_story_page_wrapper .our_team .top_team .col_team_top {
    display: flex;
}

.our_story_page_wrapper .our_team .top_team .col_team_top.left_col {
    padding-right: 40px;
    justify-content: end;
}

.our_story_page_wrapper .our_team .top_team .col_team_top.right_col {
    padding-left: 40px;
}

.our_story_page_wrapper .our_team .team-box {
    margin-bottom: 1rem;
    text-align: center;
}

.our_story_page_wrapper .our_team .team-box img {
    border-radius: 100%;
    margin-bottom: 30px;
    width: 100%;
    max-width: 357px;
}

.our_story_page_wrapper .our_team .team-box h5 {
    color: #20B04B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.our_story_page_wrapper .our_team .team-box .details {
    text-align: left;
}

.our_story_page_wrapper .our_team .team-box h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    margin-bottom: 36px;
}

.our_story_page_wrapper .our_team .team-box p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    letter-spacing: -0.16px;
    margin-bottom: 0;
    max-width: 357px;
}

.our_story_page_wrapper .our_team .second_team {
    margin-top: 46px;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 72px; */
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
}

.our_brands .title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.our_brand_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 78px;
}

.our_story_page_wrapper .slider-item {
    padding: 0;
}

.our_story_page_wrapper .slider-track {
    display: inline-block;
    white-space: nowrap;
    animation: slide-right-to-left 28s linear infinite;
}

.our_story_page_wrapper .image-container {
    position: relative;
    overflow: hidden;
}

.categories__section .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.categories__section .categories_grid {
    display: grid;
    width: 100%;
}

.categories__section .categories_grid {
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 575px) {
    .categories__section .categories_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .new_our_team .our-team-box br {
        display: none;
    }
}

@media (min-width: 768px) {
    .categories__section .categories_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .categories__section .categories_grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.categories__section .image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.5s ease;
}

.categories__section .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #20B04B;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.categories__section .image-wrapper h3 {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    font-size: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    z-index: 2;
    margin: 0;
}

.categories__section .image-container:hover .image-wrapper img {
    opacity: 0;
}

.categories__section .image-container:hover .hover-box {
    opacity: 1;
}

/* OUR STORY PAGE */

/* Locations PAGE */
.our_locations_page_wrapper .our_brands {
    margin-top: 80px;
}

.our_locations_page_wrapper .video-content {
    left: 248px;
}

.our_locations_page_wrapper .section_two {
    margin-top: 80px;
}

.our_locations_page_wrapper .section_two .title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.our_locations_page_wrapper .section_two .locations_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.our_locations_page_wrapper .section_two .locations_wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
}

.our_locations_page_wrapper .section_two .locations_wrapper ul li,
.our_locations_page_wrapper .section_two .locations_wrapper .location {
    border-radius: 24px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 38px;
    min-width: 178px;
    transition: all .3s ease;
    cursor: pointer;
}

.coming-soon-hover-desktop {
    width: 203px;
}

.coming-soon-hover-desktop:hover span {
    display: none;
}

.coming-soon-hover-desktop:hover:before {
    content: "Comming soon";
}

.coming-soon-hover:hover {
    background-color: #20B04B !important;
    color: #fff !important;
}

.our_locations_page_wrapper .section_two .locations_wrapper ul li.active,
.our_locations_page_wrapper .section_two .locations_wrapper ul li:hover,
.our_locations_page_wrapper .section_two .locations_wrapper .location.active,
.our_locations_page_wrapper .section_two .locations_wrapper .location:hover {
    border-color: #20B04B;
}

.our_locations_page_wrapper .section_two .locations_wrapper ul li.active.coming-soon-hover-mobile {
    background-color: #20B04B !important;
    color: #fff !important;
}

.our_locations_page_wrapper .location-map {
    border-radius: 24px;
    height: 600px;
}

.location-map {
    position: relative;
    border-radius: 24px;
    height: 600px;
    /* Ensure the height is set */
    background-color: #f3f3f3;
    /* Light gray background */
    overflow: hidden;
}

.map-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite linear;
    z-index: 999;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.our_locations_page_wrapper .leaflet-touch .leaflet-control-attribution {
    display: none;
}

.our_locations_page_wrapper .leaflet-popup-content-wrapper {
    border-radius: 34px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: #FFF;
    box-shadow: 0px 132px 37px 0px rgba(0, 0, 0, 0.01), 0px 84px 34px 0px rgba(0, 0, 0, 0.02), 0px 47px 28px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
}

.locations_popup .head_wrapper {
    background: #000;
    padding: 24px 39px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.locations_popup .head_wrapper img {
    max-width: 157px;
}

.locations_popup .info-details {
    padding: 18px;
}

.locations_popup .info-details h3 {
    color: #20B04B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    margin-bottom: 0;
}

.locations_popup .info-details p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 166%;
    letter-spacing: -0.14px;
    margin: 0;
}

.locations_popup .info-details .order-button {
    border-radius: 50px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    height: 44px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    text-decoration: none;
    transition: all .3s ease;
}

.locations_popup .info-details .order-button:hover {
    background-color: #20B04B;
}

.locations_popup .info-details .order-button:hover svg path {
    stroke: #fff;
}

.our_locations_page_wrapper .leaflet-container a.leaflet-popup-close-button {
    top: 10px;
    right: 10px;
    color: #fff;
}

/* one kitchen popup */
.locations_popup.one-kitchen .info-details h3 {
    color: #F4623E;
}

.locations_popup.one-kitchen .info-details .order-button svg path {
    stroke: #F4623E !important;
}

.locations_popup.one-kitchen .info-details .order-button:hover {
    background-color: #F4623E;
}

.locations_popup.one-kitchen .info-details .order-button:hover svg path {
    stroke: #fff !important;
}

/* one kitchen popup */
/* babaz popup */
.locations_popup.babaz .info-details h3 {
    color: #AD1E23;
}

.locations_popup.babaz .info-details .order-button svg path {
    stroke: #AD1E23 !important;
}

.locations_popup.babaz .info-details .order-button:hover {
    background-color: #AD1E23;
}

.locations_popup.babaz .info-details .order-button:hover svg path {
    stroke: #fff !important;
}

/* babaz popup */
/* babaz popup */
.locations_popup.crack-me-up .info-details h3 {
    color: #EC2028;
}

.locations_popupcrack-me-up.info-details .order-button svg path {
    stroke: #EC2028 !important;
}

.locations_popupcrack-me-up.info-details .order-button:hover {
    background-color: #EC2028;
}

.locations_popupcrack-me-up.info-details .order-button:hover svg path {
    stroke: #fff !important;
}

/* babaz popup */

.leaflet-popup-content {
    margin: 0;
    min-width: 235px;
}



/* Locations PAGE */

/* Franchise PAGE */
.franchise_page_wrapper {
    background-color: #F6F5F5;
}

.franchise_page_wrapper .video-section img,
.join_team_page_wrapper .video-section img,
.contact_page_wrapper .video-section img,
.our_locations_page_wrapper .video-section img,
.babaz_page_wrapper .video-section img,
.one_kitchen_page_wrapper .video-section img,
.video-section img {
    object-fit: cover;
}

.franchise_page_wrapper .video-content {
    left: 243px;
}

.franchise_page_wrapper .video-content h1 {
    text-align: left;
}

.franchise_page_wrapper .kitchen-revolution {
    background-color: #000;
    padding: 80px 0;
}

.franchise_page_wrapper .kitchen-revolution .left_grid {
    flex-wrap: wrap;
}

.franchise_page_wrapper .section__two .item_col .hover_item h5 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
}

.franchise_page_wrapper .kitchen-revolution .top h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin-bottom: 36px;
}

.franchise_page_wrapper .kitchen-revolution .top h4 span {
    color: #20B04B;
}

.franchise_page_wrapper .kitchen-revolution .top p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 166%;
    max-width: 1314px;
}

.franchise_page_wrapper .kitchen-revolution .grid_container {
    padding: 80px 0;
}

.franchise_page_wrapper .growing_industry_section h4 {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    padding-top: 96px;
    margin-bottom: 36px;
}

.franchise_page_wrapper .growing_industry_section p.desc {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    max-width: 1006px;
    margin: 0 auto;
    opacity: 0.7;
}

.franchise_page_wrapper .ghost-kitchens-box {
    border-radius: 24px;
    background: #FFF;
    padding: 60px;
    margin-top: 84px;
}

.franchise_page_wrapper .ghost-kitchens-box .left h6 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.franchise_page_wrapper .ghost-kitchens-box .left .first-img {
    margin-bottom: 48px;
}

.franchise_page_wrapper .babaz_box .left .first-img {
    margin-bottom: 36px;
}

.franchise_page_wrapper .ghost-kitchens-box .right {
    border-left: 3px solid #F6F5F5;
    padding-left: 48px;
}

.franchise_page_wrapper .ghost-kitchens-box .right .box_item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.franchise_page_wrapper .ghost-kitchens-box .right .box_item:not(:last-child) {
    margin-bottom: 60px;
}

.franchise_page_wrapper .ghost-kitchens-box .right .box_item img {
    width: 58px;
}

.franchise_page_wrapper .ghost-kitchens-box .right .box_item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 0;
}

.franchise_page_wrapper .ghost-kitchens-box .btn {
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 60px;
    transition: all .3s ease;
}

.franchise_page_wrapper .one_kitchen_box,
.franchise_page_wrapper .babaz_box {
    margin-top: 36px;
}

.franchise_page_wrapper .ghost-kitchens-box .btn:hover {
    background-color: #20B04B;
}

.franchise_page_wrapper .section__two {
    padding: 48px 0 24px 0;
}

.franchise_page_wrapper .section__two .wrapper,
.franchise_page_wrapper .section_three .wrapper {
    background-color: #fff;
    border-radius: 24px;
    padding: 48px 48px 48px 215px;
}


.franchise_page_wrapper .section__two .wrapper .right-part h5,
.franchise_page_wrapper .section_three .wrapper .right-part h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 130%;
}

.franchise_page_wrapper .section__two .wrapper .right-part h2,
.franchise_page_wrapper .section_three .wrapper .right-part h2 {
    font-size: 28px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.franchise_page_wrapper .section__two .wrapper .right-part h2 span {
    color: #20B04B;
}

.franchise_page_wrapper .section_three .wrapper .right-part h2 span {
    color: #F4623E;
}

.franchise_page_wrapper .section__two .wrapper .right-part p,
.franchise_page_wrapper .section_three .wrapper .right-part p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.16px;
    margin-bottom: 48px;
    max-width: 402px;
}

.franchise_page_wrapper .section_three .wrapper .right-part p {
    margin-top: 48px;
    max-width: 483px;
}

.franchise_page_wrapper .section__two .wrapper .right-part .btn,
.franchise_page_wrapper .section_three .wrapper .right-part .btn {
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 28px;
    padding-right: 28px;
    transition: all .3s ease;
}

.franchise_page_wrapper .section__two .wrapper .right-part .btn:hover,
.franchise_page_wrapper .section_three .wrapper .right-part .btn:hover {
    background-color: #20B04B;
}

.franchise_page_wrapper .section__two .wrapper .right-part .btn:hover svg path,
.franchise_page_wrapper .section_three .wrapper .right-part .btn:hover svg path {
    stroke: #fff;
}

.franchise_page_wrapper .section_four {
    padding: 128px 0 96px 0;
}

.franchise_page_wrapper .section_four .title {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 36px;
}

.franchise_page_wrapper .section_four p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    max-width: 1296px;
    opacity: 0.7;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.franchise_page_wrapper .section_four ul li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    opacity: 0.75;
    margin-bottom: 32px;
    list-style: disc;
}

.franchise_page_wrapper .section_four ul li:last-child {
    margin-bottom: 0;
}

.franchise_page_wrapper .section_five {
    background-color: #fff;
    padding: 80px 0;
}

.franchise_page_wrapper .section_five .title {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 48px;
    text-align: center;
}

.franchise_page_wrapper .section_five .faq-item {
    border-radius: 18px;
    border: 3px solid #F6F5F5;
    background: #fff;
    padding: 20px 24px;
}

.franchise_page_wrapper .section_five .faq-item {
    margin-bottom: 12px;
}

.franchise_page_wrapper .section_five .header_faq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.franchise_page_wrapper .section_five .header_faq h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 0;
}

.franchise_page_wrapper .section_five .header_faq button {
    border-radius: 8px;
    background-color: #F6F5F5;
}

.franchise_page_wrapper .section_five .header_faq button:focus {
    box-shadow: none;
}

.franchise_page_wrapper .section_five .faq_content p,
.franchise_page_wrapper .section_five .faq_content ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    margin-bottom: 0;
    word-break: break-word;
    margin-top: 30px;
}

.franchise_page_wrapper .section_five .faq_content b {
    font-weight: 700;
}

.franchise_page_wrapper .section_five .faq_content ul {
    padding-left: 36px;
}

.franchise_page_wrapper .section_five .faq_content ul li {
    list-style-type: disc;
    padding-left: 0;
}

.franchise_page_wrapper .faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.franchise_page_wrapper .faq_content p {
    color: #555;
}

.franchise_page_wrapper .faq-item .header_faq_btn img {
    transition: all .3s ease-in-out;
}

.franchise_page_wrapper .faq-item.active .btn img,
.franchise_page_wrapper .faq-item.active .header_faq_btn img {
    transform: rotate(180deg);
}

.franchise_page_wrapper .section_six {
    padding: 80px 0;
}

.franchise_page_wrapper .section_six .title {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 48px;
    text-align: center;
}

.franchise_page_wrapper .section_six .top_desc {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.16px;
    max-width: 954px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.franchise_page_wrapper .section_six .top_desc.second-text {
    margin-bottom: 52px;
}

.franchise_page_wrapper .section_six .left-part .box-item {
    border-radius: 24px;
    background-color: #000;
    padding: 36px;
    margin-bottom: 24px;
}

.franchise_page_wrapper .section_six .left-part .box-item h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.franchise_page_wrapper .section_six .left-part .box-item .step_wrapper span {
    color: #20B04B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.franchise_page_wrapper .section_six .left-part .box-item .step_wrapper {
    display: flex;
    gap: 12px;
}

.franchise_page_wrapper .section_six .left-part .box-item h4 span {
    color: #20B04B;
}

.franchise_page_wrapper .section_six .left-part .box-item p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    opacity: 0.75;
    margin: 24px 0 0 0;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 132px 37px 0px rgba(0, 0, 0, 0.01), 0px 84px 34px 0px rgba(0, 0, 0, 0.02), 0px 47px 28px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
    padding: 36px;
    height: 100%;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 54px;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    letter-spacing: -0.14px;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper .checkbox-label::before {
    top: 34%;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper input,
.franchise_page_wrapper .section_six .right-part .form-wrapper select,
.lead_modal .box-lead input {
    border: none;
    border-bottom: 1px solid #434343;
    border-radius: 0;
    padding-left: 0;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper .input_wrapper {
    margin-bottom: 20px;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper input:focus,
.lead_modal .box-lead input:focus,
.franchise_page_wrapper .section_six .right-part .form-wrapper select:focus {
    box-shadow: none;
    border-color: #20B04B;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper .btn {
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    margin-top: 36px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #000;
    transition: all .3s ease;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper .btn:hover {
    background-color: #000;
    color: #fff;
}

.franchise_page_wrapper .section_six .right-part .form-wrapper .btn:hover svg path {
    stroke: #fff;
}

.franchise_page_wrapper .section_six .row {
    display: flex;
    align-items: stretch;
}

.franchise_page_wrapper .section_six .row .col_item {
    display: flex;
}

.franchise_page_wrapper .section_six .row .col_item .left-part,
.franchise_page_wrapper .section_six .row .col_item .right-part {
    width: 100%;
    margin-bottom: 2rem;
}

.franchise_page_wrapper .header_faq button {
    background-color: #fff !important;
    border: none;
}

.franchise_page_wrapper .new_faw_wrapper .col-md-6 {
    padding: 12px;
}

.franchise_page_wrapper .new_faw_wrapper .bottom-wrap {
    border-radius: 18px;
    background-color: #F6F5F5;
    width: 100%;
    padding: 36px;
    text-align: center;
    margin-top: 36px;
}

.franchise_page_wrapper .new_faw_wrapper p.bottom_desc {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    max-width: 1094px;
    margin: 0 auto;
}

.franchise_page_wrapper .new_faw_wrapper p span {
    color: #20B04B;
    font-weight: 700;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.checkbox-input {
    display: none;
}

.checkbox-label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-size: 14px !important;
    color: #333;
}

.checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    /* top: 50%; */
    top: 24%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: white;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


.checkbox-input:checked+.checkbox-label::before {
    background-color: #20B04B;
}

.checkbox-input:checked+.checkbox-label::after {
    opacity: 1;
}

/* custom checkbox */

.our_brands {
    background-color: #fff;
    padding: 60px 0;
}

/* Franchise PAGE */

/* JOIN TEAM PAGE */
.join_team_page_wrapper .video-content {
    left: 227px;
}

.join_team_page_wrapper .video-content h1 {
    text-align: left;
}

.join_team_page_wrapper .section__two {
    background-color: #000;
    padding: 48px 0;
}

.join_team_page_wrapper .section__two .grid_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.join_team_page_wrapper .section__two .grid_container .left_grid,
.franchise_page_wrapper .kitchen-revolution .left_grid {
    display: flex;
    align-items: center;
    gap: 23px;
}

.franchise_page_wrapper .kitchen-revolution .left_grid {
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 1200px) {
    .franchise_page_wrapper .kitchen-revolution .left_grid {
        gap: 20px;
    }
}

.join_team_page_wrapper .section__two .grid_container .left_grid .item_col,
.franchise_page_wrapper .kitchen-revolution .left_grid .item_col {
    position: relative;
    transition: all 0.5s ease;
}

.join_team_page_wrapper .item_col .hover_item,
.franchise_page_wrapper .item_col .hover_item {
    position: absolute;
    inset: 0;
    padding: 28px 24px 69px 24px;
    opacity: 0;
    transition: all 0.5s ease;
}

.join_team_page_wrapper .item_col .hover_item img,
.franchise_page_wrapper .item_col .hover_item img {
    width: 72px;
    height: 72px;
    transition: all 0.5s ease;
}

.join_team_page_wrapper .item_col:hover .hover_item img,
.franchise_page_wrapper .item_col:hover .hover_item img {
    width: 29px;
    height: 29px;
}

.join_team_page_wrapper .item_col .not_hover_item img,
.franchise_page_wrapper .item_col .not_hover_item img {
    width: 72px;
    height: 72px;
    transition: all 0.5s ease;
}

.join_team_page_wrapper .item_col:hover .not_hover_item img,
.franchise_page_wrapper .item_col:hover .not_hover_item img {
    width: 29px;
    height: 29px;
}


.join_team_page_wrapper .item_col:hover .hover_item,
.franchise_page_wrapper .item_col:hover .hover_item {
    opacity: 1;
}

.join_team_page_wrapper .item_col:hover .not_hover_item,
.franchise_page_wrapper .item_col:hover .not_hover_item {
    opacity: 0;
}

.join_team_page_wrapper .item_col:hover,
.franchise_page_wrapper .item_col:hover {
    background-color: #20B04B !important;
}

.join_team_page_wrapper .section__two .item h3,
.franchise_page_wrapper .section__two .item h3 {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-bottom: 36px;
}

.join_team_page_wrapper .section__two .item p,
.franchise_page_wrapper .section__two .item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 642px;
}

.join_team_page_wrapper .section__two .item_col,
.franchise_page_wrapper .section__two .item_col {
    border-radius: 24px;
    background: #232323;
    padding: 36px 36px 64px 36px;
    width: 260px;
    height: 300px;
}

.franchise_page_wrapper .section__two .item_col {
    width: 48%;
}

@media only screen and (max-width: 1220px) {
    .franchise_page_wrapper .kitchen-revolution .left_grid .item_col {
        pointer-events: none;
    }
}

@media only screen and (min-width: 992px) {
    .franchise_page_wrapper .section__two .item_col {
        width: 23%;
    }
}

@media only screen and (min-width: 1520px) {
    .franchise_page_wrapper .section__two .item_col {
        width: 18%;
    }
}

.join_team_page_wrapper .section__two .item_col h5,
.franchise_page_wrapper .section__two .item_col h5 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    margin-top: 47px;
}

.join_team_page_wrapper .section_three {
    padding: 48px 0 0 0;
    margin-bottom: 80px;
}

.join_team_page_wrapper .section_three .title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-bottom: 48px;
}

.join_team_page_wrapper .job_team_departments_navs {
    margin-bottom: 48px;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    border-color: #dadada !important;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link.active {
    color: #20B04B;
}

.join_team_page_wrapper .job_team_departments_navs .nav-tabs {
    border-bottom: none;
}

.join_team_page_wrapper .cover_image_wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.join_team_page_wrapper.first-tab-active .cover_image_wrapper {
    border-top-left-radius: 0;
}

.cover_image_wrapper {
    position: relative;
    overflow: hidden;
}

.cover-image-skeleton-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    background-size: 200% 100%;
    animation: loading 1.5s infinite linear;
    z-index: 2;
    display: none;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.cover_image_wrapper img {
    position: relative;
    z-index: 1;
}

.join_team_page_wrapper .job_team_departments_navs .nav-tabs .nav-link {
    border: 3px solid transparent;
    transition: all .3s ease;
}

.join_team_page_wrapper .job_team_departments_navs .nav-tabs .nav-link:hover {
    color: #20B04B;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link.active {
    border-color: #fff;
    border-radius: 18px 18px 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link.first_tab_active {
    border-color: #fff;
    border-radius: 18px 18px 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link:focus,
.join_team_page_wrapper .job_team_departments_navs .nav-link:hover {
    isolation: auto;
}

.join_team_page_wrapper .section_three .top_section {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.join_team_page_wrapper .section_three .select_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    position: relative;
}

.join_team_page_wrapper .section_three .search_wrapp {
    display: flex;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #000;
    background: #fff;
    padding: 16px 20px;
    height: 44px;
    flex: 1;
    transition: all .2s ease;
}

/* custom scrollbar job type */
.job_item_scroll {
    max-height: 350px;
    /* Slightly less than container */
    overflow-y: auto;
    padding-right: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 47px;
}

.job_item_scroll::-webkit-scrollbar-thumb {
    background: radial-gradient(circle, black 0%, black 20%, transparent 30%, transparent 100%) no-repeat;
    background-size: auto 30px;
    background-position: center;
    border-radius: 20px;
}

.job_item_scroll::-webkit-scrollbar {
    width: 12px;
}

.job_item_scroll::-webkit-scrollbar-track {
    background: linear-gradient(to right, transparent 0, transparent 45%, #222 45%, #222 55%, transparent 55%, transparent 100%);
}

/* .job_item_scroll::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
}

.job_item_scroll::-webkit-scrollbar-thumb {
    background-color: #000;
}

.job_item_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}

.job_item_scroll::-webkit-scrollbar-thumb {
    background: radial-gradient(circle farthest-corner, orange 0%, orange 50%, transparent 50%, transparent 100%) no-repeat;
    background-size: auto 30px;
    background-position: center;
} */
/* custom scrollbar job type */
.join_team_page_wrapper .section_three .job_item .job_item_scroll * {
    font-style: normal;
}

.join_team_page_wrapper .section_three .job_item .job_item_scroll h1,
.join_team_page_wrapper .section_three .job_item .job_item_scroll h2,
.join_team_page_wrapper .section_three .job_item .job_item_scroll h3,
.join_team_page_wrapper .section_three .job_item .job_item_scroll h4,
.join_team_page_wrapper .section_three .job_item .job_item_scroll h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    color: #000;
    letter-spacing: -0.16px;
}

.join_team_page_wrapper .section_three .job_item .job_item_scroll ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
    letter-spacing: -0.16px;
    list-style-type: disc;
}

.join_team_page_wrapper .section_three .job_item .job_item_scroll p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.join_team_page_wrapper .section_three .search_wrapp:hover,
.join_team_page_wrapper .section_three .custom_select:hover .custom_select_trigger {
    border-color: #20B04B;
}

.join_team_page_wrapper .section_three .search_wrapp:hover .image svg path {
    fill: #20B04B;
}

.join_team_page_wrapper .section_three .custom_select:hover .custom_select_trigger .arrow_icon path {
    stroke: #20B04B;
}

.join_team_page_wrapper .section_three .search_wrapp input {
    border: none;
}

.join_team_page_wrapper .section_three .search_wrapp input.form-control::placeholder {
    color: #000;
    font-weight: 300;
}

.join_team_page_wrapper .section_three .search_wrapp input:focus,
.join_team_page_wrapper .section_three .search_wrapp input:focus-visible {
    box-shadow: none;
    outline: none;
}

.join_team_page_wrapper .section_three .custom_select,
.contact_page_wrapper .custom_select {
    /* position: relative; */
    display: inline-block;
}

.contact_page_wrapper .custom_select {
    position: relative;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger,
.contact_page_wrapper .custom_select .custom_select_trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    border-radius: 24px;
    border: 2px solid #000;
    background: #fff;
    width: 180px;
    padding: 16px 20px;
    height: 44px;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
}

/* Skeleton Loading Styles */
.departments-skeleton {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.skeleton-tab {
    width: 120px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 6px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.join_team_page_wrapper .section_three .custom_select.opened .custom_select_trigger,
.contact_page_wrapper .custom_select.opened .custom_select_trigger {
    border-color: #20B04B;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger .arrow_icon path {
    stroke: #000;
}

.join_team_page_wrapper .section_three .custom_select.opened .custom_select_trigger svg path {
    fill: #20B04B;
}

.join_team_page_wrapper .section_three .custom_select.opened .custom_select_trigger .arrow_icon path {
    stroke: #20B04B;
    fill: none;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger span,
.join_team_page_wrapper .section_three .custom_select .custom_select_trigger .arrow_icon,
.join_team_page_wrapper .section_three .custom_select .custom_select_trigger .left_icon {
    position: absolute;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 83px;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger .left_icon {
    left: 20px;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger .arrow_icon {
    right: 20px;
}

.join_team_page_wrapper .section_three .custom_select .custom_select_trigger .arrow_icon {
    transition: all 0.3s ease;
}

.join_team_page_wrapper .section_three .custom_select.opened .custom_select_trigger .arrow_icon {
    transform: rotate(180deg);
}

.join_team_page_wrapper .section_three .custom_select .custom_options span,
.contact_page_wrapper .custom_select .custom_options span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    padding: 0 16px;
    line-height: 25px;
    transition: all .4s ease-in-out;
    width: 100%;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all .3s ease;
}

.join_team_page_wrapper .section_three .custom_select .custom_options span:hover,
.contact_page_wrapper .custom_select .custom_options span:hover {
    color: #20B04B;
}

.join_team_page_wrapper .section_three .custom_select .custom_options,
.contact_page_wrapper .custom_select .custom_options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 5px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    border-radius: 24px;
    border: 2px solid #20B04B;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 999;
}

.join_team_page_wrapper .section_three .custom_select .custom_options {
    max-height: 300px;
    overflow: auto;
}

.join_team_page_wrapper .section_three .custom_select .custom_options::-webkit-scrollbar,
.contact_page_wrapper .custom_select .custom_options::-webkit-scrollbar {
    display: none;
}

/* Firefox */
.join_team_page_wrapper .section_three .custom_select .custom_options {
    scrollbar-width: none;
    /* Firefox */
}

.join_team_page_wrapper .section_three .custom_select .custom_options div,
.contact_page_wrapper .custom_select .custom_options div {
    margin: 8px 0;
}

.join_team_page_wrapper .section_three .custom_select.opened .custom_options,
.contact_page_wrapper .custom_select.opened .custom_options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.join_team_page_wrapper .section_three .counter_positions {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    padding: 22px 0 20px 0;
    border-bottom: 1px solid rgba(118, 118, 128, 0.12);
}

.join_team_page_wrapper .section_three .counter_positions span {
    color: #20B04B;
}

.join_team_page_wrapper .hr-line {
    border-bottom: 1px solid rgba(118, 118, 128, 0.12);
}

.join_team_page_wrapper .section_three .job_item .header_acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.join_team_page_wrapper .section_three .job_item .header_acc h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

.join_team_page_wrapper .section_three .job_item .header_acc h4.green {
    color: #20B04B;
}

.join_team_page_wrapper .section_three .job_item .header_acc button {
    color: rgba(27, 31, 38, 0.72);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    background: none;
    border: none;
    pointer-events: auto;
    transition: all .3s ease-in-out;
}

.join_team_page_wrapper .section_three .job_item .header_acc button:hover {
    color: #20B04B;
}

.join_team_page_wrapper .section_three .job_item .sub__title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 24px;
}

.join_team_page_wrapper .section_three .job_item .leadership_ul h6,
.join_team_page_wrapper .section_three .job_item .leadership_ul ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 0;
}

.join_team_page_wrapper .leadership_ul {
    margin-bottom: 1.4rem;
}

.join_team_page_wrapper .section_three .job_item .leadership_ul ul {
    padding-left: 1.5rem;
}

.join_team_page_wrapper .section_three .job_item .leadership_ul ul li {
    list-style-type: disc;
}

.join_team_page_wrapper .section_three .job_item .title {
    color: #20B04B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin: 50px 0;
}

.join_team_page_wrapper .section_three .job_item .title:hover h4,
.join_team_page_wrapper .section_three .job_item .title:hover button {
    color: #20B04B;
}

.join_team_page_wrapper .section_three .job_item .left p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    letter-spacing: -0.16px;
    margin-bottom: 0;
}

.join_team_page_wrapper .section_three .job_item .info {
    display: flex;
    align-items: center;
    gap: 17px;
    border-bottom: 2px solid rgba(118, 118, 128, 0.12);
    margin-bottom: 17px;
    padding-bottom: 18px;
}

.join_team_page_wrapper .section_three .job_item .info img {
    width: 40px;
}

.join_team_page_wrapper .section_three .job_item .info h5 {
    color: rgba(27, 31, 38, 0.72);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.join_team_page_wrapper .section_three .job_item .info span {
    color: rgba(27, 31, 38, 0.72);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.join_team_page_wrapper .section_three .job_item .left .btn {
    border-radius: 50px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 24px;
    padding-right: 24px;
    transition: all .3s ease;
}

.join_team_page_wrapper .section_three .job_item .left .btn:hover {
    background-color: #000;
    color: #fff;
}

.join_team_page_wrapper .section_three .job_item .right {
    text-align: right;
}

.join_team_page_wrapper .section_three .job_item .collapse .row {
    padding-bottom: 50px;
}

.job_modal .modal-dialog {
    max-width: 1300px;
}

.job_modal .modal-content {
    padding: 24px 48px 48px 48px;
    border-radius: 24px;
}

.job_modal .modal-dialog .modal_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 48px;
}

.job_modal .modal-dialog .modal_header span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.job_modal .left-col p {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    letter-spacing: -0.16px;
    margin-bottom: 74px;
}

.job_modal .left-col label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
}

.job_modal .iti--separate-dial-code .iti__selected-flag,
.franchise_page_wrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
}

.job_modal .iti,
.franchise_page_wrapper .iti {
    width: 100%;
}

.job_modal .left-col input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 0px;
    padding-left: 0;
    transition: all .3s ease;
}

.job_modal .left-col input:focus {
    border-color: #20B04B !important;
}

.job_modal .custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.job_modal .custom-checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.custom-checkbox .checkmark svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-checkbox .checkmark .unchecked {
    display: block;
}

.custom-checkbox .checkmark .checked {
    display: none;
}

.custom-checkbox input:checked~.checkmark .unchecked {
    display: none;
}

.custom-checkbox input:checked~.checkmark .checked {
    display: block;
}

.job_modal .custom-checkbox .confirm__label {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
}

.job_modal .custom-checkbox label {
    margin-bottom: 0;
}

.job_modal .file-upload {
    margin-bottom: 15px;
}

.job_modal .file-upload input[type="file"] {
    display: none;
}

.job_modal .file-upload label {
    background-color: #F6F5F5;
    padding: 10px 49px 10px 20px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    cursor: pointer;
    min-width: 257px;
    transition: all .3s ease;
}

.job_modal .file-upload label:hover {
    background-color: #20B04B;
    color: #fff
}

.job_modal .file-upload label:hover svg path {
    fill: white;
}

.job_modal .file-name {
    margin-left: 10px;
    font-style: italic;
    color: #555;
}

.job_modal .file_upload_wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.job_modal .file_upload_wrapper label {
    margin-bottom: 0;
}

.job_modal .right-col {
    border-radius: 24px;
    background-color: #F6F5F5;
    padding: 48px 48px 26px 48px;
    margin-left: 48px;
    border: 1px solid #F6F5F5;
    transition: all .3s ease;
}

.job_modal .right-col:hover {
    border-color: #20B04B;
}

.job_modal .right-col .title {
    color: #232323;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    padding-bottom: 66px;
    border-bottom: 1px solid rgba(60, 60, 67, 0.29);
    margin-bottom: 30px;
    transition: all .3s ease;
}

.job_modal .right-col:hover .title {
    color: #20B04B;
}

.job_modal .right-col .info_detail {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 19px;
}

.job_modal .right-col .info_detail:not(:last-child) {
    margin-bottom: 37px;
}

.job_modal .right-col .info_detail img {
    width: 18px;
}

.job_modal .right-col .info_detail h5 {
    color: rgba(27, 31, 38, 0.72);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.job_modal .right-col .info_detail span {
    color: rgba(27, 31, 38, 0.72);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.job_modal .left-col .btn {
    border-radius: 50px;
    background-color: #232323;
    padding: 16px 20px;
    margin-top: 37px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: capitalize;
    height: 44px;
    min-width: 193px;
    transition: all .3s ease;
}

.job_modal .left-col .btn:hover {
    background-color: #20B04B;
}

.job_modal .modal-body {
    padding: 0;
}

.mobile_togglet_selects {
    background-color: #000;
    border-radius: 24px;
    border: none;
    width: 44px;
    height: 44px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.mobile_togglet_selects.open {
    background-color: #20B04B;
}

/* JOIN TEAM PAGE */

/* CONTACT PAGE */
.contact_page_wrapper .video-content {
    left: 148px;
}

.contact_page_wrapper .video-content h1,
.our_locations_page_wrapper .video-content h1,
.international_page_wrapper h1 {
    text-align: left;
}

.contact_page_wrapper .section_two {
    background-color: #F6F5F5;
    padding: 48px 0;
}

.contact_page_wrapper .section_two .left_part h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-bottom: 36px;
}

.contact_page_wrapper .section_two .left_part h4 span {
    color: #20B04B;
}

.contact_page_wrapper .section_two .left_part p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    margin-bottom: 90px;
    max-width: 486px;
}

.contact_page_wrapper .section_two .left_part .info-details h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: 154%;
    margin-bottom: 0;
}

.contact_page_wrapper .section_two .left_part .info-details span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.16px;
    display: block;
}

.contact_page_wrapper .section_two .right_part {
    border-radius: 24px;
    background-color: #fff;
    padding: 50px 55px;
}

.contact_page_wrapper .section_two .right_part h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: 154%;
    margin-bottom: 30px;
}

.contact_page_wrapper .section_two .right_part form {
    margin-top: 32px;
}

.contact_page_wrapper .section_two .right_part input {
    border: none;
    border-bottom: 1px solid rgba(60, 60, 67, 0.29);
    border-radius: 0;
    padding-left: 0;
}

.contact_page_wrapper .input_wrapp {
    margin-bottom: 20px;
}

.contact_page_wrapper .section_two .right_part input:focus {
    border-color: #20B04B;
}

.contact_page_wrapper .section_two .right_part input.form-control::placeholder {
    color: #434343;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
}

.contact_page_wrapper .section_two .right_part label {
    color: #434343;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 40px;
}

.contact_page_wrapper .section_two .right_part .btn {
    border-radius: 50px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 28px;
    padding-right: 28px;
    transition: all .3s ease;
}

.contact_page_wrapper .section_two .right_part .btn:hover {
    background-color: #20B04B;
}

.contact_page_wrapper .section_two .right_part .btn:hover svg path {
    stroke: #fff;
}

.contact_page_wrapper .custom_select .custom_select_trigger {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 36px;
    padding: 16px;
    width: 150px;
    gap: 8px;
    color: rgba(27, 31, 38, 0.72);
}

.contact_page_wrapper .custom_select.opened .custom_select_trigger {
    border-color: rgba(0, 0, 0, 0.10);
    background-color: #F4F4F4;
}

.contact_page_wrapper .custom_select .custom_options {
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.contact_page_wrapper .custom_select .custom_options span {
    padding: 2px 16px;
}

.contact_page_wrapper .custom_select .custom_options span:hover {
    background: #F4F4F4;
    color: #20B04B;
    border-radius: 17px;
}

.contact_page_wrapper .custom_select .custom_select_trigger .arrow_icon {
    transition: all 0.3s ease;
}

.contact_page_wrapper .custom_select.opened .custom_select_trigger .arrow_icon {
    transform: rotate(180deg);
}

.contact_page_wrapper .section_two .row {
    align-items: center;
}

/* CONTACT PAGE */

/* BABAZ PAGE */
.single_page__wrapper .section_two {
    background: #AD1E23;
    padding: 24px 0;
}

.single_page__wrapper .section_two a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 0;
}

.single_page__wrapper .section_two .title {
    color: #FEE249;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin: 24px 0;
}

.single_page__wrapper .section_three {
    padding: 80px 0 0 0;
}

.single_page__wrapper .section_three .title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 36px;
}

.single_page__wrapper .section_three .box_item {
    border-radius: 24px;
    background-color: #F6F5F5;
    padding: 48px;
    height: 100%;
    min-height: 569px;
    max-height: 569px;
    display: flex;
    flex-direction: column;
}

.single_page__wrapper .section_three .image {
    height: 100%;
    max-height: 569px;
}

.single_page__wrapper .section_three .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.single_page__wrapper .section_three .box_item h5 {
    color: #AD1E23;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 36px;
    word-wrap: break-word;
}

.single_page__wrapper .section_three .box_item.box3 h5 {
    color: #EC2028;
    margin-bottom: 36px;
}

.babaz_page_wrapper .section_three .box_item.box3 h5 {
    color: #AD1E23;
}

.babaz_page_wrapper .section_three .box_item h5 {
    margin-bottom: 36px;
}

.one_kitchen_page_wrapper .section_three .box_item h5 {
    margin-bottom: 36px;
}

.greek_from_greece_wrapper .section_three .box_item.box3 h5 {
    color: #0066A8;
}

.single_page__wrapper .section_three .box_item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    flex: 1;
}

.single_page__wrapper .section_three .box_item p::-webkit-scrollbar {
    display: none;
}

.single_page__wrapper .section_three .box_item p b {
    font-weight: 700;
}

.single_page__wrapper .section_three .box_item.box2 {
    background-color: #AD1E23;
}

.one_kitchen_page_wrapper .section_three .box_item.box2 {
    background-color: #F4623E;
}


.crack_me_up_page_wrapper .section_three .box_item.box2 {
    background-color: #FFEA1B;
}

.greek_from_greece_wrapper .section_three .box_item.box2 {
    background-color: #0066A8;
}

.single_page__wrapper .section_three .box_item.box2 h5 {
    color: #FEE249;
}


.crack_me_up_page_wrapper .section_three .box_item.box2 h5 {
    margin-bottom: 36px;
    color: #EC2028;
}

.greek_from_greece_wrapper .section_three .box_item.box2 h5 {
    color: #fff;
}

.single_page__wrapper .section_three .box_item.box2 p {
    color: #fff;
}

.crack_me_up_page_wrapper .section_three .box_item.box2 p {
    color: #000;
}

.greek_from_greece_wrapper .section_three .box_item.box2 p {
    color: #fff;
}

.greek_from_greece_wrapper .section_three .box_item.box2 p {
    max-width: 100%;
}

.one_kitchen_page_wrapper .section_three .box_item.box2 p,
.one_kitchen_page_wrapper .section_three .box_item.box1 p,
.one_kitchen_page_wrapper .section_three .box_item.box3 p {
    color: #003E27;
}

.one_kitchen_page_wrapper .section_three .box_item.box2 p {
    color: #fff;
}

.single_page__wrapper .section_four .wrapper {
    background-color: #000;
    padding: 48px;
    border-radius: 24px;
    margin-bottom: 15px;
}

.single_page__wrapper .section_four .wrapper h3,
.single_page__wrapper .section_four .wrapper h5 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}

.single_page__wrapper .section_four .wrapper h5 {
    color: #AD1E23;
    margin-bottom: 48px;
}

.single_page__wrapper .section_four .btn {
    border-radius: 50px;
    background-color: #000;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    transition: all .3s ease;
}


.single_page__wrapper .section_four .btn:hover {
    background-color: #AD1E23;
}

.crack_me_up_page_wrapper.single_page__wrapper .section_four .wrapper h3,
.ghost_kitchens_page_wrapper.single_page__wrapper .section_four .wrapper h3 {
    color: #000;
    margin-bottom: 0;
}

.ghost_kitchens_page_wrapper .section_four .btn:hover {
    background-color: #20B04B;
}

.single_page__wrapper .section_four .btn svg {
    margin-left: 10px;
}

.single_page__wrapper .section_four .btn:hover svg path {
    stroke: #fff;
}

.single_page__wrapper.one_kitchen_page_wrapper .section_four .btn:hover {
    background-color: #F4623E;
}

.single_page__wrapper.crack_me_up_page_wrapper .section_four .btn:hover {
    background-color: #EC2028;
}

.single_page__wrapper.one_kitchen_page_wrapper .section_three .box_item.box3 h5 {
    color: #F4623E;
}

.single_page__wrapper.babaz_page_wrapper .section_four .wrapper {
    background-color: #AD1E23;
}

.single_page__wrapper.one_kitchen_page_wrapper .section_four .wrapper {
    background-color: #F4623E;
}

.single_page__wrapper.crack_me_up_page_wrapper .section_four .wrapper {
    background-color: #FFEA1B;
}

.single_page__wrapper.babaz_page_wrapper .section_four .wrapper h5 {
    color: #FEE249;
}

.babaz_page_wrapper .section_two .wrapper .left-card {
    background: #AD1E23;
}

.crack_me_up_page_wrapper.single_page__wrapper .section_four .wrapper h5 {
    color: #EC2028;
}

.single_page__wrapper.crack_me_up_page_wrapper .section_four .wrapper h6 {
    color: #EC2028;
}

.single_page__wrapper.crack_me_up_page_wrapper .section_four .franchise-btn {
    border-color: #000;
    color: #000;
}

.single_page__wrapper.crack_me_up_page_wrapper .section_four .franchise-btn:hover {
    background-color: #000;
    color: #fff;
}

.single_page__wrapper.crack_me_up_page_wrapper .section_four .franchise-btn:hover svg path {
    stroke: #fff;
}

.single_page__wrapper.ghost_kitchens_page_wrapper .section_four .wrapper {
    background-color: #20B04B;
}

.single_page__wrapper.greek_from_greece_wrapper .section_four .wrapper {
    background-color: #0066A8;
}

.greek_from_greece_wrapper.single_page__wrapper .section_four .wrapper h5,
.single_page__wrapper.greek_from_greece_wrapper .section_four .wrapper h6 {
    color: #fff;
}

.single_page__wrapper.greek_from_greece_wrapper .section_four .franchise-btn {
    color: #fff;
    border-color: #fff;
}

.single_page__wrapper.greek_from_greece_wrapper .section_four .franchise-btn:hover {
    background-color: #fff;
    color: #000;
}

.single_page__wrapper.greek_from_greece_wrapper .section_four .franchise-btn:hover svg path {
    stroke: #000;
}

/* BABAZ PAGE */

.one_kitchen_page_wrapper .section_two {
    background-color: #F4623E;
}

.one_kitchen_page_wrapper .section_two .title {
    color: #fff;
}

.one_kitchen_page_wrapper .section_two .title span {
    color: #003E27;
}

.one_kitchen_page_wrapper .section_four .wrapper h3 {
    color: #003E27;
}

.one_kitchen_page_wrapper .section_four .wrapper h5 {
    color: #F4623E;
}

.crack_me_up_page_wrapper .section_two {
    background-color: #EC2028;
}

.crack_me_up_page_wrapper .section_two .title {
    color: #fff;
}

.crack_me_up_page_wrapper .section_four .wrapper h5 {
    color: #EC2028;
}

.ghost_kitchens_page_wrapper .section_two {
    background-color: #20B04B;
}

.ghost_kitchens_page_wrapper .section_two .title {
    color: #fff;
}

.ghost_kitchens_page_wrapper .section_three .box_item.box1,
.ghost_kitchens_page_wrapper .section_three .box_item.box3 {
    background-color: #F6F5F5;
}

.ghost_kitchens_page_wrapper .section_three .box_item.box1 h5,
.ghost_kitchens_page_wrapper .section_three .box_item.box3 h5 {
    color: #20B04B;
}

.one_kitchen_page_wrapper .section_three .box_item.box1 h5 {
    color: #F4623E;
}

.crack_me_up_page_wrapper .section_three .box_item.box1 h5 {
    color: #EC2028;
    margin-bottom: 36px;
}

.greek_from_greece_wrapper .section_three .box_item.box1 h5 {
    color: #0066A8;
}

.ghost_kitchens_page_wrapper .section_three .box_item.box1 p,
.ghost_kitchens_page_wrapper .section_three .box_item.box3 p {
    color: #171717;
}

.ghost_kitchens_page_wrapper .section_three .box_item.box2 {
    background-color: #20B04B;
}

.ghost_kitchens_page_wrapper .section_three .box_item.box2 h5,
.one_kitchen_page_wrapper .section_three .box_item.box2 h5 {
    color: #fff;
}

.ghost_kitchens_page_wrapper .section_four .wrapper h5 {
    color: #20B04B;
}

.single_page__wrapper .section_two {
    background-color: #fff;
    padding: 0;
    margin-top: 70px;
}

.single_page__wrapper .section_two .wrapper {
    display: flex;
}

.single_page__wrapper .section_two .wrapper .left-card,
.single_page__wrapper .section_two .wrapper .right-card {
    width: 50%;
}

.single_page__wrapper .section_two .wrapper .right-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.greek-from-greece-card .section_two .wrapper .left-card {
    background-color: #0066A8;
    padding: 24px 0 80px 0;
}

.ghost_kitchens_page_wrapper .section_two .wrapper .left-card {
    background-color: #000;
}

.crack_me_up_page_wrapper .section_two .wrapper .left-card {
    background-color: #FFEA1B;
}

.greek_from_greece_wrapper .section_two .wrapper .left-card {
    background-color: #0066A8;
}

.one_kitchen_page_wrapper .section_two .wrapper .left-card {
    background-color: #F4623E;
}

.single_page__wrapper .section_two .wrapper .left-card {
    padding: 24px 0 80px 0;
}

.single_page__wrapper .section_two .wrapper .left-card img {
    max-width: 90%;
}

.single_page__wrapper .section_two .wrapper .left-card h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-top: 36px;
}

.ghost_kitchens_page_wrapper .section_two .wrapper .left-card h4 {
    margin-top: 92px;
}

.crack_me_up_page_wrapper.single_page__wrapper .section_two a {
    color: #EC2028;
}

.greek_from_greece_wrapper.single_page__wrapper .section_two a {
    color: #fff;
}

.crack_me_up_page_wrapper .section_two .wrapper .left-card h4 {
    color: #EC2028;
}

.single_page__wrapper .section_two .wrapper .left-card .back-btn-wrapper {
    margin-bottom: 38px;
}

.ghost_kitchens_page_wrapper .section_two .wrapper .left-card .back-btn-wrapper {
    margin-bottom: 92px;
}

.one_kitchen_page_wrapper .section_two .wrapper .left-card .back-btn-wrapper {
    margin-bottom: 79px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.one_kitchen_page_wrapper .section_two .wrapper .left-card h4 {
    margin-top: 79px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .one_kitchen_page_wrapper .section_two .wrapper .left-card img {
        width: 95%;
    }
}

.single_page__wrapper .section_two .wrapper .left-card h5 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin: 82px 0 0 0;
}

.error-message {
    position: relative;
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    z-index: 9;
}

.iti__country-list {
    z-index: 999;
}

.success-message {
    color: #20B04B;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    width: auto;
    margin-left: -125px;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 2%;
    top: 30px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-color: #47d864;
    border-left: 4px solid #47d864;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

#snackbar .fa-check-circle {
    color: #47d864;
}

#snackbar .fa-exclamation-circle {
    color: #ff623d;
}


#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.error {
    background-color: #fff;
    border-color: #ff623d;
}

/* MEDIA */
.media_page_wrapper .section-news {
    padding: 90px 0;
    background-color: #F6F5F5;
}

.media_page_wrapper .section-news h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.media_page_wrapper .section-news .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.media_page_wrapper .section-news .box {
    display: flex;
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
    box-shadow: 0px 132px 37px 0px rgba(0, 0, 0, 0.04), 0px 84px 34px 0px rgba(0, 0, 0, 0.02), 0px 47px 28px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
}

.media_page_wrapper .section-news .box.skeleton {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0 !important;
    border-radius: 24px !important;
    height: 200px !important;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.media_page_wrapper .section-news .box .image {
    border-right: 1px solid #fcf5f5;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}

.media_page_wrapper .section-news .box .image img {
    width: 238px;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.media_page_wrapper .section-news .box .content-box {
    padding: 24px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
}

.media_page_wrapper .section-news .box .content-box p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.media_page_wrapper .section-news .box .content-box .btn {
    border-radius: 50px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    transition: all .3s ease;
}

.media_page_wrapper .section-news .box .content-box .btn svg path {
    stroke: #000;
}

.media_page_wrapper .section-news .box .content-box .btn:hover {
    color: #20B04B;
}

.media_page_wrapper .section-news .box .content-box .btn:hover svg path {
    stroke: #20B04B;
}

.media_page_wrapper .video-content {
    left: 293px;
}

.media_page_wrapper .section-three {
    padding: 80px 0;
}

.media_page_wrapper .section-three h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.media_page_wrapper .section-three .left h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 36px;
}

.media_page_wrapper .section-three .left p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
}

.media_page_wrapper .section-three .media-img {
    padding-left: 48px;
}

.media_page_wrapper .play_link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media_page_wrapper .section-four {
    padding: 80px 0 50px 0;
    border-top: 1px solid #F6F5F5;
}

.media_page_wrapper .section-four h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.media_page_wrapper .custom-video-player {
    margin-bottom: 48px;
}

.media_page_wrapper .custom-video-player h6 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.media_page_wrapper .custom-audio-player {
    position: relative;
    background: #181818;
    color: #fff;
    padding: 0 10px;
}

.media_page_wrapper .player-controls {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.media_page_wrapper .play-button {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.media_page_wrapper .play-button::before {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.media_page_wrapper .play-button.playing::before {
    content: "❚❚";
    left: 50%;
}

.media_page_wrapper .progress-bar {
    flex-grow: 1;
    height: 4px;
    background: #444;
    border-radius: 2px;

    height: 60px;
    opacity: 0.3;
    z-index: 9999;
    position: relative;
    background: rgba(255, 255, 255, .05);

    cursor: pointer;
}

.media_page_wrapper .progress {
    height: 100%;
    background: #fff;
    border-radius: 2px;
    width: 0%;
    opacity: 0.3;
    position: relative;
}

.media_page_wrapper .progress::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

.media_page_wrapper .progress-bar:hover .progress::after {
    opacity: 1;
}

.media_page_wrapper .time-display {
    font-size: 12px;
    color: #aaa;
    display: flex;
    gap: 5px;
}

.media_page_wrapper .track-info {
    position: absolute;
    color: #fff;
    /* left: 0; */
    /* z-index: 3443; */
    top: 19px;
    left: 10px;
    right: 0;
    bottom: 0;
    margin-left: 52px;
    font-weight: 400;
    font-size: 16px;
}

.media_page_wrapper .track-info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}

.media_page_wrapper .title {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media_page_wrapper .section-five {
    border-top: 1px solid #F6F5F5;
    padding: 80px 0;
}

.media_page_wrapper .section-five .title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.media_page_wrapper .section-five .col-lg_section {
    padding: 18px;
}

/* MEDIA */

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

/* SKELETON LOADER JOB ITEM */
.skeleton-wrapper {
    width: 100%;
    height: 470px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite linear;
}

/* SKELETON LOADER JOB ITEM */

.partner_opportunities.mobile {
    display: none;
}

.partner_opportunities.desktop {
    display: block;
}

/* international */
.international_page_wrapper .video-content {
    left: 230px;
}

.international_page_wrapper .section-two {
    padding: 80px 0 0 0;
}

.international_page_wrapper .section-two .btn {
    border: 2px solid #000;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 44px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    padding: 16px 24px;
    margin: 48px 0 80px 0;
    transition: all .3s ease;
}

.international_page_wrapper .section-two .btn:hover {
    background-color: #000;
    color: #fff;
}

.international_page_wrapper .section-two .btn:hover svg path {
    stroke: #fff;
}

.international_page_wrapper .section-two h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    margin-bottom: 57px;
    text-align: center;
    width: 100%;
}

.international_page_wrapper .section-two p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.16px;
    max-width: 1104px;
    margin: 0 auto;
}

.international_page_wrapper .location-map {
    margin-top: 48px;
}

.international_page_wrapper .leaflet-popup-content-wrapper {
    padding: 20px;
    text-align: center;
}

.international_page_wrapper .leaflet-popup-content-wrapper .leaflet-popup-content {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.international_page_wrapper .leaflet-container a.leaflet-popup-close-button {
    top: 10px;
    right: 10px;
}

.international_page_wrapper .leaflet-touch .leaflet-control-attribution {
    display: none;
}

.international_page_wrapper .leaflet-container .leaflet-marker-pane img {
    object-fit: contain;
}

.international_page_wrapper .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom,
.our_locations_page_wrapper .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    z-index: 11;
}

/* international */

/* LEGAL */
.legal_page_wrapper .legal {
    margin: 150px 0 100px 0;
}

.space-terms {
    height: 300px;
}

.legal_page_wrapper .legal .back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 48px;
}

.legal_page_wrapper .legal .back-btn h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.legal_page_wrapper .legal .back-btn h4 a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
}

.legal_page_wrapper .legal .left {
    border-right: 3px solid #dadada;
    height: 100%;
}

.legal_page_wrapper .legal .left ul {
    padding: 0;
}

.legal_page_wrapper .legal .left ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 28px;
    cursor: pointer;
    transition: all .3s ease;
}

.legal_page_wrapper .legal ul li.active,
.legal_page_wrapper .legal .left ul li:hover {
    color: #20B04B;
}

.legal_page_wrapper .legal .right {
    padding-left: 80px;
    padding-bottom: 80px;
}

.legal_page_wrapper .legal .right h4.title {
    color: #20B04B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 80px;
    margin-top: -15px;
}

.legal_page_wrapper .legal .right h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 24px;
}

.legal_page_wrapper .legal .right ul {
    padding-left: 1rem;
}

.legal_page_wrapper .legal .right p,
.legal_page_wrapper .legal .right ul li,
.legal_page_wrapper .legal .right span {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.16px;
    word-wrap: break-word;
    opacity: 0.75;
}

.legal_page_wrapper .legal .right ul li {
    list-style-type: disc;
}

.legal_page_wrapper .legal .right .section_text {
    margin-bottom: 80px;
}

.legal_page_wrapper .section-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s ease-in-out;
}

.legal_page_wrapper .section-wrapper.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

/* LEGAL */

.counter_positions .actual-content {
    display: none;
}

.counter_positions .skeleton-wrapper {
    height: 10px;
}

/* custom select */
.custom-select .wrapper-dropdown {
    position: relative;
    display: inline-block;
    min-width: 231.5px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 15px 15px;
    text-align: left;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    margin-top: 20px;
    border-bottom: 1px solid #434343;
    border-radius: 0;
    padding-bottom: 30px;
}

.franchise_page_wrapper .section_six .custom-select .wrapper-dropdown .selected-display {
    font-weight: 300;
    font-size: 20px;
}

.franchise_page_wrapper .custom-select .wrapper-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-select .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.custom-select .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

.custom-select svg {
    transition: all 0.3s;
}

.custom-select .wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.custom-select .rotated {
    transform: rotate(-180deg);
}

.custom-select .wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    background-color: #010204;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 4px;
    box-shadow: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.custom-select .wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 45px;
    overflow: hidden;
}

.custom-select .wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.custom-select .dropdown {
    padding: 0.5rem !important;
}

.custom-select .wrapper-dropdown .dropdown li:hover {
    background-color: rgb(35, 40, 49);
    border-radius: 4px;
}

.custom-select .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
}

/* custom select */

/* LEAD MODAL */
.lead_modal .modal-content {
    border-radius: 24px;
    background: #F6F5F5;
    box-shadow: 0px 132px 37px 0px rgba(0, 0, 0, 0.04), 0px 84px 34px 0px rgba(0, 0, 0, 0.02), 0px 47px 28px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
}

.lead_modal .top__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
}

.lead_modal .top__header h2 {
    color: #373A3C;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}

.lead_modal .top__header .logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}

.lead_modal .box-lead {
    border-radius: 18px;
    background-color: #fff;
    padding: 48px;
}

.lead_modal .box-lead:not(:last-child) {
    margin-bottom: 36px;
}

.lead_modal .box_lead_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px;
}

.lead_modal .box_lead_head h5 {
    color: #373A3C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin: 0;
}

.lead_modal .box_lead_head div {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 120%;
}

.lead_modal .box_lead_head div span {
    color: #20B04B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.24px;
}

.lead_modal .box-lead label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    min-height: 49px;
}

.lead_modal .custom-select .wrapper-dropdown .dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lead_modal .custom-select .wrapper-dropdown {
    min-width: auto;
}

.lead_modal .box-lead label span {
    color: #20B04B;
    margin-right: 4px;
}

.lead_modal .box-lead .col-input-wrapp {
    margin-bottom: 33px;
}

.lead_modal .radio_buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lead_modal .birth_date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.lead_modal .custom-select .wrapper-dropdown {
    padding-bottom: 12px;
    margin-top: 0;
}

.lead_modal .buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.lead_modal .btn {
    border-radius: 50px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    padding: 16px 36px;
    min-width: 118px;
}

.lead_modal .btn.submit-btn {
    background-color: #000;
    color: #fff;
}

/* CUSTOM RADIO BUTTON */
/* Radio Group Custom */
.radio-group h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    /* 24.64px */
    letter-spacing: -0.16px;
    margin-bottom: 12px;
}

.radio-options {
    display: flex;
    gap: 20px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Hide default radio */
.radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Custom radio */
.radio-custom {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s ease;
}

/* Active state (checked) */
.radio-option input[type="radio"]:checked+.radio-custom {
    border-color: #000;
    /* Your brand green */
}

.radio-option input[type="radio"]:checked+.radio-custom::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

/* Label Custom */
.radio-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 154%;
    letter-spacing: -0.16px;
    color: #3C3C3C !important;
}

/* Hover effects */
.radio-option:hover .radio-custom {
    border-color: #000;
}

.lead_modal .selected-display {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 120%;
}

.lead_modal .input_wrapper svg path {
    stroke: #20B04B;
}

/* CUSTOM RADIO BUTTON */

.franchise_partners_wrapper {
    padding-bottom: 35px;
}

.franchise_page_wrapper .left_div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.franchise_page_wrapper .desktop_image_franchise {
    width: 100%;
}

.franchise_page_wrapper .desktop_image_franchise img {
    /* max-height: 386px;
    width: 100%; */
    border-radius: 10px;
    max-width: 100%;
}

/* LEAD MODAL */

/* new our team */
.new_our_team .our-team-box {
    margin-bottom: 69px;
}

.new_our_team .our-team-box .title_content {
    position: absolute;
    top: 30%;
    left: 60px;
}

.new_our_team .our-team-box .title_content.marc_choy {
    top: 37%;
}

.new_our_team .our-team-box .title_content h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.new_our_team .our-team-box .title_content h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-bottom: 0;
}

.new_our_team .our-team-box p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.16px;
    margin-top: 36px;
    margin-bottom: 0;
}

.new_our_team {
    margin-bottom: 59px;
}

/* new our team */

.single_page__wrapper .section_four .wrapper h5 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.single_page__wrapper .section_four .wrapper h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.single_page__wrapper .section_four .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.single_page__wrapper .section_four .flex-wrapper .order-now-btn {
    border-radius: 50px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 16px 24px;
    height: 44px;
    transition: all .3s ease;
}

.single_page__wrapper .section_four .flex-wrapper .order-now-btn:hover {
    background-color: #20B04B;
    color: #fff;
}

.single_page__wrapper .section_four .flex-wrapper .order-now-btn:hover svg path {
    stroke: #fff;
}

.single_page__wrapper .section_four .franchise-btn {
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    height: 44px;
    transition: all .3s ease;
}

.single_page__wrapper .section_four .franchise-btn:hover {
    background-color: #fff;
    color: #000;
}

.single_page__wrapper .section_four .franchise-btn:hover svg path {
    stroke: #000;
}

.our_story_mobile {
    display: none;
}

.desktop_video_title {
    display: block;
}

/* new join team css */

.franchise_page_wrapper .section_six .mobile_text {
    display: none;
}

.join_team_page_wrapper .job_team_departments_navs .nav-tabs {
    border-bottom: 3px solid #dadada;
    align-items: center;
}

.join_team_page_wrapper .job_team_departments_navs .nav-tabs .nav-link {
    border: none;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link.first_tab_active,
.join_team_page_wrapper .job_team_departments_navs .nav-link.active {
    border-radius: 18px 18px 0px 0px;
    border-top: 3px solid #DADADA;
    border-right: 3px solid #DADADA;
    border-left: 3px solid #DADADA;
    background: #FFF;
    box-shadow: unset;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link.first_tab_active,
.join_team_page_wrapper .job_team_departments_navs .nav-link.active {
    position: relative;

}

.join_team_page_wrapper .job_team_departments_navs .nav-link.first_tab_active::after,
.join_team_page_wrapper .job_team_departments_navs .nav-link.active::after {
    content: '';
    height: 4px;
    background: white;
    display: block;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -3px;
}

.join_team_page_wrapper .job_team_departments_navs li:first-child {
    margin-left: 50px;
}

.join_team_page_wrapper .job_team_departments_navs .nav-link.active {
    box-shadow: none;
}

/* .join_team_page_wrapper .job_team_departments_navs .nav-link:first-child::before {
    content: '';
    height: 3px;
    background: #dadada;
    display: block;
    position: absolute;
    width: 50px;
    left: -50px;
    bottom: -3px;
} */

/* new join team css */

.mobile_video_title,
.join_team_page_wrapper .filter_by,
.mobile_image_franchise,
.our_story_mobile_hero,
.single_page_mobile_section,
.babaz_page_wrapper .video-section,
.single_page__wrapper .video-section,
.home_page_wrapper .section_four_mobile {
    display: none;
}

.border_team_bottom {
    border-bottom: 1px solid rgba(118, 118, 128, 0.12);
    padding-bottom: 16px;
}

/* PARTNER OPPORTUNITIES MOBILE SLIDER */
.partnerOpportunitiesSwiper .swiper-slide {
    width: 205px !important;
    height: 205px;
}

.partnerOpportunitiesSwiper .card-item .card_content {
    opacity: 0;
    visibility: hidden;
}

.partnerOpportunitiesSwiper .card-item.active img.collapsed {
    opacity: 0;
}

.partnerOpportunitiesSwiper .card-item.active .card_content {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 18px;
}

.partnerOpportunitiesSwiper .card-item .card_content .btn-group-mobile {
    display: flex;
    gap: 13px;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
    padding: 0 18px 10px 18px;
}

.partnerOpportunitiesSwiper .card-item .card_content .btn-group-mobile a {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
    padding-bottom: 22px;
}

.partnerOpportunitiesSwiper .card-item .card_content .btn-group-mobile a:last-child {
    padding-bottom: 10px;
}

.partnerOpportunitiesSwiper .card-item .card_content .btn-group-mobile a:not(:last-child) {
    border-bottom: 2px solid #DADADA;
}

.partnerOpportunitiesSwiper .card-item .close__card_btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.mobile-locations {
    display: none;
}

/* PARTNER OPPORTUNITIES MOBILE SLIDER */

/* Locations for mobile */
.restaurant-card.skeleton {
    pointer-events: none;
    background: #fff;
}

.restaurants-grid .skeleton-text {
    height: 15px;
    background: #eee;
    border-radius: 4px;
    margin-bottom: 10px;
}

.restaurants-grid .skeleton-text:last-child {
    width: 80%;
}

.restaurants-grid .skeleton-button {
    height: 36px;
    background: #eee;
    border-radius: 4px;
    flex: 1;
}

/* No results message */
.our_locations_page_wrapper .section_two .mobile-section {
    display: none;
}

.restaurants-grid .no-results {
    display: block;
    text-align: center;
    padding: 30px;
    color: #000;
    font-size: 18px;
    grid-column: 1 / -1;
    background-color: #F6F5F5;
    border-radius: 18px;
}

.restaurants-grid {
    border-top: 2px solid #DADADA;
    padding-top: 36px;
}

.restaurants-grid .restaurant-card {
    border-radius: 18px;
    background: #F6F5F5;
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.restaurants-grid .restaurant-card.skeleton {
    background-color: #fff;
}

.restaurants-grid .restaurant-card:not(:last-child) {
    margin-bottom: 18px;
}

.restaurants-grid .restaurant-card .restaurant-info h3 {
    color: #20B04B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    margin-bottom: 14px;
}

.restaurants-grid .restaurant-card .restaurant-info p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 166%;
    letter-spacing: -0.14px;
    margin-bottom: 24px;
    word-wrap: break-word;
}

.restaurants-grid .restaurant-card .restaurant-actions {
    display: grid;
    gap: 12px;
}

.restaurants-grid .restaurant-card .restaurant-actions a,
.restaurants-grid .restaurant-card .restaurant-actions button {
    border-radius: 50px;
    border: 2px solid #000;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    height: 44px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.restaurants-grid .restaurant-card .restaurant-actions button:hover {
    background-color: #000;
    color: #fff;
}

.restaurants-grid .restaurant-card .restaurant-actions a.order-button {
    background-color: #000;
    color: #fff;
}

.restaurants-grid .restaurant-card .restaurant-actions a.order-button:hover {
    background-color: #20B04B;
    color: #fff;
    border-color: #20B04B;
}

.restaurants-grid .restaurant-card .restaurant-actions button:hover svg path {
    stroke: #fff;
}

.open-map-modal .leaflet-top {
    display: none;
}

.open-map-modal .modal-content {
    border-radius: 119px;
}

.open-map-modal .modal-body {
    padding: 0;
}

.open-map-modal .open-map-btn,
.open-map-modal .close-modal {
    position: absolute;
    top: 0;
    z-index: 9999;
    border-radius: 50px;
    background: #FFF;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.open-map-modal .open-map-btn {
    padding: 16px 24px;
    top: 20px;
    left: 20px;
}

.open-map-modal .close-modal {
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-map-modal .leaflet-control-attribution,
.open-map-modal .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    display: none;
}

.modal-map-wrapper {
    height: 400px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.map-skeleton-loader {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    z-index: 2;
    border-radius: 18px;
}

/* Skeleton animation */
@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


/* Animation for skeleton */
@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.restaurants-grid .restaurant-card.skeleton * {
    animation: pulse 1.5s infinite ease-in-out;
}

/* Locations for mobile */
.new_our_team .our_team_box {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    align-items: flex-start;
    margin-bottom: 2.2rem;
}

.new_our_team .our_team_box h3 {
    font-size: 24px;
    line-height: 130%;
    margin: 24px 0 8px 0;
    font-weight: 700;
    color: #000;
}

.new_our_team .our_team_box p {
    font-size: 16px;
    font-weight: 300;
    /* flex-grow: 1; */
}

@media (max-width: 1320px) {
    .new_our_team .our_team_box p {
        flex-grow: 1;
    }
}

.new_our_team .our_team_box button,
.our-team-modal .header-modal button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.our-team-modal .modal-dialog {
    max-width: 850px;
}

.our-team-modal .modal-content {
    padding: 36px;
    border-radius: 18px;
    background-color: #F6F5F5;
}

.our-team-modal .header-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 36px;
}

.our-team-modal .header-modal h3.title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 18px;
    height: 17px;
}

.our-team-modal .header-modal p {
    font-size: 20px;
    font-weight: 300;
    color: #171717;
}

.our-team-modal .content-wrapper p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.mb_69,
.row_team_top {
    margin-bottom: 69px;
}

.our_team_mobile,
.partner_opp_container_fluid .infos,
.partner_opp_container_fluid .partner-with-us {
    display: none;
}

@media (min-width: 992px) {
    .franchise_page_wrapper .section_six .row .col_item .right-part {
        margin-left: 36px;
    }

    .media_page_wrapper .section-three .right {
        margin-left: 52px;
    }

    footer .footer-box {
        flex-shrink: 0;
    }

    .new_our_team .our_team_box {
        height: 100%;
    }

}

@media (min-width:1200px) {
    .card-container .card-item.active .top_logo_crak_me_up {
        transform: rotate(90deg) translateY(-96%);
    }

    .legal_page_wrapper .legal .left {
        padding-left: 163px;
    }
}

@media (min-width: 1400px) {
    .home_page_wrapper .partner_opportunities .box-content .buttons_wrapper {
        gap: 18px;
    }

    .our_story_page_wrapper .section_two .box-one,
    .our_story_page_wrapper .section_two .box-five {
        padding: 48px 48px 138px 48px;
    }

    .our_story_page_wrapper .section_two .box-four {
        padding: 48px 48px 168px 48px;
    }

    .franchise_page_wrapper .section__two .wrapper .right-part,
    .franchise_page_wrapper .section_three .col_left {
        padding-top: 59px;
    }
}

@media (min-width: 1500px) {

    /* .single_page__wrapper .section_three .box_item,
    .single_page__wrapper .section_three .image {
        height: 569px;
    } */
}

@media (min-width: 1600px) {
    .media_page_wrapper .section-news .box .content-box .btn {
        width: 178px;
    }
}

@media (max-width: 1430px) {
    .media_page_wrapper .section-news .grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .our_story_page_wrapper .section_two .box-one,
    .our_story_page_wrapper .section_two .box-five {
        max-height: 100%;
    }

    .our_story_page_wrapper .section_two .box-one img,
    .our_story_page_wrapper .section_two .box-two img,
    .our_story_page_wrapper .section_two .box-three img,
    .our_story_page_wrapper .section_two .box-four img,
    .our_story_page_wrapper .section_two .box-five img,
    .our_story_page_wrapper .section_two .box-six img {
        max-height: 100%;
    }
}

@media (max-width: 1300px) {
    /* .our_story_page_wrapper .our_team .second_team img {
        width: 100%;
    } */

    .job_modal .modal-dialog {
        margin: 1.75rem;
    }

    .franchise_page_wrapper .section__two .wrapper,
    .franchise_page_wrapper .section_three .wrapper {
        padding: 48px;
    }

    .join_team_page_wrapper .section__two .grid_container .left_grid,
    .join_team_page_wrapper .section__two .grid_container {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .job_modal .right-col {
        margin-left: 18px;
    }

    .job_modal .left-col label {
        font-size: 15px;
    }

    .custom-checkbox .checkmark {
        width: 35px;
        height: 35px;
    }

    .card-container .card-item .card_content .btn-group {
        min-width: 400px;
        left: 5px;
        right: 5px;
    }

    .card-container {
        gap: 15px;
    }

    .home_page_wrapper .partner_opportunities .wrapper {
        padding: 48px 30px;
    }

    .top_navbar {
        display: none;
    }

    .header .mobile_menu_toggler {
        display: block;
    }

    .legal_page_wrapper .legal {
        margin: 120px 0;
    }

    .video-content {
        margin-top: 0;
    }

    .greek_from_greece_wrapper .section_two {
        margin-top: 60px;
    }

    .single_page__wrapper .section_three .box_item {
        height: 100%;
    }

    .single_page__wrapper .section_two {
        margin-top: 59px;
    }
}

@media (max-width: 992px) {
    footer .socials {
        justify-content: start;
    }

    .home_page_wrapper .partner_opportunities .box {
        width: 100% !important;
    }

    .home_page_wrapper .partner_opportunities .box-content {
        display: block !important;
    }

    .home_page_wrapper .partner_opportunities .box-container {
        flex-wrap: wrap;
    }

    .home_page_wrapper .partner_opportunities .box-content .buttons_wrapper {
        gap: 10px;
    }

    .our_story_page_wrapper .section_two .box-one,
    .our_story_page_wrapper .section_two .box-four,
    .our_story_page_wrapper .section_two .box-five {
        padding: 30px 48px;
    }

    .our_story_page_wrapper .our_team .top_team {
        gap: 25px;
    }

    .row_team_top {
        margin-bottom: 30px;
    }

    .franchise_page_wrapper .section__two .wrapper .left-part img {
        height: 320px;
        object-fit: cover;
        border-radius: 10px;
    }

    .franchise_page_wrapper .section__two .wrapper .left-part {
        text-align: left !important;
    }

    .join_team_page_wrapper .section_three .select_wrapper {
        width: 100%;
    }

    .join_team_page_wrapper .section_three .job_item .left p {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .join_team_page_wrapper .section_three .job_item .right {
        margin-top: 2.5rem;
        text-align: center;
    }

    .join_team_page_wrapper .section_three .job_item .right img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 24px;
    }

    .job_modal .right-col {
        margin-left: 0;
    }

    .job_modal .file_upload_wrapper {
        gap: 7px;
    }

    .job_modal .file-upload {
        margin-bottom: 5px;
    }

    .our_story_page_wrapper .our_team .top_team .col_team_top.right_col {
        padding-left: 12px;
        justify-content: end;
    }

    .our_story_page_wrapper .our_team .top_team .col_team_top.left_col {
        padding-right: 12px;
        justify-content: start;
    }

    .card-container {
        flex-wrap: wrap;
    }

    .card-container .card-item .card_content .btn-group {
        min-width: 100px;
    }

    .card-container .card-item .outer-img.collapsed,
    .card-container .card-item,
    .card-container .card-item .outer-img.expand,
    .card-container .card-item.active {
        width: 100%;
    }

    .card-container .card-item .top_logo_crak_me_up {
        left: 50%;
        top: 153px;
        transform: translate(-50%, -75%);
    }

    .card-container .card-item.active .top_logo_crak_me_up img {
        width: 177px;
        height: 106px;
    }

    .card-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-container .card-item .card_content .btn-group {
        flex-wrap: wrap;
        gap: 9px;
    }

    .media_page_wrapper .section-news .grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .franchise_page_wrapper .ghost-kitchens-box .right {
        margin-top: 40px;
        border-left: none;
        padding-left: 15px;
    }

    .franchise_partners_wrapper {
        padding-bottom: 0;
    }

    .greek_from_greece_wrapper .section_two .greek_logo {
        width: 290px;
    }

    .greek_from_greece_wrapper .section_two .wrapper .left-card h5 {
        font-size: 36px;
    }

    .our_story_page_wrapper .section_two .box-one p,
    .our_story_page_wrapper .section_two .box-four p,
    .our_story_page_wrapper .section_two .box-five p {
        max-width: 100%;
    }

    .single_page__wrapper .section_three .box_item p {
        height: 380px;
    }

    .single_page__wrapper .section_three .box_item h5 {
        font-size: 32px;
    }

    /* .card-container .card-item.active .top_logo_crak_me_up {
        transform: rotate(90deg) translateY(-2%);
        right: 50%;
        top: -60px;
    } */
}

@media (max-width: 991px) {
    .job_modal .right-col {
        margin-top: 2rem;
    }

    .job_modal .right-col .title {
        padding-bottom: 35px;
    }

    .contact_page_wrapper .section_two .left_part p,
    .contact_page_wrapper .section_two .left_part .info-details {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .media_page_wrapper .section-news .box .content-box .btn {
        width: 178px;
    }

    .partner_opportunities.mobile {
        display: block;
        padding: 36px 0;
        background: #F6F5F5;
        box-shadow: 0px 132px 37px 0px rgba(0, 0, 0, 0.04), 0px 84px 34px 0px rgba(0, 0, 0, 0.02), 0px 47px 28px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
    }

    .home_page_wrapper .partner_opportunities.mobile .wrapper {
        background-color: transparent;
    }

    .partner_opportunities.desktop {
        display: none;
    }

    .card-item .overlay.greek-from-greece {
        background: linear-gradient(0deg, rgba(3, 112, 181, 0.89) 0%, rgba(3, 112, 181, 0.89) 100%);
    }

    .partner_opportunities.mobile .card-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .partner_opportunities.mobile .card-container.one-item-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .partner_opportunities.mobile .card-container .card-item {
        height: 163px;
    }

    .partner_opportunities.mobile .card-container .card-item.active {
        height: 345px;
    }

    .partner_opportunities.mobile .card-container .card-item .card_content .btn-group-mobile {
        position: absolute;
        bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .partner_opportunities.mobile .card-container .card-item .close__card_btn {
        display: none;
    }

    .partner_opportunities.mobile .card-container .card-item.active .close__card_btn {
        position: absolute;
        top: 24px;
        right: 24px;
        border-radius: 2000px;
        background: #FFF;
        display: block;
    }

    .partner_opportunities.mobile .card-container .card-item .card_content .btn-group-mobile .btn {
        background-color: #fff;
        border-radius: 100px;
    }

    .partner_opportunities.mobile .card-container .card-item .card_content .btn-group-mobile a {
        width: auto;
    }

    .partner_opportunities.mobile .card-container .card-item {
        transition: unset;
    }

    .partner_opportunities.mobile .card-container .card-item.active .top_logo {
        display: none;
    }

    .partner_opportunities.mobile .card-container .card-item .top_logo {
        display: block;
    }

    .partner_opportunities.mobile .card-container .card-item.crack-me-up .inner-img {
        display: none;
    }

    .partner_opportunities.mobile .card-container .card-item .top_logo {
        transform: translate(-50%, -50%);
    }

    .partner_opportunities.mobile .card-container .card-item.crack-me-up.active .inner-img {
        position: absolute;
        left: 50%;
        top: 24px;
        transform: translate(-50%);
        display: block;
    }

    .partner_opportunities.mobile .wrapper {
        margin-top: 0;
        box-shadow: none;
        padding: 0;
    }

    .video-content {
        margin-top: 0;
    }

    .media_page_wrapper .section-three .media-img {
        padding-left: 0;
    }

    .franchise_page_wrapper .kitchen-revolution .left_grid .item_col {
        pointer-events: auto;
    }

}

@media (min-width:500px) and (max-width:768px) {
    .join_team_page_wrapper .section_three .custom_select .custom_options {
        min-width: 320px;
    }
}

@media (max-width: 768px) {
    .video-content h1 {
        font-size: 50px;
    }

    .join_team_page_wrapper .section_three .custom_select {
        position: relative;
    }

    footer .logo_footer {
        text-align: center;
        margin-bottom: 36px;
    }

    footer .footer_boxes {
        justify-content: space-around;
    }

    footer .socials {
        margin-top: 8px;
    }

    footer .socials,
    footer .copy_right .wrap {
        justify-content: center;
    }

    .home_page_wrapper .section_four {
        margin-top: 50px;
    }

    .home_page_wrapper .partner_opportunities .box-content .buttons_wrapper {
        flex-wrap: wrap;
        gap: 4px;
    }

    .our_story_page_wrapper .video-content {
        left: 136px;
    }

    .contact_page_wrapper .video-content {
        left: 133px;
    }

    .media_page_wrapper .video-content {
        left: 248px;
    }

    .franchise_page_wrapper .section__two .wrapper,
    .franchise_page_wrapper .section_three .wrapper {
        padding: 30px;
    }

    .franchise_page_wrapper .section__two .wrapper .right-part h2,
    .franchise_page_wrapper .section_three .wrapper .right-part h2 {
        margin-bottom: 20px;
    }

    .franchise_page_wrapper .video-content {
        left: 196px;
    }

    .join_team_page_wrapper .video-content {
        left: 193px;
    }

    .franchise_page_wrapper .section_four p {
        margin-bottom: 36px;
    }

    .single_page__wrapper .section_two .wrapper {
        flex-wrap: wrap;
    }

    .single_page__wrapper .section_two .wrapper .left-card,
    .single_page__wrapper .section_two .wrapper .right-card {
        width: 100%;
    }

    .single_page__wrapper .section_two .wrapper .left-card .back-btn-wrapper {
        margin-bottom: 18px;
    }

    .single_page__wrapper .section_two .wrapper .left-card h5 {
        margin-top: 25px;
    }

    .single_page__wrapper .section_two {
        margin-top: 59px;
    }

    .join_team_page_wrapper .section__two .item_col {
        width: 100%;
        height: auto;
        padding: 36px 36px 22px 36px;
        pointer-events: none;
    }

    .join_team_page_wrapper .section__two .item_col h5 {
        margin-top: 28px;
    }

    .join_team_page_wrapper .section_three .job_item .title {
        margin: 36px 0;
        flex-wrap: wrap;
        gap: 8px;
    }

    .join_team_page_wrapper .section_three .job_item .header_acc button {
        padding-left: 0;
    }

    .job_modal .modal-content {
        padding: 24px;
    }

    .job_modal .left-col label {
        font-size: 14px;
    }

    .our_locations_page_wrapper .video-content {
        left: 206px;
    }

    .our_story_page_wrapper .our_team .second_team {
        justify-content: center;
    }

    .card-container .card-item .card_content .btn-group {
        flex-wrap: wrap;
    }

    .card-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-container .card-item.active .top_logo_crak_me_up {
        transform: rotate(90deg) translateY(-60%);
    }

    .international_page_wrapper .video-content {
        left: 195px;
    }

    .legal_page_wrapper .legal .left {
        border-right: 0;
        border-bottom: 3px solid #dadada;
    }

    .legal_page_wrapper .legal .right {
        padding-top: 30px;
    }

    .legal_page_wrapper .legal .right h4.title {
        margin-top: 0;
        margin-bottom: 45px;
    }

    .legal_page_wrapper .legal .left,
    .legal_page_wrapper .legal .right {
        padding-left: 0;
    }

    .our_brands .our_brand_slider {
        gap: 38px;
    }

    .franchise_page_wrapper .kitchen-revolution .left_grid .item_col {
        pointer-events: none;
        padding: 26px;
    }

    .franchise_page_wrapper .section__two .item_col h5 {
        margin-top: 20px;
    }

    .our_story_page_wrapper .section_two .box-one,
    .our_story_page_wrapper .section_two .box-five {
        max-height: 100%;
    }

    .single_page__wrapper .section_three .box_item {
        height: 100%;
    }
}

@media (max-width: 675px) {
    .card-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-container .card-item.active .top_logo_crak_me_up {
        transform: rotate(90deg) translateY(-85%);
    }

    .franchise_page_wrapper .kitchen-revolution .left_grid .item_col {
        width: 100%;
        height: auto;
        /* padding: 36px 36px 40px 36px; */
    }

    .franchise_page_wrapper .kitchen-revolution .grid_container {
        padding: 40px 0;
    }

    .franchise_page_wrapper .section__two .item_col .hover_item h5 {
        margin-top: 25px;
    }

    .new_our_team .our-team-box .title_content {
        left: 24px;
    }
}

@media (max-width: 600px) {
    .home_page_wrapper .partner_opportunities .wrapper .title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .our_story_page_wrapper .section_two .box-item h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .our_story_page_wrapper .section_two .box-item p {
        font-size: 14px;
    }

    .our_story_page_wrapper .section_two {
        margin: 48px 0;
    }

    .franchise_page_wrapper .section_four,
    .franchise_page_wrapper .section_five,
    .franchise_page_wrapper .section_six,
    .single_page__wrapper .section_three,
    .media_page_wrapper .section-news,
    .franchise_page_wrapper .section_five {
        padding: 48px 0;
    }

    .media_page_wrapper .section-five {
        padding: 80px 0;
    }

    .franchise_page_wrapper .growing_industry_section h4 {
        padding-top: 48px;
    }

    .franchise_page_wrapper .section_four {
        padding: 96px 0 64px 0;
    }

    .franchise_page_wrapper .ghost-kitchens-box {
        margin-top: 36px;
    }

    .single_page__wrapper .section_three {
        padding-bottom: 0;
    }

    .single_page__wrapper .section_two .wrapper .left-card h4 {
        font-size: 32px;
    }

    .join_team_page_wrapper .section_three {
        padding: 48px 0 0 0;
        margin-bottom: 36px;
    }

    .our_story_page_wrapper .our_team {
        margin-bottom: 0;
    }

    .our_story_page_wrapper .our_team .second_team,
    .our_story_page_wrapper .our_team .top_team {
        text-align: center;
    }

    .our_story_page_wrapper .our_team .team-box p {
        max-width: 100%;
    }

    .franchise_page_wrapper .section_five .title {
        margin-bottom: 48px;
        text-align: left;
    }

    .join_team_page_wrapper .section_three .title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .job_modal .left-col p {
        margin-bottom: 30px;
    }

    .contact_page_wrapper .section_two .right_part {
        padding: 40px;
    }

    .our_brands,
    .media_page_wrapper .section-three,
    .media_page_wrapper .section-four {
        padding: 48px 0;
    }

    .our_locations_page_wrapper .section_two {
        margin-top: 48px;
    }

    .single_page__wrapper .section_two .title {
        font-size: 30px;
    }

    .franchise_page_wrapper .ghost-kitchens-box .right .box_item:not(:last-child) {
        margin-bottom: 30px;
    }

    .home_page_wrapper .by_numers_section .box-item h5 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .video-section {
        height: 294px;
    }

    .our_story_page_wrapper .our_team .second_team img {
        width: auto;
    }

    .franchise_page_wrapper .section_six .left-part .box-item {
        padding: 36px 24px;
    }

    .franchise_page_wrapper .section_six .left-part .box-item h4 {
        font-size: 24px;
    }

    .franchise_page_wrapper .ghost-kitchens-box .btn {
        margin-top: 10px;
        width: 100%;
    }

    .join_team_page_wrapper .section_three .select_wrapper .custom_select,
    .join_team_page_wrapper .section_three .select_wrapper .custom_select .custom_select_trigger {
        width: 100%;
    }

    /* .join_team_page_wrapper .section_three .select_wrapper .custom_select,
    .join_team_page_wrapper .reset-jobs-btn {
        display: none;
    } */

    .join_team_page_wrapper .section_three .select_wrapper.open .custom_select,
    .join_team_page_wrapper .section_three .select_wrapper.open .reset-jobs-btn {
        display: block;
    }

    .mobile_togglet_selects {
        display: flex;
    }

    .join_team_page_wrapper .section_three .select_wrapper,
    .join_team_page_wrapper .section_three .top_section {
        gap: 14px;
    }

    .job_modal .modal-dialog .modal_header {
        margin-bottom: 22px;
    }

    .job_modal .right-col {
        padding: 30px 30px 26px 30px;
    }

    .job_modal .custom-checkbox {
        flex-wrap: wrap;
    }

    .custom-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }

    .our_story_page_wrapper .our_team .top_team {
        flex-wrap: wrap;
    }

    .our_story_page_wrapper .our_team .team-box img {
        width: 280px;
    }

    .single_page__wrapper .section_three .box_item {
        padding: 30px;
    }

    .media_page_wrapper .section-news .box {
        flex-wrap: wrap;
    }

    .media_page_wrapper .section-news .box .content-box .btn {
        position: relative;
        bottom: 0;
    }

    .media_page_wrapper .section-news .box .image {
        width: 100%;
    }

    .media_page_wrapper .section-news .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px;
    }

    footer {
        padding-bottom: 35px;
    }

    .mobile-footer {
        display: block;
    }

    .desktop-footer {
        display: none;
    }

    .franchise_page_wrapper .section_five .faq_content p,
    .franchise_page_wrapper .section_five .faq_content ul li,
    .franchise_page_wrapper .section_five .faq_content ul {
        padding-left: 0;
    }

    .single_page__wrapper .section_four .wrapper {
        padding: 36px 24px;
        background-color: #000 !important;
    }

    .single_page__wrapper .section_four .wrapper h5,
    .single_page__wrapper .section_four .wrapper h6 {
        color: #fff !important;
    }

    .single_page__wrapper .section_four .franchise-btn {
        border-color: #fff !important;
        color: #fff !important;
    }

    .single_page__wrapper .section_four .franchise-btn:hover {
        color: #000 !important;
    }

    .home_page_wrapper .partner_opportunities .wrapper .partner_btn {
        background-color: #20B04B;
        color: #fff;
        border: 2px solid #20B04B;
        width: 100%;
        margin-top: 0;
        height: 50px;
        font-size: 20px;
    }

    .home_page_wrapper .partner_opportunities .wrapper .partner_btn:hover {
        color: #fff;
        border-color: #20B04B;
    }

    .job_modal .modal-dialog {
        margin: 1.75rem .85rem;
    }

    .job_modal .left-col label {
        margin-bottom: 0;
    }

    .media_page_wrapper .section-three h4,
    .media_page_wrapper .section-five .title {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .media_page_wrapper .custom-video-player {
        margin-bottom: 25px;
    }

    .franchise_page_wrapper .ghost-kitchens-box {
        padding: 36px 18px 18px 18px;
    }

    .media_page_wrapper .custom-video-player h6 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .franchise_page_wrapper .section_five .faq_content p {
        margin-top: 15px;
    }

    .greek_from_greece_wrapper .section_two .wrapper .left-card {
        padding: 25px 0;
    }

    .lead_modal .top__header h2 {
        font-size: 30px;
    }

    .lead_modal .box-lead {
        padding: 28px;
    }

    .lead_modal .box-lead .col-input-wrapp {
        margin-bottom: 28px;
    }

    .lead_modal .box_lead_head h5 {
        font-size: 20px;
    }

    .lead_modal .top__header .logos {
        gap: 15px;
    }

    .home_page_wrapper .section_five {
        margin-bottom: 36px;
        margin-top: 0;
    }

    .one_kitchen_page_wrapper .section_two .wrapper .left-card img {
        width: 95%;
    }

    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* MOBILE PART */
    .join_team_page_wrapper .filter_by {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.48px;
        text-transform: capitalize;
        margin-bottom: 0;
        display: block;
        margin-top: 8px;
    }

    .join_team_page_wrapper .section_three .custom_select .custom_select_trigger {
        border-color: #B8B8B8;
    }

    .join_team_page_wrapper .section_three .custom_select .custom_select_trigger {
        justify-content: flex-start;
    }

    .join_team_page_wrapper .section_three .custom_select .custom_select_trigger .left_icon {
        display: none;
    }

    .join_team_page_wrapper .section_three .custom_select .custom_select_trigger .arrow_icon path {
        stroke: #20B04B;
    }

    .our_story_page_wrapper .section_two {
        display: none;
    }

    .our_story_mobile {
        display: block;
    }

    .our_story_mobile .title {
        color: #20B04B;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -1.08px;
        text-transform: capitalize;
        margin-bottom: 24px;
    }

    .our_story_mobile p {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 325;
        line-height: 154%;
        letter-spacing: -0.16px;
    }

    .our_story_page_wrapper .new_our_team .title {
        text-align: center;
        font-size: 36px;
        margin-bottom: 48px;
    }

    .new_our_team {
        margin-bottom: 48px;
    }

    .new_our_team .our-team-box {
        margin-bottom: 24px;
    }

    .new_our_team .our-team-box p {
        display: none;
    }

    .new_our_team .our-team-box .title_content {
        /* top: 10px; */
        top: 50%;
        transform: translate(0%, -50%);
    }

    .new_our_team .our-team-box .title_content h4 {
        margin-bottom: 18px;
    }

    .video-content h1 {
        /* left: 50% !important; */
        left: 26px;
        transform: translate(0%, -50%) !important;
        font-size: 48px !important;
    }

    .video-content h1 {
        top: 57%;
    }

    .media_page_wrapper .video-content h1 {
        top: 60%;
    }

    .video-content h1 span {
        color: #fff;
    }

    .home_page_wrapper .video-content h1 span {
        color: #20B04B;
    }

    .our_locations_page_wrapper .section_two .title {
        font-size: 28px;
        color: #20B04B;
        text-align: left;
        margin-bottom: 36px;
    }

    .our_locations_page_wrapper .our_brands {
        display: none;
    }

    .our_locations_page_wrapper .section_two {
        margin-bottom: 48px;
    }

    .international_page_wrapper .section-two h4,
    .media_page_wrapper .section-news h4 {
        color: #20B04B;
        font-size: 28px;
        margin-bottom: 48px;
        text-align: left;
    }

    .international_page_wrapper .section-two p {
        text-align: left;
    }

    .international_page_wrapper .section-two .btn {
        margin-bottom: 48px !important;
    }

    .media_page_wrapper .section-three h4,
    .media_page_wrapper .section-four h4,
    .media_page_wrapper .section-five .title,
    .join_team_page_wrapper .section__two .item h3,
    .join_team_page_wrapper .section_three .title,
    .contact_page_wrapper .section_two .left_part h4 {
        font-size: 36px;
        color: #20B04B;
        margin-bottom: 24px;
    }

    .join_team_page_wrapper .section__two .item,
    .join_team_page_wrapper .section_three .title {
        font-size: 28px;
    }

    .contact_page_wrapper .section_two .left_part h4 {
        color: #000;
    }

    .contact_page_wrapper .section_two .right_part .btn {
        width: 100%;
        height: 44px;
    }

    .franchise_page_wrapper .section_six .img-item {
        display: none;
    }

    .franchise_page_wrapper .section_six .row .col_item .left-part {
        margin-bottom: 24px;
    }

    .media_page_wrapper .section-three .left p,
    .media_page_wrapper .section-four h4,
    .media_page_wrapper .section-five .title,
    .join_team_page_wrapper .section_three .title {
        margin-bottom: 48px;
    }

    .media_page_wrapper .section-four {
        background-color: #F6F5F5;
    }

    .join_team_page_wrapper .section__two .item_col {
        pointer-events: auto;
    }

    .join_team_page_wrapper .item_col .not_hover_item {
        opacity: 0 !important;
    }

    .join_team_page_wrapper .hover_item {
        opacity: 1 !important;
    }

    .join_team_page_wrapper .item_col {
        background-color: #20B04B !important;
    }

    .join_team_page_wrapper .item_col .hover_item img {
        width: 29px !important;
        height: 29px !important;
    }

    .join_team_page_wrapper .section__two .item_col h5 {
        font-size: 16px !important;
    }

    .join_team_page_wrapper .item_col .hover_item {
        padding: 24px;
    }

    .join_team_page_wrapper .section__two .item_col {
        height: 152px !important;
    }

    .contact_page_wrapper .our_brands {
        display: none;
    }

    .join_team_page_wrapper .section__two .item_col h5 {
        margin: 24px 0;
    }

    .desktop_video_title {
        display: none;
    }

    .mobile_video_title {
        display: block;
    }

    .franchise_page_wrapper .kitchen-revolution .top h4,
    .franchise_page_wrapper .growing_industry_section h4 {
        font-size: 36px;
    }

    .franchise_page_wrapper .kitchen-revolution .grid_container {
        display: none;
    }

    .franchise_page_wrapper .section__two {
        padding: 48px 0;
    }

    .franchise_page_wrapper .growing_industry_section h4 {
        color: #20B04B;
    }

    .franchise_page_wrapper .ghost-kitchens-box .left h6 {
        margin-bottom: 24px;
    }

    .franchise_page_wrapper .ghost-kitchens-box .left .first-img {
        margin-bottom: 24px;
    }

    .mobile_image_franchise {
        display: block;
        width: 100%;
    }

    .single_page_mobile_section .section_four {
        margin-top: 24px;
    }

    .desktop_image_franchise {
        display: none;
    }

    .franchise_page_wrapper .section_four .title {
        font-size: 36px;
        margin-bottom: 36px;
        text-align: left;
    }

    .franchise_page_wrapper .section_four ul {
        padding-left: 1.2rem;
    }

    .franchise_page_wrapper .section_six .title {
        font-size: 40px;
        color: #20B04B;
        margin-bottom: 36px;
        text-align: left;
    }

    .franchise_page_wrapper .our_brands,
    .our_story_desktop_hero {
        display: none;
    }

    .our_story_mobile_hero {
        display: block;
    }

    .single_page_desktop_section {
        display: none;
    }

    .single_page_mobile_section {
        display: block;
        margin-top: 24px;
    }

    .babaz_page_wrapper .video-section {
        display: block;
    }

    .single_page__wrapper .video-section {
        display: block;
        height: 345px;
    }

    .single_page__wrapper .mobile_box {
        border-radius: 24px;
        margin-bottom: 24px;
    }

    .single_page__wrapper .mobile_box .title {
        color: #AD1E23;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -1.08px;
        text-transform: capitalize;
        margin-bottom: 26px;
    }

    .single_page__wrapper .mobile_box p {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 325;
        line-height: 154%;
        letter-spacing: -0.16px;
        margin-bottom: 0;
    }

    .single_page__wrapper .mobile_box p.border_bottom {
        border-bottom: 2px solid;
        padding-bottom: 48px;
    }

    .single_page__wrapper .mobile_box p.border_bottom {
        border-color: #AD1E23;
    }

    .single_page_mobile_section .section_four .flex-wrapper {
        gap: 18px;
        justify-content: unset;
    }

    .home_page_wrapper .partner_opp_mobile {
        border-radius: 24px;
        background: #F6F5F5;
        margin-top: 31px;
    }

    .home_page_wrapper .section_four_mobile {
        display: block;
    }

    .home_page_wrapper .section_four {
        display: none;
    }

    .home_page_wrapper .section_four_mobile .wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin: 48px 0 84px 0;
    }

    .home_page_wrapper .partner_opportunities .wrapper .sub-title {
        margin-top: 0;
    }

    .home_page_wrapper .partner_opportunities .partner_opp_mobile h4 {
        color: #000 !important;
        text-align: center !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 141% !important;
        letter-spacing: -0.2px !important;
        margin-bottom: 31px !important;
    }

    .home_page_wrapper .section_four_mobile .item__box {
        border-radius: 15px;
        border: 2px solid #20B04B;
        padding: 25px 18px;
    }

    .home_page_wrapper .section_four_mobile .item__box a {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.48px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .join_team_page_wrapper .job_team_departments_navs li:first-child {
        margin-left: 0;
    }

    .join_team_page_wrapper .section_three .top_section {
        margin-bottom: 16px;
    }

    .join_team_page_wrapper .section_three .job_item .left .btn {
        width: 100%;
    }

    .job_item_scroll {
        max-height: 100%;
    }

    .join_team_page_wrapper .section_three .job_item .left p {
        margin-bottom: 24px;
    }

    #job-listings {
        padding-top: 6px;
    }

    .home_page_wrapper .by_numers_section .box-item h6 {
        padding: 18px 0;
        font-size: 20px;
        margin-bottom: 0;
    }

    .home_page_wrapper .by_numers_section .box-item p {
        padding-top: 18px;
    }

    .home_page_wrapper .by_numers_section .third_col,
    .home_page_wrapper .by_numers_section .fourth_col {
        margin-top: 48px;
    }

    .contact_page_wrapper .section_two .right_part {
        background-color: #F6F5F5;
        padding: 0;
    }

    .contact_page_wrapper .section_two .right_part input {
        background-color: transparent;
    }

    .new_our_team .our-team-box img {
        height: 160px;
        object-fit: cover;
        border-radius: 18px;
    }

    .media_page_wrapper .section-news .box .image img {
        height: 220px;
    }

    .legal_page_wrapper .legal {
        margin-top: 90px;
    }

    .legal_page_wrapper .legal .left ul {
        display: flex;
        align-items: center;
        gap: 36px;
    }

    .home_page_wrapper .by_numers_section h4.title {
        font-size: 28px;
        text-align: center;
    }

    .home_page_wrapper .by_numers_section .box-item h5 {
        margin-bottom: 18px;
    }

    .home_page_wrapper .by_numers_section .box-item h6 {
        font-size: 20px;
        padding: 18px 0;
    }

    footer .footer-box ul li a {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .mobile_nav_overlay .mobile_nav {
        width: 100%;
    }

    .mobile_nav_overlay .mobile_nav ul li a {
        font-size: 28px;
        font-weight: 700;
    }

    .mobile_nav_overlay .mobile_nav ul li {
        width: 100%;
        text-align: end;
    }

    .mobile_nav_overlay .mobile_nav ul li a.header_btn {
        margin-left: 18px;
        margin-right: 18px;
    }

    .categories__section .image-wrapper img {
        height: 122px;
        object-fit: cover;
    }

    .our_locations_page_wrapper .section_two .locations_wrapper ul.desktop {
        display: none;
    }

    .desktop-locations {
        display: none;
    }

    .mobile-locations {
        display: block;
    }

    .our_locations_page_wrapper .section_two .locations_wrapper ul {
        display: block;
    }

    .our_locations_page_wrapper .section_two .locations_wrapper ul li {
        padding: 16px;
        min-width: 80px;
        font-weight: 700;
    }

    .join_team_page_wrapper .job_team_departments_navs .nav-link {
        font-size: 18px;
    }

    .join_team_page_wrapper .section__two .item p br {
        display: none;
    }

    .contact_page_wrapper .section_two .left_part h4,
    .franchise_page_wrapper .kitchen-revolution .top h4,
    .franchise_page_wrapper .growing_industry_section h4,
    .franchise_page_wrapper .growing_industry_section h4 {
        font-size: 28px;
        margin-bottom: 36px;
    }

    .franchise_page_wrapper .growing_industry_section h4,
    .franchise_page_wrapper .growing_industry_section p.desc,
    .franchise_page_wrapper .section_four p,
    .franchise_page_wrapper .section_six .top_desc {
        text-align: left;
    }

    .franchise_page_wrapper .ghost-kitchens-box .right .box_item p {
        font-size: 20px;
    }

    .contact_page_wrapper .section_two .left_part p {
        margin-bottom: 72px;
    }

    .contact_page_wrapper .section_two .right_part h5 {
        margin-bottom: 48px;
    }

    .contact_page_wrapper .section_two .right_part h5 br {
        display: none;
    }

    .contact_page_wrapper .section_two .right_part form {
        margin-top: 48px;
    }

    .contact_page_wrapper .section_two {
        padding-top: 72px;
    }

    .franchise_page_wrapper .left_div {
        align-items: center;
    }

    .franchise_page_wrapper .section_six .left-part .box-item p {
        font-size: 20px;
    }

    .franchise_page_wrapper .section_six .right-part .form-wrapper {
        padding: 36px 18px 18px 18px;
    }

    .franchise_page_wrapper .section_six .right-part .form-wrapper label {
        font-size: 20px;
    }

    .franchise_page_wrapper .section_six .right-part .form-wrapper label,
    .franchise_page_wrapper .section_six .custom-select .wrapper-dropdown .selected-display {
        font-size: 14px;
    }

    .franchise_page_wrapper .section_six .custom-select .wrapper-dropdown {
        margin-top: 0;
    }

    .franchise_page_wrapper .section_six .left-part .box-item {
        margin-bottom: 18px;
    }

    .franchise_page_wrapper .new_faw_wrapper .bottom-wrap {
        background: transparent;
        padding: 0;
        text-align: left;
    }

    .franchise_page_wrapper .section_six .top_desc.second-text {
        display: none;
    }

    .franchise_page_wrapper .section_six .mobile_text {
        margin-bottom: 48px;
        padding-left: 23px;
        display: block;
    }

    .franchise_page_wrapper .section_six .mobile_text li {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 325;
        line-height: 154%;
        letter-spacing: -0.2px;
        list-style-type: disc;
    }

    .our_locations_page_wrapper .section_two .mobile-section {
        display: block;
    }

    .our_locations_page_wrapper .section_two .desktop-section {
        display: none;
    }

    .our_team_mobile {
        display: block;
    }

    .our_team_desktop {
        display: none;
    }

    .home_page_wrapper .partner_opportunities .wrapper .sub-title {
        font-size: 20px;
        font-weight: 700;
    }

    .home_page_wrapper .partner_opp_mobile .infos {
        background-color: #fff;
        border-radius: 18px;
        padding: 36px;
    }

    .home_page_wrapper .partner_opp_mobile .infos .info-item {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .home_page_wrapper .partner_opp_mobile .infos .info-item:not(:last-child) {
        margin-bottom: 38px;
    }

    .home_page_wrapper .partner_opp_mobile .infos .info-item h3 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0;
        text-align: left;
    }

    .home_page_wrapper .partner_opp_mobile .partner-with-us {
        font-size: 20px;
        font-weight: 300;
        color: #000;
        margin-bottom: 24px;
        margin-top: 36px;
    }

    .partner_opp_container_fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .partner_opp_container_fluid .infos,
    .partner_opp_container_fluid .partner-with-us {
        display: block;
    }

    .franchise_page_wrapper .ghost-kitchens-box .right {
        margin-top: 60px;
    }

    .franchise_page_wrapper .ghost-kitchens-box .right .box_item {
        align-items: flex-start;
    }

    /* MOBILE PART */
}

@media (max-width: 500px) {
    .our_story_page_wrapper .video-content {
        left: 105px;
    }

    .home_page_wrapper .section_six .images {
        gap: 40px;
    }

    .home_page_wrapper .section_four .card-box .button a {
        width: 100%;
    }

    .home_page_wrapper .section_six {
        margin: 60px 0;
    }

    .home_page_wrapper .section_six .title {
        margin-bottom: 25px;
    }

    .home_page_wrapper .partner_opportunities .box-content .buttons_wrapper .btn {
        width: 180px;
    }

    .our_story_page_wrapper .section_two .box-item {
        padding: 28px;
    }

    footer .footer_boxes {
        flex-wrap: wrap;
        gap: 8px;
    }

    footer .terms_wrapper {
        gap: 10px;
    }

    footer .copy_right {
        margin-top: 25px;
    }

    .our_story_page_wrapper .our_team .team-box h5 {
        margin-bottom: 10px;
    }

    .our_story_page_wrapper .our_team .team-box h6 {
        margin-bottom: 18px;
    }

    .our_story_page_wrapper .our_team .team-box img {
        margin-bottom: 15px;
    }

    .franchise_page_wrapper .video-content {
        left: 167px;
    }

    .join_team_page_wrapper .video-content {
        left: 152px;
    }

    .contact_page_wrapper .video-content {
        left: 100px;
    }

    .media_page_wrapper .video-content {
        left: 34%;
        padding-left: 15px;
    }

    .franchise_page_wrapper .section__two .wrapper .right-part p,
    .franchise_page_wrapper .section_three .wrapper .right-part p,
    .franchise_page_wrapper .section_three .wrapper .right-part .btn {
        margin-bottom: 1.5rem;
    }

    .franchise_page_wrapper .section_three .wrapper .right-part p {
        margin-top: 1.5rem;
    }

    .join_team_page_wrapper .section__two .item_col {
        padding: 24px;
        height: auto;
    }

    .join_team_page_wrapper .section__two .item_col h5 {
        font-size: 20px;
        margin: 20px 0;
    }

    .our_locations_page_wrapper .video-content {
        left: 172px;
    }

    .card-container {
        padding: 4px;
    }

    .international_page_wrapper .video-content {
        left: 158px;
    }

    .international_page_wrapper .section-two .btn {
        margin-bottom: 45px;
    }

    .join-team-body .tooltip .tooltip-arrow {
        transform: translate3d(0px, 11px, 0) !important;
    }

    .margin_bottom_40 {
        margin-bottom: 28px;
    }

    .franchise_page_wrapper .section_five .faq-item {
        padding: 14px;
    }
}


@media (max-width: 450px) {
    .franchise_page_wrapper .video-content {
        left: 148px;
    }

    .media_page_wrapper .play_link img {
        width: 65px;
    }
}

@media (max-width: 400px) {

    .franchise_page_wrapper .section__two .wrapper .right-part .btn,
    .franchise_page_wrapper .section_three .wrapper .right-part .btn {
        font-size: 14px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .job_modal .modal-dialog {
        margin: 1rem;
    }

    .job_modal .file-upload label {
        min-width: 240px;
    }

    .card-container .card-item.active .top_logo_crak_me_up {
        transform: rotate(90deg) translateY(-74%);
    }

    .franchise_page_wrapper .section_six .right-part .form-wrapper {
        padding: 20px;
    }

    .lead_modal .btn {
        width: 100%;
    }

    .franchise_page_wrapper .ghost-kitchens-box .btn svg {
        display: none;
    }

    .card-container .card-item .card_content .btn-group-mobile a {
        padding: 16px;
    }

    .greek_from_greece_wrapper .section_two .wrapper .left-card h5 {
        font-size: 28px;
    }

    .new_our_team .our-team-box .title_content h4 {
        margin-bottom: 10px;
    }

    .new_our_team .our-team-box .title_content {
        top: 50%;
        transform: translate(0%, -50%);
    }

    .home_page_wrapper .section_four_mobile .item__box {
        height: 112px;
    }

    .contact_page_wrapper .section_two .left_part h4 {
        font-size: 30px;
    }
}

@media (max-width: 380px) {
    .join_team_page_wrapper .section__two .item_col {
        height: 170px !important;
    }

    .single_page__wrapper .section_four .franchise-btn,
    .single_page__wrapper .section_four .flex-wrapper .order-now-btn {
        width: 100%;
    }

    .franchise_page_wrapper .ghost-kitchens-box .btn {
        padding-left: 11px;
        padding-right: 11px;
    }

    .home_page_wrapper .by_numers_section .box-item .line {
        width: 130px;
    }

    .home_page_wrapper .by_numers_section .box-item h6 {
        font-size: 16px;
    }

    .join_team_page_wrapper .job_team_departments_navs .nav-link {
        font-size: 16px;
    }

    .franchise_page_wrapper .ghost-kitchens-box .right .box_item p {
        font-size: 18px;
    }
}

@media (max-width: 350px) and (min-width: 426px) {
    .join_team_page_wrapper .video-content {
        left: 121px;
    }
}

@media (max-width: 350px) {
    .join_team_page_wrapper .video-content {
        left: 121px;
    }

    .partner_opportunities.mobile .card-container .card-item .card_content .btn-group-mobile {
        gap: 6px;
    }

    .partner_opportunities.mobile .card-container .card-item .card_content .btn-group-mobile a,
    .partner_opportunities.mobile .card-container .card-item .card_content .btn-group-mobile button {
        padding: 16px;
        height: 44px;
        display: flex;
        align-items: center;
    }

    .home_page_wrapper .partner_opportunities .wrapper {
        padding: 25px 0;
    }

    .mobile-footer .terms_wrapper {
        gap: 15px;
    }

    .home_page_wrapper .section_four .card-box .text-content h5 {
        font-size: 36px;
    }

    .video-content h1 {
        font-size: 45px;
    }

    .international_page_wrapper .video-content {
        left: 143px;
    }

    .our_locations_page_wrapper .video-content {
        left: 158px;
    }

    .our_story_page_wrapper .video-content {
        left: 95px;
    }

    .franchise_page_wrapper .ghost-kitchens-box {
        padding-left: 13px;
        padding-right: 13px;
    }

    .single_page__wrapper .section_four .wrapper h3,
    .single_page__wrapper .section_four .wrapper h5 {
        font-size: 36px;
    }

    .media_page_wrapper .section-news .box .image img {
        height: 183px;
    }
}

@media (max-width: 345px) {
    .join_team_page_wrapper .job_team_departments_navs .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .franchise_page_wrapper .ghost-kitchens-box .btn {
        font-size: 15px;
    }

    .video-content h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 330px) {
    .card-container .card-item.active .top_logo_crak_me_up {
        transform: rotate(90deg) translateY(-62%);
    }

    .home_page_wrapper .partner_opportunities .wrapper .partner_btn {
        padding: 16px 18px;
    }

    .join_team_page_wrapper .job_team_departments_navs .nav-link {
        font-size: 15px;
    }

    .home_page_wrapper .by_numers_section .box-item h5 {
        font-size: 32px;
    }

    .home_page_wrapper .by_numers_section .box-item h6 {
        font-size: 15px;
    }

    .home_page_wrapper .by_numers_section .box-item .line {
        width: 117px;
    }

    .legal_page_wrapper .legal .left ul {
        gap: 8px;
    }

    footer .footer-box ul li a {
        font-size: 17px;
    }
}

@media (max-width: 322px) {
    .contact_page_wrapper .section_two .left_part h4 {
        font-size: 28px;
    }
}