@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../fonts/TradeGothicLTStd.woff2") format("woff2"), url("../fonts/TradeGothicLTStd.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../fonts/TradeGothicLTStd-BdCn20.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-BdCn20.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* CSS Document */

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Light.eot");
    src: url("../font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Light.woff2") format("woff2"), url("../font/OpenSans-Light.woff") format("woff"), url("../font/OpenSans-Light.ttf") format("truetype"), url("../font/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-ExtraBold.eot");
    src: url("../font/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-ExtraBold.woff2") format("woff2"), url("../font/OpenSans-ExtraBold.woff") format("woff"), url("../font/OpenSans-ExtraBold.ttf") format("truetype"), url("../font/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Medium.eot");
    src: url("../font/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Medium.woff2") format("woff2"), url("../font/OpenSans-Medium.woff") format("woff"), url("../font/OpenSans-Medium.ttf") format("truetype"), url("../font/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Regular.eot");
    src: url("../font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular.woff") format("woff"), url("../font/OpenSans-Regular.ttf") format("truetype"), url("../font/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-SemiBold.eot");
    src: url("../font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans-SemiBold.woff") format("woff"), url("../font/OpenSans-SemiBold.ttf") format("truetype"), url("../font/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Bold.eot");
    src: url("../font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype"), url("../font/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

section {
    padding: 80px 0;
    overflow: hidden;
}

footer {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

p {
    font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
}

.logo_bx img {
    max-width: 150px;
    transition: all 0.5s;
}

.right_btn {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 0 0 40%;
    justify-content: flex-end;
}

.left-bx {
    flex: 0 0 40%;
}

.bottom_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_bx {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, 0%);
}

.logo_bx a.logo {
    display: inline-block;
    margin: 0;
}

a.common_btn {
    background-color: #9e1f22;
    padding: 10px 20px;
    display: inline-flex;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid #9e1f22;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #ffffff;
    transition: all ease 0.5s;
    font-family: "Trade Gothic LT Std";
}

a.common_btn.dark_btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

section h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #9e1f22;
    margin: 0 0 25px 0;
    text-align: center;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

section h2, section h1 {
    font-style: normal;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #9e1f22;
}

section h2 span, section h1 span {
    color: #000;
}

span.text_high {
    color: #9e1f22;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.container_cstm {
    max-width: 1340px;
    margin: auto;
    width: 100%;
}

a.common_btn.black_stroke {
    color: #000;
    background-color: transparent;
    border-color: #000000;
}

.video-section {
    padding: 0;
    position: relative;
    height: 100vh;
}

.video-section .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    background: #000000;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-content {
    text-align: center;
    text-decoration: none;
    list-style-type: none;
}

.order-cta {
    display: inline-flex;
    font-weight: 700;
    color: #9e1f22;
    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(100%) saturate(1958%) hue-rotate(340deg) brightness(83%) contrast(97%);
}

.thumbnail img {
    transition: all 0.5s;
    width: 100%;
    max-width: 70%;
}

.menu-content .thumbnail {
    margin-bottom: 15px;
}

.menu-content:hover .thumbnail img {
    transform: scale(1.1);
}

.menu-content:hover .order-cta {
    opacity: 1;
}

.menu-new .section-title {
    margin-bottom: 50px;
}

.menu-new .row {
    row-gap: 50px;
}

.menu-new {
    background: #fff;
}

.menu-new .btn-bx {
    text-align: center;
    margin-top: 50px;
}

.menu-item-name h3 {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.5em;
    font-family: "Trade Gothic LT Std";
    font-weight: 600;
    margin: 0;
}

.reward-batch-bx {
    position: absolute;
    bottom: 5%;
    left: -25%;
}

.reward-batch-bx img {
    background: #9e1f22;
    border-radius: 100%;
    width: 100% !important;
    max-width: 45%;
}

.reward-sec {
    background: #fff;
    position: relative;
}

.reward-sec .container {
    position: relative;
    z-index: 1;
}

.reward-cn .section-title h3 {
    color: #fff;
}

.reward-cn .section-title h2 {
    color: #fdc801;
    font-size: 35px;
    margin-bottom: 15px;
}

.reward-cn {
    background: #9e1f22;
    box-shadow: 0 0 5px #0000005c;
    margin: 0 auto;
    border: 5px solid #ffffff;
    outline: 5px solid #9e1f22;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-right-image img {
    width: 57%;
    margin-inline: auto;
    z-index: 1;
    position: relative;
}

.reward-right-image {
    text-align: center;
    position: relative;
}

.reward-bubble {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.services {
    background-image: url(https://www.pollodegallo.com/wp-content/uploads/2025/07/Group-168.jpg);
    min-height: auto;
    display: flex;
    align-items: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: unset;
    background-position: right center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

.sevice_text_body h2 {
    margin: 0 0 20px 0;
    text-align: left;
}

.sevice_text_body {
    background: rgb(0 0 0 / 75%);
    padding: 50px;
    border-radius: 15px;
    max-width: 520px;
}

.sevice_text_body p {
    text-align: left;
    margin: 0 0 11px 0;
    color: #fff;
}

ul.service_list {
    margin: 0 0 20px 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    margin-top: 20px;
}

ul.service_list li {
    display: flex;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    align-items: center;
    margin-bottom: 12px;
    text-transform: capitalize;
}

ul.service_list li img {
    filter: invert(1);
    max-width: 20px;
}

section.services .row {
    height: 100%;
}

section.services .row .service_image {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

section.services .row .service_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

footer {
    padding: 80px 0 0;
    background-color: #f2f2f2;
}

.footer_head_tile {
    max-width: 277px;
}


/* .footer_head_tile a {
    text-transform: lowercase;
} */

.footer_head_tile h6 {
    color: #9e1f22;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Trade Gothic LT Std";
}

.footer_body_tile h6 {
    color: #9e1f22;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
}

.footer_head {
    padding: 0 0 35px 0;
    border-bottom: 1px solid rgb(158 31 34 / 50%);
}

.footer_head_tile a {
    color: #000000;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    text-decoration: none;
}

.footer_links li a {
    letter-spacing: 0.01em;
    transition: all 0.3s ease-in-out;
    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_links li a:after {
    background-color: #9d2538;
    position: absolute;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    transition: width 0.18s;
    width: 0;
}

.footer_links li a:hover:after {
    width: 100%;
}

.footer_links li a:hover {
    color: #9d2538;
}

.footer_body {
    padding: 46px 0 0 0;
}

ul.footer_links {
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 16px;
}

footer .col-lg-4:last-child .footer_head_tile,
footer .col-lg-4:last-child .footer_body_tile {
    width: 100%;
    padding: 0 0 0 0px;
    max-width: 100%;
}

footer .col-lg-4:last-child .footer_body_tile {
    padding: 0 0 0 0px;
}

.footer_body .col-lg-4:nth-child(2) .footer_body_tile {
    /* border-left: 1px solid rgb(158 31 34 / 50%);
    border-right: 1px solid rgb(158 31 34 / 50%); */
    display: flex;
    justify-content: center;
}

.footer_center_col {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
}

.footer_center_col {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
    width: 215px;
}

.footer_body .col-lg-4:nth-child(2) .footer_head_tile {
    max-width: 100%;
}

.footer_head .col-lg-4:nth-child(2) .footer_head_tile {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

ul.social_links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

ul.social_links a {
    color: #9e1f22;
    font-size: 18px;
    border: 1px solid #9e1f22;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social_links a:hover {
    color: #000;
}

.copy_right_bar {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    margin: 45px 0 0 0;
    border-top: 1px solid rgb(158 31 34 / 50%);
    align-items: center;
}

.copy_right_bar p {
    font-style: normal;
    letter-spacing: 0.01em;
    margin: 0;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}
.copy_right_bar p a {
    color: #9e1f22;
}
.map_footer {
    height: 270px;
}

.map_footer iframe {
    width: 100%;
    height: 100%;
}

.main_header {
    padding: 32px 0;
}

body {
    margin-top: 113px;
    font-family: "Nunito", sans-serif;
}

body.home,
body.page-template-home-page-2 {
    margin-top: 0;
}

body.home header.header,
body.page-template-home-page-2 header.header {
    z-index: 99;
    position: absolute;
    width: 100%;
    background: transparent;
}

header.header {
    z-index: 99;
    position: absolute;
    width: 100%;
    background-color: #000;
    top: 0;
}

header.header.fixed .logo_bx img {
    max-width: 85px;
}

nav#navbar {
    padding: 0;
}

header.header.scroll-down.sticky {
    transform: translateY(0);
    top: 0;
    opacity: 1;
    position: sticky;
}

header.header.fixed,
body.home header.header.fixed,
body.page-template-home-page-2 header.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000;
}

.navbar-nav ul#menu-main-menu {
    display: flex;
    gap: 55px;
}

.navbar-nav ul#menu-main-menu li.menu-item a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    transition: all ease 0.5s;
    font-family: "Trade Gothic LT Std";
    position: relative;
    white-space: nowrap;
}

.navbar-nav ul#menu-main-menu li.menu-item a:after {
    background-color: #9e1f22;
    position: absolute;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    transition: width 0.18s;
    width: 0;
}

.navbar-nav ul#menu-main-menu li.menu-item a:hover:after,
.navbar-nav ul#menu-main-menu li.menu-item a.active:after {
    background-color: #9e1f22;
    width: 100%;
}

.Ticker-root {
    background-color: #9d2538;
    padding: 0 50px;
}

.Ticker-root ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Ticker-root ul {
    display: flex;
    justify-content: flex-end;
    min-height: 40px;
    align-items: center;
}

.Ticker-root ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
}

.Ticker-root ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.number_ham {
    display: flex;
    align-items: center;
    gap: 40px;
}

.number a.common_btn {
    font-size: 1.2rem;
}

.right_btn nav#navbar {
    padding: 0 30px 0 0;
    border-right: 1px solid #fff;
}

.contact_no a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-family: "Trade Gothic LT Std";
    font-weight: 600;
    font-size: 1.5rem;
}

.contact_no a:hover {
    border-bottom: 1px solid #fff;
}

section.main_banner {
    padding: 0;
    position: relative;
}

.main_banner .slick-slide {
    padding: 0;
}

.banner_slide_tile {
    position: relative;
}

.banner_slide_tile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background: #000000;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.banner_slide_tile img {
    width: 100%;
    object-fit: cover;
}

.nav_dots ul.slick-dots {
    position: initial;
    display: flex !important;
    gap: 15px;
    align-items: flex-end;
}

.banner_slider_images {
    margin: 0;
}

.banner_slider_images.slick-slider.slick-dotted {
    margin: 0;
}

.nav_dots ul.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    background-color: #fff;
}

.nav_dots ul.slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}

.nav_dots ul.slick-dots li button::before {
    display: none;
}

.nav_dots ul.slick-dots li button {
    width: 51px;
    height: 1px;
    transition: all ease 0.5s;
}

.footer_ban_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_banner .banner_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 15px;
}

.address_ban {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffff;
}

.nav_dots ul.slick-dots li.slick-active button {
    height: 4px;
    background-color: #9e1f22;
}

.section-title h3 {
    font-size: 24px;
    color: #9e1f22;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-bottom-info .section-title {
    margin-bottom: 25px;
}

.about-bottom-img-bx img {
    margin-bottom: 25px;
    max-height: 240px;
}

.about-bottom-info p {
    line-height: 1.5;
    margin: 0;
}

.about-bottom-info .common_btn_main {
    margin-top: 25px;
}

.about-bottom-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #9e1f22;
}

.page-template-home-page-2 .about_us {
    background: #9e1f22;
    position: relative;
}

.page-template-home-page-2 .about-cn p {
    line-height: 1.5;
    color: #fff;
}

.about-cn {
    padding-right: 50px;
}

.about-cn h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.about_us {
    background: #f2f2f2;
    position: relative;
}

.about-img {
    position: absolute;
    right: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    overflow: hidden;
    height: 100%;
    width: 500px;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-cn .section-title {
    margin-bottom: 15px;
}

.about-cn a.common_btn {
    margin-top: 20px;
}

.about-cn p {
    line-height: 1.5;
}

.about-bottom-info {
    padding: 50px 50px 50px 50px;
    border-radius: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 11px #d7cdcd;
    text-align: center;
    max-width: 450px;
    margin-inline: auto;
}

.about-ani-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.about-ani-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.about-ani-img img {
    width: 100%;
    transition: transform 2s ease-out;
    will-change: transform;
    display: block;
}

.about-bottom-bx {
    text-align: left;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 0px 0px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    height: 100%;
}

.about-bottom-bx h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.5;
}

.about-bottom-bx p {
    text-align: left;
    line-height: 1.6;
    text-transform: capitalize;
    font-weight: 600;
}

.bg-light-grey {
    background-color: #f2f2f2;
}

.red-cta-section {
    background: #9e1f22;
}

.red-cta-section p {
    color: #fff;
    margin-top: 15px;
}

.ab-specl .text-bx {
    text-align: center;
    max-width: 950px;
    margin-inline: auto;
}

.ab-specl .text-bx p a {
    color: #9e1f22;
    font-weight: 700;
}

.cta-section .text-bx p:last-child {
    margin: 0;
}

.ab-specl .section-title {
    margin-bottom: 15px;
}

.about_text p {
    margin: 0;
}

.about_text {
    flex-direction: column;
    display: flex;
    gap: 40px;
}

.about_us_img {
    max-width: 100%;
}

.about_us_img img {
    width: 100%;
}

.parallax-cn-bx {
    background: rgb(0 0 0 / 75%);
    padding: 50px 25px;
    border-radius: 15px;
    max-width: 520px;
}

ul.list-style {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-title.text-white h3 {
    color: #fff;
}

section.food_menu {
    background-color: #9e1f22;
}

.food_menu_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 100%;
}

.food_menu_image {
    height: 100%;
    margin-right: 50px;
}

section.food_menu h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.food_menu_main .carousel-indicators {
    position: initial;
    width: 100%;
    margin: 0 0 70px 0;
    justify-content: space-between;
}

.food_menu_main .food_menu_content {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

.food_menu_main .carousel-indicators button {
    width: auto;
    height: auto;
    flex: initial;
    text-indent: initial;
    background-color: transparent;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 10px 10px;
    opacity: 0.5;
    border-bottom: 1px solid transparent;
}

.food_menu_list span {
    font-weight: 600;
    font-size: 18px;
    line-height: 78%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.food_menu_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.food_menu_main .carousel-indicators button.active {
    background-color: transparent;
    opacity: 1;
    border-color: #fff;
}

.food_menu_content {
    flex-direction: column;
    display: flex;
    gap: 30px;
    max-width: 550px;
    margin-left: 100px;
    padding: 80px 0;
}

.meal_usa_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.meal_usa_head h5 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}

span.currency {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 78%;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
}

ul.meal_food_list {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 28px;
}

ul.meal_food_list li {
    display: flex;
    width: 100%;
}

.meal_food_item {
    display: flex;
    width: 100%;
}

span.dash_bar {
    display: inline-block;
    flex-grow: 1;
    border-bottom: 1px dashed #fff;
}

.meal_food_item h5 {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 78%;
    text-transform: capitalize;
    color: #ffffff;
}

a.common_btn.white_stroke {
    border-color: #fff;
}

.services .sevice_text_body h2 {
    color: #000;
}

.reward-logo-img img {
    width: 100%;
    max-width: 130px;
    padding-bottom: 25px;
}

.reward-cn p {
    color: #fff;
}

.reward-main {
    display: grid;
    grid-template-columns: 360px 360px;
    gap: 40px;
    justify-content: center;
}

.offer-sec {
    background: #f2f2f2;
}

.offer-bx {
    display: flex;
}

.offer-main {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    max-width: 360px;
    background: #fff;
    box-shadow: 0 0 5px #0000005c;
    margin: 0 auto;
    border: 5px solid #9e1f2229;
    outline: 5px solid #9e1f22;
}

.offer-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 0;
    flex-direction: column;
}

.offer-list {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.offer-list ul li {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0;
    text-align: center;
}

.offer-bx {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-inline: auto;
}

.offer-cn .section-title h2 {
    color: #d00118;
    font-family: "Permanent Marker", cursive;
    font-weight: 500;
}

.offer-cn p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: capitalize;
    animation: changeBackgroundColor 7s infinite;
    padding: 7px 11px;
    border-radius: 8px;
}

@keyframes changeBackgroundColor {
    0% {
        background-color: #9e1f22;
    }
    50% {
        background-color: #face03;
        color: #000;
    }
    100% {
        background-color: #9e1f22;
    }
}

.offer-img img {
    width: 100%;
    max-width: 180px;
    animation: shake 1s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(3px, 0);
    }
    50% {
        transform: translate(-3px, 0);
    }
    100% {
        transform: translate(3px, 0);
    }
}

.about-sec-2 {
    background: #9e1f22;
    background-image: url("https://www.pollodegallo.com/wp-content/uploads/2025/07/Polo-about-parallax.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.about-sec-2 .inner-text-bx p:last-child {
    margin-bottom: 0;
}

.about-sec-2-img {
    display: none;
}

.about-sec-2-img:hover img {
    transform: scale(1.1);
}

.about-sec-2-img img {
    height: 420px;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
}

.about-sec-2 .inner-text-bx {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: 0px;
    height: 100%;
    text-align: center;
    background: transparent;
}

.about-sec-2 .inner-text-bx .section-title {
    margin-bottom: 20px;
}

.customer_says {
    position: relative;
    background-image: url("https://www.pollodegallo.com/wp-content/uploads/2025/07/89989.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.customer_says:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.7;
}

.customer_says .container {
    position: relative;
}

.testimonial-image {
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    top: 0;
    max-width: 48%;
    height: 100%;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.testimonial-image img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #9e1f22 !important;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    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: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}

ul.slick-dots li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: 2px solid #7c572b;
}


/* section.customer_says::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
} */

.testimonial-slider {
    max-width: 850px;
    margin-inline: auto;
    padding-inline: 50px;
}

.custimer_testi {
    max-width: 767px;
    margin: 30px auto 0;
}

ul.star_rating {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0 0 22px 0;
}

.custimer_testi p {
    color: #ffffff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.custimer_testi h4 {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: 36px 0 0 0;
}

section.customer_says .common_btn_main {
    margin: 36px 0 0 0;
    text-align: center;
}

a.common_btn.light_btn {
    background-color: #fff;
    color: #000;
}

.food_gallery {
    text-align: center;
}

section.food_gallery h2 {
    text-align: center;
    /* color: #fff; */
}

.galler_image {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.galler_image .image_gallery_mian {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: calc(25% - 15px);
    overflow: hidden;
    transition: all ease 0.5s;
}

.galler_image .image_gallery_mian img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.5s;
}

.galler_image .image_gallery_mian:hover img {
    transform: scale(1.1);
    width: 100%;
}

a.common_btn.white_stroke_trans {
    background-color: transparent;
    border-color: #fff;
}

ul.star_rating li i {
    color: #ffcc00;
}

a.common_btn:hover {
    background-color: #fff;
    color: #9e1f22;
}

a.common_btn.black_stroke:hover {
    background-color: #9e1f22;
    border-color: #9e1f22;
    color: #fff;
}

a.common_btn.light_btn:hover {
    background-color: #000;
    color: #fff;
}

.hero-text h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}


/* Sidebar CSS */

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    padding: 50px 36px;
    height: 100%;
    display: block;
    background-color: #fff;
    /* backdrop-filter: blur(7px); */
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
    align-items: center;
    justify-content: center;
}

.side-bar.header-one {
    background-color: #9e1f22;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar .inner {
    padding: 0;
    text-align: center;
}

.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    position: relative;
}

.side-bar-food {
    padding-right: 50px;
}

.inner-main-wrapper-desk:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #ffffff47;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin: auto;
}

.side-bar-logo {
    max-width: 400px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.side-bar-food img {
    filter: invert(1);
    width: 100%;
}

.adress-bx {
    max-width: 400px;
    margin-inline: auto;
    width: 100%;
    text-align: left;
}

.side-bar .adress p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding-left: 35px;
    position: relative;
}

.side-bar .adress p i {
    position: absolute;
    left: 0;
    top: 5px;
}

.side-bar .adress.social_links {
    margin-top: 0;
    gap: 0;
}

.side-bar .adress h2 {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}

.social_links ul {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.social_links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    padding: 6px;
    border: 1px solid #9e1f22;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-bar button svg {
    width: 22px;
}

.side-bar button svg path {
    fill: #fff;
}

.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: #fff;
    transition: all 400ms ease-in-out;
}

.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;
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.burger-icon {
    width: 36px;
    cursor: pointer;
}

.adress {
    flex-direction: column;
    display: flex;
    gap: 20px;
    margin: 0 0 30px 0;
}
.alert-msg {
    max-width: 750px;
    text-align: center;
    margin-inline: auto;
}
.alert-msg p {
    font-size: 16px;
    color: #a63133;
    margin: 0;
}
.adress i {
    fill: #9e1f22;
    height: auto;
}


.side-bar .adress p a {
    font-size: 18px;
    list-style: none;
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans";
}

ul.social_links path {
    fill: #9e1f22;
}

.customer_inner {
    position: relative;
    z-index: 9;
}

.food-menu-new {
    background: #9e1f22;
    padding: 0;
}

.menu-main-box {
    position: relative;
}

.menu-nav {
    max-width: 175px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    margin: auto;
    z-index: 9;
}

.menu-nav ul.nav.nav-tabs {
    flex-direction: column;
}

.menu-nav ul.nav.nav-tabs li.nav-item {
    height: 25%;
    border-bottom: 2px solid rgb(185 185 185 / 61%);
}

.menu-nav ul.nav.nav-tabs li.nav-item button {
    padding: 25px 15px;
    background: #f2f2f2;
    height: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    border-bottom: none;
    width: 100%;
    align-items: center;
}

.section-title.text-white h2 {
    color: #fff;
}

.food-menu-new .section-title {
    margin-bottom: 0;
}

.menu-nav ul.nav.nav-tabs li.nav-item button img {
    margin-inline: auto;
    max-height: 50px;
}

.menu-nav ul.nav.nav-tabs li.nav-item button.nav-link.active {
    background: #000000;
    color: #fff;
    border-color: #000;
}

.menu-nav ul.nav.nav-tabs li.nav-item button.nav-link.active img {
    filter: invert(1);
}

.food-menu-new .food_menu_image {
    height: 100%;
    margin-right: 0;
}

.contact-form-wrapper {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    box-shadow: rgb(149 157 165 / 3%) 0px 8px 24px;
}

.contact-form-wrapper input {
    font-size: 16px;
    padding: 12px 12px;
    border: 1px solid #d9d9d9;
    width: 100%;
    border-radius: 0px;
}

.contact-form-wrapper input::placeholder {
    text-transform: capitalize;
}

.contact-form-wrapper textarea::placeholder {
    text-transform: capitalize;
}

.contact-form-wrapper textarea {
    font-size: 16px;
    padding: 12px 12px;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 100px;
    border-radius: 0px;
}

.form-title h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 18px;
    letter-spacing: 0px;
    color: #000;
}

.row2 {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 4px 4px #9e1f22;
    border: 1px solid #d9d9d9;
    height: 100%;
    gap: 20px;
}

.contact-info-item {
    text-align: left;
    display: flex;
    align-items: start;
    gap: 1em;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-info-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 0%;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #eee;
}

.contact-info-item .icon-box img {
    width: 100%;
    max-width: 40px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(14%) sepia(50%) saturate(4523%) hue-rotate(343deg) brightness(96%) contrast(94%);
}

.contact-info-item .contact-info-content h3 a {
    color: #9e1f22;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.contact-info-item .contact-info-content p {
    text-transform: capitalize;
    margin-bottom: 7px;
    font-size: 19px;
    font-weight: 700;
}

.contact-info-item .contact-info-content h3 {
    font-size: 18px;
}

.contact-info-item .contact-info-content h3 {
    font-size: 18px;
}

.contact-info-item2 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.icon-box.active img {
    filter: brightness(0) invert(1);
}

.icon-box.active {
    background-color: #9e1f22;
}

.top-banner {
    position: relative;
    padding: 0px !important;
    width: 100%;
}

.top-banner:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #000000;
    inset: 0;
    opacity: 0.5;
}

.top-banner .banner-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.top-banner .banner-image-wrapper img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
}

.top-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
}

.top-banner .banner-text h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

.inner-faq .section-title {
    margin-bottom: 25px;
}

.send-bx button {
    background-color: #9e1f22;
    padding: 14.5px 20px;
    display: inline-flex;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid #9e1f22;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all ease 0.5s;
}

.location-center {
    padding: 0;
}

.location-center iframe {
    height: 100%;
}
.map-contact{
	height: 450px;
}
.map-contact iframe{
	height: 450px;
}
.hero-section .section-title h1 {
    position: relative;
    font-style: normal;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #9e1f22;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.hero-section .section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 3px;
    background: #9e1f22;
    bottom: 0;
    border-radius: 50px;
}

.hero-image img {
    margin-left: 17px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d7edf9;
}

.hero-section {
    background: #f2f2f2;
    position: relative;
}

.hero-image img {
    max-width: 426px;
    width: 100%;
    margin-left: auto;
    margin-right: 30px;
}

.cta-section .section-title {
    margin-bottom: 15px;
}

.parallax-about {
    min-height: auto;
    display: flex;
    align-items: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: unset;
    background-position: right;
    animation: bg-marquee 30s infinite linear;
}

.parallax-about.parallax-ntmov {
    animation: none;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.page-template-inner-pages section h2 {
    font-size: 40px;
}


/* 
.banner-image img {
    height: 650px;
    width: 100%;
    object-fit: cover;
} */

.inner-text-bx {
    padding: 25px;
    width: 100%;
    max-width: 500px;
    border: 0px;
    background: #ffffffe3;
}

.parallax-about .section-title {
    margin-bottom: 15px;
}

.hero-img img {
    width: 100%;
    padding-right: 15px;
}

.center-text .list-style {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 0;
    gap: 35px;
    margin-inline: auto;
    width: unset;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 25px;
}

.center-cn-bx {
    text-align: center;
}

.list-style li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 15px;
}

.parallax-cn-bx ul {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 15px 0;
}

.parallax-cn-bx li {
    color: #ffff;
    text-transform: capitalize;
}

.list-style li::before {
    height: 11px;
    width: 11px;
    background-color: #9e1f22;
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #9e1f22;
    outline-offset: 2px;
}

.catering-form-bx {
    background: #f2f2f2;
    padding: 25px;
    border: 2px solid #9e1f22;
}

.catering-form-bx label {
    color: #000000;
}

label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff;
}

.form-control {
    height: 50px;
    border-radius: 0;
}

#catering-booking {
    background: #fff;
}

#catering-booking .form-group {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
}

.char_msg {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    flex-wrap: wrap;
}

.catering-form-bx button {
    padding: 14.5px 20px;
    display: inline-flex;
    text-align: right;
    border-radius: 0;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    border: 0px;
}

.form-btns {
    text-align: right;
    margin-top: 22px;
}

.galler-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.image_gallery_mian img {
    width: 100%;
}

.catering-form-bx input {
    accent-color: #000000;
}

.fd_menu {
    margin-bottom: 0;
}

.contact-area .form-title h5 {
    font-weight: 600;
    text-transform: capitalize;
}

.testimonials-inner .testi_txt {
    padding: 20px 16px;
    background-color: #f2f2f2;
    text-align: left;
    margin-bottom: 28px;
}

.testimonials-inner .testi_txt .star {
    margin-bottom: 15px;
}

.testimonials-inner .testi_txt .star i {
    color: #ffcc00;
}

.testimonials-inner .testi_txt h5 {
    color: #9e1f22;
}

.our-menu {
    background: #fff;
}

.our-menu .nav-tabs {
    justify-content: center;
}


/* .our-menu .menu-wrapper {
    border: 2rem solid #fff;
    border-image: url(https://www.pollodegallo.com/wp-content/uploads/2025/07/image-54.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
    padding-bottom: 40px;
} */

.our-menu .nav-tabs .nav-link {
    color: #000;
    user-select: none;
    background-color: transparent;
    min-width: max-content;
    padding-bottom: 8px;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.our-menu .nav-tabs .nav-link a {
    color: #000;
    text-decoration: none;
}

.our-menu .nav-tabs .nav-link:hover {
    border-color: #9e1f22;
}

.our-menu .nav-tabs .nav-link.active a {
    padding-bottom: 8px;
    border-color: #9e1f22;
}

.our-menu .row {
    justify-content: center;
}

.our-menu .menu-item {
    height: 100%;
    text-align: left;
    border: 1px solid #dddddda6;
}

.our-menu .menu-item :is(.card,
.card>*,
.info>*) {
    border: none;
    padding: 0;
    background-color: unset;
}

.our-menu .tab-pane .row {
    row-gap: 24px;
}

.our-menu .menu-item .card {
    /* text-align: center; */
    padding: 15px 15px;
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.our-menu .menu-item .card .divider {
    border: 1px dashed #e0e0e0;
    margin-block: 8px;
}

.our-menu .menu-item .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.our-menu .menu-item .card-header h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.prise_h {
    font-weight: 700;
    color: #9e1f22;
    text-align: center;
}

.our-menu .menu-title h2 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.our-menu .menu-item .card .info {
    width: 100%;
}

.our-menu .menu-item .title>* {
    margin: 0;
}

.our-menu .menu-item .price {
    display: flex;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    justify-content: center;
}

.our-menu .menu-item .price::before {
    content: "$";
}

.prise_main {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
}

div#menu-tabs-content .section-title p {
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}

.our-menu .section-title h2 {
    margin: 0;
    font-size: 30px;
}

div#menu-tabs-content .section-title {
    margin: 0 0 30px 0;
}

.sec_sub_title>h4 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 13px;
    background-color: #9e1f22;
    margin: 0 0 20px 0;
}

.sec_sub_title {
    text-align: center;
    margin: 0 0 50px 0;
}

.mobile-top-bar {
    display: none;
}

.our-menu .menu-wrapper .tb {
    border: 2rem solid #fff;
    border-image: url(https://www.pollodegallo.com/wp-content/uploads/2025/07/image-54.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
    padding-bottom: 40px;
}

.our-menu .menu-wrapper .tb .row {
    row-gap: 24px;
}

.contact-main-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.contact-section-2 {
    padding: 60px 0;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.contact-add-box {
    border-right: 1px solid #9e1f215b;
    margin-right: 20px;
}

.contact-add-box:last-child {
    border-right: 0px solid #9e1f215b;
    margin-right: 0px;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.contact-add-ic {
    background: #9e1f22;
    width: 75px;
    height: 75px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
}

.contact-add-cn a {
    color: #9e1f22;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.contact-add-cn a:hover {
    color: #000;
}

.contact-add-box .contact-add-cn p {
    font-weight: 600;
    margin: 0;
}

.contact-section-3 {
    position: relative;
    background: linear-gradient( 179deg, rgb(0 0 0 / 8%) 40%, rgb(52 24 24 / 15%) 100%);
}

.contact-section-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://www.pollodegallo.com/wp-content/uploads/2025/07/cc-9-2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 96px;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-section-3 .form-group {
    margin-bottom: 0;
}

.cc-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    display: none;
}

.cc-img img {
    height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border-radius: 0;
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

.contact-main-3 {
    padding: 40px 30px;
    background: #ffffff94;
}

.form-control:focus {
    box-shadow: none;
    border-color: #eb2b56;
}

.contact-main-3 .section-title {
    margin-bottom: 25px;
}

.contact-main-3 .section-title h2 {
    margin-bottom: 18px;
}

.rght_bnr .container-fluid .row {
    align-items: center !important;
}

.rght_bnr .container-fluid .col-lg-6.fluid-image {
    padding: 0;
}

.fluid-image {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.fluid-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-content {
    padding: 80px 0;
    padding-right: 50px;
}

@media (max-width: 1366px) {
    .food_menu_content {
        max-width: 489px;
        margin-left: 125px;
    }
}

@media (max-width: 1280px) {
    .food_menu_content {
        max-width: 473px;
        margin-left: 117px;
    }
}

@media (min-width: 992px) {
    .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 (max-width: 1279px) {
    .navbar-nav ul#menu-main-menu {
        gap: 45px;
    }
    .right_btn {
        gap: 15px;
    }
}

@media (max-width: 1250px) {
    #mobmenuright li a {
        padding: 10px 15px !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
    }
    .reward-cn .section-title p {
        font-size: 18px;
    }
    header.header {
        position: relative;
    }
    header.header.fixed,
    body.home header.header.fixed,
    body.page-template-home-page-2 header.header.fixed {
        position: relative;
    }
    body {
        margin-top: 0;
    }
    body.home header.header,
    body.page-template-home-page-2 header.header {
        position: relative;
    }
    .logo_bx {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .main_header {
        padding: 15px 0;
    }
    .logo_bx img {
        max-width: 100px;
    }
    body.home header.header,
    body.page-template-home-page-2 header.header {
        background: #000000;
    }
    header.header {
        padding: 0;
    }
    .left-bx,
    .right_btn {
        display: none;
    }
    .video-section .overlay {
        display: none;
    }
    .mobile-top-bar {
        display: flex;
    }
    .mobile-top-bar a {
        padding: 15px 0px;
        background: #bb2226;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        line-height: 14px;
        letter-spacing: 1px;
        text-decoration: none;
        width: 50%;
    }
    .mobile-top-bar a+a {
        background: #151414;
        text-decoration: none;
    }
    .right_btn .navbar-expand,
    .right_btn .contact_no,
    .right_btn .nav-icon {
        display: none;
    }
    .number {
        padding-right: 63px;
    }
    header.header.fixed {
        position: relative;
    }
    .mobmenur-container {
        top: 64px !important;
    }
    .mobmenur-container .mob-menu-icon {
        background-color: #000;
        padding: 10px;
        font-size: 30px !important;
    }
    .mob-menu-header-holder {
        height: 0 !important;
    }
    .mobmenu-right-panel {
        background-color: #9e1f22 !important;
        width: 280px !important;
    }
    .mobmenu-content li {
        padding: 0 !important;
    }
    .mobmenu-right-panel .mob-cancel-button {
        background-color: #000;
    }
    #mobmenuright li a,
    #mobmenuright li a:visited,
    #mobmenuright .mobmenu-content h2,
    #mobmenuright .mobmenu-content h3,
    .mobmenu-left-panel .mobmenu-display-name {
        font-family: "Open Sans" !important;
        font-size: 18px !important;
    }
    .mobmenu-content #mobmenuright li:hover {
        background-color: #000000 !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #000000 !important;
    }
    .menu-item-name h3 {
        font-size: 1.5em;
    }
    .reward-cn {
        text-align: center;
        padding-bottom: 50px;
    }
    section h2 {
        font-size: 30px;
    }
    .about-us-bottom .row.justify-content-between {
        flex-direction: column;
        gap: 20px;
    }
    .about-us-bottom .row.justify-content-between .col-md-3,
    .about-us-bottom .row.justify-content-between .col-md-6 {
        width: 100%;
    }
    .about-bottom-info {
        padding: 30px;
    }
    .menu-nav {
        left: inherit;
        position: inherit;
        transform: none;
        margin: inherit;
        display: flex;
        right: inherit;
        max-width: 100%;
    }
    .menu-nav ul.nav.nav-tabs {
        width: 100%;
        flex-direction: inherit;
    }
    .menu-nav ul.nav.nav-tabs li.nav-item {
        width: 25%;
        height: 100%;
        border-bottom: none;
    }
    .menu-nav ul.nav.nav-tabs li.nav-item button {
        height: 100%;
        align-items: center;
    }
    .fd_menu_img {
        display: none;
    }
    .fod_contnt {
        width: 100%;
    }
    .fod_contnt .food_menu_content {
        max-width: 100%;
        margin-left: 0;
        padding: 31px;
    }
    section.services {
        padding: 50px 20px;
    }
    section.services .row {
        flex-direction: column;
    }
    section.services .row .col-md-6 {
        width: 100%;
    }
    section.services .row.sevice_text_body {
        max-width: 100%;
    }
    section.services .row .service_image {
        margin: 25px 0;
    }
    footer {
        padding: 40px 0 0;
    }
    .footer_body .col-lg-4:nth-child(1),
    .footer_body .col-lg-4:nth-child(2) {
        /* display: none; */
    }
    .footer_center_col {
        margin: 11px auto;
        width: 100%;
    }
    .footer_head_tile {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
	.col-lg-4.mobile-hide {
		display: none;
	}
    ul.menu_navigation a {
        padding: 4px !important;
    }
    .border-block h4 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }
    ul.menu_navigation {
        margin-bottom: 20px !important;
    }
    .border-block {
        padding: 10px !important;
        padding-bottom: 25px !important;
    }
    .multicol_itemwrapper {
        width: calc(100%) !important;
        padding: 10px !important;
    }
    .menu-align-bx,
    .menu {
        flex-direction: column;
    }
    .about-ani-img {
        display: none;
    }
    .reward-main {
        grid-template-columns: 1fr;
    }
    .offer-main {
        max-width: 100%;
        width: 100%;
    }
    .hero-section .section-title h1 {
        font-size: 2rem;
    }
    .page-template-inner-pages section h2 {
        font-size: 2rem;
    }
    .catering-form-bx .section-title {
        margin-bottom: 20px;
    }
    .fluid-image {
        width: 100%;
        position: relative;
        height: auto;
    }
    .hero-content {
        padding: 40px 0;
        padding-right: 0;
        text-align: center;
    }
    .hero-section .section-title h1::after {
        right: 0;
        left: 0;
        margin-inline: auto;
    }
    .about-sec-2 .inner-text-bx {
        max-width: 100%;
    }
    .video-section {
        height: auto;
    }
    .about_us .section-title h2 br {
        display: none;
    }
    .sevice_text_body {
        padding: 25px;
    }
    .about-cn {
        text-align: center;
        margin-bottom: 0;
        padding: 0;
    }
    .offer-cn .section-title h2 {
        text-align: center;
    }
    .footer_head .row {
        gap: 25px;
        text-align: center;
    }
    .footer_body_tile h6 {
        text-align: center;
    }
    .copy_right_bar {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .mobmenur-container .mob-menu-icon {
        background-color: #000;
        padding: 3px;
        font-size: 28px !important;
    }
    .number {
        padding-right: 53px;
    }
    .mobmenur-container {
        top: 90px !important;
    }
    .address_ban {
        display: none;
    }
    .nav_dots {
        width: 100%;
    }
    .nav_dots ul.slick-dots {
        justify-content: center;
    }
    .about_us {
        padding: 40px 0;
    }
    .menu-nav ul.nav.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .menu-nav ul.nav.nav-tabs li.nav-item button {
        width: 100%;
        padding: 13px 12px;
    }
    .menu-nav ul.nav.nav-tabs li.nav-item {
        width: 100%;
    }
    .menu-nav ul.nav.nav-tabs li.nav-item span {
        font-size: 18px;
    }
    .meal_usa_head h5 {
        line-height: 24px;
    }
    ul.service_list {
        grid-template-columns: 1fr;
    }
    section.services {
        padding: 30px 20px;
    }
    section.services .row .service_image {
        margin: 25px 0 0;
    }
    .offer-bx {
        flex-direction: column;
    }
    .offer-sec {
        padding: 50px 0;
    }
    .offer-main {
        padding: 15px 14px;
    }
    .customer_says {
        padding: 40px 0;
    }
    .galler_image {
        justify-content: center;
        margin: 0px 0 50px;
    }
    .galler_image .image_gallery_mian {
        width: calc(50% - 15px);
    }
    section.food_gallery {
        padding: 40px 0px;
    }
    #side-bar {
        display: none;
    }
    .footer_body {
        padding: 26px 0 0 0;
    }
    section {
        padding: 40px 0;
    }
    section.hero-section .fluid-image img {
        width: 100%;
    }
    .hero-section {
        padding: 0;
    }
    .galler-row {
        grid-template-columns: 1fr 1fr;
    }
    .contact-form-wrapper {
        margin-bottom: 30px;
    }
    .contact-area .row.row2 {
        margin: 0 0px;
    }
    .top-banner .banner-text h1 {
        font-size: 30px;
    }
    .contact-main-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-add-box {
        border-right: none;
    }
    .contact-section-2 .row .col-lg-12.mx-auto {
        margin: 0;
    }
    .cc-img img {
        display: none;
    }
    
    .contact-section-3::before {
        display: none;
    }
    ul.footer_links {
        justify-content: center;
        text-align: center;
    }
    .footer_body_tile h6 {
        margin-bottom: 15px;
    }
    .menu-new .btn-bx {
        margin-top: 0;
    }
}

@media (max-width: 475px) {
    .pull-right.spn-item-price {
        font-size: 15px !important;
    }
    p.pitemprice {
        margin: 0px;
        font-size: 17px;
    }
    .border-block {
        padding: 0px !important;
        padding-bottom: 25px !important;
    }
    .parallax-cn-bx ul {
        grid-template-columns: 100%;
    }
    .mobile-top-bar a {
        font-size: 1rem;
    }
    /* 
  .menu-new .row .col-lg-6 {
    all: unset;
} */
    .menu-new .row {
        row-gap: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .menu-new .btn-bx {
        margin-top: 0px;
    }
}


/* #rotisserie-chicken {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
} */

.multicol_itemwrapper {
    width: calc(100% - 52%);
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 15px;
    height: auto;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
}

ul.menu_navigation a {
    text-decoration: none;
    color: #000;
    user-select: none;
    background-color: transparent;
    min-width: max-content;
    padding: 10px 10px;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

ul.menu_navigation a:hover {
    border-color: #9e1f22;
}

ul.menu_navigation {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    row-gap: 15px;
    margin-bottom: 55px;
    padding-left: 0px;
}

.pitemdescription {
    font-size: 16px;
}

.pitemtitle {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: normal;
    font-family: "Trade Gothic LT Std";
}

.border-block {
    border: 2rem solid #fff;
    border-image: url(https://www.pollodegallo.com/wp-content/uploads/2025/07/image-54.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
    padding-bottom: 40px;
}

.border-block h4 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #9e1f22;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.menu-align-bx,
.menu {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    gap: 15px;
}

.menu-inner-bx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    margin-block: 8px;
}

.multicol_itemwrapper .arrtibute_model {
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* disables click */
    cursor: default;
    /* removes hand cursor */
    text-decoration: none;
    /* removes underline */
}

.pull-right.spn-item-price {
    font-weight: 700;
    color: #9e1f22;
    text-align: center;
    font-size: 17px;
}

.error {
    background: red;
    color: #fff !important;
    display: block;
    padding: 0px 5px;
}

.event-icon {
    position: relative;
}

.event-icon::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 22px;
    top: 48px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000000;
}

.date-icon {
    position: relative;
}

.date-icon::after {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 22px;
    top: 48px;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgb(0, 0, 0);
    opacity: 0.2;
}
.char_limit {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    row-gap: 0px;
    flex-wrap: wrap;
}
.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.g-recaptcha {
    max-height: 60px;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 2px;
    box-shadow: none;
    padding: 15px;
    border: 1px solid #ccc;
}
.ngg-galleryoverview.default-view {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}
.policy_text section h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.policy_text p {
    margin-bottom: 10px;
}
.policy_text .section-title {
    margin-top: 30px;
}
.private-policy-cn {
    padding: 0;
}
@media screen and (max-width: 991px) {
	.ngg-galleryoverview.default-view {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 575px) {
  .ngg-galleryoverview.default-view {
		grid-template-columns: repeat(2, 1fr);
	}
}