@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Light.woff2') format('woff2'),
        url('../fonts/GothamRnd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Book.woff2') format('woff2'),
        url('../fonts/GothamRnd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Medium.woff2') format('woff2'),
        url('../fonts/GothamRnd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Bold.woff2') format('woff2'),
        url('../fonts/GothamRnd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

p:empty {
    display: none;
}

a.elementor-button {
    min-width: max-content;
}

.sub-header p {
    margin-bottom: 0;
}

.elementor-widget-button {
    display: inline-table;
}

#neve_body .form-main-enq .input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#neve_body .input-field p {
    margin: 0;
}

#neve_body .input-field p label {
    display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

#neve_body .input-field p label em,
.form-main-enq h4 em {
    font-style: normal;
    color: #ff0000;
}

#neve_body .input-field .wpcf7-form-control-wrap {
    display: block;
}

#neve_body .input-field input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
#neve_body .input-field select,
#neve_body .input-field textarea {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
    border-radius: 9px;
    padding: 0 15px;
    min-height: 66px;
    width: 100%;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0 0 0 / 50%);
    display: block;
}

#neve_body .input-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.png);
    background-position: right -637px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 70px !important;
}

#neve_body .input-field select::-ms-expand {
    display: none;
}

#neve_body .input-field textarea {
    height: 155px;
    resize: none;
    padding: 15px;
}

#neve_body .input-field input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).wpcf7-not-valid,
#neve_body .input-field select.wpcf7-not-valid,
#neve_body .input-field textarea.wpcf7-not-valid {
    border-color: #ff0000;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 16px;
    line-height: normal;
}

.recaptcha {
    display: table;
    margin: 0 auto;
}

.recaptcha iframe {
    border: 1px solid transparent;
    border-radius: 3px;
}

.recaptcha .wpcf7-not-valid iframe {
    border-color: #ff0000;
}

.enq-cont.submit p {
    margin: 0;
    position: relative;
}

.form-main-enq .enq-cont input[type="submit"] {
    width: 100%;
    border-radius: 9px;
    background-color: #0070EB;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    padding: 29px 15px;
}

.form-main-enq .enq-cont input[type="submit"]:hover {
    background-color: #000;
}

.form-main-enq .enq-cont .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

#neve_body form.wpcf7-form .wpcf7-response-output {
    border: 1px solid #ff0000;
    margin: 20px 0 0;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #ff0000;
    padding: 5px;
    line-height: normal;
}

#neve_body form.wpcf7-form.sent .wpcf7-response-output {
    color: green;
    border-color: green;
}

#neve_body .container {
    max-width: 1330px;
}

.section-gapping {
    padding-top: 100px;
    padding-bottom: 100px;
}

/******************************************/

body#neve_body {
    padding-top: 182px;
}

.header header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all 0.5s ease 0s;
}

.sticky_header .header header#masthead {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

header#masthead .header-menu nav .hfe-nav-menu {
    align-items: center;
}

header#masthead .header-menu nav .hfe-nav-menu>li.current_page_parent>a {
    color: #EC2229;
}

header#masthead .header-menu nav .hfe-nav-menu>li:nth-last-child(2) {
    margin-right: 12px;
}

header#masthead .header-menu nav .hfe-nav-menu>li:last-child>.hfe-has-submenu-container>a,
header#masthead .header-menu nav .hfe-nav-menu>li:nth-last-child(2)>.hfe-has-submenu-container>a {
    padding: 0 23px;
    min-height: 60px;
}

header#masthead .header-menu nav .hfe-nav-menu>li:last-child>.hfe-button-wrapper>a {
    color: #fff;
}

header#masthead .header-menu nav .hfe-nav-menu>li:last-child>.hfe-button-wrapper>a:hover {
    background-color: #000;
    color: #fff;
}

header#masthead .header-menu nav .hfe-nav-menu>li:nth-last-child(2)>.hfe-has-submenu-container>a {
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #0070EB;
    color: #0070EB;
}

header#masthead .header-menu nav .hfe-nav-menu>li:nth-last-child(2):hover>.hfe-has-submenu-container>a {
    background-color: #0070EB;
    color: #fff;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 8px;
    font-size: 22px;
}

header#masthead .header-menu nav>ul>li:first-child {
    display: none;
}

header#masthead .header-menu nav>ul>li ul.sub-menu {
    right: 0 !important;
    left: auto !important;
}

header#masthead .header-menu nav li.current-menu-item>a {
    font-weight: bold;
    font-family: 'Gotham Rounded';
}

.wrap-email h5 {
    color: #fff;
    margin-bottom: 0px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}

.home-banner {
    position: relative;
}

.home-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 145px;
    background-image: url(../images/banner-before.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    bottom: -20px;
    top: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.home-banner::after,
.deal-section::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -160px;
    background-image: url(../images/about-before.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 305px;
    height: 221px;
    z-index: 2;
}

.home-banner .banner-content {
    position: absolute;
    top: calc(50% - 70px);
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
}

.home-banner .banner-content .elementor-heading-title span {
    position: relative;
    color: #EEDF32;
}

.home-banner.inner-banner .banner-content .elementor-heading-title {
    position: relative;
}

.home-banner .banner-content .elementor-heading-title span::before,
.home-banner.inner-banner .banner-content .elementor-heading-title::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 49px;
    height: 49px;
}

.about-img,
.before-after-section,
.deal-section {
    position: relative;
}

.product-list .product-item {
    padding: 16px 22px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #EFEFEF;
    background-color: #fff;
    margin: 5px 20px 30px;
    border-radius: 22px;
    display: flex;
    gap: 26px;
}

.product-list .product-item .product-image {
    flex: none;
    width: 100%;
    max-width: 240px;
    overflow: hidden;
    border-radius: 22px;
    min-height: 100%;
}

.product-list .product-item .product-image a {
    height: 100%;
    width: 100%;
    display: block;
}

.product-item .product-title-price-wrap {
    flex: 1 1 0;
}

.product-title-price-wrap .product-title {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 22px;
}

.product-title-price-wrap .product-title a {
    color: #000;
    font-family: 'Gotham Rounded';
    font-weight: 700;
    font-size: inherit;
}

.product-title-price-wrap .product-title a:hover {
    color: #EC2229;
}

.product-title-price-wrap .product-price {
    margin-bottom: 5px;
    color: #0070EB;
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
}

.product-description {
    margin-bottom: 10px;
}

.product-description p {
    color: #000000;
    line-height: 150%;
}

#neve_body .btn {
    background-color: #EC2229;
    color: #fff;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham Rounded';
    font-weight: 500;
}

#neve_body .btn:hover {
    background-color: #000;
}

#neve_body .btn.btn-border,
#neve_body .btn-border .elementor-button {
    border: 1px solid #0070EB;
    background-color: transparent;
    color: #0070EB;
}

#neve_body .btn.btn-border:hover,
#neve_body .btn-border .elementor-button:hover {
    border: 1px solid #0070EB;
    background-color: #0070EB;
    color: #fff;
}

.product-list,
.testimonials-section .wprev-slider {
    margin-bottom: 65px;
}

#neve_body .owl-carousel .owl-nav button[type="button"],
.testimonials-section .wprs_unslider-arrow {
    position: absolute;
    top: -15px;
    bottom: 0;
    margin: auto;
    left: -80px;
    border: 7px solid #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 64px;
    height: 64px;
    background-color: #EC2229;
    background-image: url(../images/sprite.png);
    background-position: 13px -65px;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0;
    opacity: 1;
}

#neve_body .owl-carousel .owl-nav button[type="button"] span {
    display: none;
}

#neve_body .owl-carousel .owl-nav button[type="button"].owl-next,
.testimonials-section .wprs_unslider-arrow.next {
    left: auto;
    right: -80px;
    rotate: 180deg;
}

#neve_body .owl-carousel .owl-nav button[type="button"]:hover,
.testimonials-section .wprs_unslider-arrow:hover {
    background-color: #007BFF;
}

#neve_body .owl-carousel .owl-dots,
.testimonials-section .wprs_unslider-nav ol {
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

#neve_body .owl-carousel .owl-dots .owl-dot,
.testimonials-section .wprs_unslider-nav ol li {
    width: 22px;
    height: 22px;
    background-color: #9C9C9C !important;
    border-radius: 50px !important;
    border: none;
    padding: 0 !important;
    margin: 0;
    border: 7px solid #fff;
}

#neve_body .owl-carousel .owl-dots .owl-dot:hover,
#neve_body .owl-carousel .owl-dots .owl-dot.active,
.testimonials-section .wprs_unslider-nav ol li:hover,
.testimonials-section .wprs_unslider-nav ol li.wprs_unslider-active {
    background-color: #EC2229 !important;
    box-shadow: 0 0 0 2px #EC2229;
}

#neve_body .owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.deal-section {
    z-index: 2;
}

.deal-section::after {
    background-image: url(../images/offers-before.png);
    bottom: -150px;
    left: auto;
    right: 0;
    width: 167px;
    z-index: 3;
    height: 430px;
}

.before-after-section::before,
.before-after-section::after {
    content: "";
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    background-image: url(../images/menu-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 130px;
    width: 100%;
    z-index: 1;
}

.before-after-section::after {
    top: auto;
    bottom: -130px;
    rotate: 180deg;
}

.menu-section {
    position: relative;
}

.menu-section::before,
.occasion-box::before,
.bottom-icon::before,
.catring-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/menu-before.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 158px;
    height: 274px;
}

.location-post-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}

.location-post-wrap>li,
.catering-menu-post-wrap li {
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #DCD9D9;
    padding: 18px;
}

.location-post-wrap .location-content-field {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.location-content-field .location-image-wrap,
.catering-menu-content-field .catering-menu-image {
    border-radius: 20px;
    overflow: hidden;
    height: 290px;
    margin-bottom: 20px;
}

.location-image-wrap a,
.blog-content-field .blog-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.location-image-wrap a img,
.blog-content-field .blog-img a img,
.product-list .product-item .product-image a img,
.catering-menu-content-field .catering-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-title-wrap {
    margin-bottom: 20px;
    line-height: 100% !important;
}

.location-title-wrap a,
.blog-other .title-wrap a {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Gotham Rounded';
    color: #000;
}

.location-title-wrap a:hover,
.blog-other .title-wrap a:hover {
    color: #0070EB;
}

.location-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.location-detail li {
    position: relative;
    padding-left: 35px;
}

.location-detail li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/sprite.png);
    background-position: 0 -132px;
    background-repeat: no-repeat;
    width: 21px;
    height: 26px;
}

.location-detail li.phone::before {
    background-position: 0 -198px;
    width: 24px;
    top: 0;
}

.location-detail li,
.location-detail li a {
    font-size: 17px;
    color: #000;
}

.location-detail li a:hover {
    color: #0070EB;
}

.location-content-field .order-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.occasion-box {
    position: relative;
}

.occasion-box::before,
.bottom-icon::before,
.catring-section::after {
    background-image: url(../images/occasion-before.png);
    width: 310px;
    height: 181px;
    top: calc(100% - 25px);
    left: calc(100% - 110px);
    z-index: 1;
    bottom: auto;
}

.testimonials-section .wprev-slider .wpyelp_t1_outer_div .w3_wprs-col .wpyelp_t1_DIV_2 {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 47px 47px 85px 47px !important;
    position: relative;
    box-shadow: 0px 14px 26px 0px rgba(0, 0, 0, 0.10);
    padding: 45px 45px 25px;
    margin: 5px 20px 30px;
}

.testimonials-section .wprev-slider .wpyelp_t1_outer_div .w3_wprs-col .wpyelp_t1_DIV_2::after {
    display: none;
}

.testimonials-section .wprev-slider .wpyelp_t1_outer_div .w3_wprs-col .wpyelp_t1_DIV_2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #EEDF32;
    background-image: url(../images/sprite.png);
    background-position: 18px -304px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    top: auto;
    left: auto;
}

.testimonials-content-wrap {
    margin-bottom: 20px;
    color: #515151;
    font-family: "Poppins", Sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 180%;
    height: 200px;
    overflow-y: auto;
}

.testimonials-sec {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.testimonials-sec .testimonials-image-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-sec .testimonials-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.testimonials-title-wrap {
    color: #000;
    font-size: 22px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    padding: 0;
    text-transform: none;
}

.testimonials-sec .rating-wrap {
    margin-left: auto;
}

.rating-wrap .star-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-right: 30px;
}

.rating-wrap .star-rating .star-with-fill {
    background-image: url(../images/sprite.png);
    background-position: 0 -264px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.special-occasion-section {
    overflow: hidden;
}

.blog-content-field {
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #DCD9D9;
}

.blog-content-field .blog-img {
    height: 310px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.blog-content-field .blog-other {
    padding: 25px;
}

.blog-content-field .blog-other .blog-date {
    color: #EC2229;
    margin-bottom: 10px;
}

.blog-other .title-wrap {
    line-height: 0;
    margin-bottom: 10px;
}

.blog-other .title-wrap a {
    font-size: 25px;
}

.blog-other .content-wrap p {
    line-height: 170%;
}

#neve_body .btn-wrap .btn-border {
    width: auto;
    border-radius: 50px;
}

.partner-boxs .e-con {
    padding: 8px 6px;
    border: 1px solid rgb(160 203 249 / 50%);
    border-radius: 22px;
}

.partner-boxs .e-con .elementor-widget-image {
    background-color: #fff;
    box-shadow: 0px 14px 34px 0px #00000021;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    padding: 10px 35px;
}

.blog-before-after::before,
.blog-before-after::after,
.delivery-car::before,
.delivery-car::after {
    content: "";
    position: absolute;
    left: 0;
    top: -250px;
    background-image: url(../images/food-before.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 273px;
    height: 249px;
    z-index: 2;
}

.blog-before-after::after {
    background-image: url(../images/food-after.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: -165px;
    width: 424px;
}

.delivery-car::before {
    background-image: url(../images/partner-icon1.png);
    top: 0;
    bottom: 0;
    width: 227px;
    height: 231px;
    left: -15px;
    margin: auto;
}

.delivery-car::after {
    background-image: url(../images/partner-icon2.png);
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
    width: 170px;
    height: 259px;
}

.newsletter-email .merged {
    max-width: 350px;
    width: 100%;
    position: relative;
}

.newsletter-email .merged::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/10/envolump-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left: 18px;
}

.newsletter-email .merged .sub_buttons {
    width: fit-content;
    height: fit-content;
    top: 5px;
    position: absolute;
    left: calc(100% - 46px);
}

.epic_final_results .errors {
    padding: 0px;
}

.error-msg,
.epic_final_results .errors p.error,
.epic_final_results .success {
    color: #ff0000 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    background-color: #fff;
    text-align: center;
    border: 1px solid;
    line-height: normal;
    padding: 5px;
    clear: both;
    position: relative;
    top: 10px;
    width: 100%;
}

.epic_final_results .success {
    color: green !important;
}

.newsletter-email .merged .sub_buttons input#sidebar_button {
    font-size: 0;
    width: 40px;
    padding: 0;
    height: 40px;
    background: #0070EB;
    border: none;
    transition: all 0.3s;
    background-image: url(/wp-content/uploads/2025/10/arrow-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

.newsletter-email .merged .sub_buttons input#sidebar_button:hover {
    background-color: #000000;
}

[tabindex="-1"]:focus,
input:read-write:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 3px 0 #0070EB;
    --formfieldbordercolor: #0070EB;
}

.newsletter-email input#subnewsemail {
    width: 100%;
    border-radius: 100px;
    height: 50px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000 !important;
    padding: 10px 55px 10px 41px;
    border: 1px solid transparent;
}

.newsletter-email .merged .sub_buttons .loader_wrap {
    position: absolute;
    width: 40px;
    padding: 0;
    height: 40px;
    pointer-events: none;
}

body a:hover {
    color: #EEDF32;
}

.newsletter-email .merged .sub_buttons .loader_wrap img {
    position: absolute;
    width: 40px;
    padding: 0;
    height: 40px;
    background: #0070EB;
    border-radius: 100px;
    top: 0;
    right: 0;
    padding: 10px;
}

.epicwin-subscription .loading {
    position: absolute;
    top: 10px;
    right: 10px;
}

body.no-scroll {
    overflow: hidden;
}

.newsletter-email input#subnewsemail.error {
    border-color: #ff0000;
}

.location-post-wrap>li.last-location {
    border-radius: 0;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
}

.location-post-wrap>li.last-location .custom-gallery-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.last-location .location-content-field {
    justify-content: center;
}

.header-menu .elementor-widget-navigation-menu {
    margin-left: auto;
}

.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

.instagram-feed-section .sb_instagram_header {
    display: none;
}

.instagram-feed-section #sb_instagram #sbi_images {
    padding: 0 10px;
    margin-bottom: 65px;
}

.instagram-feed-section #sb_instagram #sbi_images .sbi_item {
    border-radius: 16px;
    overflow: hidden;
}

.instagram-feed-section #sb_instagram #sbi_images .sbi_item .sbi-screenreader {
    display: none !important;
}

.instagram-feed-section #sb_instagram #sbi_images .sbi_item * {
    height: 100% !important;
}

#sb_instagram #sbi_load .sbi_custom {
    margin: 0;
}

#sb_instagram #sbi_load .sbi_custom a {
    margin: 0;
    padding: 20px 33px;
    border-radius: 50px;
    background-color: #0070EB !important;
    font-family: 'Gotham Rounded';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
}

#sb_instagram #sbi_load .sbi_custom a:hover {
    background-color: #000 !important;
}

#sb_instagram #sbi_load .sbi_custom a svg {
    display: none;
}

ul.gift-card-post-wrap {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
}

.gift-card-content-field {
    border: 1px dashed #EC2229;
    border-radius: 22px;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gift-card-content-field .gift-image {
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}

.gift-card-content-field .gift-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.gift-card-content-field .title-button-gift {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
    padding: 40px 20px;
    width: 100%;
}

.title-button-gift .card-content-wrap {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    line-height: 50px;
}

#neve_body .gift-btn .btn.btn-blue {
    background-color: #0070EB;
    width: 100%;
}

#neve_body .gift-btn .btn.btn-blue:hover {
    background-color: #000;
}

.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button {
    z-index: 9;
}

.inner-banner .elementor-widget-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(87.55deg, #000000 -4.12%, rgba(0, 0, 0, 0) 58.22%);
}

.home-banner.inner-banner .banner-content .elementor-heading-title::before {
    right: -40px;
    top: -6px;
}

.footer-wrap::after {
    content: "";
    position: absolute;
    top: -143px;
    left: 0;
    right: 0;
    background-image: url(../images/wave-shape.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 145px;
}

.deal-section.inner-before::after {
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.contact-form form.wpcf7-form {
    width: 100%;
    margin: 0 auto;
    max-width: 845px;
}

#neve_body .form-main-enq,
#neve_body .form-main-enq .graduate-field {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#neve_body .form-main-enq .graduate-field {
    margin-bottom: 25px;
}

#neve_body .contact-main-form .input-field .wpcf7-form-control-wrap::before {
    content: "";
    position: absolute;
    left: 55px;
    top: 19px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 1px;
}

#neve_body .contact-main-form .input-field input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
#neve_body .contact-main-form .input-field textarea {
    padding: 15px 15px 15px 70px;
}

#neve_body .contact-main-form .input-field .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 20px;
    background-image: url(../images/sprite.png);
    background-position: 0 -715px;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    z-index: 1;
}

#neve_body .contact-main-form .input-field.phone-icon .wpcf7-form-control-wrap::after {
    background-position: 0 -774px;
}

#neve_body .contact-main-form .input-field.mail-icon .wpcf7-form-control-wrap::after {
    background-position: 0 -834px;
}

#neve_body .contact-main-form .input-field.zip-icon .wpcf7-form-control-wrap::after {
    background-position: 0 -886px;
    width: 29px;
    height: 30px;
    left: 15px;
    top: 18px;
}

#neve_body .contact-main-form .input-field.message-icon .wpcf7-form-control-wrap::after {
    background-position: 0 -1141px;
    opacity: 0.4;
}

#neve_body .form-main-enq .input-group.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.form-main-enq h3 {
    color: #0070EB;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: normal;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 28px;
    text-transform: capitalize;
}

.form-main-enq h3:not(:first-child) {
    margin-top: 50px;
}

.radio-field .wpcf7-radio {
    display: flex;
    gap: 15px;
}

.input-field .wpcf7-list-item {
    margin: 0;
}

#neve_body .radio-field .wpcf7-radio .wpcf7-list-item label,
#neve_body .checkbox-field .wpcf7-checkbox .wpcf7-list-item label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    text-transform: capitalize;
}

#neve_body .checkbox-field .wpcf7-checkbox .wpcf7-list-item label {
    font-weight: 400;
    text-transform: none;
}

#neve_body .checkbox-field .wpcf7-checkbox .wpcf7-list-item label {
    align-items: flex-start;
}

#neve_body .checkbox-field .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
    position: relative;
    top: 5px;
}

.form-main-enq .box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-main-enq .boxs .box:last-child {
    margin-bottom: 0;
}

.form-main-enq h4,
.form-main-enq h5 {
    color: #0070EB;
    font-size: 22px;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.form-main-enq h5 {
    color: #000;
}

.form-main-enq .sub-title {
    font-weight: 500;
}

.input-field .wpcf7-list-item input[type="radio"],
.input-field .wpcf7-list-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.input-field .wpcf7-not-valid .wpcf7-list-item input[type="radio"],
.input-field .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {
    border: 1px solid #ff0000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
}

.input-field .wpcf7-not-valid .wpcf7-list-item input[type="radio"] {
    border-radius: 50px;
}

#application.form-main-enq .enq-cont {
    width: auto;
    max-width: 288px;
}

S .radio-field .wpcf7-form-control-wrap {
    margin-top: 10px;
}

.bottom-icon::before {
    left: -60px;
    bottom: 0;
    top: auto;
}

.locations-boxs-section .location-post-wrap {
    display: flex;
    flex-direction: column;
    gap: 128px;
    margin-top: 32px;
}

.locations-boxs-section .location-post-wrap>li {
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 33px;
    padding: 23px;
}

.locations-boxs-section .location-content-field {
    flex-direction: row;
    gap: 55px;
}

.locations-boxs-section .location-post-wrap>li:nth-child(2n) .location-content-field {
    flex-direction: row-reverse;
}

.locations-boxs-section .location-post-wrap>li .location-image-wrap {
    border-radius: 15px;
    height: auto;
    flex: none;
    width: 540px;
    margin: -56px 0;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locations-boxs-section .location-post-wrap>li .location-image-wrap img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.locations-boxs-section .location-content-field .location-content {
    flex: 1 1 0;
    padding: 10px 0;
}

.locations-boxs-section .location-post-wrap>li:nth-child(2n) .location-content-field .location-content {
    padding-left: 20px;
}

.locations-boxs-section .location-content .location-title-wrap {
    color: #000;
    font-family: 'Gotham Rounded';
    font-weight: 700;
}

.locations-boxs-section .location-detail li {
    padding-left: 65px;
    line-height: 1.5;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    font-size: 18px;
}

.locations-boxs-section .location-detail li a {
    font-size: 18px;
}

.locations-boxs-section .location-detail li::before {
    width: 50px;
    height: 50px;
    top: 0;
    border: 1px solid #0070EB;
    border-radius: 50px;
    background-position: 13px -119px;
    bottom: 0;
    margin: auto;
}

.locations-boxs-section .location-detail li.hours::before {
    background-position: 10px -947px;
}

.locations-boxs-section .location-detail li.phone::before {
    background-position: 11px -186px;
}

.locations-boxs-section .location-detail li.email::before {
    background-position: 11px -1027px;
}

.location-content-field .location-content {
    padding: 0 10px;
}

.location-content .location-title-wrap a {
    font-size: 22px;
}

#neve_body .locations-boxs-section .order-menu .btn {
    width: auto;
    border-color: transparent;
    background-color: #EC2229;
    color: #fff;
    padding-left: 90px;
    position: relative;
    min-height: 70px;
    border-radius: 17px;
}

#neve_body .locations-boxs-section .order-menu .btn:hover {
    background-color: #000;
}

#neve_body .locations-boxs-section .order-menu .btn::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    background-color: #FEFEFE;
    border-radius: 15px;
    width: 62px;
    height: 62px;
    margin: auto;
    background-image: url(../images/sprite.png);
    background-position: 10px -1290px;
    background-repeat: no-repeat;
}

#neve_body .locations-boxs-section .order-menu .btn:hover::before {
    background-position: 10px -1390px;
}

.btn-arrow .elementor-button {
    padding: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -55px;
}

.catering-menu-post-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.catering-menu-post-wrap li {
    width: calc(33.33% - 24px);
}

.title-button-catering-menu .catering-menu-card-content-wrap {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Gotham Rounded';
    line-height: normal;
    margin-bottom: 25px;
}

.title-button,
#neve_body .input-field p label.title-button {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.title-button p {
    margin: 0;
}

.title-button p button.add-more,
.input-field p label.title-button button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #828282;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    padding: 0;
    text-transform: capitalize;
}

.title-button p button.add-more .icon,
.input-field p label.title-button button .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #828282;
    font-size: 12px;
    border-radius: 50%;
}

.title-button p button.add-more:hover,
.input-field p label.title-button button:hover {
    color: #EC2229;
}

.title-button p button.add-more:hover .icon,
.input-field p label.title-button button:hover .icon {
    border-color: #EC2229;
}

.catring-section {
    position: relative;
    z-index: 1;
}

.catring-section::after {
    display: block;
    rotate: 0deg;
    right: auto;
    left: 15px;
    bottom: 20%;
    top: auto;
    z-index: -1;
}

footer#colophon {
    position: relative;
    z-index: 1;
}

.blog-banner .elementor-widget-image img {
    height: 710px;
    width: 100%;
    object-fit: cover;
}

.inner-banner.blog-banner .elementor-heading-title {
    font-size: 80px;
    line-height: 100%;
    color: #FFFFFF;
    display: inline-block;
}

.blog-banner p.font-text {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #FFFEFE;
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.btn-div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.btn-div .btn-border {
    border: 1px solid;
    background-color: transparent;
}

.btn-div .btn-border:hover {
    color: #EC2229;
    background-color: #fff;
    border-color: #fff;
}

.blog-section .main-title {
    text-align: center;
    margin-bottom: 30px;
}

.archive-container .blog .posts-wrapper {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
}

.archive-container ul.page-numbers {
    margin-top: 55px;
    justify-content: center;
    gap: 12px;
}

.archive-container ul.page-numbers .page-numbers {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #F3F3F3;
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50px;
}

.archive-container ul.page-numbers .page-numbers:hover,
.archive-container ul.page-numbers .page-numbers.current {
    background-color: #0070EB;
    color: #fff;
}

.archive-container ul.page-numbers .page-numbers.prev,
.archive-container ul.page-numbers .page-numbers.next {
    font-size: 0;
}

.archive-container ul.page-numbers .page-numbers.prev::before,
.archive-container ul.page-numbers .page-numbers.next::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
}

.archive-container ul.page-numbers .page-numbers.next::before {
    content: "\f105";
}

.blog-section .main-blog {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 48px;
}

.single-post-container article {
    margin: 0;
}

.main-blog .main-blog-detail {
    flex: 1 1 0;
}

.main-blog aside.sidebar {
    flex: none;
    width: 408px;
    margin-left: auto;
}

.blogpost-content,
.sidebar .wrapping,
.blog-section .main-blog .search-error {
    flex: 1 1 0;
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #DCD9D9;
    border-radius: 22px;
    background-color: #fff;
    padding: 15px 20px;
}

.blog-section .main-blog .blog {
    flex: 1 1 0;
}

.blogpost-content .blog-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f0f0f0;
}

.blogpost-content .blog-img img {
    display: block;
    margin: 0 auto;
}

.blog-date {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 35px;
}

.blog-date li {
    position: relative;
    font-size: 17px;
    color: #EC2229;
    font-weight: 600;
    padding-left: 40px;
    line-height: normal;
}

.blog-date li::before,
.sidebar .recent-posts-list li .date-title .date-badge::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/sprite.png);
    background-position: 0 -528px;
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
}

.blog-date li.post-meta::before {
    background-position: 0 -588px;
}

.blog-date li.read-time-wrap::before {
    background-position: 0 -385px;
}

.blog-head h2,
.blog-head .content h3,
.blog-head .content h4,
.blog-head .content h5,
.blog-head .content h6 {
    color: #000;
    font-size: 35px;
    font-family: 'Gotham Rounded';
    font-weight: 700;
    line-height: normal;
}

.blog-head .content h3 {
    font-size: 28px;
}

.blog-head .content h4 {
    font-size: 22px;
}

.blog-head .content h5 {
    font-size: 18px;
}

.blog-head .content h6 {
    font-size: 16px;
}

.sidebar .widget_block {
    margin: 0;
}

.sidebar .wp-block-heading {
    font-family: 'Gotham Rounded';
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCD9D9;
}

.sidebar .recent-posts-list {
    display: flex;
    gap: 0;
    flex-flow: column;
}

.sidebar .recent-posts-list li {
    margin: 0 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #DCD9D9;
    display: flex;
    gap: 16px;
}

.sidebar .recent-posts-list li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0px solid #DCD9D9;
}

.sidebar .recent-posts-list li .post-thumbnail {
    width: 80px;
    height: 77px;
    border-radius: 9px;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar .recent-posts-list li .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar .recent-posts-list li .date-title {
    flex: 1 1 0;
}

.sidebar .recent-posts-list li .date-title .date-badge {
    padding-left: 30px;
    position: relative;
    color: #EC2229;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.sidebar .recent-posts-list li .date-title .date-badge::before {
    width: 20px;
    height: 20px;
    background-size: 35px;
    background-position: 0 -376px;
}

.date-title .title-wrap {
    line-height: normal;
}

.date-title .title-wrap a {
    color: #000;
    font-weight: 700;
    font-family: 'Gotham Rounded';
}

.date-title .title-wrap a:hover,
.date-title .title-wrap a.active {
    color: #0070EB;
}

.sidebar .wrapping {
    margin-bottom: 30px;
}

.sidebar .wrapping:last-child {
    margin-bottom: 0;
}

.sidebar .category-list li {
    margin: 0;
    border-bottom: 1px solid #DCD9D9;
}

.sidebar .category-list li:last-child {
    border-bottom: none;
}

.sidebar .category-list li a {
    color: #000000;
    font-weight: 500;
    display: flex;
    padding: 14px 0;
    justify-content: space-between;
    gap: 10px;
}

.sidebar .category-list li a .count {
    color: #686868;
}

.sidebar .category-list li a:hover,
.sidebar .category-list li a.active,
.sidebar .category-list li.current-cat a {
    color: #0070EB;
}

.main-blog .blog-content-field {
    padding: 18px;
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.07);
}

.main-blog .blog-content-field .blog-other {
    padding-left: 0;
    padding-right: 0;
}

.main-blog .blog-content-field .blog-img {
    border-radius: 20px;
    height: 292px;
}

.sidebar .widget_search .wp-block-search__label {
    display: none;
}

.sidebar .widget_search .wp-block-search__inside-wrapper {
    width: 100% !important;
    position: relative;
}

.sidebar .widget_search input[type="search"] {
    font-family: "Poppins", Sans-serif;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border: 1px solid #DCD9D9;
    padding: 15px 70px 15px 30px;
    border-radius: 8px;
    min-height: 60px;
}

.sidebar .widget_search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.sidebar .widget_search input[type="search"]::-moz-search-clear {
    display: none;
}

.sidebar .widget_search .wp-block-search__inside-wrapper button[type="submit"] {
    width: 48px;
    height: 48px;
    font-size: 0;
    padding: 0;
    background-color: #EC2229;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    border-radius: 8px;
    background-image: url(../images/sprite.png);
    background-position: 10px -1199px;
    background-repeat: no-repeat;
    border: none;
}

.sidebar .widget_search .wp-block-search__inside-wrapper button[type="submit"]:hover {
    background-color: #0070EB;
}

footer .hfe-nav-menu .elementor-widget-button {
    margin-top: 20px;
}

footer .hfe-nav-menu .elementor-widget-button a.hfe-menu-item:hover,
footer .hfe-nav-menu .elementor-widget-button.current_page_item a.hfe-menu-item {
    background-color: #ec2229 !important;
    color: #fff !important;
}

footer .hfe-nav-menu .elementor-widget-button .elementor-button:focus {
    color: #350002 !important;
}

footer .hfe-nav-menu ul.sub-menu {
    position: absolute !important;
    top: auto !important;
    bottom: 100% !important;
    display: none;
}

footer .hfe-nav-menu ul.sub-menu.sub-menu-open {
    display: block;
}

.menu-section.quality-before::before {
    bottom: auto;
    top: 5%;
    left: 30px;
}

#custom-popup {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

#custom-popup .modal-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 980px;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
}

#custom-popup .modal-content .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
}

#custom-popup .modal-content .modal-header .close-popup {
    font-size: 20px;
    color: #fff;
    opacity: 1;
    border-radius: 3px;
    padding: 0;
    width: 35px;
    height: 35px;
}

#custom-popup .modal-body {
    padding: 15px;
}

#custom-popup .modal-body .content-class {
    font-size: 25px;
    color: #ec2229;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.blog-date li.post-meta {
    text-transform: capitalize;
}

.input-field.checkbox-field .wpcf7-list-item:not(:last-child) {
    margin-bottom: 5px;
}

.search-no-results .blog-section .page-title {
    color: #000;
    font-size: 60px;
    margin-top: 45px;
    margin-bottom: 15px;
}

.search-no-results .blog-section .page-title,
.search-no-results .blog-section .search-error {
    text-align: center;
}

.search-results .page-title {
    text-align: center;
    color: #0E1D3A;
    font-family: "LetterKids", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 127%;
}

.header-wrap .header-logo img {
    transition: all 0.5s ease 0s;
}

.sticky_header .header-wrap .header-logo img {
    height: 130px;
}

.sticky_header header#masthead .header-menu nav .hfe-nav-menu>li:last-child>.hfe-has-submenu-container>a,
.sticky_header header#masthead .header-menu nav .hfe-nav-menu>li:nth-last-child(2)>.hfe-has-submenu-container>a {
    min-height: 50px;
}

#close-popup {
    background-color: #ec2229;
    color: #fff;
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
}

#close-popup:hover {
    background-color: #000;
    color: #fff;
}

footer nav.hfe-nav-menu__layout-vertical {
    width: auto !important;
}

.order-online-menu #menu-home-menu>li {
    position: relative;
    display: inline-flex;
}

.order-online-menu #menu-home-menu>li>a {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 16px 32px;
    line-height: normal;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.order-online-menu #menu-home-menu>li>a::after {
    content: "\f078 ";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: relative;
    top: -2px;
}

.order-online-menu #menu-home-menu>li>a:hover {
    background-color: #fff;
    color: #ec2229;
}

.order-online-menu #menu-home-menu>li>.sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.order-online-menu #menu-home-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.order-online-menu #menu-home-menu>li>.sub-menu li:not(:last-child) {
    border: none;
    border-bottom: 1px solid #c4c4c4;
}

.order-online-menu #menu-home-menu>li>.sub-menu li a {
    padding: 14px 15px;
    color: #000;
    display: inline-flex;
    width: 100%;
    font-family: 'Gotham Rounded';
    font-weight: 600;
}

.order-online-menu #menu-home-menu>li>.sub-menu li a:hover {
    color: #ec2229;
}

.input-field.checkbox-field.required .wpcf7-list-item-label::after {
    content: "*";
    color: #ff0000;
}

.testimonials-section .wprs_unslider-arrow.prev {
    transform: none;
}

.testimonials-section .wprev-slider {
    margin-left: 0;
    margin-right: 0;
}

.testimonials-section .wprev-slider .wpyelp_t1_outer_div,
.testimonials-section .wprev-slider .wpyelp_t1_outer_div .w3_wprs-col {
    padding: 0;
    margin: 0;
}

.home-banner .elementor-widget-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 53.57%);
}

/*03-12-2025*/
#neve_body .input-field select,
.input-field .wpcf7-list-item input[type="radio"], .input-field .wpcf7-list-item input[type="checkbox"] {
    pointer-events: all;
    cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}