/*
Theme Name: Urban Indian Flavors
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ==================== Common Style Start ==================== */
:focus,
:focus-visible,
:focus-within {
    outline: none !important;
}

.elementor-icon-wrapper {
    display: flex;
}

.common-details>*:last-child {
    margin-bottom: 0 !important;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    margin-bottom: 20px;
    margin-top: 0;
}

.common-details ul,
.common-details ol {
    margin-bottom: 20px;
}

.common-details ul li:not(:last-child),
.common-details ol li:not(:last-child) {
    margin-bottom: 15px;
}

.common-details strong,
.common-details b {
    color: #5B0017 !important;
}

.common-details .alignnone,
.common-details .alignleft,
.common-details .alignright,
.common-details .aligncenter {
    height: 380px !important;
    object-fit: cover !important;
}

.common-details .alignnone {
    float: none;
    margin: 20px;
}

.common-details .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.common-details .alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.common-details .aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
}

.common-details blockquote {
    padding-left: 30px;
    border-left: 5px solid #FFFFFF;
    margin-bottom: 20px;
}

.img-hovering-effect {
    position: relative;
    overflow: hidden;
}

.img-hovering-effect::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.img-hovering-effect:hover::after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
    -webkit-transition: all 600ms linear !important;
    -moz-transition: all 600ms linear !important;
    -ms-transition: all 600ms linear !important;
    -o-transition: all 600ms linear !important;
}

/* ==================== Common Style End ==================== */

/* ==================== Button Style Start ==================== */
.btn-shadow a {
    box-shadow: 0px 0px 40px rgba(255, 122, 0, 0.3);
}

.btn-shadow a .elementor-button-icon svg {
    height: 18px;
    width: 18px;
}

.cta-white-btn,
.cta-orange-btn {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.cta-white-btn:hover,
.cta-orange-btn:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.cta-white-btn::before,
.cta-orange-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.cta-white-btn:hover::before,
.cta-orange-btn:hover::before {
    left: 130%;
}

/* ==================== Button Style End ==================== */

/* ==================== Header Style Start ==================== */
.h-btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url('./assets/images/spoons-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.h-menu ul li {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}

.h-menu ul li.current-menu-item a,
.h-menu ul li a {
    display: inline-flex !important;
    border: 1px solid rgba(255, 2555, 255, 0);
    padding: 8px 26px !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}

.h-menu ul li.current-menu-item a,
.h-menu ul li a:hover {
    border: 1px solid rgba(255, 2555, 255, 0.3);
    background: rgba(255, 2555, 255, 0.1);
}

.hamburger-menu-icon svg path {
    transform-box: fill-box;
    transform-origin: center;
}

.hamburger-menu-icon:hover svg path:nth-of-type(1) {
    animation: slideRight 0.9s ease-in-out infinite alternate;
    -webkit-animation: slideRight 0.9s ease-in-out infinite alternate;
}

.hamburger-menu-icon:hover svg path:nth-of-type(3) {
    animation: slideLeft 0.9s ease-in-out infinite alternate;
    -webkit-animation: slideLeft 0.9s ease-in-out infinite alternate;
}

.hamburger-menu-icon:hover svg path:nth-of-type(2) {
    animation: slideRight 0.9s ease-in-out infinite alternate;
    -webkit-animation: slideRight 0.9s ease-in-out infinite alternate;
}

@keyframes slideRight {
    0% {
        transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        -o-transform: translateX(-6px);
    }

    100% {
        transform: translateX(6px);
        -webkit-transform: translateX(6px);
        -moz-transform: translateX(6px);
        -ms-transform: translateX(6px);
        -o-transform: translateX(6px);
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(6px);
        -webkit-transform: translateX(6px);
        -moz-transform: translateX(6px);
        -ms-transform: translateX(6px);
        -o-transform: translateX(6px);
    }

    100% {
        transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        -o-transform: translateX(-6px);
    }
}

/* ==================== Header Style End ==================== */

/* ==================== Cursor Dot Style Start ==================== */
.custom-cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    will-change: transform;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.custom-cursor-dot::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.custom-cursor-dot.hide-dot {
    opacity: 0;
}

/* ==================== Cursor Dot Style End ==================== */

/* ==================== Footer Style Start ==================== */
.f-social-icons a {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.f-menu ul li a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    padding-left: 26px !important;
    color: rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.f-menu ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    opacity: 1 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.f-menu ul li a:hover,
.f-menu ul li.current-menu-item>a,
.f-menu ul li.current_page_item>a,
.f-menu ul li.current-menu-parent>a {
    color: #FFFFFF;
    padding-left: 30px !important;
}

.f-menu ul li a:hover::after,
.f-menu ul li.current-menu-item>a::after,
.f-menu ul li.current_page_item>a::after,
.f-menu ul li.current-menu-parent>a::after {
    background: #FFFFFF;
    width: 20px;
}

.f-contact-info .elementor-icon-box-description a {
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.f-contact-info .elementor-icon-box-description a:hover {
    color: #FFFFFF !important;
}

.spoon-icon .elementor-icon {
    border: 1px solid rgba(255, 122, 0, 0.25) !important;
}

/* ==================== Footer Style End ==================== */

/* ==================== Home Style Start ==================== */

/* ==================== Common Title Style Start ==================== */
.reveal-title {
    display: inline;
    line-height: 1.1;
}

.reveal-title span {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
}

.reveal-title span span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    filter: blur(6px);
    line-height: 1;
    vertical-align: baseline;
    will-change: transform, opacity, filter;
    -webkit-filter: blur(6px);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.italic-style strong {
    font-style: italic;
    font-weight: 500;
}

.gradient-title-color strong {
    font-style: italic;
    font-weight: 500;
    color: #FF7A00;
    /* background: linear-gradient(135deg, #FF7A00 0%, #D4AF37 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.sub-title-line-block {
    position: relative;
    display: inline-block;
}

.customer-rating-counter img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.orange-sub-title-left-line,
.sub-title-line-block,
.orange-sub-title-line-block {
    position: relative;
    display: inline-block;
}

.sub-title-line-block::before,
.sub-title-line-block::after,
.orange-sub-title-line-block::before,
.orange-sub-title-line-block::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    transform: translateY(-50%);
}

.sub-title-line-block::before {
    right: 100%;
    margin-right: 16px;
    background: rgba(255, 255, 255, 0.1);
}

.sub-title-line-block::after {
    left: 100%;
    margin-left: 16px;
    background: rgba(255, 255, 255, 0.1);
}

.orange-sub-title-line-block::before {
    right: 100%;
    margin-right: 16px;
    width: 64px;
    background: linear-gradient(to left, rgba(255, 172, 0, 0.6), transparent);
}

.orange-sub-title-line-block::after {
    left: 100%;
    margin-left: 16px;
    width: 64px;
    background: linear-gradient(to right, rgba(255, 172, 0, 0.6), transparent);
}

.orange-sub-title-left-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    width: 40px;
    height: 1px;
    margin-left: 52px;
    background: #FF7A00;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* ==================== Common Title Style End ==================== */

/* ==================== Our Brands Section Start ==================== */

.explore-menu-btn a .elementor-button-icon svg {
    height: 100%;
    width: 40px;
}

.explore-menu-btn a .elementor-button-icon svg path,
.explore-menu-btn a .elementor-button-icon {
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
}

.explore-menu-btn a:hover .elementor-button-icon {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.explore-menu-btn a:hover .elementor-button-icon svg path {
    fill: #FFFFFF !important;
}

.brand-terms ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-height: 100px;
    overflow-y: auto;
    max-width: 500px;
}

.brand-terms ul li {
    background: rgba(255, 122, 0, 0.15);
    border: 1px solid #FF7A00;
    padding: 8px 12px !important;
    border-radius: 50px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.brand-terms ul::-webkit-scrollbar {
    width: 4px;
}

.brand-terms ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
}

.brand-terms ul::-webkit-scrollbar-thumb {
    background: #FF7A00;
    border-radius: 10px;
}

.brand-terms ul::-webkit-scrollbar-thumb:hover {
    background: #FF7A00;
}

.brand-content-main-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.brand-content-main-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 0.5) 50%, rgba(13, 13, 13, 0) 100%);
    z-index: -1;
    pointer-events: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.brand-content-main-block::before {
    position: absolute;
    content: "";
    top: auto;
    left: 50%;
    bottom: 24px;
    width: calc(100% - 48px);
    height: 1px;
    background: rgba(255, 172, 0, 0.4);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.brand-content-inner-block {
    position: relative;
    transform: translateY(50%);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.brand-details-block {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.brand-content-main-block:hover .brand-content-inner-block {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.brand-content-main-block:hover .brand-details-block {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.brand-content-main-block .our-brand-detail-img {
    height: 100%;
    width: 100%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.brand-content-main-block:hover .our-brand-detail-img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

/* ==================== Our Brands Section End ==================== */

/* ==================== Catering & Events Section Start ==================== */
.catering-event-icon-box .elementor-icon-box-icon {
    margin-top: 8px;
}

.catering-event-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0 !important;
}

.catering-event-img {
    position: relative;
    display: inline-block;
}

.catering-event-img::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translate(16px, -16px);
    border: 1px solid rgba(255, 122, 0, 0.15);
    border-radius: 24px;
    z-index: -1;
    pointer-events: none;
    -webkit-transform: translate(16px, -16px);
    -moz-transform: translate(16px, -16px);
    -ms-transform: translate(16px, -16px);
    -o-transform: translate(16px, -16px);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.catering-event-img::before {
    content: '';
    position: absolute;
    top: -32px;
    right: -32px;
    height: 96px;
    width: 96px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    z-index: -1;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

/* ==================== Catering & Events Section End ==================== */

/* ==================== Review Section Start ==================== */
.review-img {
    position: relative;
}

.review-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.play-icon {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}

.review-slider .swiper-pagination .swiper-pagination-bullet {
    width: 35px !important;
    height: 2px !important;
}

.review-shape-img {
    animation: circle-ani 12s linear infinite;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-animation: circle-ani 12s linear infinite;
}

@keyframes circle-ani {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.review-main-block {
    position: relative;
}

.review-main-block::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -20px;
    width: 16px;
    height: 12px;
    background: url('./assets/images/quote-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
}

/* ==================== Review Section End ==================== */

/* ==================== Home Style End ==================== */

/* ==================== Responsive Style Start ==================== */
@media (min-width: 1367px) and (max-width: 1919px) {
    .bg-img-width img {
        width: clamp(700px, calc(184.899px + 37.681vw), 908px) !important;
    }

    .bg-left-style {
        left: 20px !important;
    }

    .counter-bg-img img {
        width: clamp(420px, calc(-209.018px + 46.014vw), 674px) !important;
    }
}

@media (max-width: 1366px) {
    .brand-content-inner-block {
        transform: translateY(54%);
        -webkit-transform: translateY(54%);
        -moz-transform: translateY(54%);
        -ms-transform: translateY(54%);
        -o-transform: translateY(54%);
    }

    .h-menu ul li.current-menu-item a,
    .h-menu ul li a {
        padding: 6px 20px !important;
    }

    .customer-rating-counter img {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 1200px) {

    .common-details h1,
    .common-details h2,
    .common-details h3,
    .common-details h4,
    .common-details h5,
    .common-details h6,
    .common-details ul,
    .common-details ol {
        margin-bottom: 15px;
    }

    .common-details ul li,
    .common-details ol li {
        margin-bottom: 10px;
    }

    .h-menu ul {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .h-menu ul li.current-menu-item a,
    .h-menu ul li a {
        padding: 6px 16px !important;
    }

    .customer-rating-counter img {
        height: 36px;
        width: 36px;
    }
}

@media (min-width: 1025px) {}

@media (max-width: 1024px) {

    .sub-title-line-block::before,
    .sub-title-line-block::after {
        width: 60px;
    }
}

@media (max-width: 880px) {
    .customer-rating-counter img {
        height: 32px;
        width: 32px;
    }
}

@media (min-width: 768px) {
    .last-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .stay-updated-form .elementor-field-type-email {
        width: 70% !important;
    }

    .stay-updated-form .elementor-field-type-submit {
        width: 30% !important;
    }

    .customer-rating-counter img {
        height: 30px;
        width: 30px;
    }

    .catering-event-img::before {
        height: 80px;
        width: 80px;
    }

    .custom-cursor-dot {
        display: none;
    }
}

@media (max-width: 575px) {
    .italic-style br {
        display: none !important;
    }

    .common-details .alignnone,
    .common-details .alignleft,
    .common-details .alignright,
    .common-details .aligncenter {
        float: none !important;
        display: block !important;
        margin: 20px auto !important;
        height: 320px !important;
    }

    .common-width-100 {
        width: 100% !important;
    }

    .common-grid-block {
        display: flex !important;
        flex-direction: column !important;
    }

    .f-contact-info {
        width: 320px !important;
    }

    .f-content-block,
    .policy-list ul {
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .policy-list ul {
        gap: 10px;
    }

    .sub-title-line-block::before,
    .sub-title-line-block::after {
        width: 40px;
    }

    .orange-sub-title-left-line::after {
        left: -90px;
        width: 30px;
    }
}

@media (max-width: 475px) {

    .sub-title-line-block::before,
    .sub-title-line-block::after {
        width: 0;
    }

    .catering-event-img img {
        width: 100% !important;
    }

    .event-catered-block {
        position: relative;
        margin-top: -50px !important;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

/* ==================== Responsive Style End ==================== */