/*
 * Theme Name: Hello Elementor Child
 * Template: hello-elementor
 */
/* ================== Custom CSS  ==================== */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
.padding-inline-5{
    padding-inline: 5% !important;
}
.padding-inline-7{
    padding-inline: 7.5% !important;
}
.padding-inline-10{
    padding-inline: 10% !important;
}
.padding-inline-5{
    padding-inline: 5% !important;
}
.ptb-60{
    padding-block: 60px !important;
}
.ptb-50{
    padding-block: 50px !important;
}
.ptb-40{
    padding-block: 40px !important;
}
.fontSize_17,.fontSize_17 *{
    font-size: 17px !important;
}
.mainHeading .elementor-heading-title {
    /* font-size: 60px; */
    font-size: clamp(2.25rem, 1.9397rem + 1.3793vw, 3.75rem) !important;
}
.mainHeading .elementor-heading-title {
    border-bottom: double #C7A254 !important;
    border: none !important;
    position: relative;
}
.mainHeading .elementor-heading-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border: 2px solid #C7A254;
    padding: 1px;
    border-left: 0;
    border-right: 0;
    bottom: -5px;
}
.mainHeading.white .elementor-heading-title:before{
    border-color: #fff !important;
}
.mainHeading .elementor-widget-container {
    border: none !important;
}
ul{
    padding-left: 14px;
}
/* ================ Fonts ================== */
.Velour_TRIAL *,.Velour_TRIAL *{
    font-family: 'Rubik' !important;
    line-height: 1.3;
}
body .fa,body .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
/* ============== Button Hover Effects =================== */
.elementor-button {
    position: relative;
    transition: 0.4s ease all;
    overflow: hidden;
    padding: 12px 30px 14px !important;

}
.elementor-button *{
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.elementor-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    aspect-ratio: 1;
    opacity: 0.2;
    background: #028C04;
    transition: 0.5s ease all;
    border-radius: 50%;
}
.elementor-button:hover:before {
    width: 130%;
    opacity: 1;  
    transition: 0.6s ease all;

}
.elementor-button *{
    position: relative;
    z-index: 1;
}
.elementor-button .elementor-button-text {
    margin-bottom: -2px !important;
    transition: 0.4s ease all;
}

.greenbtn .elementor-button:hover:before{
    background: #CE8C00;
}
.yellowBtn .elementor-button:before{
    background: #CE8C00;
}
.yellowBtn .elementor-button:hover:before{
    background: #028C04;
}
.whiteBtn .elementor-button:before{
    background: #fff;
}
.whiteBtn .elementor-button .elementor-button-text{
    color: #028C04;
}
.whiteBtn .elementor-button:hover:before{
    background: #028C04;
}
.whiteBtn .elementor-button:hover .elementor-button-text{
    color: #fff;
    transition: 0.6s ease all;
}
.whiteGreenBtn .elementor-button:before{
    background: #028C04;
    transition: 0.6s ease all;
}
.whiteGreenBtn .elementor-button .elementor-button-text{
    color: #fff;
}
.whiteGreenBtn .elementor-button:hover:before{
    background: #fff;
    transition: 0.6s ease all;
}
.whiteGreenBtn .elementor-button:hover .elementor-button-text{
    color: #028C04;
    transition: 0.6s ease all;
}
/* ========== Banner ============ */
.heroBanner{
    position: relative;
}
.heroBanner h1{
    font-size: clamp(3.125rem, 2.7371rem + 1.7241vw, 5rem) !important;
}
.heroBanner h3{
    font-size: clamp(1.875rem, 1.7198rem + 0.6897vw, 2.625rem) !important;
}
/* =============== Header =================== */
.elementor-location-header{
    position: sticky;
    top: 0;
    z-index: 999;
}
.mainHeader > .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: 1fr 160px 1fr;
    gap: 10px !important;
    align-items: center;
    border: 1px solid #FD5514;
    background: #fff;
    border-radius: 10px;
    margin-top: 12px;
    justify-items: stretch;
    padding-inline: 20px !important;
}
.mainHeader > .elementor-container .headerLogo a {
    position: relative;
}
.mainHeader .sub-menu {
    padding: 15px !important;
    background-color: #FFFFFF;
    border-radius: 5px !important;
}
.mainHeader .sub-menu .elementor-sub-item {
    border-radius: 5px !important;
    border: none !important;
    font-size: 18px !important;
    padding-block: 8px !important;
}
.mainHeader .elementor-widget-button .elementor-widget-container {
    margin-left: 20px !important;
}
.mainHeader .elementor-nav-menu {
    align-items: center;
}

.mainHeader .giftCardButton{
    display: flex;
    justify-content: flex-end;
}
.mainHeader .giftCardButton  .elementor-item {
    padding: 10px 20px !important;
    background: #028C04 !important;
    outline: none !important;
    border-radius: 5px 5px 5px 5px !important;
    overflow: hidden;
    z-index: 1;
    color: #fff !important;
    display: inline-block;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
}
.mainHeader .giftCardButton .elementor-item:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    aspect-ratio: 1;
    opacity: 0.2 !important;
    background-color: #CE8C00 !important;
    transition: 0.5s ease all;
    border-radius: 50%;
    z-index: -1;
}
.mainHeader .giftCardButton  .elementor-item:hover:before {
    width: 130%;
    opacity: 1 !important;  
    transition: 0.6s ease all;
}
.elementor-location-header .top_header .elementor-social-icons-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}
.elementor-location-header .top_header .elementor-icon {
    display: block;
}
.elementor-location-header .top_header .elementor-icon i {
    font-size: 22px;
    color: #fff;
}


/* =========== Coming Soon Sec ============ */
.comingSoonSec .wp-caption {
    position: relative;
}

.comingSoonSec .wp-caption figcaption {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    /* font-size: 32px !important; */
    font-size: clamp(1.25rem, 1.0948rem + 0.6897vw, 2rem) !important;
}
/* ============= Savor =============== */
.savorFlavorsSec .mainHeading .elementor-heading-title {
    /* font-size: 46px; */
    font-size: clamp(2rem, 1.819rem + 0.8046vw, 2.875rem) !important;
}
/* ============ Happy Hour Sec =============== */
.happyhourSec  .elementor-icon-list-item .elementor-icon-list-text {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
.happyhourSec  .elementor-icon-list-item .elementor-icon-list-text i {
    color: #028C04;
    font-weight: 400;
    font-style: normal;
}
/* =========== Fav sec ============= */
.our_fav_short_heading *{
    font-size: clamp(1.875rem, 1.6552rem + 0.977vw, 2.9375rem) !important;
}
.our_fav_heading *{
    font-size: clamp(2.25rem, 1.9397rem + 1.3793vw, 3.75rem) !important;
}

/* ============ Reward Accordian Sec ============== */
.elementor-accordion .elementor-tab-content {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.elementor-accordion .elementor-tab-title {
    aria-expanded: true !important;
}
.rewardPointsBox .elementor-accordion-item {
    position: relative;
    margin-left: 50px;
    border-bottom: 1px solid #000000 !important;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.rewardPointsBox .elementor-accordion-item:last-child{
    border-bottom: none !important;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.rewardPointsBox .elementor-accordion-item .elementor-tab-content {
    padding: 10px 0;
}
.rewardPointsBox .elementor-accordion-item p {
    margin-bottom: 0;
}
.rewardPointsBox .elementor-accordion-title {
    display: block;
    padding-top: 6px;
    font-size: 22px !important;
}
.rewardPointsBox .elementor-accordion-icon svg {
    width: 37px !important;
    height: 37px !important;
    position: absolute;
    left: -50px;
    top: 3px;
}
/* =============== Review ================= */
.reviewSlider {
    position: relative;
    z-index: 1;
}
.reviewSlide .elementor-widget-container {
    box-shadow: 0px 0px 13.8px -2px #00000040;
    border: 12px solid #DFCCA6;
    margin-inline: 10px;
}
.reviewSlide .elementor-image-box-wrapper {
    position: relative;
}
.reviewSlide .elementor-image-box-wrapper::before{
    content: '';
    background: url('https://www.jimmysiguanabar.com/wp-content/uploads/2025/08/reviewQuote.png') no-repeat;
    background-size: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;  
} 
.reviewSlide .elementor-image-box-title {
    margin-bottom: 50px;
}

.reviewSlide figure.elementor-image-box-img {
    position: absolute;
    top: 45px;
    margin-bottom: 0;
}
.reviewSlide .elementor-image-box-description {
    padding-top: 10px;
}
.reviewButton {
    position: relative;
}

.reviewButton:before {
    content: '';
    position: absolute;
    width: 105%;
    border: 1px solid #028C04;
    left: 50%;
    transform: translateX(-50%);
    height: 260px;
    bottom: 25px;
}
.reviewSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -70px;
    align-items: center;
  }
  
.reviewSlider .slick-dots li {
    margin: 0 0.35rem;
  }
  
.reviewSlider .slick-dots li button,
.reviewSlider .slick-dots li button:hover{
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #FFFFFF !important;
    text-indent: -9999px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Active dot with green center and white border */
  .reviewSlider .slick-dots li.slick-active button {
    position: relative;
  }
  .reviewSlider .slick-dots li.slick-active button:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #028C04;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
/* ============= Contact Sec ================= */
.contactInfo .elementor-widget-wrap {
    padding: 100px 30px;
    background: #FFFFFF33;
}
.contactInfo .elementor-widget-wrap .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}
.contactInfo .elementor-widget-wrap  .elementor-image-box-wrapper {
    position: relative;
}

.contactInfo .elementor-widget-wrap .elementor-image-box-wrapper figure {
    position: absolute;
    top: 9px;
}

.contactInfo .elementor-widget-wrap .elementor-image-box-wrapper .elementor-image-box-description {
    margin-left: 36px;
    font-size: 22px;
}
.contactInfo .elementor-widget-wrap .elementor-image-box-wrapper figure img {
    width: 20px;
}
.contactFormCol .elementor-widget-wrap {
    background: #FFFFFF99;
    padding: 45px 25px 0px 25px;
    backdrop-filter: blur(14.5px);
}
.contactFormCol .elementor-widget-wrap form {
    box-shadow: 0px 0px 15.5px 3px #00000040;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.contactFormCol .elementor-widget-wrap form .wpforms-field {
    padding-top: 10px;
    padding-block: 4px;
}
.contactFormCol .elementor-widget-wrap form input,
.contactFormCol .elementor-widget-wrap form textarea {
    background: #D9D9D9 !important;
    padding: 12px !important;
    border: none;
    font-family: 'Rubik';
    font-weight: 300;
}
.contactFormCol .elementor-widget-wrap form ::placeholder{
    opacity: 1 !important;
    color: #252525 !important;
}
.contactFormCol .elementor-widget-wrap form input {
    height: 50px !important;
}
.contactFormCol .wpforms-layout-column {
    padding-inline: 0 !important;
}
.contactFormCol .wpforms-layout-row {
    gap: 10px;
}
.contactFormCol .wpforms-field-row-block {
    padding: 0 !important;
}
.contactFormCol .wpforms-layout-row {
    margin-inline: 0px !important;
}
.contactFormCol .wpforms-field-row {
    gap: 10px;
    flex-wrap: nowrap !important;
}
.contactFormCol .wpforms-field-row:before,
.contactFormCol .wpforms-field-row:after {
    display: none !important;
}

.wpforms-container button[type="submit"] {
    margin-top: 10px !important;
    padding: 10px 30px !important;
    background: #CE8C00 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px 5px 5px 5px !important;
    overflow: hidden;
    z-index: 1;
    margin-top: 10px;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
}
.wpforms-container button[type="submit"]:focus{
    outline: none !important;
}
.wpforms-container button[type="submit"]:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    aspect-ratio: 1;
    opacity: 0.2;
    background: #028C04;
    transition: 0.5s ease all;
    border-radius: 50%;
    z-index: -1;
}
.wpforms-container button[type="submit"]:hover:before {
    width: 130%;
    opacity: 1;  
    transition: 0.6s ease all;
}
/* ========== Footer CTA ============ */
.footerCtaSubHeading .elementor-heading-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
.footerCtaSubHeading .elementor-heading-title:before {
    content: '';
    width: 34px;
    height: 2px;
    border: 2px solid #fff;
    padding: 1px;
    border-left: 0;
    border-right: 0;
    display: inline-block;
}
.footerCtaSubHeading .elementor-heading-title:after {
    content: '';
    width: 34px;
    height: 2px;
    border: 2px solid #fff;
    padding: 1px;
    border-left: 0;
    border-right: 0;
    display: inline-block;
}
.footerCtaBtn .elementor-button::before{
    display: none !important;
}
.footerCta_Sub_Heading *{
    font-size: clamp(1.5rem, 1.4224rem + 0.3448vw, 1.875rem) !important;
}
.footerCtaSubHeading h4{
    font-size: clamp(1.25rem, 1.1724rem + 0.3448vw, 1.625rem) !important;
}
.footer_CTA_main_heading *{
    font-size: clamp(2rem, 1.819rem + 0.8046vw, 2.875rem) !important;
}
/* ============ Footer Partners ================ */
.partner_logo_sec .partner_logo_col>div {
    padding: 0 !important;
    gap: 15px 20px;
    justify-content: space-evenly;
    align-items: center;
}

.partner_logo_sec .partner_logos {
    width: calc(16% - 10px) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner_logo_sec .partner_logos a {
    width: 100%;
    height: 100%;
}

.partner_logo_sec .partner_logos a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.elementor-social-icon:hover{
    opacity: 1 !important;
}
/* ================ Menu Section Background ================ */
.menu-category-grid {
    width: calc(100% + 180px);
    position: relative;
    z-index: 1;
    padding: 12px 12px 12px 0;
    background-color: #c7a254;
    margin-top: 20px;
}

.menu-category-grid .slick-track {
    display: flex !important;
    transform: none !important;
    gap: 10px !important;
}
.menu-category-grid .slick-track:before,
.menu-category-grid .slick-track:after{
    display: none;
}
.menu-category-box {
    width: 100%;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
    display: flex !important;
    cursor: pointer;
}

.slick-current .menu-category-box {
    border-color: white;
}

.menu-category-box .category-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    aspect-ratio: 1;
}
.menu-category-box .category-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 1;
}
.menu-category-box .category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}
.category-button-wrapper {
    position: absolute;
    bottom: -90px;
    left: 0;
}
.menu-category-grid .slick-list {
    overflow: visible;
}
.category-button-wrapper{
    display: none !important
}
.slick-current .category-button-wrapper{
    display: block !important;
}
.slick-current .category-button-wrapper .category-button {
    padding: 10px 20px;
    background: #028C04;
    color: #fff;
    border-radius: 5px;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
    border-radius: 5px 5px 5px 5px !important;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    transition: 0.4s ease all;
}

.slick-current .category-button-wrapper .category-button:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    aspect-ratio: 1;
    opacity: 0.2;
    background: #fff;
    transition: 0.5s ease all;
    border-radius: 50%;
    z-index: -1;
}
.slick-current .category-button-wrapper .category-button:hover{
    color: #028C04;
    transition: 0.5s ease all;
}
.slick-current .category-button-wrapper .category-button:hover:before {
     width: 130%;
    opacity: 1;  
    transition: 0.6s ease all;
}
/* .menu-category-grid .slick-track .slick-slide:first-child {
    order: 1;
}
.menu-category-grid .slick-track .slick-slide:nth-child(2) {
    order: 2;
}
.menu-category-grid .slick-track .slick-slide:nth-child(3) {
    order: 4;
}
.menu-category-grid .slick-track .slick-slide:nth-child(4) {
    order: 1;
} */
/* ================ Menu Items Section ================ */
.menu-wrapper {
    display: grid;
    gap: 30px;
    width: 100%;
    height: 100%;
}

.menu-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border: 1px solid #fff;
    overflow: hidden;
}

.menu-overlay{
    background: #00000033;
    padding: 20px;
    max-width: 380px;
    border: 1px solid #fff;
    backdrop-filter: blur(15.699999809265137px);
}

.menu-items {
    color: #fff;
}

.menu-item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-title {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 1.2em;
    margin: 0;
}

.menu-price {
    font-weight: 700;
    font-size: 1.2em;
    font-family: 'Rubik';
    font-weight: 500;
}

.menu-desc {
    margin: 5px 0 0;
    font-size: 1em;
    color: #f0f0f0;
    font-family: 'Rubik';
    font-weight: 400;
    padding-right: 25%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.menu-items .menu-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* ================ Layout & Spacing ================ */
.menuContentCol .elementor-widget-wrap {
    padding: 30px 80px 90px 15%;
}

.menuThumnailSlider {
    width: calc(100% + 120px) !important;
    position: relative;
    max-width: 100%;
}

.menuSliderCol {
    position: relative;
}

.menuItemsSlider {
    height: 100% !important;
}

.menuItemsSlider .elementor-widget-container,
.menuItemsSlider .elementor-shortcode,
.menu-wrapper {
    height: 100%;
}

.menu-wrapper .menu-section {
    height: 100%;
    padding: 50px 15% 100px 15%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.menu-wrapper .slick-track {
    height: 100%;
}

.menu-wrapper .slick-track .slick-slide > div {
    height: 100%;
}
.menuSliderCol .slick-dots {
   display: none !important;
}
.menuSliderCol .slick-inline-counter {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 1;
    font-size: 36px;
    color: #fff;
    padding-right: 60px;
    border-bottom: 2px solid #fff;
    font-family: 'Abhaya Libre';
    font-weight: 700;
}


/* ================ Dis menu css ================ */

.menu-categories .menu-category .course-wrapper {
    padding: 30px 15px 50px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 3px double #8f8e8e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.menu-categories .menu-category {
    margin-bottom: 30px;
}
.menu-category .categoryimagename {
    width: 100%;
    margin-bottom: 30px;
}
.menu-categories .menu-category .menu-item {
    border-bottom: dashed #a8a8a9 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: calc(50% - 15px);
}
.menu-categories .menu-category .menu-item .title-pricewrapp {
    display: flex;
    justify-content: space-between;
}
.categoryname h2,.drinks_heading h2{
    font-size: clamp(1.75rem, 1.5948rem + 0.6897vw, 2.5rem) !important;
    font-weight: bold !important;
    color: #028C04;
    font-family: "Abhaya Libre", Sans-serif;
    text-align: center;
	text-transform: uppercase;
}
.description{
	font-family: "Rubik", sans-serif;

}
.dishtitle {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-family: "Rubik", sans-serif;
    color: #000;
    font-weight: 300;
}
.category-description p {
    text-align: center;
    font-size: 18px;
    font-family: "Abhaya Libre", Sans-serif;
    padding: 0% 14%;
}
.menusbanner{
	position:relative;
}
.menusbanner .elementor-container{
position: absolute !important;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menusbanner .elementor-container .elementor-column .elementor-heading-title{
	/* font-size: 54px !important; */
    font-size: clamp(2.25rem, 2.0172rem + 1.0345vw, 3.375rem) !important;
    background: linear-gradient(90deg, #ebeaea, #ffffffb8);
    padding: 0 35px;
    text-shadow: 1px 2px #4e4e4e;
    border-radius: 5px;
    line-height: 1.3 !important;
    margin-bottom: -45px;
    box-shadow: 1px 2px 4px 0px #0000007d;
	width: fit-content;
}





#reviews_sec .slick-dots li button {
    
    background-color: #DFCCA6 !important;

}
#reviews_sec .elementor-widget-container {
   
    border: 12px solid #028c04;
   
}
.happy-hour-menu-row{
	display: grid; 
	gap: 2px;
	flex-wrap: nowrap;
}
.happy-hour-menu-item{
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px dashed #000;
}
.happy-hour-menu-item:last-child{
	border-bottom:none;
}
.happy-hour-menu-item .item-title{
	font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    transition: color 0.3s;
	margin: 16px 0px;
}
.happy-hour-menu-item .item-price{
	    color: #028C04;
    font-weight: 400;
    font-style: normal;
    font-family: "Rubik", Sans-serif;
    font-size: 17px;
}
/* ========= Footer ============ */
.footerSec .footer_contact_col .elementor-icon.elementor-social-icon {
    font-size: 26px;
    padding: 6px;
}
.footer_contact_col .elementor-icon-list-item a,.footer_contact_col .elementor-icon-list-item {
    display: flex;
    justify-content: flex-end;;
}

/* ========== Happy HOur ============ */
.happyhourSec .happy-hour-menu-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    position: relative;
}

.happyhourSec .happy-hour-menu-row:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    border-right: 1px dashed #000000;
    left: calc(50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

.happyhourSec .happy-hour-menu-row > .happy-hour-menu-item {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    border: none;
    justify-content: unset !important;
}

.happyhourSec .happy-hour-menu-row > .happy-hour-menu-item .item-desc:empty {
    display: none;
}

.happyhourSec   .happy-hour-menu-row > .happy-hour-menu-item > * {
    display: inline-block;
    margin: 0;
}

.happyhourSec  .happy-hour-menu-item .item-title {
    width: 100%;
}
.happyhourSec .happy-hour-menu-row > .happy-hour-menu-item:nth-child(even) {
    padding-left: 20px;
}
/* ============================== */
@media screen and (max-width:1024px) {
    .mainHeader > .elementor-widget-wrap{
        grid-template-columns: 160px 1fr;
    }
    .headerMenu nav {
        position: absolute;
        right: 0;
        width: 300px;
        top: 40px;
        border-radius: 10px;
    }
    .mainHeader .giftCardButton{
        justify-content: flex-start;
    }
    .mainHeader .elementor-nav-menu{
        padding: 10px;
    }
    .mainHeader .elementor-nav-menu .elementor-item-active,.mainHeader .elementor-nav-menu ul li a.highlighted,.mainHeader .elementor-nav-menu  .elementor-item:hover{
        background: #028C04 !important;
        color: #fff !important;
    }
   .menuContentCol .elementor-widget-wrap {
        padding: 30px 130px 90px 3%;
    }
    .menu-category-box .category-title{
        font-size: 16px !important;
    }
    .mainHeading .elementor-heading-title:before{
        left: 50%;
        transform: translateX(-50%);
    }
    .menusbanner{
        padding: 200px 0 150px 0px !important;
    }
    .menusbanner .elementor-container{
        width: 100%;
    }
    .menusbanner .elementor-container .elementor-column .elementor-heading-title{
        margin-bottom: -35px;
        margin-inline: auto;
    }
	.mobileNoneBg {
		background: #c3823f !important;
	}
	.mainHeader .giftCardButton {
        padding-inline: 18px;
    }
}
@media screen and (max-width:991px) {
    .footer_contact_col .elementor-widget-icon-list ul li span.elementor-icon-list-text{
        word-break: break-all;
    }
}
@media screen and (max-width:767px) {
    .menuContentCol .elementor-widget-wrap {
        padding: 30px 20px 90px 20px;
    }
    .menu-category-grid{
        width: 100%;
    }
    .menu-wrapper .menu-section{
        padding: 50px 20px 100px 20px;
    }
    .menu-overlay{
        max-width: 100%;
        width: 100%;
    }
    .contactInfo .elementor-widget-wrap .elementor-image-box-wrapper figure{
        position: unset;
    }
    .footerCtaSubHeading .elementor-heading-title{
        justify-content: center;
    }
    .partner_logo_sec .partner_logos{
        width: calc(20% - 10px) !important;
    }
    .footer_contact_col .elementor-widget-icon-list ul li span.elementor-icon-list-text{
        text-align: center;
    }

	.menuSliderSec  .menuContentCol > div {
		padding-bottom: 80px !important;
	}
	.footer_contact_col .elementor-icon-list-item a,.footer_contact_col .elementor-icon-list-item {
		justify-content: center;;
	}
	.footer_contact_col .elementor-icon-list-items {
		padding: 0;
	}
}
@media screen and (max-width:575px) {
    .partner_logo_sec .partner_logos{
        width: calc(25% - 10px) !important;
    }
    .menu-category-grid{
        padding: 0 0 0 0;
    }
    .menu-category-grid .slick-track{
        flex-wrap: wrap;
    }
    .menu-category-grid .slick-track .slick-slide{
        width: calc(50% - 10px) !important;
    }
    .menu-categories .menu-category .menu-item{
        width: 100%;
    }
	.wpforms-container .wpforms-field .wpforms-field-row {
		flex-direction: column;
	}
	.wpforms-container .wpforms-field .wpforms-field-row > div{
		width: 100% !important;
		max-width: 100% !important;
	}

	.wpforms-container .wpforms-field .wpforms-field-row > div {
		margin-bottom: 0px !important;
	}
}
@media screen and (max-width: 480px) {
    .partner_logo_sec .partner_logos {
        width: calc(50% - 10px) !important;
    }
	.contactInfo .elementor-widget-wrap .elementor-image-box-wrapper .elementor-image-box-description {
		margin-left: 0;
	}
	.g-recaptcha{
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.mainHeader .giftCardButton {
        padding-inline: 18px;
    }
	.mainHeader .giftCardButton a {
		width: 100%;
		text-align: center;
	}
	.happyhourSec .happy-hour-menu-row > .happy-hour-menu-item {
		width: 100%;
	}
	.happyhourSec .happy-hour-menu-row:after {
		display: none;
	}
	.happyhourSec .happy-hour-menu-row > .happy-hour-menu-item:nth-child(even) {
		padding-left: 0px;
	}
}