@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../assets/fonts/01/TradeGothicLTStd.woff2") format("woff2"), url("../../assets/fonts/01/TradeGothicLTStd.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../assets/fonts/01/TradeGothicLTStd-BdCn20.woff2") format("woff2"), url("../../assets/fonts/01/TradeGothicLTStd-BdCn20.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Lato", sans-serif;
    /* overflow: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
    color: #000;
}

h3 {
    font-size: 22px;
}

figure {
    margin-bottom: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

ul,
li,
a {
    color: #fff;
    text-decoration: none;
    list-style-type: none;
}

.common-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #da1f26;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #da1f26;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
}

.common-btn:before {
    content: "";
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.8;
}

.common-btn:hover {
    color: #fff;
    background-color: #da1f26;
    border-color: #da1f26;
}

.common-btn-white {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 10px 30px;
    color: #da1f26;
    background-color: #ffffff;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
}

.common-btn-white:before {
    content: "";
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.8;
}

.common-btn-white:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.common-btn-red {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #da1f26;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #da1f26;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
}

.common-btn-red:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.common-btn-black {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #000;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
}

.common-btn-black:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

a.common-btn-red.common-btn-black:hover {
    border-color: #000;
}

.common-btn-border {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.5s;
    background: transparent;
    font-family: "Trade Gothic LT Std";
}

.common-btn-border:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.clr_chge {
    color: #da1f26;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #da1f26;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 2rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #ffffffbd;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #da1f26;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title h3 {
    color: rgb(237 28 36);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    font-family: Pacifico, cursive;
    text-transform: capitalize;
    display: none;
}

.section-title h2, .section-title h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #da1f26;
    font-size: 38px;
}

.section-title {
    margin-bottom: 15px;
    width: 100%;
}

.right_cn p {
    margin-bottom: 15px;
}

.sticky-icon.show {
    display: none;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 1%;
    right: 1.5%;
    display: flex;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: white;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 5px 0;
    border-radius: 50px;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 5px;
    font-size: 16px;
    color: #da1f26;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #da1f26;
    font-size: 0;
    font-weight: 500;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #da1f26;
    width: 40px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s;
}

.sticky-icon a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 25px;
    font-size: 14px;
}

.top-address a i {
    padding-right: 5px;
    color: #da1f26;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-contact p {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0;
    font-size: 14px;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.top-contact ul li a:hover {
    background: #160201;
    border: 1px solid #160201;
    color: #ffffff;
}

.top_head_sec {
    padding: 7px 0 7px 0;
    background: #000000;
    display: none;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    z-index: 1024;
}

a.logo.white-logo {
    display: inline-block;
}

.header.sticky a.logo.white-logo {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
}

a.logo.black-logo {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
}

.header.sticky a.logo.black-logo {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: inline-block;
}

.header.sticky a.logo img {
    max-width: 75px;
}

.header.sticky span.menu_ic img {
    filter: invert(0);
}

.header.sticky .navbar a:hover,
.header.sticky .navbar .active,
.header.sticky .navbar .active:focus,
.header.sticky .navbar li:hover>a {
    color: #ffffff;
}

.header.sticky .navbar a:hover span.menu_ic img {
    filter: invert(1);
}

.header .common-btn-border {
    border-color: #da1f26 !important;
    color: #da1f26 !important;
}

.header .common-btn-border:hover {
    border-color: #da1f26 !important;
    color: #fff !important;
    background-color: #da1f26 !important;
}

.header {
    z-index: 99;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #ffffff;
    box-shadow: 0 3px 3px #00000029;
}

header.header.sticky .top_head_sec {
    display: none;
}

.bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.logo_bx {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -0%);
    width: 150px;
    height: 150px;
    text-align: center;
    transition: all 0.5s;
}

.header.sticky .logo_bx {
    top: 15px;
    width: 90px;
    height: 90px;
}

a.logo img {
    transition: all 0.5s;
    width: 100%;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.right_btn a.brown-btn,
.right_btn a.border-brown-btn {
    padding: 10px 20px;
}

.right_btn a img {
    display: block;
    max-height: 50px;
    margin-inline: auto;
    margin-bottom: 0;
}

.right_btn .border-brown-btn span i {
    margin-right: 10px;
}

.left-bx {
    padding-left: 10px;
}

.has-sub-menu .sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #000000;
    border-top: 0;
}

.has-sub-menu>.sub-menu {
    position: absolute;
    inset: 100% auto auto 0;
    display: block;
    width: 260px;
    background-color: #da1f265e;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    scale: 0.95;
    transform-origin: top left;
    transition: 300ms ease;
    padding: 5px;
}

.has-sub-menu:hover .sub-menu {
    pointer-events: all;
    scale: 1;
    opacity: 1;
    visibility: visible;
}

.has-sub-menu .sub-menu a {
    display: block;
    padding: 1em 1.5em !important;
    color: #fff !important;
    background: #000000;
}

.has-sub-menu .sub-menu> :not(:last-child) a {
    border-bottom: 1px solid hsl(0, 0%, 100%, 20%);
}

.has-sub-menu a.has-sub-arrow {
    padding-inline-end: 1.5em !important;
    contain: layout;
}

.has-sub-menu .sub-menu a:hover {
    background: #da1f26;
    color: #fff !important;
}

.has-sub-menu a.has-sub-arrow::after {
    content: "\f107";
    position: absolute;
    inset: 50% 0 auto auto;
    translate: 0 -50%;
    font-family: "Font Awesome 6 Free";
}

.has-sub-menu:hover a.has-sub-arrow::after {
    rotate: 180deg;
}

.page-template-franchise-nquiries a.logo.black-logo,
.page-template-catering a.logo.black-logo,
.page-template-about a.logo.black-logo,
.page-template-location-inner-pages a.logo.black-logo {
    display: block;
    visibility: visible;
    opacity: 1;
}

.page-template-franchise-nquiries a.logo.white-logo,
.page-template-catering a.logo.white-logo,
.page-template-about a.logo.white-logo,
.page-template-location-inner-pages a.logo.white-logo {
    display: none;
}

.page-template-franchise-nquiries .hero-section,
.page-template-catering .hero-section,
.page-template-about .hero-section,
.page-template-location-inner-pages .hero-section {
    padding-top: 120px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/


/* @media (min-width: 1280px) { */

.right-bx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    padding-right: 15px;
}

.navbar {
    padding: 0;
    margin: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 25px;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 0;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 43px 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    flex-direction: column;
    width: 100%;
    background: transparent;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
    align-items: start;
}

span.menu_ic img {
    max-height: 50px;
    filter: invert(1);
    display: none;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}


/* } */


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/


/* @media (max-width: 1279px) {
        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: flex-end;
            justify-content: flex-end;
            width: 100%;
            gap: 10px;
        }
        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-size: 15px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.7);
            white-space: nowrap;
            text-transform: uppercase;
            transition: 0.3s;
        }
        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }
        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover>a {
            color: #fff;
        }
        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #222428;
        }
        .navbar .dropdown>.dropdown-active,
        .navbar .dropdown .dropdown>.dropdown-active {
            display: block;
        }
    } */


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 25px;
    height: 100%;
    display: block;
    background-color: #000000;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 00px 0 0;
}

.side_bar_cn img {
    height: 150px;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
    .dpdesktop {
        display: none;
    }
    .dpmobile {
        display: block;
    }
    h2.reservationtitle {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

.side_bar_menu ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.side_bar_menu {
    margin-bottom: 30px;
}

.side_bar_menu ul li a:hover {
    color: #da1f26;
}

.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #da1f2626;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: red;
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #160201;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #160201;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #160201;
    border-color: #160201;
}

.side-bar button:hover {
    background-color: #da1f26;
    border-color: #da1f26;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #da1f26;
    padding: 6px;
    border: 1px solid #da1f26;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: "";
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.ban_btnn {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bn a {
    width: 100%;
    text-align: center;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000000;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.side_bar_cn {
    text-align: center;
    margin-bottom: 50px;
}


/***** common css end*****/

.banner_slider img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    height: calc(100vh - 90px);
    object-fit: cover;
    display: inline-block;
}

.banner_slider button {
    top: 90%;
}

.banner_slider .slick-arrow.slick-prev {
    left: 44%;
}

.banner_slider button.slick-next.slick-arrow {
    right: 44%;
}

.aside {
    width: 280px;
    position: fixed;
    background-color: #f0f0f0;
    height: 100%;
    padding: 2px 10px;
    overflow-y: auto;
    padding-bottom: 20px;
    z-index: 9;
    left: 0;
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/Mask-group-2024-12-11T124722.729.jpg);
    background-size: cover;
}


/* header.aside:after {
    content: '';
    background: #000000cf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
} */

.aside figure {
    text-align: left;
    margin-top: 0;
}

.s-address {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-top: 0.9375rem;
    display: none;
}

.s-address p {
    letter-spacing: 2px;
    color: #da1f26;
    font-size: 16px;
    font-weight: 600;
}

.s-address a {
    color: #da1f26;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.aside figure img {
    width: 100%;
}


/*
.aside::-webkit-scrollbar {
    width: 10px;
}

.aside::-webkit-scrollbar-track {
    background-color: #f2f2f2 !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.aside::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #da1f26;
} 
.main_sec {
    width:100%;
    height: 100%;
    position: absolute;
    right: 0;
    overflow-x: hidden;
}
*/

.aside nav ul {
    text-align: center;
    padding: 1.5rem 0 1.5rem 0;
    position: relative;
}

.home .aside nav ul li:first-child a {
    background-position: 0 100%;
    background-size: 100% 100%;
    color: #fff;
}


/* .aside nav ul:before {
    content: '';
    height: 17px;
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(#da1f26, #f12f36);
    margin-bottom: 1.5rem;
} */

.aside nav ul li {
    margin-bottom: 35px;
}

.aside nav ul li a {
    font-size: 14px;
    color: #da1f26;
    font-weight: 600;
    background-image: linear-gradient(#da1f26, #f12f36);
    background-size: 0 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
    transition: color 0.5s, background-size 0.5s;
    /* transition: all 0.3s ease-in-out; */
    display: block;
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.aside nav ul li a svg {
    margin-top: -4px;
}

.aside nav ul li a:hover svg {
    color: #da1f26;
}

.aside nav ul li a:hover {
    color: #ffffff;
    background-position: 0 100%;
    background-size: 100% 100%;
}

.clbtn {
    display: block;
    position: relative;
    bottom: 0;
    top: auto;
}

.clbtn a {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
    border-color: #da1f26;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: #da1f26;
}

.clbtn a img {
    max-height: 30px;
    filter: invert(1);
    margin-right: 5px;
}

.s-socail-ic ul {
    display: flex;
    gap: 9px;
    margin-top: 35px;
}

.s-socail-ic li {
    background-color: transparent;
    width: 40px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #da1f26;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s;
    border: 1px solid #da1f26;
}

.s-socail-ic li a {
    color: #da1f26;
}


/* .clbtn a:before {
    background-color: #2e2e2e;
} */

.clbtn a i {
    padding-right: 4px;
}


/********banner bottom css ************/

.welcome-sec {
    position: relative;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-color: #ffffff;
}

.welcome-sec .about_img img {
    /* height: 450px; */
    object-fit: cover;
    width: 100%;
    aspect-ratio: 308/450;
}

.about_slider {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 25px;
}

.welcome-sec .about_img img {
    transition: all 2s;
}

.slick-slide.slick-current.slick-active .about_img img {
    transform: scale(1);
}

.welcome-sec .nav-tabs {
    position: relative;
    z-index: 2;
    align-items: center;
    background: #fff;
    padding: 0;
}

.welcome-sec .nav-tabs .nav-item {
    width: 50%;
}

.welcome-sec .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 00rem;
    border-top-right-radius: 00rem;
    padding: 0px;
}

.welcome-sec .nav-tabs .nav-item a .av-container {
    display: block;
    border-bottom: 0;
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #b82c3729;
}

.icon-sec {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.icon-sec h3 {
    color: #da1f26;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 500;
}

.icon-sec.with_color h3 {
    color: #da1f26 !important;
}

.welcome-sec .nav-tabs .nav-item a .av-container:hover .icon-sec img,
.welcome-sec .nav-tabs .nav-item a.nav-link.active .av-container .icon-sec img {
    filter: invert(1);
}

.icon-sec img {
    width: 65px !important;
    margin-right: 14px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(3040%) hue-rotate(341deg) brightness(116%) contrast(108%);
}

.welcome-sec .nav-tabs .nav-item a .av-container:hover,
.welcome-sec .nav-tabs .nav-item a.nav-link.active .av-container {
    background: #da1f26;
    color: #fff;
}

.tabs ul {
    padding: 0 10px;
}

.av-container {
    padding-left: 25px;
}

.av-container p {
    margin-bottom: 15px;
}

.welcome-sec .nav-tabs .nav-item a .av-container:hover .icon-sec h3,
.welcome-sec .nav-tabs .nav-item a.nav-link.active .av-container .icon-sec h3 {
    color: #ffffff;
}


/**==============================
	Video Banner css 
=================================**/

.video-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.video-banner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
}

.video-banner video {
    width: 100%;
    height: 100%;
    display: block;
}

.video-banner .container {
    position: relative;
    z-index: 2;
}


/********main banner css ************/

.banner-sec {
    padding: 0;
}

.banner-sec .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.main_bnr .main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative;
    z-index: 9;
    position: absolute;
    top: 5%;
    left: 9%;
    max-width: 576px;
}

.main_bnr .main_content h1 {
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 45px;
    color: #fff;
}

.main_bnr .main_content h3 {
    background-color: rgb(237 28 36 / 57%);
    border-radius: 5px;
    padding: 5px 16px;
    line-height: 38px;
    margin-bottom: 18px;
    color: #fff;
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .c_service .left_side {
        padding: 50px 0px 50px 5px !important;
    }
    .location_page .col-lg-6 {
        width: 80% !important;
    }
    /* .main_content {
        padding-top: 0px;
        margin-left: 64px;
    } */
    .social_icons {
        inset: 0 0 24% 3% !important;
    }
    .gallery-page .gallery-item img {
        height: 250px;
    }
}

.main_bnr .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 2%;
}

.tsti_bnr .swiper-pagination {
    left: 0;
    right: 0;
    bottom: auto;
}

.tsti_bnr .swiper-nav-wrapper {
    height: 20px;
}

.about-sec-new {
    padding: 0;
}

.right_bx {
    display: grid;
    grid-template-columns: 65% 35%;
}

.right_bx_50 {
    display: grid;
    grid-template-columns: 50% 50%;
}

input[type="radio"] {
    accent-color: #da1f26;
    margin-right: 5px;
}

.right_cn {
    position: relative;
    padding: 0 42px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}


/* .right_cn:before {
    background: transparent;
    position: absolute;
    content: '';
    height: 97%;
    width: 97%;
    top: 0;
    left: 0;
    z-index: -1;
    border: 1px solid #da1f26;
    margin: auto;
    right: 0;
    bottom: 0;
} */

.left-sec {
    padding: 0;
}

.left_bx {
    display: grid;
    grid-template-columns: 35% 65%;
}

.left_bx_50 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.left_cn {
    position: relative;
    padding: 42px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}

.left-sec img,
.right-sec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.left_cn:before {
    background: transparent;
    position: absolute;
    content: "";
    height: 97%;
    width: 97%;
    top: 0;
    left: 0;
    z-index: -1;
    border: 1px solid #da1f26;
    margin: auto;
    right: 0;
    bottom: 0;
}

.menu-sec {
    background: #f3ece5;
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/bg-pattern.png);
}

.menu-sec .left_cn ul li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
}

.menu-sec .left_cn ul li a {
    color: #da1f26;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 3px;
}

.menu-sec .left_cn ul li a:after {
    content: "";
    height: 1px;
    background: #da1f26;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.heading-divider {
    display: inline-block;
    position: relative;
    border: 3px solid #da1f26;
    width: 90px;
    height: 12px;
    border-radius: 50px;
}

.heading-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    height: 3px;
    width: 15px;
    border-radius: 0;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@keyframes heading-move {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0px);
    }
}

.about_cn .section-title {
    margin-bottom: 15px;
}

.abt_us {
    position: relative;
    overflow: hidden;
    background-color: rgb(255 0 0 / 2%);
}

.about_cn p {
    margin-bottom: 15px;
}

.abt_lyt {
    position: relative;
}

.abt_lyt .years {
    width: fit-content;
    background-color: #000d38;
    color: #fff;
    border-radius: 30px;
    border: 4px solid #fff;
    text-align: center;
    padding: 22px;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    -moz-box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7%;
}

.abt_lyt .years h2 {
    font-weight: 800;
}

.abt_lyt .years h2,
.abt_lyt .years h3 {
    color: #fff;
}

.abt_lyt .years h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.abt_lyt figure img {
    /* border-radius: 10px; */
    height: 551px;
    width: 100%;
    object-fit: cover;
}

.abt_lyt {
    position: relative;
}

.abt_lyt .flot_img img {
    position: absolute;
    height: 300px;
    width: 300px;
    top: auto;
    bottom: 0;
    right: 16px;
    border: 10px solid #fff;
    animation: updown-two 2.6s linear 0s infinite alternate;
    z-index: 1;
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.abt_us .dark_contet {
    text-align: left;
}

.abt_us .dark_contet h3,
.prepare .dark_contet h3,
.provider_sec .dark_contet h3,
.tsti_bnr .dark_contet h3,
.or_menu .dark_contet h3 {
    background-color: rgb(237, 28, 36);
    padding: 5px 16px;
    line-height: 38px;
    /* border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
    color: #fff;
}

.abt_us .dark_contet h3,
.prepare .dark_contet h3,
.tsti_bnr .dark_contet h3 {
    margin: 0px 0 18px 0;
}

.or_menu .com_sec {
    display: block;
    text-align: center;
}

.or_menu .com_sec h3 {
    margin: 0px auto 18px;
}


/* @media (min-width: 992px) {
    .fluid-block {
        padding-block: 0;
    }

    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }

    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fluid-block .container-fluid .row>*:not(:is(.fluid-image, .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }

    .fluid-block .container-fluid .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        margin-left: auto;
    }

    .fluid-block .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-start: 2rem !important;
    }

    .fluid-block .row>*:last-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-end: 2rem !important;
    }
	.fleet_in_list ul li {
		flex: 0 0 calc(33.33% - 15px);
	}
	
} */

.bg-accent {
    background-color: rgb(32 151 162 / 43%);
}

.checked-list {
    margin-top: 1rem;
}

.checked-list li {
    position: relative;
}

.checked-list li:before {
    background-color: #fff;
    border: 3px solid #2097a2;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checked-list li p {
    padding-left: 28px;
}

.checked-list li i {
    color: #2097a2;
    margin-right: 5px;
}

.prepare .dark_contet h3 {
    background-color: rgb(255 255 255 / 59%);
}

.prepare .clr_chge {
    color: #fff;
}

.prepare {
    position: relative;
    background-image: url(../images/health1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.prepare:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 57%;
    background-color: rgb(129 212 221 / 89%);
    /* clip-path: polygon(0 0, 64% 0, 41% 100%, 0% 100%); */
    /* z-index: -1; */
}

.prepare .fluid-image {
    position: relative;
}

.prepare .fluid-image:before {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    content: "";
    height: 42%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgb(32 151 162 / 60%) 100%);
    background: -webkit-linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgb(32 151 162 / 60%) 100%);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgb(32 151 162 / 60%) 100%);
}

.prepare .imgi_hd {
    position: absolute;
    /* right: 4%;
    top: 28%; */
    bottom: 26px;
    z-index: 9;
    /* text-align: center; */
    padding: 28px;
    background-color: rgb(0 0 0 / 60%);
    background-image: url(../images/grain-pattern.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff4d;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.prepare .imgi_hd img {
    position: inherit;
    width: 63px;
    background-color: #fff;
    padding: 12px;
    border-radius: 50%;
    /* margin-bottom: 15px; */
}

.prepare .imgi_hd h4 {
    margin-bottom: 6px;
}

.prepare .imgi_hd p {
    /* margin-bottom: 12px; */
}

.prepare .imgi_hd h4,
.prepare .imgi_hd p {
    color: #fff;
}

.prepare .com_sec {
    padding: 60px 0;
}

.com_sec {
    display: inherit;
    height: inherit;
}

.com_sec h3 {
    width: fit-content;
    margin-bottom: 28px;
}

.com_sec h2 {
    margin-bottom: 16px;
}

.com_sec p {
    margin-bottom: 20px;
}

@media (max-width: 1920px) and (min-width: 1441px) {
    .prepare .imgi_hd {
        margin-left: 2%;
    }
}

.rating-star {
    display: flex;
    gap: 5px;
    margin-bottom: 6px;
}

.rating-star li i {
    color: #f1b51d;
}

.cta_banner {
    position: relative;
    background-image: url(../images/cta.png);
    background-repeat: no-repeat;
    text-align: center;
    z-index: 9;
    padding: 60px 0;
    background-size: cover;
}

.cta_banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 13, 56, 79%);
}

.help_bx {
    text-align: center;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
    margin-top: 60px;
}

.help_bx a.primay_btnn {
    font-size: 18px;
}

.email_bx {
    display: flex;
    gap: 8px;
    align-items: center;
}

.email_bx .inr_em_bx {
    text-align: left;
}

.email_bx h6 {
    font-size: 18px;
    color: #f78500;
    font-weight: 400;
    line-height: 21px;
}

.email_bx span {
    font-weight: 600;
    color: #fff;
}

.cta_banner h2,
.cta_banner h3 {
    position: relative;
    z-index: 9;
    color: #fff;
}

.cta_banner p {
    color: #fff;
    position: relative;
    z-index: 9;
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    margin-top: 18px;
}

.swiper-container {
    width: 100%;
}

.swiper-container .swiper-button-prev {
    left: 0;
    border-radius: 0 100vmax 100vmax 0;
    background-color: #000d38;
}

.swiper-container [class^="swiper-button-"] {
    background-color: #000d38;
    padding-block: 1.5rem;
    width: 40px;
    height: auto;
    color: #fff;
    --swiper-navigation-size: 1.75rem;
    transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -o-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.swiper-container [class^="swiper-button-"]:hover {
    width: 50px;
    background-color: #f78500;
    color: #fff;
    transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -o-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.swiper-container .swiper-button-prev {
    left: 0;
    border-radius: 0 100vmax 100vmax 0;
}

.swiper-container .swiper-button-prev::after {
    translate: -5px;
}

.swiper-container .swiper-button-next {
    right: 0;
    border-radius: 100vmax 0 0 100vmax;
}

.swiper-button-next::after {
    translate: 5px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    top: 42%;
}

.provider_sec .dark_contet {
    text-align: left;
    display: block;
}

.tsti_bnr .dark_contet h3 {
    margin: 0px auto 18px;
}

.testim-swiper {
    overflow: hidden;
}

.tsti_bnr .com_sec {
    display: block;
    text-align: center;
}

.tst_content {
    background: #e3eced;
    padding: 45px;
    border-radius: 6px;
    border: 1px solid #ccc;
    position: relative;
}

.tsti_nm {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 26px;
}

.tsti_nm figure {
    width: 58px;
}

.tsti_nm h4 {
    font-size: 24px;
    line-height: 29px;
}

.tsti_nm span {
    color: #2097a2;
}

.tsti_nm figure img {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.quote {
    position: absolute;
    right: 8%;
    bottom: 17%;
}

.quote i {
    font-size: 62px;
    color: rgb(32 151 162 / 23%);
}

.blog_sec {
    background-color: #f7f7f7;
}

.blg_bx {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    border-radius: 6px;
    padding-bottom: 14px;
    border-bottom: 2px solid #2097a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blg_bx:hover {
    transform: translateY(-30px);
}

.blg_bx:hover {
    border-bottom: 2px solid #000;
}

.blg_bx figure {
    overflow: hidden;
}

.blg_bx figure img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    height: 285px;
    width: 100%;
    object-fit: cover;
}


/* .blg_bx:hover figure img {
    transform: scale(1.1);
} */

.blg_bx .dte_bx {
    margin-top: -28px;
}

.blg_bx .dte_bx span {
    background-color: #2097a2;
    color: #fff;
    padding: 6px 8px;
    border-top-right-radius: 6px;
}

.blg_bx h4 {
    font-size: 28px;
    line-height: 37px;
    padding: 20px;
}

.blg_bx p {
    padding: 0 20px 14px;
}

.blg_bx .rd_mr {
    padding-left: 20px;
    font-weight: 600;
    color: #2097a2;
    display: inline-block;
    margin-bottom: 15px;
}

.offer_sec #app {
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.ser_section .text-center {
    position: relative;
    z-index: 9;
}

.ser_section {
    position: relative;
}

.ser_section .row {
    position: relative;
    z-index: 9;
}

.ser_section::before,
.ser_section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/rays1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ser_section::after {
    right: 0;
    transform: rotate(163deg);
}

.ser_side_img {
    background-color: #fff;
    border: 1px solid #f78500;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
}

.serice_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 14px;
}

.serice_hd h4 {
    font-size: 20px;
    font-weight: 800;
}

.serice_hd span {
    background-color: #000d38;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser_side_img .serv_one {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 100px;
}

.ser_side_img .serice_hd span {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.ser_side_img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.ser_side_img figure {
    overflow: hidden;
}

.ser_side_img .serv_one {
    transform: scale(100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.ser_side_img:hover .serv_one {
    transform: scale(110%);
}

.ser_side_img:hover .serice_hd span {
    background-color: #f78500;
}

.contct_sec {
    position: relative;
    background-color: #f5f5f5;
}

.contct_sec:before {
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg-contact-pattern2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 526px;
}

.contct_sec:after {
    background-image: url(../images/bg-contact-pattern1.png);
    background-repeat: no-repeat;
    right: 0;
    height: 100%;
    top: 0%;
    position: absolute;
    content: "";
    width: 859px;
}

.contct_sec .testi_sec,
.contct_sec .contct_sec {
    padding: 0 0;
}

.contct_sec .testi_sec {
    background-image: url(../images/testi_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contct_sec .testi_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 13, 56, 0.7200000286102295);
}

.contct_sec .row {
    filter: drop-shadow( 0px 11px 13px rgba(0, 0.05098039284348488, 0.21960784494876862, 0.05999999865889549));
    position: relative;
    z-index: 9;
}

.testi_sec .testi_slide {
    padding: 50px 20px;
}

.testi_sec .testi_slide .white_contet p {
    color: #fff;
    font-weight: 400;
    width: 74%;
    margin: 20px auto 30px;
}

.testi-slider {
    width: 80%;
    overflow: hidden;
    margin: auto;
}

.testi_coment {
    background-color: rgba(255, 255, 255, 0.23999999463558197);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.23000000417232513);
    padding: 12px 15px;
    position: relative;
}

.testi_coment:before {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 237, 237, 0);
    border-top-color: rgba(255, 255, 255, 0.23999999463558197);
    border-width: 12px;
    margin-left: -12px;
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating ul {
    display: flex;
    gap: 9px;
}

.rating ul li {
    font-size: 20px;
}

.rating ul li i {
    color: #ffc107;
}

.rating figure {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
}

.testi_coment p {
    margin: 11px 0;
    color: #fff;
    font-weight: 400;
}

.review_img {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}

.review_img h6 {
    font-size: 18px;
    color: #ffff;
    font-weight: 600;
}

.review_img img {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    object-fit: cover;
}

.testi_slide .swiper-nav-wrapper {
    display: none;
}

.contct_bx {
    background-color: #fff;
    border-top: 6px solid #f78500;
}

.contact_form {
    padding: 40px 30px;
}

.contct_bx .form-control {
    line-height: 2.4;
    border-radius: 0;
    border: 2px solid #e9e9e9;
    margin-bottom: 23px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #000d38;
    font-weight: 400;
}

.contct_bx .form-control:focus {
    border: 2px solid #f78500;
    box-shadow: none;
}

.contct_bx .form-control::-webkit-input-placeholder {
    color: #c3c2bf;
}

.contct_bx .form-control::-moz-placeholder {
    color: #c3c2bf;
}

.contct_bx .alin_inpt {
    display: flex;
    gap: 17px;
}

.contct_bx form {
    margin-top: 28px;
}

.contct_bx form .text-right {
    text-align: right;
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .offer_bx .inner_bx h4 {
        min-height: 62px;
    }
    .blg_bx h4 {
        font-size: 24px;
    }
}


/* =====================================
# Footer
===================================== */

.time_bx li {
    margin-bottom: 6px !important;
    padding-bottom: 6px;
    border-bottom: 1px dotted #da1f26;
}

.time_bx span,
.time_bx p {
    color: #fff;
}

.time_bx p {
    font-size: 15px;
    font-weight: 400;
    width: 88%;
}

.time_bx li span {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    display: block;
}

.time_bx li span {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}

.call-buton {
    display: none;
}

.get-touch ul {
    display: inline-block;
}

.get-touch ul li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px !important;
    color: #ffff;
}

.get-touch ul li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px !important;
}

.get-touch ul li span {
    color: #fff;
    font-weight: 500;
}

.cta {
    position: relative;
}

.cta::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    /* background: rgb(0 0 0 / 58%); */
    background-image: url(../images/dots-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.cta_content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(237 28 36 / 30%); */
    padding: 64px 100px;
}

.cta_content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    /* background: rgb(0 0 0 / 58%); */
    background-image: url(../images/dots-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.cta_content img {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}

.cta_txt {
    padding-left: 390px;
}

.cta_txt h4 {
    margin-bottom: 13px;
    color: #da1f26;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 35px;
}

.cta_txt p {
    margin-bottom: 15px;
}

.cate_sec {
    background-color: #fff;
}

.cate_list {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}

.cate_text {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 45%;
}

.cate_text:nth-child(1),
.cate_text:nth-child(3),
.cate_text:nth-child(5) {
    border-right: 2px solid #f1f1f1;
}

.cate_text img {
    width: 50px;
    height: auto;
}

.cate_text h6 {
    font-size: 20px;
}

.cate_sec h4 {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    color: #ffffff;
    width: fit-content;
    animation: updown-two 2.6s linear 0s infinite alternate;
    z-index: 1;
    /* margin-bottom: 4px; */
    position: absolute;
    padding: 0px 7px;
    bottom: 11px;
    left: -20px;
}

.about-right-cap {
    position: relative;
}

.about-right-cap .img-cap {
    position: absolute;
    bottom: -18px;
    right: -35px;
    width: 194px;
    height: 171px;
    padding: 18px 10px;
    background: #b40000;
    text-align: center;
}

.about-right-cap .img-cap span {
    color: #fff;
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.about-right-cap .img-cap p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0 19px;
    line-height: 1.4;
}

.about-caption .section-tittle h2 {
    margin-bottom: 0;
}

.about-caption .section-tittle h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 35px;
}

.about-right-img img {
    width: 100%;
    border-top-left-radius: 150px;
}

.about-bottom span {
    font-size: 20px;
    margin-bottom: 2px;
    color: #000000;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
}

.about-bottom span p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
}

.about-caption p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.swiper-wrapper:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.swiper-wrapper:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 6;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    background: #2097a2;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(32, 151, 162, 0.2), 0 0 0 0 rgba(32, 151, 162, 0.2), 0 0 0 5px rgba(32, 151, 162, 0.2), 0 0 0 10px rgba(32, 151, 162, 0.2);
        box-shadow: 0 4px 10px rgba(32, 151, 162, 0.2), 0 0 0 0 rgba(32, 151, 162, 0.2), 0 0 0 5px rgba(32, 151, 162, 0.2), 0 0 0 10px rgba(32, 151, 162, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(32, 151, 162, 0.2), 0 0 0 5px rgba(32, 151, 162, 0.2), 0 0 0 10px rgba(32, 151, 162, 0.2), 0 0 0 20px rgba(32, 151, 162, 0);
        box-shadow: 0 4px 10px rgba(32, 151, 162, 0.2), 0 0 0 5px rgba(32, 151, 162, 0.2), 0 0 0 10px rgba(32, 151, 162, 0.2), 0 0 0 20px rgba(32, 151, 162, 0);
    }
}

.call-buton .cc-calto-action-ripple svg {
    transition: var(--transition);
    font-size: 24px;
}

.call-buton .cc-calto-action-ripple:hover svg {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.ft_so_lnks {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ft_so_lnks li a {
    width: 50px !important;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
}

.ft_so_lnks li a i {
    margin-right: 0;
}

.menu-content {
    text-align: center;
}

.menu-item-name h3 {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.5em;
}

.order-cta {
    display: inline-flex;
    font-weight: 700;
    color: #da1f26;
    text-transform: uppercase;
    font-size: 1.4em;
    align-items: center;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.5s;
    font-family: "Trade Gothic LT Std";
}

.order-cta img {
    height: 20px;
    margin-left: 5px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(7144%) hue-rotate(350deg) brightness(78%) contrast(93%);
}

.thumbnail img {
    transition: all 0.5s;
}

.menu-content:hover .thumbnail img {
    transform: scale(1.1);
}

.menu-content:hover .order-cta {
    opacity: 1;
}

.menu-new .row {
    row-gap: 50px;
}

.menu-new {
    background: #f2f2f2;
}

.menu-new .btn-bx {
    text-align: center;
    margin-top: 50px;
}


/**** inner pages ****/

.ab_ban {
    background-image: url(../images/abt_bnr.jpg);
}

.inner_banner_new {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.ban-con {
    background: #000000bd;
    max-width: 550px;
    text-align: left;
    margin-left: auto;
    padding: 25px;
}

.ban-con h1 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: clamp(1.5rem, 2.35vw, 32px);
    color: #fff;
    margin-bottom: 15px;
}

.ban-con p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 1rem;
}

.banner-sec .slick-slide {
    padding: 0;
}

.inr_bnr .header {
    position: relative;
}

.abt_middle .abt_img img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.abt_info {
    padding-left: 18px;
}

.abt_info .dark_contet {
    text-align: left;
}

.abt_img figure {
    position: relative;
}

.abt_img figure:before {
    content: "";
    width: 300px;
    height: 200px;
    top: -13px;
    position: absolute;
    left: -13px;
    background: #2097a2;
    z-index: -1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.abt_img figure:after {
    content: "";
    width: 300px;
    height: 200px;
    bottom: -13px;
    position: absolute;
    right: -13px;
    background: #2097a2;
    z-index: -1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bg_color {
    background-color: rgb(206 141 38 / 10%);
}

.bg_color .abt_info {
    padding: 0 18px 0 0;
}

.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(hsl(0 0% 0% / 75%), hsl(0 0% 0% / 75%));
}

.inner-banner {
    position: relative;
    min-height: 25vh;
    min-height: 25dvh;
    padding-block: clamp(40px, 10vw, 80px);
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
}

.inner-banner::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    content: "";
    z-index: -1;
}

.page-template-catering-menu .inner-banner::after {
    background-color: #0000005e;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-content .banner-title h1 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0px;
    -webkit-text-stroke: 2px #da1f2600;
}

.inner-banner-content .banner-title p {
    color: #fff;
    margin-bottom: 15px;
}

.page-template-about .inner-banner-content .banner-title h1 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.page-template-about .inner-banner-content .banner-title p {
    color: #fff;
    margin-bottom: 15px;
}

.page-template-about .inner-banner-content .banner-title {
    text-transform: capitalize;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    background: rgb(237 28 36 / 91%);
    padding: 25px;
    max-width: 550px;
    display: block;
    clip-path: none;
}

.bg-layer {
    background-color: rgb(32 151 162 / 9%);
}

.faq-sec .accordion-item {
    border: 1px solid #ccc;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.faq-sec .accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.faq-sec .accordion-button {
    box-shadow: none;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: #2097a2;
    color: #fff;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.accordion-header {
    line-height: 34px !important;
}

.single_blog p {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-us-inner {
    padding-top: 42px;
}

.contact-us-inner .reach-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.reach-us li {
    padding: clamp(1rem, 3vw, 1.25rem);
    color: black;
    background-color: #e3eced;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-left: 4px solid #2598a3;
    display: flex;
    gap: 14px;
    align-items: center;
    flex: 0 0 calc(100% / 3 - 15px);
    height: 130px;
    /* font-family: "Montserrat", sans-serif; */
}

.reach-us li span b {
    /* font-family: "Montserrat", sans-serif; */
}

.reach-us li:not(:last-child) {
    margin-bottom: 0;
}

.reach-us li span.icon {
    font-size: 35px;
}

.reach-us li span.icon i {
    color: #2598a3;
}

.reach-us li span a {
    font-size: 18px;
    font-weight: 600;
}

.reach-us li span a:hover {
    color: #2097a2;
}

.contact-us-inner {
    padding-top: 42px;
}

.gte_line {
    text-align: center;
    padding: 30px;
}

.gte_line p {
    font-size: 18px;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

.time_slot {
    background-color: #e3eced;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 8px 24px hsl(0 0% 0% / 10%);
    border: 1px solid #ccc;
    margin-bottom: 0;
}

.time_slot h3 {
    margin-bottom: 14px;
    color: #000;
}

.time_slot h3 span {
    color: #2097a2;
}

.time_slot li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.time_slot li .slot {
    display: flex;
    justify-content: space-between;
}

.time_slot li .slot span {
    color: #000;
}

.time_slot ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.time_slot ul li {
    /* display: flex;
    justify-content: space-between; */
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(28, 28, 28, 0.05);
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
}

.time_slot li p {
    font-size: 16px;
    margin-top: 8px;
}

#contact-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 8px 24px hsl(0 0% 0% / 10%);
    border: 1px solid #ccc;
    min-height: 414px;
}

#contact-form .form-control {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #000;
}

.contact-us-inner .row-gap {
    row-gap: 24px;
}

#contact-form .form-control::placeholder {
    color: #b3b3b3;
}

#contact-form .form-control:is(:focus,
 :focus-visible) {
    border-color: #2097a2;
}

.contdt p {
    margin-bottom: 15px;
}

.map_sec {
    margin-top: 60px;
    margin-bottom: -5px;
}


/* Our Team Inner */


/* .team-wrapper {
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
} */

.team-row {
    display: flex;
    background-color: rgb(32 151 162 / 9%);
}

.team-row .thumbnail {
    flex: 0 0 300px;
}

.team-row .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-row .content {
    flex-basis: 100%;
    padding: clamp(1.5rem, 2vw, 2rem);
}

.team-row .content p:not(:last-child) {
    margin-bottom: 20px;
}

.team-row .content .title>* {
    position: relative;
    margin-block-end: 1em;
    font-size: 24px !important;
}

.team-row .content .title>*::before {
    content: "";
    position: absolute;
    inset: calc(100% + 8px) auto auto 0;
    height: 2px;
    width: 100%;
    background-color: #ccc;
}

.team-row .content .title>*::after {
    content: "";
    position: absolute;
    inset: calc(100% + 8px) auto auto 0;
    height: 2px;
    width: 100%;
    scale: 0.15 1;
    transform-origin: left;
    background-color: #2097a2;
    transition: all 740ms cubic-bezier(0.245, 0.97, 0.244, 1);
}

.team-row:hover .content .title>*::after {
    scale: 1;
}

.team-inner .team-row:not(:last-child) {
    margin-block-end: 2.5rem;
}

.team-inner .team-row:nth-child(2n) {
    background-color: #2097a2;
    color: #fff;
}

.team-inner .team-row:nth-child(2n) p {
    color: #fff;
}

.team-inner .team-row:nth-child(2n) .content .title>*::before {
    background-color: hsl(0 0 100 / 40%);
}

.team-inner .team-row:nth-child(2n) .content .title>*::after {
    background-color: #fff;
}


/************** pickup section *****************/

.pick_sec .pickup_sec {
    background-image: url(../images/pickup-order.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 52px 26px;
    min-height: 377px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.pick_sec .pickup_sec:hover {
    transform: scale(1.1);
}

.pick_sec .pickup_sec2 {
    background-image: url(../images/three-img-2.png);
}

.pick_sec .pickup_sec3 {
    background-image: url(../images/catering-new-bg.jpg);
}

.pick_sec .pickup_sec h2 {
    color: #fff;
    margin-bottom: 18px;
    margin-top: 12px;
}

.pick_sec .cste_logo {
    display: flex;
    justify-content: center;
}

.pick_sec .cste_logo img {
    width: 120px;
}


/***** our menu *********/

.or_menu {
    background: #0c0c0c;
    position: relative;
    background-image: url(../images/menu_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.or_menu:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #212121bd;
    backdrop-filter: blur(40px);
}

.or_menu .main_content {
    position: relative;
}

.or_menu .main_content h2 {
    color: #fff;
}

.or_menu .menubx {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.or_menu .menubx .menuitem {
    width: 19%;
}

.or_menu .menubx .menuitem a {
    display: block;
    padding: 20px;
    background-color: rgb(255 255 255 / 28%);
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.or_menu .menubx .menuitem a:hover {
    background-color: #fff;
    color: #da1f26;
    border: 1px solid #da1f26;
}

.or_menu .menubx .menuitem a img {
    transition: all 0.3s ease-in-out;
}

.or_menu .menubx .menuitem a:hover img {
    transform: scale(1.1);
}

.or_menu .menubx .menuitem a:hover h4 {
    color: #da1f26;
}

.or_menu .menubx .menuitem h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-top: 16px;
    min-height: 48px;
}


/* .or_menu .main_content .menubx .menuitem {
    width: 33%;
} */

.palter_menu {
    background-image: inherit;
    background-color: rgb(255 0 0 / 2%);
}

.palter_menu::before {
    display: none;
}

.palter_menu .main_content h2 {
    color: #000;
}

.palter_menu .menubx .menuitem a {
    background-color: rgb(237 28 36 / 7%);
}

.palter_menu .menubx .menuitem h4 {
    color: #000;
}


/******** our locations *****/

.locations-sec {
    background: #f0f0f0;
    position: relative;
    background-image: url(../images/foody.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.locations-sec .section-title {
    margin-bottom: 50px;
}

.loc_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.loc_cotent {
    padding-top: 15px;
}

.our_lo {
    background-color: #ffff;
    min-height: 660px;
    position: relative;
    display: grid;
}

.loc_nm {
    display: grid;
}

.loc_cotent p {
    margin-bottom: 10px;
}

.our_lo .loc_nm h5 {
    font-size: 25px;
    margin-bottom: 15px;
}

.loc_cotent {
    padding: 15px;
    min-height: 150px;
}

.loc_cotent p br {
    display: none;
}

.loc_cotent a {
    color: #da1f26;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.loc_cotent a:hover {
    color: #000;
}

.loc_cotent .loc_num {
    margin: 13px 0px;
}

.loc_nm .hr_contant {
    padding: 6px 20px;
}

.loc_nm .hr_contant h5 {
    border-top: 1px solid #f3f3f3cc;
    font-size: 20px;
    padding-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.loc_nm a.secondry_btnn {
    width: 100%;
}

.catering-form form .form-control {
    height: 45px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.catering-form form textarea.form-control {
    height: auto;
}

.catering-form {
    margin-top: 25px;
}

.catering-form form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.catering-form form .form-control::-ms-input-placeholder {
    color: #fff;
}

.catering-sec {
    background: #f0f0f0;
    position: relative;
    padding-bottom: 0;
}

.catering-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.catering-list-bx:nth-child(5),
.catering-list-bx:nth-child(6) {
    margin: 0;
    padding: 0;
    border: none;
}

.catering-cn-bx {
    padding: 0 30px 30px;
}

.catering-cn-bx p {
    margin-top: 15px;
}

.catering-cn-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #ffc10e;
    padding: 15px;
    margin-top: 25px;
    column-gap: 15px;
}

.catering-list-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ic_bx {
    margin-right: 10px;
}

.ic_bx img {
    max-width: 40px;
    filter: brightness(0);
}

.catering-list-title h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.catering-list-bx {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000024;
}

.catering-list-bx p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catering-slider .slick-slide {
    padding: 0;
}

.catering-slider * {
    height: 100%;
}

.catering-img {
    position: relative;
    margin-inline: auto;
    height: 100%;
    width: 100%;
}

.catering-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.catering-img span {
    background: #da1f26;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    transform: translate(-10px, -10px);
}

.catering-sec .section-title {
    margin-bottom: 25px;
}

.catering .section-title h2 {
    font-size: 27px;
}

.catering-list {
    margin-top: 25px;
}

.catering-list h4 {
    color: #fff;
    text-transform: capitalize;
}

.menu-home.menu-home-nh {
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/g_4-1.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.menu-home .common-btn {
    border-width: 1px;
    border-color: #fff;
    color: #fff;
}

.menu-home .common-btn:hover {
    border-color: red;
}

.menu-home.menu-home-nh::before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    position: absolute;
    content: "";
    inset: 0;
}

.menu-home .menu-item-list .text h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #da1f26;
}

.menu-home-nh .nav-tabs {
    border: 0;
    margin-bottom: 50px;
}

.menu-home-nh .nav {
    justify-content: space-between;
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.add_line {
    position: relative;
}

.add_line::before {
    width: 80% !important;
    height: 1px !important;
    background-color: white !important;
    position: absolute;
    content: "" !important;
    top: 66px !important;
    left: 0 !important;
    z-index: -333 !important;
}

.menu-home-nh .tab-content {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.menu-home-nh .menu-item-list {
    padding-right: 0;
    text-align: left;
}

.menu-home-nh .nav-tabs li.nav-item {
    position: relative;
    margin-bottom: -1px;
    isolation: isolate;
    width: 20%;
    transition: all 0.54s;
}

.menu-home-nh .nav-tabs li.nav-item a:focus {
    outline: none;
}

.menu-home-nh .nav-tabs li.nav-item:hover {
    transform: translate(0px, -11px);
}

.menu-home-nh .nav-link {
    transition: none !important;
}

.menu-home-nh .nav:before {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--btn-bg);
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 90%;
    margin-inline: auto;
    right: 0;
}

.menu-home-nh .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border: 2px solid #fff0;
    border-radius: 30px;
    padding: 15px 15px;
}


/* .menu-home-nh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #da1f2682 100%);
    z-index: -1;
} */

.nav-tabs .nav-link.active span.menu-item-name {
    color: #fff;
    border-radius: 100px;
    padding: 0;
}

.nav-tabs .nav-link.active {
    background: none;
}

.nav-tabs .nav-link.active .menu-icon {
    background: #da1f26 !important;
    padding: 5px;
}

.nav-tabs .nav-link.active:before {
    background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, #da1f26 100%);
}

.menu-home-nh .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 105px;
    height: 108px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
}

.menu-home-nh .nav-link.active .menu-icon {
    background: var(--btn-bg);
}

.menu_it_bx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.menu-home-nh .menu-icon img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    border-radius: 100%;
}

.menu-home-nh .menu-item-name {
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    flex: 0 0 calc(100% - 100px);
    text-align: center;
    /* padding: 0 5px; */
}

.menu-lg-img {
    padding-right: 30px;
}

.menu-lg-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.menu-home-nh .section-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 777;
}

.menu-home-nh .section-title h2 {
    color: #fff;
}

.menu-item-list h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    padding-right: 15px;
}

.menu_page .menu-item-list .text h4 {
    color: #da1f26;
    background: transparent;
}


/* .menu-item-list .text h4 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #da1f26;
} */

.menu-item-list .text h4 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #da1f26;
    padding: 2px 8px;
}

.menu-item-list ul li {
    padding: 15px 0 15px 0;
    border-bottom: 1px dotted rgb(0 0 0 / 31%);
}

.menu-item-list ul li h4 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
}

.red-text {
    color: #d31f2b;
}

.menu-item-list ul li p {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.menu_sec {
    padding-top: 0;
}

.menu_sec .section-title {
    margin-bottom: 50px;
}

.menu_bx .section-title h2 {
    font-size: 32px;
}

.menu_bx .section-title {
    margin-bottom: 0;
}

.menu_it_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-pane {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-pane.show {
    opacity: 1;
    transform: scale(1);
}

.menu-list-area {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 50px;
}

.menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.menu-list-area .menu-list {
    scale: 0.8;
    opacity: 0;
    animation: 800ms zoomIn cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1;
    animation-delay: calc(50ms * var(--i));
}

@keyframes zoomIn {
    to {
        scale: 1;
        opacity: 1;
    }
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-list .box-title {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
}

.menu-list .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 12px;
}

.menu-list .box-text {
    margin-bottom: 0;
    width: auto;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.menu-list .box-line {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-bottom: 1px dashed #fff;
    position: relative;
    top: 0;
}

.menu-list .box-line:before,
.menu-list .box-line:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
}

.menu-list .box-line:before {
    left: -10px;
}

.menu-list .box-line:after {
    right: -10px;
}

.menu-list .box-price {
    margin-bottom: 0;
    margin-left: 15px;
}


/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonials-sec {
    position: relative;
    /*     background: linear-gradient(36deg, rgb(31 68 139) 0%, rgb(18 40 82) 100%);
    background-image: url(../../assets/images/2149367126.png);
    background-size: cover;
    background-attachment: fixed; */
}

.testimonials-slider {
    max-width: 950px;
    margin-inline: auto;
}

.testimonials-sec .container {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.testimonials-sec .testimonials-item {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    max-width: 80%;
}

.testimonials-sec .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
}

.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.testimonials-sec .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-sec .slick-list.draggable {
    padding: 0;
}

.testimonials-sec .section-title {
    margin-bottom: 25px;
}

.testimonials-sec .slick-arrow.slick-prev {
    left: 0;
}

.testimonials_cn .btn-bx {
    margin-top: 25px;
}

.testimonials_cn .slick-dots button {
    background-color: #f9d1d3;
}

.quotes_img img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(3040%) hue-rotate(341deg) brightness(116%) contrast(108%);
}

.divider_img {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.divider_img img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(3040%) hue-rotate(341deg) brightness(116%) contrast(108%);
}

.testimonials-sec .slick-arrow.slick-next {
    right: 0;
}

.testimonials-sec .slick-arrow {
    top: 32%;
}

.testimonials-slider .slick-slide {
    opacity: 0.3;
}

.testimonials-slider .slick-slide.slick-current {
    opacity: 1;
}

.goggle-img {
    background: rgb(255 233 234);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
    display: none;
}

.quotes_img {
    margin-top: 25px;
}

.testimonials-box-author {
    text-align: center;
    margin-top: 15px;
}

.testimonials-auther-content h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #da1f26;
    text-transform: capitalize;
}

.testimonials-body {
    margin-bottom: 0;
}

.testimonials-sec .pbmit-featured-wrapper {
    width: 80px;
}

.testimonials-sec .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials-sec .testimonials-auther-content {
    margin-left: 0;
}


/* .testimonials-sec  .slick-list {
    padding: 0 120px !important; 
    overflow: visible !important;
} */

.testimonials-sec p {
    line-height: 26px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-sec .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-sec .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 500 !important;
    font-style: italic !important;
    color: var(--pbmit-xcare-blackish-color);
    letter-spacing: -0.25px;
}

.testimonials-sec.testimonials-inner-new .testimonials-item {
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4c000047;
}

.testimonials-sec.testimonials-inner-new p {
    text-align: left;
}

.testimonials-sec.testimonials-inner-new .divider_img {
    text-align: left;
}

.testimonials-sec.testimonials-inner-new .testimonials-auther-content h3 {
    text-align: left;
}

.cat-divider {
    display: block;
    background: #da1f2638;
    width: 100%;
    height: 1px;
    margin: 25px 0;
    position: relative;
}

.cat-divider:before {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #da1f26;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
}

.inner-banner {
    position: relative;
    min-height: 300px;
    /* padding-block: 150px 50px; */
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
}

.inner-banner.styled {
    place-items: unset;
    padding-block: 0;
}

.inner-banner.styled .row {
    height: 100%;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-banner-image img.dark {
    filter: brightness(0.3);
}

.inner-banner-content.boxed {
    position: relative;
    height: 100%;
    display: grid;
    place-content: center start;
    /* background-color: #; */
    color: #fff;
}

.inner-banner-content.boxed .banner-title>* {
    margin-block-end: 0.25em;
}

.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background: rgb(255, 255, 255);
    background: linear-gradient( 182deg, rgb(0 0 0 / 46%) 0%, rgba(255, 255, 255, 0) 100%);
}


/***** End inner_banner *****/

.about-text-1 {
    max-width: calc(100% - 27%);
    margin-inline: auto;
    text-align: center;
}

.about-text-1 p {
    margin-bottom: 20px;
}

.about-sec-1 {
    background: #fff;
}

.about-text-1 p:last-child {
    margin-bottom: 0;
}

.about_us_ .left_pic img {
    padding: 12px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    width: 100%;
    max-width: 555px;
    /* margin: auto; */
    display: block;
}

.about_us_ .right_text {
    padding-left: 5px;
}

.about_us_ .right_text p:first-of-type {
    padding: 0px 0px 5px 0px;
}

.main_bx .inner_bx .icon img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    padding: 9px;
    background: #fff9f4;
    border-radius: 4px;
    border: 1px solid #eeeeee96;
}

.about_us_ .main_bx {
    display: flex;
    align-items: center;
    margin: 15px 0px 15px 0px;
}

.about_us_ .main_bx .inner_text h4 {
    font-size: 18px;
    margin: 14px 0px 7px 0px;
    text-transform: capitalize;
}

.about_us_ .main_bx .inner_text p {
    padding: 0px !important;
}

.about_us_ .align_center {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}


/*****  choose_us *****/

.choose_us .section-title {
    padding-bottom: 2.3em;
}

.choose_us .section-title p {
    width: 100%;
    margin: auto;
    max-width: 692px;
}

.choose_us .why-feature {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 40px 25px 40px 30px;
    border: 1px solid #eee;
    background: #fff;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 777;
    height: 100%;
}

.choose_us .why-feature:hover h3 {
    color: #fff;
}

.choose_us .why-feature:hover p {
    color: #fff;
}

.choose_us .why-feature:hover .why-feature_icon {
    border: none;
    box-shadow: rgb(197 0 8) 0px 8px 24px;
}

.choose_us .why-feature::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    transition: 0.4s;
    top: 0;
    right: 0;
    background: #da1f26;
    z-index: -333;
}

.choose_us .why-feature:hover::after {
    width: 100%;
    height: 100%;
}

.choose_us .why-feature::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    left: 0%;
    background: #000;
    bottom: 0;
    transition: 0.4s;
}

.choose_us .why-feature:hover::before {
    width: 100%;
}

.choose_us .why-feature:hover {
    color: #fff;
}

.choose_us .btn_bx {
    text-align: left;
    margin: 22px 0px;
}

.choose_us .why-feature_title {
    text-transform: capitalize;
    font-size: 22px;
    margin: 19px 0px 7px 0px;
}

.choose_us .why-feature_icon {
    height: 70px;
    width: 70px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.why-feature:hover .why-feature_icon {
    border: 1px solid #161616;
}

.choose_us img {
    height: 45px;
    width: 45px;
}

.choose_us {
    background: #fde8e9;
}

.contact-sec {
    background: #f2f2f2;
}


/***** End  choose_us *****/

.franchise-form {
    position: relative;
    padding: 90px 0px;
    /* background-image: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/image-11.jpg"); */
}

.franchise-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    inset: 0;
}


/* .franchise-form:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #000;
    left: 0;
    opacity: 0.9;
} */

.franchise-cn-bx .section-title p {
    color: #000;
    max-width: 650px;
    margin: 5px auto 20px auto;
}

.franchise-cn-bx {
    position: relative;
    z-index: 1;
}

.g-recaptcha {
    max-height: 60px;
}

.franchise-form-bx {
    position: relative;
    margin-inline: auto;
    background: #0000005e;
    background-image: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/image-11.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px, 3px 3px 0 7px #da1f26;
}

.franchise-form-bx:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
}

.franchise-form-bx .form-group input,
.franchise-form-bx form select {
    max-width: 100%;
    padding: 10px 10px;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background-image: none;
    border: none;
    border-radius: 0px;
    border: 1px solid #cdcdcdee;
}

.franchise-form-bx .form-group {
    margin-bottom: 25px;
}

.franchise-form-bx form input:focus,
.franchise-form-bx form select:focus {
    outline: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-color: #da1f26;
    color: #000;
}

.franchise-form-bx form textarea:focus {
    outline: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-color: #da1f26;
    color: #000;
}

.section-title.text-white h2 {
    margin-bottom: 0px;
}

.franchise-form-bx form textarea {
    background: transparent;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    border: 1px solid #ffffff5e;
    color: #000;
    border-radius: 0;
}

.franchise-form-bx input::placeholder {
    color: #000;
    opacity: 1;
}

.franchise-form-bx input::-ms-input-placeholder {
    color: #000;
}

.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.careers_form {
    position: relative;
}

.careers-form-bx {
    background: #fff;
    padding: 30px;
    box-shadow: 3px 3px 0 7px #da1f26;
    border-radius: 15px;
    height: 100%;
    padding-bottom: 20px;
}

.careers-form-bx .form-group input {
    background: #fff;
    text-transform: capitalize;
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7a7a7a;
    color: #000;
    width: 100%;
    padding: 8px 10px;
}

.form-group {
    margin-bottom: 15px;
}

.careers-form-bx form input:focus {
    outline-color: #da1f26;
    outline-width: 1px;
    outline-style: solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.careers-form-bx form textarea:focus {
    outline-color: #da1f26;
    outline-width: 1px;
    outline-style: solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.careers-form-bx form textarea {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7a7a7a;
    color: #000;
    width: 100%;
    padding: 18px;
    height: 110px;
}

.careers-form-bx h2 {
    color: #000;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
}

.careers-form-bx .row {
    margin-bottom: 7px;
}


/**start-contact-page**/

.contact-bnr {
    margin-top: 82px;
    background-image: url(../images/contact-bnr.jpg);
    width: 100%;
    min-height: 600px;
    color: #fff;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
}

.contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 3px 3px 0 7px #da1f26;
    border-radius: 15px;
    height: 100%;
    padding-bottom: 20px;
}

.contact-form h3 {
    font-size: 25px;
}

.contact-form form input {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7a7a7a;
    color: #000;
    width: 100%;
    padding: 6px 10px;
}


/* 
.contact-form form input:focus {
    outline-color: #da1f26;
    outline-width: 1px;
    outline-style: solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */


/* .contact-form form textarea:focus {
    outline-color: #da1f26;
    outline-width: 1px;
    outline-style: solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */

.contact-form form textarea {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7a7a7a;
    color: #000;
    width: 100%;
    padding: 18px;
    height: 110px;
}

/* .contact-sec .row .col-lg-5 {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 20px;
    box-shadow: unset;
    border: 1px solid #d9d9d9;
    gap: 20px;
    max-width: 475px;
    margin-left: auto;
    height: 100%;
    border-radius: 15px;
    margin-right: auto;
} */

.con-details {
    margin: 0px 0px;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 777;
    text-align: left;
    display: flex;
    align-items: start;
    gap: 1em;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.con-details label {
    display: flex;
    gap: 16px;
    margin-top: 0px;
}

.con-details .cal-num {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.con-details label a {
    color: #da1f26;
}

.con-details label a:hover {
    color: #000;
}

.con-details::after {
    top: 0;
    left: 0;
    height: 0%;
    width: 0%;
    position: absolute;
    content: "";
    z-index: -777;
    transition: 0.4s;
}

.con-details .cal {
    font-size: 25px;
    text-align: center;
    margin-right: 0px;
    place-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 0%;
    margin-bottom: 0px;
    background: transparent;
    color: #da1f26;
    border: 1px solid #eee;
}

.cal-num label {
    display: flex;
    font-size: 16px;
}

.cal-num h5 {
    font-size: 20px;
    color: #da1f26;
    font-family: "Lato", sans-serif;
}

.contact-form label {
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 3px;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.contact-form .row {
    margin-bottom: 7px;
}

.loc_img iframe {
    border: 0;
    min-height: 300px;
    padding: 15px;
}

.map_s {
    align-items: stretch;
    display: flex;
    gap: 20px;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    background-color: #fff;
    border: 1px solid #eeee;
    padding: 10px;
}

.con_loc .section-title h2 {
    color: #da1f26;
}

.con_loc {
    background: none;
    background: #fde8e9;
}

.contact-form .col-md-12 .error {
    position: relative;
    top: -7px;
}

.contact-form .cptch-sect .error {
    position: relative;
    top: -20px;
    width: fit-content;
}

.gallery-page .gallery-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.gallery-page .gallery-item img {
    height: 250px;
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
}

.gallery-page {
    background-color: rgb(135 135 135 / 10%);
    background: #fff;
}


/**end-contact-page**/

.con_form_ {
    padding-top: 0px;
}

.row.custom_row_three {
    flex-direction: row;
}

.row.custom_row_one {
    flex-direction: row-reverse;
}

.row.custom_row_three {
    flex-direction: row;
}

.all_carering_menu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.all_carering_menu .bg_color_one {
    background-color: #da1f261a;
    padding: 35px;
    border-radius: 10px;
}

.all_carering_menu .section-title h2 {
    position: relative;
}

.all_carering_menu .section-title h2::after {
    height: 2px;
    width: 30%;
    position: absolute;
    content: "";
    background-color: #c21512;
    bottom: 8px;
    left: 47%;
    display: none;
}

.all_carering_menu .btn-bx {
    margin-top: 24px;
}

.all_carering_menu .row:hover .right_pic img {
    transform: scale(1.1);
}

.all_carering_menu .right_pic {
    padding: 0.1em;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.all_carering_menu .right_pic img {
    width: 100%;
    border-radius: 10px;
    transition: 0.4s;
}

.all_carering_menu .row_parent {
    margin: 0em 0em 3em 0em;
}

.all_carering_menu .menu-list {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    position: relative;
    z-index: 777 !important;
}

.all_carering_menu .menu-list::after {
    position: absolute;
    content: "";
    min-height: 1px;
    background: #c21512;
    width: 100%;
    left: 0;
    bottom: 11px;
    z-index: -3;
}

.all_carering_menu .menu-list img {
    padding: 0px 8px;
    background: #fde8e9;
    margin-top: 0px;
}

.menu-list {
    justify-content: center;
}

.form_bx form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    border-radius: 10px;
    max-width: 850px;
    margin-inline: auto;
    border: 1px solid #eeee;
}

.form_bx .form-group {
    margin-bottom: 1.5rem;
}

.form_bx .form-control {
    padding: 13px;
    border: 1px solid #00000036;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px;
}

.form_bx label {
    font-size: 17px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 600;
}

.form_bx .radio_input {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.form_bx .section-title {
    margin-bottom: 3em;
}


/* .con_form textarea {
    height: 120px !important;
} */

.form_bx textarea {
    padding: 13px;
    border: 1px solid #00000036;
    width: 100%;
    margin-bottom: 22px;
    border-radius: 4px;
    background: transparent;
}

.form_bx .section-title h2 {
    color: #000;
    margin-bottom: 55px;
}

#bg_set {
    padding: 70px 0px;
    background: #fff6f5;
}

.inner_pages_text {
    padding: 0px;
}

.inner_pages_text .left_text {
    padding: 4em 2em 2em 2em;
}

.inner_pages_text img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner_pages_text .left_cn {
    margin-left: auto;
    max-width: 700px;
}

.inner_pages_form {
    background: #fff;
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

#bg_set {
    padding: 70px 0px;
    background: #fff6f5;
}

.inner_pages_text .right_cn {
    margin-right: auto;
    max-width: 700px;
}

.inner_pages_text .left_text h2 {
    font-size: 30px;
}

.booking {
    background: #fff6f5;
}

.careers_form .contact-form {
    background: #da1f26;
    border-radius: 0;
    padding: 25px;
}

.careers_form .contact-form .section-title h2 {
    color: #fff;
}

.careers_form .contact-form label {
    color: #fff;
}

.careers_form .contact-form .common-btn {
    border-color: #fff;
    color: #fff;
}

.careers_form .contact-form .common-btn:hover {
    border-color: #da1f26;
}

.careers-banner {
    padding: 0;
}

.careers-img img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.menu_page .menu-list {
    margin-bottom: 30px;
}

.menu_page .menu-wrapper {
    border: 3rem solid #fff;
    /* border-image: url(../images/tabs_fr.png); */
    border-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/Mask-group.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.menu_page .nav-item .nav-link:before {
    display: none;
}

.menu_page .nav-tabs li.nav-item {
    height: max-content;
    width: max-content;
}

.menu_page .nav {
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
    display: flex !important;
}

.menu_page .nav-tabs .nav-link.active span.menu-item-name {
    color: #000;
}

.menu_page .nav-tabs .nav-link {
    outline: none !important;
}

.menu_page .nav-tabs .nav-link:focus {
    outline: none !important;
}

.menu_page .nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #da1f26 !important;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0px;
    width: max-content !important;
    margin: auto;
    outline: none !important;
    /* margin-top: 2px; */
}

.menu_page .nav-tabs .nav-link {
    margin-bottom: 0;
}

.menu_page .nav-tabs li.nav-item:hover {
    transform: translate(0px, 0px);
}

.menu_page .nav-tabs .nav-link {
    padding: 0px;
    /* border-bottom: 2px solid transparent !important; */
}

.menu_page .nav-tabs {
    overflow: visible !important;
}

.mobile_menu {
    display: none;
}

nav li.active a {
    color: #000000 !important;
}

.new_about_us li {
    color: #000 !important;
}

.new_about_us li img {
    width: 100%;
    max-width: 34px;
    position: absolute;
    left: 0;
    top: -5px;
}

.new_about_us li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 14px 0px 14px 0px;
    font-weight: 600;
    position: relative;
    padding-left: 46px;
}

.new_about_us .section-title h3 {
    margin-bottom: 22px;
    text-align: left;
}

.new_about_us {
    background: #da1f261a;
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/g_7.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 650px;
}

.about-sec-2 {
    background: #da1f261a;
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/bnr.jpg);
    background-position: center;
    background-size: cover;
}

.about-text-2 {
    background: #ffffffd4;
    padding: 50px;
    max-width: 550px;
    margin-left: auto;
    display: block;
}

.about-text-2 ul.list-style li {
    color: #da1f26;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.about-text-2 ul.list-style li img {
    max-width: 25px;
    position: absolute;
    left: 0;
    filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(4040%) hue-rotate(349deg) brightness(112%) contrast(94%);
    top: 3px;
}

.new_about_us .right_text {
    background: #ffffffde;
    padding: 30px !important;
    text-align: left;
}

.about_us_ .left_pic img {
    max-width: 540px;
    float: right;
    margin-left: 25px;
}


/* .c_service {
    position: relative;
} */


/* .c_service .right_pic img {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    max-width: 770px;
    object-fit: cover;
} */

.c_service {
    background: #f0f0f0;
}

.c_service .left_side {
    padding: 60px 0px 60px 5px;
}

.c_service .row {
    align-items: center;
}

.c_service .right_pic {
    padding: 0px 0px 0px 15px;
}

.location_page .custom_row {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.location_page .row {
    row-gap: 30px;
    justify-self: center;
    justify-content: center;
}

.location_page .our_lo .loc_img {
    width: 100%;
}

.location_page .our_lo .loc_nm {
    width: 100%;
}

.location_page .our_lo+.our_lo {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.location_page .loc_nm a.secondry_btnn {
    width: auto;
}

.location_page .our_lo {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 10px;
    min-height: auto;
    transition: 0.2s;
    max-width: 100%;
    margin-inline: auto;
    flex-direction: column;
    box-shadow: 3px 3px 0 7px #da1f26;
}

.location_page .our_lo img {
    border-radius: 9px;
    height: 400px;
    width: 100%;
}

.location_page .loc_cotent p br {
    display: none !important;
}

.location_page .loc_cotent p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.location_page .loc_nm a.secondry_btnn {
    width: auto;
    padding: 14px 22px;
    position: unset;
}

.location_page .loc_cotent {
    padding: 0px;
}

.location_page .loc_cotent h5 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.location_page .loc_nm .hr_contant {
    padding: 4px 0px;
}

.location_page .loc_nm .hr_contant p {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}

.secondry_btnn:before {
    display: none;
}

.contact-form .section-title h2 {
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 10px;
}

.error_text {
    text-align: center;
}

.error_text h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gift_card {
    display: grid;
    place-items: center;
    padding: 220px 0px 220px 0px;
    background: #f0f0f0;
}

.menu_page {
    background: none !important;
    background-color: #fff !important;
}

.menu_page .menu-item-list .text h2 {
    color: #da1f26 !important;
    text-decoration: none !important;
}

.menu_page .menu-item-list h3 {
    color: #000 !important;
}

.menu_page .menu-item-name {
    color: #000 !important;
}

.menu_page.menu-home-nh::before {
    display: none !important;
}

.menu_page .menu-list .box-line {
    border-bottom: 1px dashed #000 !important;
}

.menu_page .menu-list .box-line:after {
    background: #000 !important;
}

.menu_page .menu-list .box-line:before {
    background-color: #000 !important;
}

.about-sec .section-title h2 {
    margin: 8px 0px 8px 0px;
}

.top-bar-mobile {
    display: none;
}

.location_page .our_lo .watch_btn_bx {
    margin-top: 15px;
}

.about_us_ .right_text p+p {
    margin: 15px 0px;
}

.call-buton {
    display: none !important;
}

.contact-form .section-title img {
    margin-top: 0;
}


/**************************************
 * New Menu Style
 *************************************/

.c_service .section-title {
    margin-bottom: 50px;
}

.img-bx {
    position: relative;
}

.catering-event-bx .slick-dots button {
    background-color: #f9a6a9;
}

.img-bx:after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 11%, rgb(0 0 0 / 0%) 50%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 51%;
    z-index: 1;
    left: 0;
}

.catering-event-bx {
    position: relative;
}

.img-bx img {
    transition: all 0.5s;
    transform: scale(1);
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.catering-event-bx h3 {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.franchise-cn {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.franchise-cn ul {
    font-size: 20px;
    text-transform: capitalize;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.franchise-cn ul li {
    text-transform: capitalize;
    overflow: visible;
    border: 1px solid #da1f263d;
    padding: 25px;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 3px 3px 0 7px #da1f26;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/**************************************
 * New Menu Style
 *************************************/

.leaf-1 img {
    filter: brightness(0) saturate(100%) invert(4%) sepia(12%) saturate(5358%) hue-rotate(309deg) brightness(102%) contrast(96%);
    max-width: 100px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.leaf-1 {
    position: absolute;
    top: -20px;
    transform: rotate(218deg);
    right: 0;
    opacity: 0.5;
    display: none;
}

.leaf-2 {
    position: absolute;
    bottom: -20px;
    transform: rotate(36deg);
    left: 0;
    opacity: 0.5;
    display: none;
}

.leaf-2 img {
    filter: brightness(0) saturate(100%) invert(4%) sepia(12%) saturate(5358%) hue-rotate(309deg) brightness(102%) contrast(96%);
    max-width: 100px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.menu-day-area {
    display: flex;
    flex-flow: row nowrap;
    background: #f2f2f2;
    position: relative;
    /*     background-image: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/image-10.jpg");
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left; */
}


/* .menu-day-area:before {
    content: "";
    background: hsl(0deg 0% 0% / 70%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
} */


/* .menu-day-area:before {
    content: '';
    background: #da1f26;
    height: 150px;
    width: 330px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.menu-day-area:after {
    content: '';
    background: #c94b27;
    height: 1px;
    width: 100%;
    top: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
} */

.menu-day-area .container {
    position: relative;
    z-index: 1;
}

.menu-day-area .section-title h2 {
    color: #fff;
}

.menu-day-area .section-title h2 span {
    color: #fff;
}

.menu-day-area .heading-divider {
    border: 3px solid #ffffff;
}

.menu-day-area .heading-divider:after {
    background-color: #da1f26;
}

.menu-day-area .btn-bx {
    text-align: center;
    margin-top: 75px;
}

.menu-day-area .section-title {
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.menu-day-product-content .menu-day-tab-header {
    text-align: center;
    margin-bottom: 30px;
}

.menu-day-product-content .menu-day-tab-list {
    padding: 30px 0;
    justify-content: center;
    border: none;
    gap: 25px;
    background-color: #e6e6e6 !important;
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/Mask-group-2024-12-11T124722.729.jpg);
}

.menu-day-product-content .menu-day-tab-list li {
    display: inline-block;
    border-right: 1px solid hsl(0deg 0% 0% / 14%) !important;
    vertical-align: top;
    border: none;
    padding: 25px;
    border-radius: 0;
}

.menu-day-product-content li.nav-link.active {
    background-color: #da1f26 !important;
}

.menu-day-product-content .menu-day-tab-list li span {
    display: block;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
}

.menu-day-product-content .menu-day-tab-list li span img {
    max-width: 35px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.menu-single-tab-content.active {
    display: block;
}

.menu-single-tab-content {
    display: none;
    padding: 0 25px;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 25px 0;
}

.menu-single-product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-single-product-horizontal .menu-product-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.menu-single-product-horizontal .menu-product-details p {
    margin-bottom: 0;
    color: #000;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}

.menu-day-product-content .menu-day-tab-list li.active span img {
    filter: invert(1);
}

.menu-day-product-content .menu-day-tab-list li span:hover {
    color: #da1f26;
}

.menu-day-product-content .menu-day-tab-list li span:hover img {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li span:hover img:before {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li:last-child {
    margin-right: 0;
    border-right: none !important;
}

.menu-day-product-content .menu-day-tab-list li.active span {
    color: #ffffff;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 25px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.home .menu-home.menu-home-nh {
    padding: 0;
    background: unset;
}

.home .menu-home.menu-home-nh::before {
    background: #f0f0f0 !important;
}

.home .menu-home.menu-home-nh .menu-thumbs .slick-slide {
    padding: 0;
}

.home .menu-home.menu-home-nh .menu-thumbs .menu-item {
    display: grid !important;
    padding: 1rem;
    border-right: 1px solid hsl(0 0 100 / 20%);
    grid-template-columns: 80px 1fr;
    gap: 1rem;
    align-items: center;
    cursor: pointer;
    background-color: #da1f26;
    transition: 200ms;
}

.home .menu-home.menu-home-nh .menu-thumbs .menu-item:hover {
    background-color: #c52f2c;
}

.home .menu-home.menu-home-nh .menu-thumbs .slick-slide.slick-active.slick-current .menu-item {
    background-color: #2e2e2e;
}

.home .menu-home.menu-home-nh .menu-thumbs .menu-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
    transition: 200ms;
}

.home .menu-home.menu-home-nh .menu-thumbs .slick-slide.slick-active.slick-current .menu-item img {
    border-color: #da1f26;
}

.home .menu-home.menu-home-nh .menu-thumbs .menu-item h3 {
    color: #fff;
}

.menu-list-slider .menu-list {
    margin-block-end: 0;
}

.menu-list-slider .row {
    align-items: center;
}

.menu-list-slider .menu-list:not(:last-child) {
    margin-block-end: 2rem;
}

.menu-list-slider .menu-list .box-content {
    gap: 2rem;
}

.menu-list-slider .menu-list .box-content .box-title {
    min-width: max-content;
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
    color: #fff;
}

.menu-list-slider .menu-list .box-content .box-price {
    margin: 0;
    font-weight: 400;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    background-color: hsl(358, 85%, 52%, 50%);
    padding: 0.25em 0.5em;
    border: 2px solid currentColor;
    color: #fff;
}

.menu-list-slider .row {
    row-gap: 1.5rem;
}

.menu-list-title>* {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    margin-block-end: 0.5em;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    color: #fff;
    text-decoration-color: #da1f26;
}

.menu-list-slider .slick-slide {
    padding: 0;
}

.menu-list-slider .menu-list-slide-inner {
    padding: clamp(1.5rem, 3vw, 3rem);
}

.menu-list-slider .mix-chicken .menu-list-slide-inner {
    background: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/m-1.jpeg") center / cover;
}

.menu-list-slider .chicken-wings .menu-list-slide-inner {
    background: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/m-2.jpeg") center / cover;
}

.menu-list-slider .chicken-tender .menu-list-slide-inner {
    background: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/m-4.jpeg") center / cover;
}

.menu-list-slider .fish .menu-list-slide-inner {
    background: url("https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/m-5.jpeg") center / cover;
}

.menu-list-slider .drinks .menu-list-slide-inner {
    background: url("https://develop.stackblue.com/castle-chicken/wp-content/gallery/gallery/ImportedPhoto.742899445.15107.jpeg") center / cover;
}

.menu-list-slide-inner {
    min-height: 80vh;
    display: grid;
}

.menu-list-slide-inner .menu-list-wrapper {
    padding: 1.5rem;
    background-color: hsl(0 0 13% / 80%);
}

.our_lo .loc_nm h5+p br {
    display: block;
}

.our_lo .loc_cotent a,
.catering-list-title h3 {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .menu-list-slide-inner {
        min-height: unset;
    }
}

@media (max-width: 575.98px) {
    .menu-list-slider .menu-list .box-content .box-title {
        min-width: 96px !important;
    }
    .menu-list-slider .menu-list-title {
        text-align: center;
    }
    .menu-list-slider .action {
        text-align: center;
    }
}

.franchise-section {
    background-color: #f2f2f2;
}

.franchise-section .container {
    position: relative;
    z-index: 1;
}

.franchise-head .section-title h2 {
    color: #000;
}

.franchise-head p {
    color: #000;
    font-size: 20px;
}

.franchise-img img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.franchise-head {
    text-align: center;
    margin-bottom: 50px;
    margin-inline: auto;
}

.franchise-cn ul.list-style li {
    padding-left: 30px;
    position: relative;
    color: #000;
}

.franchise-cn ul.list-style li:before {
    content: "";
    position: absolute;
    left: 0;
    background: #da1f26;
    outline: 3px solid #da1f26;
    border: 3px solid #ffffff;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    top: 5px;
}

.franchise-cn p {
    color: #000000;
}

.franchise-cn ul.list-style {
    display: flex;
    max-width: 950px;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-start;
    font-weight: 600;
}

.franchise-head .btn-bx {
    margin-top: 30px;
}

.franchise-cn-right .btn-bx {
    margin-top: 50px;
    text-align: center;
}

.franchise-cn-right {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*--------------------------------------------------------------
 # location new
--------------------------------------------------------------*/

.location-sec-new {
    position: relative;
}

.location-section-new .section-title {
    margin-bottom: 50px;
}

.location_left_side {
    width: 100%;
}

.location-section-new .location-card {
    position: relative;
    text-align: center;
    height: 100%;
    transition: all 0.5s;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    color: #ffff;
}

.location-section-new .background-image,
.location-section-new [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.location-section-new .background-image:before {
    position: absolute;
    content: "";
    background: rgb(31 68 139 / 92%);
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 18px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 0;
}

.location-section-new .location-card .box-icon {
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 400px;
    overflow: hidden;
}

.location-section-new .location-card .box-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s;
}

.location_cn h3 {
    font-size: 18px;
    display: block;
    margin: 0;
    color: #fff;
}

.location_cn a {
    display: none;
}

.ser_bx_slider {
    padding: 0 60px;
}

.location_cn {
    margin-inline: auto;
    position: absolute;
    text-align: center;
    padding-bottom: 15px;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
}

.box-icon:before {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient( 0deg, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    width: 100%;
    height: 20%;
    transition: 0.5s ease;
    content: "";
    z-index: 1;
}


/* .location-card.transform_bottom {
    transform: translateY(40px);
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 2s infinite  alternate;
} */

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


/* .location-card {
    -webkit-animation: mover-2 1s infinite  alternate;
    animation: mover-2 2s infinite  alternate;
} */

@-webkit-keyframes mover-2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.location-section-new .box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.location-section-new .location-card .box-title {
    margin-bottom: 4px;
    min-height: 50px;
}

.location-section-new .location-card .box-title a {
    color: #17171b;
}

.location-section-new .location-card:hover .box-icon {
    background-color: white;
}

.location-section-new .location-card:hover .box-title {
    color: #fff;
}

.location-section-new .location-card:hover .box-text {
    color: white;
}

.location-section-new .location-card:hover .box-icon img {
    transform: scale(1.1);
}

.location-section-new .location-card:hover .th-btn {
    color: #17171b !important;
    -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.3);
    background: #ec1c23;
}

.location-section-new .location-card:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.location-section-new .location-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: transparent;
    border-radius: 18px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.location-section-new .location-card .th-btn {
    background: #ec1c23;
    color: #17171b;
    border-radius: 0;
    font-size: 16px;
}

.location-section-new .location-card .th-btn:hover {
    color: #17171b;
}

.location-section-new .location-card .box-text {
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    line-height: 1.4;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
    color: #fff;
}

.location-section-new .th-btn.btn-sm {
    padding: 10px 27px;
    min-width: 140px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.location-section-new .ser_bx_new .row {
    row-gap: 30px;
    justify-content: center;
}

.location-section-new .bg {
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 0;
}

.location-section-new .container {
    position: relative;
    z-index: 1;
}

.location-section-new {
    overflow: hidden;
    padding: 70px 0;
    /*  background-image: url(../../assets-new/images/P6220763.jpg);
    background-size: cover;
    background-attachment: fixed; */
    position: relative;
    background: #0047ab;
}


/* .location-section-new:before {
    content: '';
    background: rgb(240 245 255 / 90%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
} */

.location-section-new .section-title h3 {
    background: #ec1c23;
}

.location-section-new .bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.location-section-new .btn_bx {
    margin-top: 0;
}

.location-section-new .bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}


/* .location-section-new .slick-arrow {
    top: -20%;
    transform: translateY(-20%);
} */


/* .location-section-new .slick-arrow.slick-prev {
    right: 5%;
    left: auto;
} */

.location_tab .tabs {
    width: 100%;
    background-color: #da1f26;
    border-radius: 0;
    display: flex;
    height: 100%;
}

.location_tab_left {
    padding: 5px;
    overflow: auto;
    width: 100%;
}

.location_tab #tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location_tab #tabs-content {
    width: 100%;
    height: 100%;
}

.location_tab #tabs-nav .location-card {
    font-weight: 400;
    margin-right: 2px;
    font-size: 22px;
    border: 1px solid #cccccc52;
    height: 100%;
    z-index: 9;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    box-shadow: 3px 3px 0 7px #da1f26;
    border-radius: 15px;
    margin-block: 15px;
}

.location_tab_left .slick-dots button {
    background-color: #da1f2633;
}

.location_tab ul#tabs-nav .location-card:last-child {
    margin-bottom: 0;
}

.location_tab ul#tabs-nav .location-card.active a {
    color: #fff;
}

.location_tab #tabs-nav .location-card p a {
    text-decoration: none;
    width: 100%;
    align-items: center;
    font-size: 18px;
    color: #da1f26;
    font-weight: 700;
    display: inline-block;
}

.our-location-btns a.common-btn-red {
    padding: 7px 14px;
    font-size: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.loc-head h3 {
    margin-right: 2px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.loc-head p {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 500;
}

.note_text .section-title b {
    font-family: initial;
}

.loc-ic {
    display: inline-flex;
    margin-left: 1.125em;
}

.loc-ic .icon {
    position: relative;
    top: 0;
    left: 0.125em;
    width: 2.25em;
    height: 4ex;
    color: white;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.loc-ic .icon-circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.location_tab ul#tabs-nav li.active .icon-arrow {
    stroke: #fff;
}

.location_tab ul#tabs-nav li.active .icon-circle {
    stroke: #fff;
    stroke-dashoffset: 0;
}

.location_tab ul#tabs-nav li.active a {
    color: #fff;
}

.location_tab #tabs-nav li a:hover .icon {
    transform: translate3d(0.125em, 0, 0);
}

.location_tab #tabs-nav li a:hover .icon-circle {
    stroke: #fff;
    stroke-dashoffset: 0;
}

.location_tab #tabs-nav li a:hover .icon-arrow {
    stroke: #fff;
}

.loc-head {
    width: 100%;
    padding-top: 15px;
}

.location_tab #tabs-nav .location-card .loc-img {
    margin-right: 0;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    height: 250px;
}

.location_tab #tabs-nav .location-card .loc-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s;
}

.location_tab #tabs-nav .location-card:hover .loc-img img {
    transform: scale(1.1);
}

.location_tab .tab-content {
    padding: 40px;
    background-color: #fff;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.location-sec-new .location_head .section-title {
    margin-bottom: 25px;
}

.location-sec-new .location_head p {
    color: #17171b;
}

.location_overlay {
    padding: 10px 25px;
    height: auto;
    content: "";
    max-width: 475px;
    width: 100%;
    background: #da1f26b5;
    z-index: 1;
    backdrop-filter: blur(14px);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location_overlay a.phone_nm {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
}

.location_overlay h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.location_overlay p {
    color: #fff;
    font-size: 20px;
}

.catering-sec-new {
    background: #da1f26;
    position: relative;
    padding: 0;
    /*  background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/12/catering-3.jpg);
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center; */
}

.catering-img {
    background-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2025/07/WhatsApp-Image-2025-06-30-at-8.20.23-PM-1-1-scaled.jpeg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 640px;
}

.catering-sec-bx {
    display: flex;
    align-items: center;
}

.catering-sec-img {
    flex: 0 0 50%;
}

.catering-sec-cn {
    max-width: 595px;
    background: #da1f26;
    padding: 60px 60px 60px 0px;
    margin-left: auto;
}

.catering-sec-cn .heading-divider {
    border: 3px solid #ffffff;
}

.catering-sec-cn .heading-divider:after {
    background-color: #da1f26;
}

.catering-sec-cn p {
    color: #fff;
}

.welcome-sec .nav-tabs {
    gap: 1px;
}

.welcome-sec .nav-tabs>* {
    flex: 1;
}

.contact-form .row {
    margin-block-end: 25px;
}

.careers_form .contact-form .section-title h2 {
    text-transform: capitalize;
    letter-spacing: initial;
}

.social_icons {
    margin-top: 29px;
}

.footer-widget ul li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 24px;
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}

.footer-widget ul li a:after {
    background-color: #da1f26;
    position: absolute;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    transition: width 0.18s;
    width: 0;
}

.footer-widget ul li a:hover:after {
    background-color: #da1f26;
    width: 20px;
}

.footer-widget ul li {
    padding-bottom: 0;
    margin-bottom: 16px;
}

.footer-cta {
    border-bottom: 1px solid hsl(358deg 77% 43% / 20%);
    position: relative;
    padding-bottom: 50px;
}


/* =====================================
# Footer
===================================== */

.workimg_hours li span {
    font-size: 16px;
    width: 50%;
}

.workimg_hours .footer-widget li {
    display: flex;
    justify-content: space-between;
}

.footer-section {
    position: relative;
    padding-top: 80px;
    background: #f2f2f2;
}


/* .footer-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.80;
} */

.social_icons .cus-social_white {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.social_icons .cus-social_white li a {
    border: 1px solid #da1f26;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    text-align: center;
    color: #da1f26;
}

.social_icons .cus-social_white li {
    border: none;
    margin: 0;
}

.social_icons .cus-social_white li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #da1f26;
}

.single-cta i {
    font-size: 28px;
    width: 75px;
    height: 75px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #da1f26;
    border: 2px solid #0e0e0e;
    outline: 2px solid #da1f26;
}

.cta-sec {
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.cta_bx * {
    color: #fff;
}

.cta-sec:after {
    content: "";
    background: linear-gradient( to bottom, rgb(0 0 0 / 70%) 100%, rgb(0 0 0 / 70%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 0;
}

.cta-cn {
    text-align: center;
}

.cta-cn .btn-bx {
    margin-top: 25px;
}

.cta-cn p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-sec .container {
    z-index: 1;
    position: relative;
}

.cta-text {
    padding-left: 0;
    display: inline-block;
}

.cta-text h4 {
    color: #da1f26;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cta-text span {
    color: #000000;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.footer-btn {
    margin-top: 50px;
    text-align: center;
}

.cta-text a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #000000;
}

.cta-text a:hover {
    color: #da1f26;
}

.cta_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_bx .section-title {
    max-width: 600px;
}

.cta_bx .action {
    margin-top: 0;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 60px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Arapey", serif;
}

.footer-social-icon a {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #da1f26;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background: #da1f26;
}

.footer-widget ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 2rem;
}

.footer-widget ul li a:hover {
    color: #da1f26;
}

.copyright-area {
    padding: 15px 0;
    border-top: 1px solid hsl(358deg 77% 43% / 20%);
    position: relative;
    z-index: 9;
}

.copyright-text p {
    margin: 0;
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.copyright-text p a {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fff;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.single-cta {
    display: block;
    text-align: left;
}

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: -1;
}

.lines .line:nth-child(1) {
    margin-left: -23%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: hsl(358deg 77% 43% / 20%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgb(194 25 31) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(2) {
    left: 65%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

.form-title p {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 18px;
}

.error {
    background: red;
    color: #fff !important;
    display: block;
    padding: 0px 2px;
}

.contact-sec .row {
    justify-content: center;
}

.Join-section {
    background: #f2f2f2;
}

.Join-section p {
    margin-bottom: 10px;
}

.Join-section p .section-title {
    margin-bottom: 10px;
}

.Maximum-Block {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    flex-wrap: wrap;
    column-gap: 15px;
}

.hero-section {
    background-color: #f5f5f5;
}

.hero-image img {
    width: 100%;
    height: 100%;
}

.hero-section .section-title h1 {
    font-size: 38px;
    color: #da1f26;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}

.hero-section .section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 3px;
    background: #da1f26;
    bottom: -7px;
    border-radius: 50px;
}

.hero-section .section-title {
    margin-bottom: 19px;
}

.page-id-29 .inner-banner {
    display: none;
}


/* .page-template-templates .logo_bx {
        position: absolute;
        left: 50%;
        top: 5%;
        transform: translate(-50%, -0%);
        width: 110px;
        height: 110px;
        text-align: center;
        transition: all 0.5s;
    } */

.catering-sec-bx h2 {
    color: #fff;
}

.home .logo_bx {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -0%);
    width: 150px;
    height: 150px;
    text-align: center;
    transition: all 0.5s;
}

.hero-section p {
    margin-bottom: 15px;
}

.parallax-section {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

.parallax-section .inner-bx {
    padding: 25px;
    background: #fff;
    width: 100%;
    max-width: 590px;
}

.common-list-style li {
    color: #000;
    position: relative;
    margin: 10px 0px;
    font-weight: 600;
    padding-left: 22px;
}

.common-list-style li::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #da1f26;
    border-radius: 100px;
    left: 0;
    top: 8px;
    outline: 2px solid #da1f26;
    outline-offset: 2px;
}

.occasion-list .common-list-style {
    display: flex;
    justify-content: center;
    row-gap: 20px;
    flex-wrap: wrap;
    width: calc(100% - 30%);
    column-gap: 22px;
    margin: auto;
}

.occasion-list .common-list-style li {
    margin: 0px;
}

.occasion-list {
    background: #f2f2f2;
}

.Request-form form {
    padding: 30px;
    background: #fff;
    border: 2px solid #da1f26;
    border-radius: 0;
}

.Request-form form input::placeholder {
    text-transform: capitalize;
    color: #000;
}

.Request-form .form-row {
    row-gap: 22px;
}

.Request-form input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid #cfcdcd;
}

.Request-form select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid #cfcdcd;
}

.Request-form textarea::placeholder {
    color: #000;
    text-transform: capitalize;
}

.Request-form textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid #cfcdcd;
}

.list-3 {
    width: calc(100% - 5%) !important;
}

.page-id-117 .inner-banner {
    min-height: 60dvh;
}

.page-id-556 .inner-banner {
    min-height: 60dvh;
}

.menu-list-name li button {
    background: #f2f2f2;
    border: none;
    padding: 6px 15px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.menu-list-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
}

.menu-list-section {
    background: #fff;
}

.menu-list-name li button:hover {
    transform: scale(1.05);
}

.menu-list-head {
    border-block: 2px solid #da1f26;
    margin-bottom: 40px;
    padding: 30px 0;
    text-align: left;
}

.menu-list-head h2 {
    text-transform: uppercase;
    font-size: 65px;
    color: #da1f26;
    margin: 0;
}

.menu-list-section {
    background: #fff;
    padding-bottom: 0px;
}

.menu-list-section table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    border: 0px;
}

.menu-list-section thead tr th {
    color: #da1f26;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0px;
}

.menu-list-section tbody tr td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0px;
}

.menu-list-section table tbody tr td:first-child {
    font-weight: 600;
}

.menu-list-items {
    display: flex;
    justify-content: space-between;
    gap: 10em;
    margin-bottom: 30px;
}

.menu-list-items-name h3 {
    color: #da1f26;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0px;
}

.menu-list-items-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.menu-list-head2 {
    display: flex;
    justify-content: start;
    gap: 3em;
}

.food-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.food-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.combo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.combo-item {
    display: flex;
    gap: 15px;
}

.combo-item p:first-child {
    font-weight: 600 !important;
}

#list2 {
    display: flex;
    justify-content: start;
    gap: 0em;
    width: 100%;
}

#list1 table {
    width: 100%;
}

.wing-table {
    width: 100%;
}

.wing-table h4 {
    color: #da1f26;
    margin-bottom: 17px;
}

.sauce-header {
    display: flex;
    gap: 33px;
    margin-bottom: 15px;
}

.sauce-header span:first-of-type {
    color: #da1f26;
}

.sauce-header span {
    font-weight: 600;
    font-size: 18px;
}

#menu-box2 {
    display: flex;
}

#menu-box2 table:first-of-type {}

#menu-box2 table:first-of-type {
    border-right: 2px solid #da1f26;
    margin-right: 24px;
}

.menu-grid-2 .menu-bx h2 {
    font-size: 24px;
    margin-bottom: 7px;
}

.menu-grid-2 .main-bx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.menu-grid-2 .menu-bx h2 {
    display: flex;
    justify-content: start;
    gap: 8px;
    font-size: 24px;
}

.menu-grid-2 .menu-bx h2 span {
    color: #da1f26;
}

#side-bar .common-btn-red:hover {
    background-color: #da1f26;
    border-color: #da1f26;
}

#side-bar .common-btn-border:hover {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #ffffff;
}

.page-id-333 .testimonials-item {
    border: 1px solid #eee;
    width: calc(100% - 21%);
    margin: auto auto 15px auto;
    text-align: center;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-id-333 .testimonials-star-ratings i {
    color: orange;
}

#tabs-nav2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.location_tab #tabs-nav2 .location-card {
    font-weight: 400;
    margin-right: 2px;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc52;
    height: 100%;
    z-index: 9;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    box-shadow: 3px 3px 0 7px #da1f26;
    border-radius: 15px;
    height: auto;
    margin-block: 15px;
    width: calc(100% - 70%);
}

.location_tab #tabs-nav2 .location-card .loc-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s;
}

.location_tab #tabs-nav2 .location-card p a {
    text-decoration: none;
    width: 100%;
    align-items: center;
    font-size: 17px;
    color: #da1f26;
    font-weight: 700;
    display: inline-block;
    margin: 0px 0px;
}

section#Burger {
    padding-bottom: 60px;
}

section#Desserts {
    padding-bottom: 60px;
}

.review-section .test-bx {
    padding: 15px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 100%;
    background-color: #fff;
    margin: 15px auto;
}

.review-section .content-top {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    border: 1px solid #eee;
    padding: 20px;
    align-items: center;
}

.review-section .icon img {
    padding: 10px;
    height: 55px;
    width: 55px;
    background: #f3f5fe;
}

.review-section .rating {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: orange;
}

.review-section .review-text {
    border: 1px solid #eee;
    padding: 15px;
}

.review-section .review-text h3 {
    margin-top: 10px;
    color: #da1f26;
    font-size: 20px;
    text-transform: capitalize;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1439px) {
    .aside figure img {
        max-width: 170px;
        margin-inline: auto;
        display: block;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .loc_cotent {
        min-height: 174px;
    }
}

@media (max-width: 1399.98px) {
    .about_us_ .main_bx .inner_text p {
        font-size: 15px;
    }
    .choose_us .why-feature_title {
        font-size: 20px;
        margin: 15px 0px 3px 0px;
    }
    .choose_us .why-feature_icon {
        height: 60px;
        width: 60px;
    }
    .choose_us img {
        height: 35px;
        width: 35px;
    }
    /* .section-title h2 {
        font-size: 25px;
    } */
    .about_us_ .right_text {
        padding-right: 0;
    }
    .catering-list-title h3 {
        font-size: 16px;
    }
    /* .cta_txt h4 {
        font-size: 25px;
    } */
    .choose_us .why-feature {
        padding: 25px;
    }
}

@media (max-width: 1366px) {
    .location_page .col-lg-6 {
        width: 80% !important;
    }
}


/* 
@media (max-width: 1280.98px) {
    .con-details .cal {
        font-size: 22px;
        width: 50px;
        height: 50px;
    }

    .location_page .col-lg-6 {
        width: 80% !important;
    }

  

    .location_page .loc_nm a.secondry_btnn {
        padding: 10px 13px;
        margin: 10px 0px 10px 0px;
    }

    .location_page .loc_cotent a {
        font-size: 15px;
    }

    .location_page .our_lo {
        gap: 20px;
    }

    .location_page .our_lo .loc_nm h5 {
        margin-bottom: 5px;
    }

    .location_page .loc_cotent {
        padding: 15px;
        padding-left: 0px;
    }

    .location_page .our_lo img {
        width: 100%;
        height: 345px;
        object-fit: cover;
    }

    .location_page .our_lo {
        padding: 15px;
    }

    .all_carering_menu .bg_color_one {
        padding: 22px;
    }

    section {
        padding: 60px 0;
    }

    .choose_us .why-feature_title {
        text-transform: capitalize;
        font-size: 18px;
    }
} */

.quick-access-bar {
    display: none;
}

.btn-bx2 {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

#tabs-nav2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 40px;
    justify-content: center;
}

li.order_online_lt a.common-btn-red {
    padding: 10px 30px;
    background-color: #da1f26;
    color: #fff;
}

li.order_online_lt a.common-btn-red:hover {
    background-color: #000;
}

li.order_online_lt a.common-btn-red span {
    color: #fff;
}

.menu-grid-2 h3 {
    text-transform: uppercase;
    font-size: 38px;
    color: #da1f26;
    margin: 0 0 24px 0;
}

ul.catering_point_list li {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    list-style: disc;
}

ul.catering_point_list {
    padding: 0 0 0 20px;
    list-style: disc;
}

ul.catering_point_list li::marker {
    color: #da1f26;
}

.menu-list-section_inn .row {
    align-items: center;
}

.menu-list-section_inn {
    flex-direction: column;
    display: flex;
    gap: 50px;
}

.menu-list-section_inn img.img-fluid {
    aspect-ratio: 492/435;
    object-fit: cover;
}

.party_tray_extra .main-bx {
    grid-template-columns: 1fr 1fr 1fr;
}

.menu-list-section_inn p:empty {
    display: none;
}

section#Party-Trays {
    padding-bottom: 60px;
}

.party_tray_extra .main-bx {
    border-block: 2px solid #da1f26;
    padding: 30px 0;
}

.gyro_slider_mian img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.about_highlt {
    margin: 30px 0 0 0;
}

.about_highlt ul li p {
    margin: 0;
    color: #000;
}

.about_highlt ul li p strong {
    color: #da1f26;
    font-weight: 800;
}

.about_highlt ul {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.bullet_icons {
    background-color: #231f20;
    padding: 20px 0;
    animation: changeBackgroundColor 7s infinite;
}


/* @keyframes changeBackgroundColor {
	  0% {
		background-color: #231f20;
	  }
	  50% {
		background-color: #ddd;
	  }
	  100% {
		background-color: #da1f26;
	  }
	} */

.bullet_icon_innwe {
    overflow: hidden;
}

.bullet_icon_innwe ul li.active .buller_icon img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(70%) saturate(2578%) hue-rotate(8deg) brightness(102%) contrast(98%);
}

.bullet_icon_innwe ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bullet_icon_innwe ul li {
    width: calc(16.66% - 12.5px);
    position: relative;
}

.buller_icon img {
    max-width: 100px;
    margin: 0 auto 0;
    transform: scale(0.8);
    transition: all 0.3s;
    filter: none;
}

.bullet_icon_innwe ul li.active .buller_icon img {
    transform: scale(1);
}

.buller_icon {
    text-align: center;
    margin: 0 0 0px 0;
}

.buller_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    gap: 10px;
    color: #fff;
}

.buller_content h5 {
    color: #fff;
    margin: 0;
}

.buller_content p {
    color: #fff;
}

.bullet_icon_innwe ul li::after {
    width: 1px;
    height: 100%;
    background-color: rgb(189 6 13);
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    background: #2a7b9b;
    background: linear-gradient( 180deg, rgba(42, 123, 155, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(237, 221, 83, 0) 100%);
    opacity: 0.5;
    transform: translateX(-50%);
}

.number-bx a {
    text-decoration: none;
    width: auto;
    align-items: center;
    font-size: 18px;
    color: #da1f26;
    font-weight: 700;
}

.number-bx {
    display: flex;
}

.number-bx a+a {
    padding-left: 10px;
    border-left: 1px solid #adadad;
    margin-left: 10px;
}

.opening-hours {
    margin-top: 11px;
    margin-bottom: 15px;
}

.img-box img {
    width: 150px !important;
    height: 150px !important;
    margin: auto;
    display: block;
}

.loc-img {
    display: grid !important;
    align-items: center;
    background: #f2f2f2;
}

.loc-img2 {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}


/* .fluid-image {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.fluid-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */


/* .hero-section2 .hero-content {
    padding: 80px 0;
    padding-right: 50px;
} */

.hero-section {
    background: #f2f2f2;
    position: relative;
}


/* .fluid-image {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.fluid-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.new-cta .text-bx {
    width: calc(100% - 34%);
    margin: auto;
    text-align: center;
}

.new-cta .text-bx p {
    margin-bottom: 15px;
}

.hero-text h5 {
    margin-bottom: 10px;
}

.location-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

.location-parallax .text-bx {
    width: 100%;
    background: #fff;
    padding: 25px;
}

.location-parallax .common-list-style {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.location-parallax .common-list-style li {
    width: calc(100% - 55%);
}

.Location-section2 {
    background: #f2f2f2;
}

.Custom-food ul.common-list-style {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
    width: calc(100% - 21%);
    margin: auto;
}

.bottom-text-bx {
    text-align: center;
    width: calc(100% - 42%);
    margin: 16px auto auto auto;
}

section.hero-section.hero-section2.lists-sec.location_ban img {
    width: 100%;
    aspect-ratio: 596/447;
    object-position: center;
    object-fit: cover;
}

section.hero-section.set-image.we_cover .hero-image img {
    width: 100%;
    aspect-ratio: 100/80;
    object-fit: cover;
    object-position: top;
}

.location-card .our-location-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}


.about_us_ .main_bx {
    flex-direction: column;
    row-gap: 33px;
}

.main_bnr .main_content h1 {
    font-size: 38px;
    line-height: 53px;
}

.main_bnr .main_content {
    left: 4%;
    max-width: 350px;
}

.main_bnr .main_content h3 {
    font-size: 18px;
}

.primay_btnn,
.secondry_btnn {
    font-size: 16px;
    padding: 18px 24px;
}

.main_bnr .main_content h3 {
    background-color: rgb(32 151 162 / 44%);
}


/* .main_bnr .main_content {
        margin-top: 44px;
    } */

.prepare:before {
    width: 100%;
}

.blg_bx {
    margin-bottom: 30px;
}

.lines {
    display: none;
}

.com_sec h2 {
    font-size: 32px;
}

.blg_bx h4 {
    font-size: 20px;
    line-height: 28px;
}

p {
    font-size: 16px;
}

.abt_middle .abt_img img {
    height: 320px;
}

.abt_info {
    margin-top: 32px;
}

.main_bnr .swiper-pagination {
    display: none;
}

.prepare .com_sec {
    position: relative;
}

.blog_sec .mt-5 {
    margin-top: 20px !important;
}

.Location-info .Location-icon {
    color: #da1f26;
    width: 35px;
    aspect-ratio: 1;
    height: auto;
    display: inline-block;
    text-align: center;
    align-content: center;
    font-size: 20px;
}

.btn-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.Location-text {
    font-size: 18px;
    display: flex;
    gap: 7px;
    color: #000;
    margin: 5px 0 0 0;
}

.Location-section .text-bx {
    width: 66%;
    margin: auto;
}

.Location-section .inner-text {
    text-align: center;
    width: 100%;
    margin: auto;
}

.Location-section .inner-text p {
    margin-bottom: 15px;
}

.Location-text b {
    font-weight: 600;
    color: #000;
}

.Location-info li {
    display: flex;
    font-size: 18px;
    align-items: flex-start;
    color: #000;
    gap: 10px;
}

.Location-info li b {
    color: #000;
}

.number-bx2 {
    display: flex;
    gap: 10px;
    margin: 5px 0 0 0;
}

.Location-text li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 20px;
    color: #000 !important;
}

.number-bx2 a {
    color: #000;
    font-size: 18px;
}

.Location-hours {
    list-style: none;
    margin: 0;
    padding: 1rem;
    background-color: hsl(0deg 0% 100%);
    max-width: 400px;
    margin-block: 1rem 1.5rem;
}

.Location-hours li:not(:last-child) {
    padding-block-end: 0.45em;
    margin-block-end: 0.45em;
    border-bottom: 1px solid hsl(16, 41%, 28%, 30%);
}

.Location-hours li:not(:last-child) {
    padding-block-end: 0.45em;
    margin-block-end: 0.45em;
    border-bottom: 1px solid hsl(16, 41%, 28%, 30%);
}
.contact_header {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    gap: 7px;
    align-items: center;
    flex-direction: column;
}
.contact_number_head {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.contact_number_head_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.contact_number_head_icon i {
    font-size: 22px;
}
.contact_header {
    display: none;
}
.form_informer {
    padding: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    background-color: #da1f26;
}
.form_informer h6 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}
.form_informer a {
    text-decoration: underline;
    color: #fff;
}
section.contact-sec .form_informer {
    background-color: #ffffff;
    height: auto;
    align-items: center;
    display: flex;
    box-shadow: 3px 3px 0 7px #da1f26;
    border-radius: 15px;
    padding: 25px 10px;
    margin: 0 0 35px 0;
    justify-content: center;
}
section.contact-sec .form_informer h6 {
    color: #000000;
    font-size: 22px;
}
section.contact-sec .form_informer h6 a {
    color: #da1f26;
}
span.form_number {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 10px 0;
}
.contact_header a i {
    margin: 0 4px 0 0;
}
ol.Location-hours li {
    flex-wrap: wrap;
}
.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.datepicker_input {
    position: relative;
}
.datepicker_input::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://www.castlechicken.com/wp-content/uploads/2025/07/calendar-svgrepo-com.png);
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.datepicker_input input {
    padding-right: 32px;
}
section.policy_text p {
    margin-bottom: 10px;
}
section.policy_text .section-title {
    margin-top: 30px;
}
section.private-policy-cn {
    padding: 0;
}
.social_icons.show-mobile {
    display: none;
}
@media (min-width: 992px) {
    
    #contact_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #contact_form>*:not(:nth-last-child(-n+2)) {
        flex: 100%;
    }
    /* .fluid-block {
        padding-block: 0;
    } */
    .fluid-block .container-fluid .row>*:not(:is(.fluid-image,
    .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }
    .fluid-block .container-fluid .row>*:first-child:not(:is(.fluid-image,
    .fluid-content)) {
        margin-left: auto;
    }
    .fleet_in_list ul li {
        flex: 0 0 calc(33.33% - 15px);
    }
}

@media only screen and (max-width: 1399px) {
    .navbar ul {
        gap: 20px;
    }
    .right-bx {
        gap: 20px;
        padding-right: 15px;
    }
    header .common-btn-border {
        padding: 10px 15px;
    }
    li.order_online_lt a.common-btn-red {
        padding: 10px 15px;
    }
    .logo_bx {
        width: 130px;
        height: 130px;
    }
    .common-btn-border {
        font-size: 18px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    .food_menu_content {
        max-width: 489px;
        margin-left: 125px;
    }
    .logo_bx {
        max-width: 223px;
    }
}

@media (max-width: 1280px) {
    .food_menu_content {
        max-width: 473px;
        margin-left: 117px;
    }
}

@media (max-width: 1210px) {
    .home .logo_bx {
        left: 49%;
    }
}

@media (max-width: 1200px) {
    .page-id-117 .inner-banner {
        min-height: auto;
    }
    .menu-list-head {
        margin-bottom: 25px;
        padding: 20px 0;
    }
    .menu-list-name li button {
        width: max-content;
    }
    .menu-list-name {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: scroll;
    }
    .page-id-556 .inner-banner {
        min-height: auto;
    }
    .logo_bx {
        position: unset;
        transform: unset;
        width: 90px;
        height: auto;
        aspect-ratio: 70 / 88;
    }
    .left-bx {
        display: none;
    }
    .right-bx {
        display: none;
    }
    header#header {
        position: relative;
        background: #000000;
        padding: 5px 10px;
    }
    .home .logo_bx {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        width: 90px;
        height: auto;
    }
    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }
    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }
    #mobmenuright a {
        padding: 7px 10px;
        width: 100%;
        letter-spacing: 1px !important;
        background: transparent !important;
        border-bottom: 0.1px solid #eeeeee14 !important;
        font-family: "Lato", sans-serif !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        color: #fff !important;
    }
    .menu-item-872 {
        position: relative;
    }
    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        height: 40px;
        width: 40px;
        background: #da1f26;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }
    .mobmenu-right-panel {
        background-color: #1d1d1d !important;
    }
    .mob-icon-menu:before {
        margin: 0 !important;
    }
    .mobmenu r-container i {
        color: #ffffff !important;
    }
    .mobmenu-content li {
        padding: 0 !important;
    }
    ul#mobmenuright {
        margin-top: 35px !important;
    }
    .mob-menu-logo-holder {
        display: none !important;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }
    .mobmenu .headertext {
        display: none;
    }
    body.mob-menu-slideout-over {
        padding: 0px !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #202020 !important;
    }
    .mob-expand-submenu {
        position: absolute !important;
        right: 9px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 5px;
        background: #da1f26;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }
    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 2px;
    }
    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }
    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 85px !important;
        background: #da1f26;
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }
    .mobmenu-content li {
        border: 0px !important;
    }
    .mobmenu-right-panel {
        width: 280px !important;
    }
    .quick-access-bar {
        display: grid;
        grid-template-areas: "call order ";
        gap: 0px;
        padding: 0px;
        text-align: center;
    }
    .quick-access-bar a:first-child {
        grid-area: call;
        /* Place the first link in the "order" area */
    }
    .quick-access-bar a:last-child {
        grid-area: order;
        background: #1d1d1d;
    }
    .quick-access-bar a {
        font-size: 17px;
        border-color: #da1f26;
        padding: 10px 0px;
        color: #ffffff;
        background-color: #da1f26;
        position: relative;
        text-transform: uppercase;
        /* letter-spacing: 1px; */
        font-family: "Trade Gothic LT Std";
    }
    
    nav.navbar-light .navbar-nav .nav-link {
        padding: 6px 3px;
    }
    .nav_bar .main-item {
        padding: 6px 0 6px 0px;
    }
    .right_bx .number a {
        font-size: 18px;
    }
    header .navbar-brand img {
        width: 152px;
    }
    header.activee .nav_bar .main-item {
        padding: 15px 0 17px 7px;
    }
    .page-template-franchise-nquiries .hero-section, .page-template-catering .hero-section, .page-template-about .hero-section {
        padding-top: 100px;
    }
    .page-template-franchise-nquiries .hero-section, .page-template-catering .hero-section, .page-template-about .hero-section, .page-template-location-inner-pages .hero-section {
        padding-top: 50px;
    }
    .franchise-cn ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact_header {
        display: flex;
    }
    /* .logo_bx a.logo.black-logo {
        display: inline-block !important;
        visibility: visible;
        height: auto;
        opacity: 1;
    }
    .logo_bx a.logo.white-logo {
        display: none;
    } */
     .page-template-franchise-nquiries a.logo.white-logo, .page-template-catering a.logo.white-logo, .page-template-about a.logo.white-logo, .page-template-location-inner-pages a.logo.white-logo {
        display: block;
    }
    .page-template-franchise-nquiries a.logo.black-logo, .page-template-catering a.logo.black-logo, .page-template-about a.logo.black-logo, .page-template-location-inner-pages a.logo.black-logo {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .c_service .left_side {
        padding: 10px 0px 10px 5px;
    }
    .menu-day-product-content .menu-day-tab-list {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
        padding: 30px;
    }
    .menu-day-area .btn-bx {
        margin-top: 25px;
    }
    .menu-single-tab-content {
        padding: 0;
    }
    .menu-day-product-content .menu-single-product-horizontal {
        padding: 15px 0;
    }
    .menu-day-product-content .menu-day-tab-list li span {
        width: max-content;
    }
    .location_tab .tab-content {
        height: 500px;
        flex-direction: column;
    }
    .location_tab ul#tabs-nav {
        max-width: 100%;
    }
    .loc-head {
        flex: 2;
    }
    .right_cn {
        padding: 0;
        margin-top: 25px;
    }
    .catering-sec-cn {
        padding: 25px;
    }
    .right_bx_50 {
        grid-template-columns: 100%;
    }
    .book-appoint-bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1e1e1e;
    }
    .top-bar-mobile {
        background: #145bb1;
        display: none;
        position: relative;
        z-index: 99999;
        top: 0;
    }
    .book-appoint-btn a,
    .call-appoint-btn a {
        color: #fff;
        text-decoration: none;
    }
    .book-appoint-bx .book-appoint-btn {
        flex: 0 0 50%;
        padding: 10px;
        background: #da1f26;
        text-align: center;
    }
    .call-appoint-btn {
        text-align: center;
        flex: 0 0 50%;
    }
    .menu_page .menu-wrapper {
        /* // border: 2rem solid #fff; */
        padding: 10px;
        width: 100%;
    }
    .menu_page .nav-tabs {
        border: 0;
        margin-bottom: 15px;
    }
    .menu_page .menu-item-list h3 {
        font-size: 16px;
    }
    .menu_page .menu-item-list .text h2 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .menu_page .menu-item-name {
        font-size: 15px;
    }
    .mobile_menu .common-btn {
        margin-top: 0px !important;
    }
    aside .offcanvas-start {
        width: 100%;
        max-width: 280px;
    }
    aside .offcanvas.show,
    .offcanvas {
        background: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/2148801296.jpg) !important;
        background-color: transparent !important;
        z-index: +2147483647;
    }
    /* .offcanvas-header {
        position: relative;
    }

    .offcanvas-header button {
        position: absolute;
    } */
    aside .offcanvas-header button {
        position: absolute;
        right: 7px;
        background: #da1f26;
        opacity: 1;
        border-radius: 0px;
        height: 28px;
        width: 30px;
        top: 8px;
        color: #fff !important;
        font-size: 21px;
        display: grid;
        place-items: center;
    }
    aside .btn-close:focus {
        box-shadow: none;
        outline: none;
    }
    aside .offcanvas-header {
        padding: 0rem 1rem;
        justify-content: end;
    }
    aside .offcanvas-body {
        padding: 3em 0px 0px 0px;
    }
    aside .offcanvas-body li {
        text-align: center;
        width: 100%;
    }
    aside .offcanvas-body a:hover {
        color: #da1f26 !important;
    }
    aside .offcanvas-body img {
        width: 100%;
        max-width: 140px;
        margin: auto;
        display: block;
    }
    aside .offcanvas-body nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 24px 0px 100px 0px;
    }
    aside .mobile_menu .right_bx .menu_btn button {
        padding: 0px;
        height: 38px;
        width: 45px;
        display: grid;
        place-items: center;
        background: #da1f26;
        border: none;
        font-size: 25px;
        color: #fff;
    }
    aside .mobile_menu .right_bx {
        display: flex;
        align-items: center;
        gap: 1em;
    }
    aside .mobile_menu .main_bx .logo img {
        width: 100%;
        max-width: 120px;
        position: absolute;
        z-index: 777;
        top: 5px;
    }
    aside .mobile_menu {
        border-bottom: 6px solid #da1f26;
    }
    aside .mobile_menu .main_bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }
    aside .offcanvas-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 777 !important;
        width: 100vw;
        height: 100vh;
        background-color: #000000ad;
    }
    aside .offcanvas {
        visibility: visible !important;
    }
    .banner_slider img {
        height: 100%;
    }
    .main_sec {
        width: 100%;
        overflow: unset;
    }
    .aside {
        display: none;
    }
    section {
        padding: 60px 0;
    }
    .loc_img img {
        height: 250px;
    }
    .cta_txt h4 {
        font-size: 24px;
    }
    .cta_content img {
        max-width: 440px;
    }
    .section-title h2 {
        font-size: 34px;
        margin: 10px 0px 10px 0px;
    }
    .right-bx {
        gap: 14px;
    }
    .common-btn-border,
    .common-btn-red {
        padding: 10px 15px;
        font-size: 18px;
    }
    .navbar ul {
        gap: 14px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 18px;
    }
    .menu-item-name h3 {
        font-size: 36px;
    }
    .franchise-cn-right {
        padding-right: 50px;
    }
}

@media (max-width: 991.98px) {
	.social_icons.show-mobile {
		display: block;
	}
	.social_icons.show-mobile ul {
		justify-content: center;
	}
    .inner-banner-content .banner-title h1 {
        font-size: 30px;
    }
    .page-template-franchise-nquiries .hero-section,
    .page-template-catering .hero-section,
    .page-template-about .hero-section {
        padding-top: 50px;
    }
    .about-text-1 {
        max-width: 100%;
    }
    .parallax-section {
        min-height: auto;
    }
    .location_tab #tabs-nav2 .location-card {
        width: calc(100% - 54%);
    }
    .parallax-section .inner-bx {
        padding: 15px;
    }
    .hero-section .section-title h1 {
        font-size: 28px;
    }
    .hero-section .row {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    #menu-box2 table:first-of-type {
        border-right: 0px solid #da1f26;
        margin-right: 0px;
    }
    #menu-box2 {
        display: flex;
        flex-direction: column;
    }
    .combo-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .combo-item {
        gap: 15px;
        flex-direction: row;
    }
    .menu-grid-2 .main-bx {
        grid-template-columns: 1fr 1fr;
    }
    .burger-image img {
        width: 100%;
        max-width: 100%;
        margin-block: 0px;
    }
    .burger-image img {
        width: 100%;
        max-width: 100%;
    }
    .menu-list-head h2 {
        font-size: 45px;
    }
    .franchise-cn-right {
        padding: 50px 20px;
        margin: unset;
    }
    .catering-sec-bx {
        justify-content: center;
    }
    .about_slider {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .copyright-area {
        padding: 10px 0;
    }
    .footer-content {
        margin: 20px 0;
    }
    .footer-widget-heading h3 {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .footer-widget-heading h3::before {
        display: none;
    }
    .show-mobile {
        width: 100%;
        text-align: center;
    }
    .hide-mobile {
        display: none;
    }
    .lines {
        display: none;
    }
    .single-cta {
        text-align: center;
    }
    .footer-cta .col-xl-4 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e9c7c8;
        width: calc(100% - 4%);
        margin-inline: auto;
    }
    .footer-cta {
        padding-bottom: 0px;
        border: 0px;
    }
    .footer-section {
        padding-top: 55px;
    }
    .testimonials-sec .container {
        padding-left: 0px;
    }
    .franchise-cn-right {
        padding-right: 50px;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    section.welcome-sec.tabs-design .inner-col-heading {
        text-align: center;
    }
    .franchise-form-bx {
        padding: 15px;
    }
    .careers-form-bx {
        padding: 15px;
    }
    #tabs-nav2 {
        grid-template-columns: 1fr;
    }
    .location_tab #tabs-nav2 .location-card .loc-img img {
        aspect-ratio: 270/210;
        height: auto;
    }
    .location_page .our_lo .loc_nm {
        width: 100%;
    }
    .about_us_ .right_text p+p {
        margin: 8px 0px;
    }
    .c_service .right_pic img {
        max-width: 100%;
        width: 100%;
    }
    .c_service .right_pic {
        padding: 0px 15px 0px 15px;
    }
    .c_service .right_pic img {
        position: unset;
    }
    .location_page .col-lg-6 {
        width: 100% !important;
    }
    .location_page .our_lo .loc_img {
        width: 100%;
    }
    .about_us_ .left_pic img {
        margin-left: 0px;
    }
    .about_us_ .right_text {
        padding-left: 0px;
    }
    .location_page .our_lo {
        gap: 20px;
        display: block;
        padding: 15px !important;
    }
    .about_us_ .left_pic img {
        max-width: 450px;
        float: left;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .error_text h2 {
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 3px;
    }
    .all_carering_menu .menu-list {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .form_bx form {
        padding: 25px;
    }
    .form_bx label {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .all_carering_menu .bg_color_one .row {
        gap: 25px;
    }
    .box-content p {
        width: 100%;
        font-size: 16px;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000;
        text-align: left;
    }
    .menu_page .nav {
        align-items: center;
        justify-content: center;
    }
    .loc_img img {
        height: 300px;
    }
    .about-text-2 {
        padding: 25px;
    }
    .inner-banner-content .banner-title h1 {
        font-size: 40px;
    }
    .location_page .our_lo {
        max-width: 100%;
    }
    .inner-banner {
        min-height: auto;
    }
    .choose_us .row {
        row-gap: 20px;
    }
    .about_us_ .left_pic img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .about_us_ .right_text p:first-of-type {
        padding: 0px 0px 15px 0px;
    }
    .about_us_ .row {
        row-gap: 35px;
    }
    .menu-item-list .text h2 {
        font-size: 25px !important;
        margin-bottom: 35px !important;
    }
    .menu-home-nh .nav-tabs {
        margin-bottom: 38px;
    }
    .menu-list {
        margin-bottom: 35px;
    }
    .menu-list-area {
        grid-template-columns: 1fr;
    }
    .menu-home-nh .nav {
        /* flex-wrap: nowrap; */
        overflow-x: scroll;
        gap: 20px;
    }
    .menu-home-nh .menu-icon img {
        width: 90px;
        height: 90px;
    }
    .menu-home-nh .menu-icon {
        /* background: transparent; */
    }
    .menu-home-nh .nav-tabs li.nav-item {
        margin-bottom: 0px;
        width: max-content !important;
    }
    .nav-tabs .nav-link.active {
        border: none;
    }
    .menu-home-nh .menu-item-name {
        font-size: 14px;
    }
    .locations-sec .row {
        row-gap: 2em;
    }
    .cta_content img {
        width: unset;
        position: unset;
        top: unset;
        left: unset;
    }
    .cta_txt {
        padding-left: unset;
        text-align: center;
    }
    .cta_content::before {
        display: none;
    }
    .cta_content {
        padding: 0;
        flex-direction: column;
    }
    .cta_content img {
        max-width: 100%;
    }
    .catering-slider {
        position: unset;
        width: 100%;
        height: 100%;
    }
    .catering-img img {
        height: 500px;
        padding: 0px 15px 0px 15px;
    }
    .catering-sec .slick-dots {
        display: none !important;
    }
    .catering-cn-bx {
        padding: 55px 0px;
        text-align: center;
    }
    .catering-sec .section-title {
        padding-left: 55px;
        padding-right: 55px;
    }
    section {
        padding: 55px 0;
    }
    .gallery-new .section-title {
        margin-bottom: 25px;
    }
    .gallery-slider {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }
    .gallery-item img {
        height: 100%;
    }
    .btn_bx {
        margin-top: 40px;
    }
    .main_sec {
        margin-top: 0px;
    }
    .top-bar-mobile {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .top-bar-mobile {
        display: block !important;
    }
    aside .mobile_menu {
        display: block !important;
        margin: 44px 0 0 0;
    }
    aside .mobile_menu .main_bx .logo img {
        top: 48px;
    }
    .av-container {
        padding: 0;
    }
    section.welcome-sec.tabs-design .inner-col-heading {
        margin: 0 0 30px 0;
    }
    .menu-item-name h3 {
        font-size: 28px;
    }
    .form-bottom {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .occasion-list .common-list-style {
        justify-content: start;
    }
    .franchise-form {
        padding: 45px 0px;
    }
    #occasion-list .common-list-style {
        width: 100%;
        justify-content: center !important;
    }
    .buller_icon img {
        max-width: 80px;
        margin: 0 auto 0;
    }
    section.bullet_icons {
        padding: 40px 0;
    }
    section.catering-sec-new .catering-img {
        display: none;
    }
    .catering-list h4 {
        margin-bottom: 25px;
    }
    .welcome-sec .about_img img {
        width: 100%;
        aspect-ratio: unset;
        width: 100%;
        height: 100%;
    }
    .about_img {
        width: 50%;
    }
    .add_line::before {
        display: none !important;
    }
    body {
        overflow: visible !important;
    }
    .about_us_ .align_center {
        text-align: center;
        align-items: center !important;
    }
    .section-title img {
        display: none;
    }
    .navbar-toggler {
        display: none;
    }
    .navbar {
        flex-wrap: inherit;
    }
    .right_bx .number {
        display: none !important;
    }
    .right_bx {
        width: auto;
    }
    header.activee {
        display: none;
    }
    header {
        position: relative;
    }
    .number {
        width: 100%;
        /* text-align: center; */
        position: relative;
        z-index: 999;
        padding: 10px 20px;
        background-color: #da1f26;
        display: flex !important;
        justify-content: space-between;
    }
    .number a {
        font-size: 22px;
        font-weight: 600;
    }
    .number a:hover {
        color: #fff;
    }
    .socil_mb ul {
        display: flex;
        gap: 20px;
    }
    .banner-swiper .slide-wrapper .container figure img {
        min-height: 526px;
        height: 100%;
    }
    section {
        overflow: hidden;
    }
    .menu-new .row {
        row-gap: 20px;
    }
    .catering-sec-cn {
        margin-left: 0;
    }
    .contact-sec .row {
        justify-content: center;
        flex-direction: column-reverse;
    }
    span.form_number {
        flex-direction: row;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .contact-sec form#contact_form .row {
        flex-direction: row;
    }
    .sauce-header {
        gap: 15px;
        flex-wrap: wrap;
    }
    section#HOT-WINGS .food-image {
        display: none;
    }
    section#HOT-WINGS .menu-list-head {
        margin-bottom: 0;
        border-bottom: 0;
    }
    section#Castle-Sides td {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .testimonials-sec .container {
        padding-left: 15px;
    }
    .about_slider .slick-slide {
        padding: 0;
    }
    .av-container {
        padding-left: 0;
    }
    .welcome-sec .nav-tabs .nav-item {
        width: 100%;
    }
    .welcome-sec .nav-tabs {
        gap: 0px;
        flex-direction: column;
        width: 100%;
    }
    .icon-sec img {
        width: 40px !important;
    }
    .contact-form {
        padding: 15px;
    }
    .gallery-page .gallery-slider {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .section-title img {
        display: none;
    }
    .testimonial_btn_bx {
        margin-top: 22px;
    }
    .testimonials-sec .section-title {
        margin-bottom: 40px;
    }
    .menu-home-nh .section-title {
        margin-bottom: 25px;
    }
    .menu-home-nh .nav {
        justify-content: center;
        gap: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .locations-sec .section-title {
        margin-bottom: 25px;
    }
    section {
        padding: 50px 0px;
    }
    .section-title h3 {
        font-size: 20px;
    }
    .slick-arrow {
        height: 40px;
        width: 40px;
    }
    .max-characters-section {
        float: left !important;
    }
    .about_slider {
        grid-template-columns: repeat(2, calc(50% - 5px));
        gap: 10px;
    }
    .footer-widget ul li a {
        font-size: 16px;
    }
    .footer-widget ul li {
        margin-bottom: 15px;
    }
    .common-btn-border,
    .common-btn-red {
        padding: 10px 10px;
        font-size: 16px;
    }
    .common-btn-black {
        font-size: 16px;
    }
    .menu-item-name h3 {
        font-size: 24px;
    }
    aside .mobile_menu .right_bx .menu_btn button {
        height: 32px;
        width: 40px;
        font-size: 20px;
    }
    .footer-widget ul li a {
        font-size: 16px;
    }
    .footer-widget ul li {
        padding-bottom: 0px;
        margin-bottom: 16px;
    }
    .cta-text span {
        font-size: 16px;
    }
    .bullet_icon_innwe ul li {
        width: calc(33.33% - 10px);
        position: relative;
    }
    .buller_icon img {
        max-width: 80px;
        margin: 0 auto 0;
    }
    .contact-sec .mt-4 {
        margin: 0em !important;
    }
    .contact-form form textarea {
        margin-bottom: 0px !important;
    }
    .contact-form label {
        font-size: 14px !important;
        margin-bottom: 3px !important;
    }
    .choose_us .why-feature_title {
        margin: 17px 0px 6px 0px;
    }
    .about_us_ .inner_text p {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }
    .about_us_ .main_bx {
        flex-direction: column;
        row-gap: 33px;
    }
    .main_bnr .main_content h1 {
        font-size: 38px;
        line-height: 53px;
    }
    .main_bnr .main_content {
        left: 4%;
        max-width: 350px;
    }
    .main_bnr .main_content h3 {
        font-size: 18px;
    }
    .primay_btnn,
    .secondry_btnn {
        font-size: 16px;
        padding: 18px 24px;
    }
    .main_bnr .main_content h3 {
        background-color: rgb(32 151 162 / 44%);
    }
    /* .main_bnr .main_content {
        margin-top: 44px;
    } */
    .prepare:before {
        width: 100%;
    }
    .blg_bx {
        margin-bottom: 30px;
    }
    .lines {
        display: none;
    }
    .com_sec h2 {
        font-size: 32px;
    }
    .blg_bx h4 {
        font-size: 20px;
        line-height: 28px;
    }
    p {
        font-size: 16px;
    }
    .abt_middle .abt_img img {
        height: 320px;
    }
    .abt_info {
        margin-top: 32px;
    }
    .main_bnr .swiper-pagination {
        display: none;
    }
    .prepare .com_sec {
        position: relative;
    }
    .blog_sec .mt-5 {
        margin-top: 20px !important;
    }
    .Location-section .text-bx {
        width: 100%;
        margin: auto;
    }
    .page-template-franchise-nquiries .hero-section, .page-template-catering .hero-section, .page-template-about .hero-section {
        padding-top: 50px;
    }
    .page-template-franchise-nquiries .hero-section, .page-template-catering .hero-section, .page-template-about .hero-section, .page-template-location-inner-pages .hero-section {
        padding-top: 50px;
    }
    .Custom-food ul.common-list-style {
        width: 100%;
    }
    .bottom-text-bx {
        width: 100%;
    }
    .Location-section .text-bx {
        width: 100%;
    }
    span.Location-text {
        font-size: 16px;
    }
    .number-bx2 a {
        color: #000;
        font-size: 16px;
    }
    .Location-info li {
        font-size: 16px;
    }
    span.Location-text {
        width: calc(100% - 50px);
    }
    .quick-access-bar a {
        font-size: 16px;
        padding: 7px 0px;
    }
    .franchise-head p {
        font-size: 16px;
    }
    .logo_bx, .home .logo_bx {
        width: 70px;
        height: auto;
    }
    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 67px !important;
    }
    .contact_header {
        transform: translateX(-50%) translateY(calc(-50% - 6px));
    }
    .form_informer h6 {
        font-size: 20px;
        line-height: 32px;
    }
    
    .number-bx {
        display: flex;
        flex-direction: column;
    }
    .number-bx a+a {
        padding-top: 10px;
        border-top: 1px solid #adadad;
        margin-top: 10px;
        padding-left: 0;
        border-left: 0px solid #adadad;
        margin-left: 0;
    }
    .menu-grid-2 .main-bx {
        grid-template-columns: 1fr 1fr;
    }
    .menu-list-head2 {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 575.98px) {
    .catering-cn-list {
        margin-top: 15px;
    }
    .catering-img {
        height: 400px;
    }
    .location_tab #tabs-nav2 .location-card {
        width: 100%;
    }
    .Request-form form {
        padding: 15px;
    }
    .location_tab #tabs-nav2 .location-card p a {
        font-size: 20px;
        margin: 0px 0px;
    }
    .location_tab #tabs-nav2 .location-card {
        padding: 11px;
    }
    #tabs-nav2 {
        gap: 15px;
    }
    .section-title h2, .section-title h1 {
        font-size: 28px;
    }
    .menu-list-section tbody tr td {
        font-size: 17px;
    }
    .sauce-header {
        gap: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap;
        border-bottom: 1px solid #e3e3e3 !important;
        width: 100%;
    }
    .food-image {
        height: 100%;
        width: 100%;
    }
    .menu-list-items-name {
        flex-direction: row;
        gap: 4px;
        align-items: center;
        gap: 30px;
    }
    .menu-list-head2 {
        gap: 1em;
    }
    .menu-list-items {
        margin-bottom: 0px;
        flex-direction: column;
        gap: 0px;
    }
    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 58px !important;
        margin-right: 4% !important;
    }
    section#Burger {
        padding-bottom: 35px;
    }
    section {
        padding: 35px 0px;
    }
    .menu-list-head h2 {
        font-size: 30px;
    }
    .menu-list-head {
        margin-bottom: 15px;
        padding: 15px 0;
    }
    .single-cta {
        margin-bottom: 0px;
    }
    .testimonials_cn .btn-bx {
        margin-top: 0px;
    }
    .franchise-cn ul.list-style {
        gap: 15px;
        margin-bottom: 14px;
    }
    .franchise-cn-right {
        padding-right: 0px;
        margin-left: 0px;
        padding: 35px 12px;
    }
    .loc-head h3 {
        margin-bottom: 6px;
    }
    .menu-new .row {
        row-gap: 22px;
    }
    .gallery-page .gallery-item img {
        height: 180px !important;
    }
    .con-details {
        padding: 18px;
        margin: 14px 0px;
        flex-direction: column;
        gap: 20px;
    }
    .menu-home-nh .nav-item .nav-link {
        padding: 0px;
    }
    .nav-tabs .nav-link.active .menu-icon {
        background: transparent !important;
    }
    .about_us_ .right_text {
        margin-right: 0px;
    }
    .careers_form {
        height: auto;
    }
    .contact-form .section-title h2 {
        font-size: 17px;
    }
    .c_service .right_pic {
        padding: 15px 15px 15px 15px;
    }
    .c_service .catering-list-title h3 {
        font-size: 16px;
    }
    .catering .section-title h2 {
        font-size: 20px;
    }
    .new_about_us li img {
        max-width: 30px;
    }
    .new_about_us li {
        margin: 12px 0px 12px 0px;
        font-size: 15px;
    }
    .new_about_us .right_text {
        padding: 20px !important;
    }
    aside .mobile_menu {
        border-bottom: 5px solid #da1f26;
    }
    .copyright-area {
        padding: 12px 0;
    }
    .contact-form form input {
        padding: 10px;
    }
    .all_carering_menu .bg_color_one {
        padding: 15px;
    }
    .gallery-page .gallery-item img {
        height: 150px;
        width: 100%;
    }
    .menu_page .menu-item-list .text h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .menu_page .menu-item-list h3 {
        font-size: 15px;
    }
    .menu_page .menu-wrapper {
        border: 1rem solid #fff;
        border-image: url(https://develop.stackblue.com/castle-chicken/wp-content/uploads/2024/07/Mask-group.png);
        border-image-slice: 88;
        border-image-repeat: round;
        padding: 10px;
    }
    .menu-home-nh .menu-icon {
        background: transparent;
    }
    .menu-home-nh .menu-icon img {
        width: 90px;
        height: 90px;
    }
    aside .mobile_menu .main_bx .logo img {
        max-width: 100px;
    }
    .common-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
    aside .mobile_menu .right_bx {
        gap: 5px;
    }
    .section-title img {
        display: none;
    }
    .common-btn {
        font-size: 15px;
        margin-top: 10px !important;
    }
    .menu-home-nh .section-title {
        margin-bottom: 20px;
    }
    .menu-item-list h3 {
        font-size: 17px;
    }
    .menu-item-list .text h4 {
        font-size: 17px;
    }
    .menu-list {
        margin-bottom: 32px;
    }
    .our_lo .loc_nm h5 {
        font-size: 18px;
    }
    .loc_nm .hr_contant h5 {
        font-size: 18px;
        padding-top: 9px;
    }
    .cta_txt h4 {
        font-size: 22px;
    }
    .catering-sec .section-title {
        margin-bottom: 30px;
    }
    .catering-img img {
        height: 350px;
        padding: 0px 10px 0px 10px;
    }
    .catering-sec .section-title {
        padding-left: 0px;
        padding-right: 0px;
    }
    .catering-cn-bx {
        padding: 40px 0px;
    }
    .catering-list-bx:nth-child(5),
    .catering-list-bx:nth-child(6) {
        margin: unset;
        padding: unset;
        border: unset;
    }
    .catering-list-title {
        justify-content: flex-start;
        gap: 11px;
    }
    .catering-cn-list {
        grid-template-columns: 1fr;
        margin-top: 0;
    }
    .catering-list-bx {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #00000024 !important;
    }
    .testimonials-sec .section-title {
        margin-bottom: 22px;
    }
    .testimonials-sec p {
        line-height: 24px;
        font-size: 15px;
    }
    .testimonials-auther-content h3 {
        font-size: 20px;
    }
    .testimonial_btn_bx {
        margin-top: 15px;
    }
    .gallery-new .btn_bx {
        margin-top: 20px;
    }
    .loc_cotent {
        min-height: inherit;
    }
    .contact-form .cptch-sect .error {
        width: max-content;
    }
    .contact-form .row {
        margin-bottom: 0;
    }
    .contact-form .row input {
        margin-bottom: 7px;
    }
    .error {
        position: relative;
        top: 0px;
    }
    .max-characters-section {
        margin-bottom: 12px;
    }
    .sticky-icon {
        bottom: 4%;
    }
    aside .mobile_menu .main_bx {
        padding: 10px;
    }
    .add_line.nav-tabs .nav-link.active .menu-icon {
        background: #da1f26 !important;
    }
    .menu-home-nh .nav {
        padding-top: 14px;
    }
    .catering-list-title h3 {
        font-size: 16px;
    }
    aside .mobile_menu .main_bx .logo img {
        max-width: 80px;
    }
    .franchise-cn-right {
        padding-right: 20px;
    }
    .bullet_icon_innwe ul li {
        width: calc(50% - 7.5px);
        position: relative;
    }
    .franchise-cn ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .franchise-head {
        margin-bottom: 0;
    }
    .franchise-cn-right .btn-bx {
        margin-top: 20px;
    }
    .menu-new .thumbnail img {
        max-width: 260px;
        width: 100%;
    }
    .location_tab #tabs-nav .location-card .loc-img {
        height: auto;
        aspect-ratio: 10/7;
    }
    .logo_bx, .home .logo_bx {
        width: 60px;
        height: auto;
    }
    .contact_header {
        transform: translateX(-50%) translateY(calc(-50% - 13px));
    }
    .contact_header a {
        font-size: 14px;
    }
    .quick-access-bar a {
        font-size: 14px;
        padding: 7px 0px;
    }
    .form_informer {
        padding: 20px 10px;
    }
    section.menu-new a.menu-content {
        display: inline-block;
        box-shadow: 3px 3px 0px 0px #da1f26;
        padding: 15px;
        border: 1px solid #da1f26;
        display: inline-block;
    }
    section.menu-new a.menu-content .order-cta {
        display: none;
    }
    section.menu-new a.menu-content .thumbnail {
        margin: 0 0 5px 0;
    }
    .common-btn-white span {
        width: 100%;
        display: inline-block;
    }
    .common-btn-white {
        padding: 10px 19px;
    }
    
    .menu-grid-2 .main-bx {
        grid-template-columns: 1fr;
    }
    #occasion-list .common-list-style {
        justify-content: flex-start !important;
        max-width: 360px;
    }
    .inner-banner-content .banner-title h1 {
        font-size: 32px;
    }

}

@media (max-width: 480.5px) {
    .abt_lyt figure img {
        height: 418px;
    }
    .abt_us .dark_contet {
        margin-top: 44px;
    }
    .contact-us-inner .reach-us {
        display: block;
    }
    .reach-us li {
        margin-bottom: 20px !important;
    }
    .reach-us li:first-child {
        height: 170px;
    }
    .team-row {
        display: block;
    }
    .tst_content {
        padding: 20px;
    }
    .tsti_bnr {
        padding: 30px 0;
    }
    .abt_lyt figure img {
        height: 418px;
    }
    .abt_us .dark_contet {
        margin-top: 44px;
    }
    .contact-us-inner .reach-us {
        display: block;
    }
    .reach-us li {
        margin-bottom: 20px !important;
    }
    .reach-us li:first-child {
        height: 170px;
    }
    .team-row {
        display: block;
    }
    .tst_content {
        padding: 20px;
    }
    .tsti_bnr {
        padding: 30px 0;
    }
    
    .abt_lyt figure img {
        height: 418px;
    }
    .abt_us .dark_contet {
        margin-top: 44px;
    }
    .contact-us-inner .reach-us {
        display: block;
    }
    .reach-us li {
        margin-bottom: 20px !important;
    }
    .reach-us li:first-child {
        height: 170px;
    }
    .team-row {
        display: block;
    }
    .tst_content {
        padding: 20px;
    }
    .tsti_bnr {
        padding: 30px 0;
    }
    .location-parallax .common-list-style li {
        width: 100%;
    }
}

@media only screen and (max-width: 370.5px) {
    .location-card .our-location-btns {
        grid-template-columns: 1fr;
    }
    .form_informer h6 br {
        display: none;
    }
    span.form_number {
        flex-direction: column;
        gap: 0;
        flex-wrap: wrap;
    }
}