    /*
    Theme Name: la-torino
    */


    @font-face {
        font-family: 'lora';
        src: url('/assets/lora/Fonts/OTF/Lora-Regular.otf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'lora-bold';
        src: url('./assets/lora/Fonts/OTF/Lora-Bold.otf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'lora-italic';
        src: url('./assets/lora/Fonts/OTF/Lora-Italic.otf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: italic !important;
    }

    @font-face {
        font-family: 'SF Mono';
        src: url('/assets/sf-mono/SFMonoRegular.otf') format('opentype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'SF Mono Medium';
        src: url('/assets/sf-mono/SFMonoMedium.otf') format('opentype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'Times new';
        src: url('./assets/times-new/times.ttf') format('opentype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

        @font-face {
        font-family: 'Restora-normal';
        src: url('./assets/restora/Nasir-Udin-RestoraThinItalic.otf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'Restora-med';
        src: url('./assets/restora/Nasir-Udin-RestoraThinItalic.otf') format('truetype');
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'Restora-bold';
        src: url('./assets/restora/Nasir-Udin-RestoraThinItalic.otf') format('truetype');
        font-weight:900;
        font-style: italic;
    }

    @font-face {
        font-family: 'Remachine';
        src: url('./assets/Remachine/RemachineScript_Personal_Use.ttf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'Remachine-bold';
        src: url('./assets/Remachine/RemachineScript_Personal_Use.ttf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'Remachine-italic';
        src: url('./assets/Remachine/RemachineScript_Personal_Use.ttf') format('truetype');
        font-weight: 400 500 600 700 800 900;
        font-style: italic !important;
    }

    .aligncenter {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }


    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    a,
    font,
    span,
    p {
        font-family: Roboto, sans-serif !important;
        --RedColor: #17a76b;
        --BlueColor: #0c498a;
        --TextColor: #6b6a6a;
        --LightBg: #f5f5f5;
    }

    body {
        background: #fff !important;
    }

    a {
        transition-duration: 0.3s;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0px;
        margin: 0px;
        color: #003884;
    }

    button {
        transition-duration: 0.3s;
    }

    .container {
        max-width: 1240px !important;
    }

    p {
        color: var(--TextColor);
        font-size: 16px;
        line-height: 28px;
    }


    ::selection {
        background: #17a76b;
        color: #fff;
    }

    ::-moz-selection {
        background: #17a76b;
        color: #fff;
    }

    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 0px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: rgba(100, 69, 64, 0.8);
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(100, 69, 64, 1);
    }


    /* Slider */
    .slick-slide {
        margin: 0px 0px;
    }

    .slick-slide img {
        width: 100%;
    }



    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }


    /* Arrows */
    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        /* -webkit-transform: translate(0, -50%); */
        -ms-transform: translate(0, -50%);
        /* transform: translate(0, -50%); */
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 1;
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        /* line-height: 1; */
        /* opacity: .75; */
        color: white;
        /* -webkit-font-smoothing: antialiased; */
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev {
        left: -25px;
    }

    [dir='rtl'] .slick-prev {
        right: -25px;
        left: auto;
    }

    .slick-prev:before {
        content: '←';
    }

    [dir='rtl'] .slick-prev:before {
        content: '→';
    }

    .slick-next {
        right: -25px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -25px;
    }

    .slick-next:before {
        content: '→';
    }

    [dir='rtl'] .slick-next:before {
        content: '←';
    }

    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -15px;

        display: block;

        width: 100%;
        padding: 0;
        margin: 0;

        list-style: none;

        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 5px !important;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        width: 10px;
        height: 10px;
        display: block;

        padding: 2px;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;

        position: absolute;
        top: 0;
        left: 0;

        width: 15px;
        height: 15px;

        content: '•';
        text-align: center;

        opacity: .25;
        color: black;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }

    /*----*/
    body {
        padding-top: 0px; /* Space for fixed nav */
    }
/* header navbar start */

/* .main-header {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    background: #f8f1e6;
    z-index: 999;
    border-radius: 15px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
} */

.main-header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #f8f1e6;
    z-index: 999;
    border-radius: 0px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.mega-toggle-blocks-left,
.mega-toggle-blocks-center {
  display: none !important;
}

.main-header-row {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    height: 100%;
}

.main-header.scrolled-inner {
    top: 16px !important;
    left: -10px;
    right: auto;
    width: auto !important;
    background: #ede2d1;
    border-radius: 14px;
    padding: 10px 10px 10px 20px;
    box-shadow: 4px 4px 9px #17323373;
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #00000000 !important;
    color: #000000 !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: all 0.3s ease-in-out;
    font-family: 'lora-italic' !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    font-weight: normal;
    text-decoration: none;
    color: #fff !important;
    color: #156b59 !important;
    transform: translatex(5px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    font-family: 'lora' !important;
}

.main-header.scrolled-inner .main-header-row {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  height:auto !important;
  min-height:auto !important;
}

.main-header.scrolled-inner .header-logo-col,
.main-header.scrolled-inner .header-menu-col,
.main-header.scrolled-inner .contact-btn-col {
  width:100% !important;
  max-width:none !important;
  flex:unset !important;
  margin:0 !important;
  padding:0 !important;
  opacity:1 !important;
  pointer-events:auto !important;
  overflow:visible !important;
  display:flex;
  justify-content:center;
}

.main-header.scrolled-inner .header-logo {
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header.scrolled-inner .header-logo img {
  width:150px;
  height:auto;
  object-fit:contain;
  transition:width .35s ease, height .35s ease, filter .35s ease;
}

.main-header.scrolled-inner #mega-menu-wrap-primary {
    position: static !important;
    width: 100% !important;
}

.main-header.scrolled-inner #mega-menu-wrap-primary .mega-menu-toggle {
  position:static !important;
  transform:none !important;
}

.main-header.scrolled-inner #mega-menu-wrap-primary .mega-toggle-animated-box {
  width:32px;
  height:22px;
}

.main-header.scrolled-inner 
#mega-menu-wrap-primary .mega-toggle-animated-inner,
.main-header.scrolled-inner 
#mega-menu-wrap-primary .mega-toggle-animated-inner:before,
.main-header.scrolled-inner 
#mega-menu-wrap-primary .mega-toggle-animated-inner:after {
  background:#000 !important;
  height:3px;
}

.main-header.scrolled-inner .contact-btn-col a {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin: auto;
    font-weight: 500;
    text-decoration: none;
}

.main-header.scrolled-inner:hover {
  box-shadow:0 10px 22px rgba(0,0,0,.22);
  transform:translateY(-1px);
}

/* Override Mega Menu when inside .main-header.scrolled-inner */
.main-header.scrolled-inner 
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  top: auto !important;
  left: auto !important;
  box-sizing: border-box;
  overflow: visible !important;
  background: transparent !important;
  transition: none !important;
  padding: 10px 0;
  border-radius: 0;
  box-shadow: none;
}

.main-header.scrolled-inner 
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  left: auto !important;
}

.main-header.scrolled-inner 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    background: transparent !important;
    text-align: left;
    line-height: 1 !important;
    height: unset;
    padding: 10px;
    font-size: 14px;
    transition: ease-in-out .3s;
}

.main-header.scrolled-inner 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  transform:translateX(10px) ;
}

.main-header.scrolled-inner .header-logo-col {
  order: 1;
  justify-content: center;
}

.main-header.scrolled-inner .header-menu-col {
  order: 2;
  justify-content: center;
}

.main-header.scrolled-inner .header-logo-col {
  order: 1;
  justify-content: center;
}

.main-header.scrolled-inner .contact-btn-col {
  display: none !important;
}

.main-header.scrolled-inner .mega-menu-item-1557 {
  display: list-item !important;
}

.header-logo-col  {
    display: flex;
    justify-content: center;
}

.header-logo img {
    width: 200px;
    height: 50px;
    object-fit: contain;
    margin-right: auto;
    float: left;
}

.mega-menu-wrap {
  padding-right: 20px;
}

.mega-menu {
  display: flex !important;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-justify-content: flex-start;
  justify-content: flex-start !important;
}

#mega-menu-wrap-primary {
  background: rgba(255, 255, 255, 0);
}

.mega-menu-item-1557 {
  display: none !important;
}

.mega-menu {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-indicator {
  display: none !important;
}

#mega-menu-wrap-primary {
  background: transparent !important;
  border-right: none !important;
  position: relative !important;
  z-index: 99999;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  position: fixed;
  display: block;
  width: 300px;
  max-width: 90%;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  left: -300px;
  box-sizing: border-box;
  transition: left 400ms ease-in-out, left 400ms ease-in-out;
  overflow: auto;
  z-index: 9999999999;
  overscroll-behavior: contain;
  background: #ede2d1 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #fff !important;
  background: #173233;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #173233;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'lora-italic' !important;
}

.main-header.scrolled-inner #mega-menu-primary {
  display: none !important; 
}

.main-header.scrolled-inner.menu-open #mega-menu-primary {
  display: block !important; 
}

.main-header.scrolled-inner #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
    display: none !important;
}

.header-menu-col{
    padding: 0 10px 0 0 !important;
}

.contact-btn-col {
    padding: 0 0 0 10px !important;
    display: flex;
    justify-content: flex-end;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'lora-italic' !important;
    font-weight: 500;
    margin-left: auto;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    position: relative;
}

.contact-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.contact-btn-wrapper {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: visible;
}

.contact-btn-default,
.contact-btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #ffffff !important;
}

.contact-btn-default {
  opacity: 1;
  z-index: 2;
}

.contact-btn:hover .contact-btn-default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.contact-btn-hover {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.contact-btn:hover .contact-btn-hover {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes barPulse1 {
  0%, 100% { width: 40px; }
  50%      { width: 28px; }
}

@keyframes barPulse2 {
  0%, 100% { width: 32px; }
  50%      { width: 40px; }
}

@keyframes barPulse3 {
  0%, 100% { width: 36px; }
  50%      { width: 24px; }
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  width: 40px;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  animation: barPulse1 1.8s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  animation: barPulse2 2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  animation: barPulse3 2.2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner {
  animation: none !important;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before {
  animation: none !important;
  transform: rotate(-90deg) translate(-10px, 0);
  transition: transform 0.3s ease;
  top: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
  animation: none !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Popup background overlay */
.libro-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Popup container */
.libro-modal-content {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* Close button */
.libro-close {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    z-index: 10;
}

/* The iframe */
.libro-iframe {
    width: 100%;
    height: 700px;
    border: 0;
}



/* header navbar end */

/* home banner start */

.home-banner-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f8f1e6;
    padding: 80px 0 60px;
}

.banner-left {
  padding: 60px 30px;
}

.estd {
  display: inline-flex;
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #556b2f;
  gap: 12px;
  align-items: center;
}

.estd-icon {
  width: 22px; 
  height: auto;
  object-fit: contain;
}

.banner-title {
    font-size: 48px;
    font-family: 'lora' !important;
    margin-bottom: 15px;
    color: #2f4f2f;
    font-style: italic;
    line-height: 1.1;
}

.banner-description p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #333;
    font-family: 'Lora' !important;
}

.banner-buttons {
    margin: 25px 0 0;
}

/* Bottom Info */
.banner-bottom-content {
  padding-top: 25px;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}

.banner-address,
.banner-time {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.address-link, 
.address-link:hover {
  text-decoration: none;
}

.address-icon-text,
.time-icon-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.icon {
  font-size: 16px;
  color: #2f4f2f;
  margin-top: 4px;
  flex-shrink: 0;
}

.address-text p {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}

.time-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.time-text span {
  color: #666;
  font-weight: 500;
  margin-right: 6px;
}

/* Right Image */
.banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 50% 50% 0 0;
}

.banner-btn1, .banner-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
    padding: 10px 20px;
    font-family: 'lora-italic' !important;
    border-radius: 8px;
    font-weight: 500;
    margin-right: 12px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    position: relative;
}

.banner-btn1 {
    border: 1px solid #173233;
    background-color: #1a2b2e;
}

.banner-btn2 {
    border: 1px solid #173233;
    background-color: transparent;
    color: #173233;
}

.banner-btn1:hover {
    color: #173233 !important;
    text-decoration: none !important;
    border: 1px solid #173233;
    background-color: transparent;
}

.banner-btn2:hover{
    color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #173233;
    background-color: #1a2b2e;
} 

.banner-btn-wrapper1 ,.banner-btn-wrapper2 {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: visible;
}

.banner-btn-default1, .banner-btn-hover1 , .banner-btn-default2, .banner-btn-hover2 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #ffffff !important;
}

.banner-btn-hover1 , .banner-btn-default2{
color: #173233 !important;
}

.banner-btn-default1 ,.banner-btn-default2 {
  opacity: 1;
  z-index: 2;
}

.banner-btn1:hover .banner-btn-default1 , .banner-btn2:hover .banner-btn-default2 {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.banner-btn-hover1 ,.banner-btn-hover2 {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.banner-btn1:hover .banner-btn-hover1 ,.banner-btn2:hover .banner-btn-hover2 {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.banner-bottom-content{
    padding-top: 40px;
    border-top: 1px solid #ffffff;
    color: #ffffff !important;
    margin-left: 0 !important;
}

/* home banner end */

/* popular delightr start */

.popular-delight-wrap {
  padding: 60px 0;
  background: #ede2d1;
  display: none !important;
}

.popular-delight-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.popular-delight-wrap .floating-element {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0.8;
  animation: floatUpDown 6s ease-in-out infinite alternate;
}

.popular-delight-wrap  .el-4 { bottom: 5%; left: 40%; width: 120px; animation-delay: 4s; }

.top-header {
  text-align: center;
  margin-bottom: 40px;
}

.popular-delight-wrap .top-header .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.top-header .tag-icon {
  margin-right: 6px;
  width: 18px;
  height: auto;
  object-fit: contain;
}

.popular-delight-wrap .top-header .sub-title {
  font-size: 36px;
  font-weight: 600;
  color: #173233;
  margin-top: 10px;
  font-style: italic;
  font-family: 'lora' !important;
}

.popular-card {
  margin-bottom: 30px;
  z-index: 3;
}

.popular-card-inner:hover {
  transform: translateY(-4px);
}

.popular-card-inner {
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

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

.popular-info {
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popular-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    font-family: 'lora' !important;
}

.popular-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.popular-meta .popular-price {
  background: #173233;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    background: #203639;
    width: fit-content;
    flex-wrap: wrap;
}

.rating-stars i {
  color: #ffffff; 
  font-size: 12px;
}

.rating-stars .fa-regular {
  color: #3e4e4d;
}

.rating-stars .rating-text {
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
}

/* popular delightr end */

/* about start */

.about-wrap {
    padding: 60px 0;
    background: #ede2d1;
}

.about-content {
    max-width: 700px;
    margin: 20px auto 60px;
}

.about-wrap .top-header .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.about-content p{
    font-size: 20px;
    color: #000000;
    font-family: 'lora' !important;
    font-style: italic;
    text-align: center;
    line-height: 1.7;
}

.about-bottom-wrap {
    margin-top: 120px;
}

.about-slider {
  display: none !important;
}

.about-slider {
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo-slide img {
    height: 40px;
    object-fit: contain;
    padding: 0 15px;
}

.about-slider-left {
  transform: scaleX(-1);
}

.about-slider-left .logo-slide {
  transform: scaleX(-1);
}

.about-bottom-wrap .silder-col{
    padding: 0 !important;
}

.about-card-col {
  position: relative;
  max-width: 500px;
  margin: -150px auto 0 auto;                 
  text-align: center;       
}

.about-image-card-wrap {
  position: relative;
  width: 100%;
  height: 220px;            
  display: flex;
  justify-content: center;  
  align-items: center;      
  overflow: visible;
}

.about-image-card-wrap .about-image-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 150px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 1.6s ease;
}

.about-image-card-wrap .about-image-card img{
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}

.card-left{
    z-index: 2;
}

.card-right {
  z-index: 1;
}

.card-center {
  z-index: 3;
}

.about-image-card-wrap.open .card-left {
    transform: translateX(-115%) rotate(-15deg) translateY(40px) scale(1.1);
}

.about-image-card-wrap.open .card-center {
  transform: translateX(-50%) scale(1.1);
}

.about-image-card-wrap.open .card-right {
    transform: translateX(15%) rotate(15deg) translateY(40px) scale(1.1);
}

.about-btn-wrap {
    margin-top: 80px;
    text-align: center;
}


/* about end */

/* menu section start */

.menu-wrap {
    padding: 60px 0;
    background: #f8f1e6;
}

.menu-wrap .container {
    max-width: 1000px !important;
    margin: auto;
}

.menu-wrap .top-header{
    max-width: 400px;
    margin: auto;
}

.menu-wrap .top-header .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.menu-wrap .top-header .subhead {
    font-size: 36px;
    font-family: 'lora-italic' !important;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3;
}

.menu-filter-nav {
  margin: 10px 0 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

/* ensure our tab content override any competing rules */
.menu-tab-content { 
  display: none; 
  opacity: 0; 
  transition: opacity .28s ease;
}

.menu-side-label {
  position: fixed;
  left: -300px; /* start hidden off-screen */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 12px;
  color: #17323338;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99;
  transition: left 1s ease; /* smooth slide */
	display: none !important;
}

.menu-side-label.active {
  left: -190px; /* final visible position */
}

.inner-menu-wrap {
  position: relative; 
}

.menu-tab-content.active { 
  display: block !important; 
  opacity: 1; 
}

.menu-parent-nav { 
  display:flex; 
  justify-content:center; 
  gap:20px; 
  margin:40px 0 50px; 
}

.inner-menu-wrap .menu-tab-btn {
    background: transparent;
    border: none;
    padding: 5px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer;
    font-family: 'lora-italic' !important;
    color: #366f71;
    position: relative;
}

.inner-menu-wrap .menu-tab-btn.active { 
  color:#366f71;  
  background: none;
}

.menu-tab-btn {
    background: transparent;
    border: none;
    padding: 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer;
    color: #366f71;
    position: relative;
}
.menu-tab-btn.active { 
  color:#366f71;  
  background: none;
}

.menu-tab-btn::after { 
  content:"";
  position:absolute; 
  bottom:2px; 
  left:50%;
  transform:translateX(-50%) scaleX(0);
  width:60%; 
  height:2px;
  background:#366f71;
  transition:transform .3s;
}

.menu-tab-btn.active::after, .menu-tab-btn:hover::after { 
  transform:translateX(-50%) scaleX(1); 
}

.menu-wrap .menu-tab-content { 
  display: none; 
  opacity: 0; 
  transition: opacity .26s ease;
}
.menu-wrap .menu-tab-content.active { 
  display: block; 
  opacity: 1; 
}

.menu-dish-block{
  margin-bottom: 50px; 
}

.menu-category-desc-box {
    margin-top: 20px;
    padding: 15px;
    background: #ffedd0;
    border-left: 4px solid #cea566;
    border-radius: 6px;
}

.menu-category-desc-box p {
    font-size: 20px;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
    color: #ae6900;
}

.sub-menu-dish-block {
  margin-top: 20px;
}

.menu-dish-heading {
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #173233;
}

.sub-menu-dish-heading {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
    color: #cea566;
    text-transform: uppercase;
}

.panino-extra {
    margin-top: 5px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    font-family: 'lora-italic' !important;
    margin-bottom: 10px;
    text-transform: lowercase;
    color: #ae6900;
}

.menu-list-item {
  margin-bottom: 15px;
}

.menu-line {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #173233;
  flex-wrap: nowrap; /* default: keep in one line */
}

.menu-title {
    font-size: 22px;
    font-family: 'lora' !important;
    color: #0000009f;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.menu-price {
  font-weight: 700;
  white-space: nowrap;
  margin-left: 6px;
  font-size: 20px;
}

.dot-leader {
  flex: 1;
  border-bottom: 1px dotted #999;
  margin: 0 8px;
  transform: translateY(-2px);
}

.menu-desc p   {
    font-size: 22px;
    color: #000000b3;
    margin-top: 4px;
    font-family: 'Times new' !important;
}

.menu-tags {
  margin-top: 10px;
}

.menu-tags .badge {
    background-color: #1A2B2E;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: 2px;
    font-weight: 400 !important;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 20px;
}

.menu-btn-wrap {
    text-align: center;
    margin: 40px auto 0 !important;
}

.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: transparent !important;
    color: #000000 !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    margin-right: 12px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    position: relative;
}
.menu-btn:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

.menu-btn-wrapper {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: visible;
}

.menu-btn-default,
.menu-btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #000000 !important;
}

.menu-btn-default {
  opacity: 1;
  z-index: 2;
}

.menu-btn:hover .menu-btn-default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.menu-btn-hover {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.menu-btn:hover .menu-btn-hover {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.no-items p {
    font-size: 20px;
    color: #1a2b2e8a;
    padding: 30px;
    text-align: center;
}

.popular-desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.happy-hours-close {
    position: absolute;
    top: 0px;
    left: 5px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #856404;
}

.happy-hours-footer {
    position: fixed;
    bottom: 90px;
    right: 0;
    background: #f8f1e6;
    border-left: 5px solid #cea566;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 9999;
    max-width: 400px;
    transition: all 0.3s ease;
}

.happy-hours-content {
  text-align: left;
  line-height: 1.5;
}

.happy-hours-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #ae6900;
    font-weight: 700;
    text-align: center;
}

.happy-hours-title i{
    font-size: 18px;
    color: #ae6900;
    margin-right: 10px;
}

.happy-hours-time {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    color: #000;
}

.happy-hours-deals {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #1732339e;
}

.happy-hours-footer.minimized {
    width: 70px;
    height: 70px;
    padding: 0;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background: #f8f1e6;
    align-items: center;
    text-align: center;
    line-height: 50px;
    border-width: 3px;
}

.happy-hours-footer.minimized .happy-hours-content,
.happy-hours-footer.minimized .happy-hours-close {
  display: none;
}

.happy-hours-footer.minimized::before {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 40px;
    color: #856404;
}

/* menu section end */

/* specialty section start */

.specialty-delight-wrap{
    padding: 60px 0;
    background: #f8f1e6;
    display: none !important;
}

.specialty-delight-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.specialty-delight-wrap .floating-element {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0.8;
  animation: floatUpDown 6s ease-in-out infinite alternate;
}

.el-1 { top: 10%; left: 1%; width: 60px; animation-delay: 0s; }
.el-2 { top: 30%; right: 10%; width: 80px; animation-delay: 1s; }
.el-3 { bottom: 20%; left: 5%; width: 70px; animation-delay: 2s; }
.el-4 { bottom: 15%; left: 40%; width: 50px; animation-delay: 3s; }
.el-5 { bottom: 5%; right: 10%; width: 80px; animation-delay: 4s; }
.el-6 { top: 20%; right: 5%; width: 75px; animation-delay: 5s; }
.el-7 { bottom: 35%; left: 60%; width: 55px; animation-delay: 1.5s; }
.el-8 { top: 5%; right: 45%; width: 50px; animation-delay: 2.5s; }

@keyframes floatUpDown {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
  75% { transform: translateY(-5px) rotate(-2deg); }
  100% { transform: translateY(0) rotate(2deg); }
}


.specialty-delight-wrap .top-header .sub-title {
    font-size: 36px;
    font-family: 'lora-italic' !important;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
}

.specialty-delight-wrap .top-header .sub-text {
    font-size: 16px;
    font-family: 'lora' !important;
    margin-bottom: 15px;
    color: #1A2B2E;
    line-height: 1.5;
}

.specialty-delight-wrap .popular-menu-items{
  justify-content: center;
}

.specialty-delight-wrap .rating-stars{
    margin-top: 10px;
}

.specialty-rating-wrap{
    margin-top: auto;
}

.specialty-desc p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000000;
}

.specialty-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

.specialty-tags .badge {
  background-color: #1A2B2E;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 20px;
}

/* specialty section end */

/* gallery section start */

.gallery-wrap {
  position: relative;
  background-color:  #156b59;
  overflow: hidden;
  padding: 30px 0 60px;
  z-index: -2;
}

.gallery-inner-wrap {
  position: relative;
  min-height: 100vh;
}

@keyframes logo-slide-in {
  0% {
    transform: translate(-50%, 150%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -100%);
    opacity: 0.9;
  }
}

.logo-overlay {
    position: fixed;
    top: 100%;
    left: 50%;
    width: 350px;
    height: 250px;
    background: url('./assets/img/La-torino-gallery.png') no-repeat center;
    background-size: contain;
    transform: translate(-50%, 150%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    animation: logo-slide-in 1s ease-out forwards;
    animation-delay: 0.6s;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 2;
}

.gallery-wrap .top-header {
    margin-bottom: 50px;
}

.gallery-wrap .top-header .gallery-title {
    font-size: 36px;
    font-family: 'lora-italic' !important;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    z-index: 3;
}

.gallery-wrap .top-header .gallery-subtext {
    font-size: 18px;
    font-family: 'lora' !important;
    margin-bottom: 15px;
    color: #ffffffb4;
    line-height: 1.5;
    z-index: 3;
}

.gallery-wrapper .gallery-row {
  margin-top: -100px;
}

.gallery-wrapper .gallery-row:first-of-type {
  margin-top: 20px !important;
}


.gallery-img-wrap {
  position: relative;
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 20px;
}

.gallery-img-wrap img {
    position: relative;
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    margin: auto;
}

/* Overlay on each image */
.gallery-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); /* semi-transparent black */
  z-index: 1;
  border-radius: inherit; /* keep same shape as image if rounded */
}

/* Keep caption above overlay */
.caption {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.3;
    max-width: 85%;
}


/* gallery section end */

/*event section start */

.event-wrap {
  padding: 60px 0;
  background: #f8f1e6;
  display: none !important;
}

.event-wrap .top-header .sub-title {
  font-size: 36px;
  font-weight: 600;
  color: #173233;
  margin-top: 10px;
  font-family: 'lora' !important;
}

.event-wrap .top-header .sub-text {
  font-size: 16px;
  margin-bottom: 15px;
  color: #1A2B2E;
  line-height: 1.5;
}

.event-card-link,
.event-card-link:hover {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

.event-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.event-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 1;
}

.event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
}

.event-card:hover .event-image {
  transform: scale(1.1);
}

.event-content {
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 3;
  transform: translateY(30px);
  transition: transform 0.5s ease;
  color: #fff;
}

.event-card:hover .event-content {
  transform: translateY(0);
}

.event-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.event-desc {
  font-size: 14px;
  color: #ffffff99;
  margin-bottom: 5px;
  line-height: 1.3;
}

.event-meta .event-date,
.event-meta .event-time {
  font-size: 14px;
  color: #fff;
}

.event-meta span {
  display: inline-block;
  margin-right: 8px;
}

/* event section end */

/*  insta section start */

.insta-slider-wrap {
    background-color:  #ede2d1;
    padding: 60px 0;
    overflow: hidden;
}

.insta-slider-wrap .top-header {
    text-align: center;
    margin-bottom: 20px;
}

.insta-slider-wrap .top-header .sub-title{
    font-size: 36px;
    font-family: 'lora' !important;
    margin-bottom: 5px;
    font-style: italic;
    color: #173233;
    line-height: 1.3;
}

.insta-slider-wrap .sub-link{
    font-size: 36px;
    font-family: 'lora' !important;
    margin-bottom: 15px;
    color: #173233;
    line-height: 1.3;
    text-decoration: underline;
}

.insta-slider-wrap .sub-link:hover {
    text-decoration: underline !important;
    color: #173233bd;
}

.insta-slider-wrap .top-header .sub-text{
    font-size: 16px;
    margin-bottom: 15px;
    color: #1A2B2E;
    line-height: 1.5;
}

.insta-slider {
    display: flex;
    align-items: center;
   margin: 0 -10px;
}

.insta-slide {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 10px; 
}

.insta-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.insta-slide:hover img {
  transform: scale(1.05);
}

.insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 16%);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.insta-slide:hover .insta-overlay {
  opacity: 1;
}

.insta-overlay i {
  font-size: 30px;
  color: #fff;
}

/* insta section end */

/* testimonial section start */

.testimonial-wrap {
    text-align: center;
    padding: 60px 0;
    position: relative;
    background: #ede2d1;
    display: none !important;
}

.testimonial-header {
    position: relative;
    margin: 40px 0;
}

.divider-top-img,
.divider-bottom-img {
  display: block;
  margin: 0 auto;
  width: 60%;
  height: auto;
  object-fit: contain;
}

.testimonial-slider {
    max-width: 500px;
    min-height: 150px;
    margin: auto;
}

.stars {
  color: #173233;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.testimonial-item .review p {
    font-style: italic;
    font-size: 18px;
    font-family: 'lora' !important;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.3;
}

.reviewer {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 1.3;
}

.testimonial-nav {
  margin:20px 0 60px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.testimonial-nav button {
  background-color: transparent;
  position: unset !important;
  border: 1px solid #173233;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #173233;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-nav button:hover {
  background-color:  #156b59;
  color: #fff;
  border-color: #173233;
}

/* testimonial section end */

.reservation-wrap {
  background-color:  #156b59; 
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}


.reservation-wrap .container{
  max-width: 1300px !important;
  margin: auto;
}

.side-image img {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
}

.side-image-left img{
  top: -60px;
  left: 0;
}

.side-image-right img{
  bottom: -60px;
  left: 0;
}

.reservation-card {
    background: #ede2d1;
    text-align: center;
    max-width: 500px;
    margin: auto;
}

.reservation-header {
    padding: 20px 20px 0;
}

.reservation-logo {
  max-width: 200px;
  margin-bottom: 5px;
}

.greeting {
    font-weight: 500;
    margin: 5px 0;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.reservation-divider {
  border: none;
}

.reservation-divider .divider-top-img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    height: auto;
    object-fit: contain;
}

.reservation-banner-img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    border: 3px solid #000000;
    margin: 0 auto 25px;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.reservation-form{
  padding: 20px;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background:#fdfdfd8a;
}

.reservation-form button,
.reservation-form input[type="submit"] {
  background: #000000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.reservation-form p{
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    max-width: 80%;
    margin: 20px auto;
}

/* footer section start */

.get-in-touch-wrap {
    padding: 60px 0;
    background-color: #f8f1e6;
    font-family: 'Inter', sans-serif;
}

.get-in-touch-wrap .container{
  max-width: 1000px !important;
  margin: auto;
}

.get-in-touch-wrap .top-header .title{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
        background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.get-in-touch-wrap .top-header .sub-title {
    font-size: 36px;
    font-weight: 600;
    color: #173233;
    margin-top: 10px;
    font-style: italic;
    font-family: 'lora' !important;
}

/* .contact-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 12px #17323347;
    border: 1px solid #173233;
} */

.contact-form label {
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
  font-weight: 700;
  color: #000000;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
    background-color: #fdfdfd8a;
}

.contact-form textarea {
  max-height: 120px;
  resize: vertical;
}

.contact-form .wpcf7-submit {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form .wpcf7-submit:hover {
  background-color: #000;
}

.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
}

.happy-hours-wrap.hh-bountiful {
    border-radius: 15px;
    padding: 50px 15px 15px;
    background: #ede2d1c9;
    text-align: center;
    margin: 30px 0 20px;
    position: relative;
    box-shadow: 0 6px 12px #d0ba99e6;
}
.happy-hours-wrap h2{
    font-family: "Libertinus Keyboard", system-ui !important;
    color:#000 !important;
    font-size:26px;
}
/*.happy-hours-wrap.hh-bountiful::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 160px;*/
/*    height: 160px;*/
/*    background: url("./assets/img/happy-hours-title.png") no-repeat center/contain;*/
/*    position: absolute;*/
/*    top: -70px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

.hh-general {
    margin: 18px 0;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    font-family: "EB Garamond", serif !important;
    color: #156b59;
    text-align: center;
}
.happy-hours-wrap.hh-bountiful p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000b3;
    font-family: 'lora-italic' !important;
}

.hh-inner-box {
    background: #f8f1e6;
    border: 1px solid #156b5929;
    border-radius: 10px;
    padding: 10px;
    max-width: 350px;
    margin: auto;
}

.hh-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.hh-row:last-child {
  border-bottom: none;
}

.hh-day {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-align: left;
}

.hh-time {
    font-size: 14px;
    font-weight: 700;
    color: #146c59;
    text-align: right;
}

.contact-info h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  font-family: 'lora' !important;
}

.contact-info {
    margin-top: 40px;
}

.contact-info-row {
  display: flex;
  flex-wrap: wrap;
}

.contact-info-col {
  margin-bottom: 10px;
}

.contact-info-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ede2d1c9;
    border-radius: 20px;
    padding: 15px 20px;
    height: 100%;
    font-size: 14px;
}

.contact-info-box i {
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 12px;
  color: #173233;
}

.contact-info-btn {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    color: #000000 !important;
    font-weight: 500;
    line-height: 1.4;
    background: none;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
    white-space: normal;
}

.contact-info-btn:hover {
  text-decoration: none;
}

/* arrow animation */
.contact-info-wrapper {
  position: relative;
  margin-top: 10px;
}

.contact-info-default,
.contact-info-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: inherit !important;
}

.contact-info-default {
  opacity: 1;
  z-index: 2;
}

.contact-info-btn:hover .contact-info-default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.contact-info-hover {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.contact-info-btn:hover .contact-info-hover {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.footer-bottom {
    padding: 60px 0px 20px;
    background: #ede2d1 !important;
}

.footer-bottom .divider-top-img {
    display: block;
    margin: 0 auto 60px;
    width: 80%;
    height: auto;
    object-fit: contain;
}

.footer-brand-logo {
    display: flex;
    justify-content: center;
}

.footer-brand-logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.footer-brand p {
  font-size: 14px;
  margin: 0;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.footer-info p ,.footer-info a{
  font-size: 14px;
  margin: 0;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: none !important;
  color: #156b59;
}

.footer-social-icons a:hover {
  text-decoration: none !important;
}

.footer-social-icons img {
    margin-right: 6px;
    width: 26px;
    object-fit: contain;
    transition: filter .3s ease;
}

.footer-social-icons img:hover {
    filter: sepia(1) saturate(0.3) brightness(0.7) hue-rotate(15deg);
}


/* footer section end */

/* innerpage header start */

.innerpage-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerpage-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000006b;
}

.pageheading-middle {
    position: absolute;
    z-index: 2;
    top: 60%;
    transform: translateY(-40%);
    text-align: center;
    color: #fff;
}

.pageheading-middle h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'lora' !important;
    font-style: italic;
    margin-bottom: 10px;
}

#breadcrumbs {
    font-size: 16px;
    opacity: 1;
    color: #ffffff;
}

#breadcrumbs a {
    font-size: 16px;
    opacity: 1;
    color: #ffffff99 !important;
    text-decoration: none !important;
}
#breadcrumbs a:hover{
    color: #ffffff !important;
    text-decoration: none !important;
}

/* innerpage header end */

/* inner menu page start */

.inner-menu-wrap{
  background: #f8f1e6 !important;
}

.inner-menu-wrap .menu-wrap .top-header {
    max-width: 400px;
    margin: 0 auto 40px;
}

/* inner menu page end */

/* inner speciality page start */

.inner-specialty-wrap .top-header{
  max-width: 800px;
  margin:0 auto 50px;
}
.specialty-delight-wrap .top-header .sub-title {
    font-weight: 600;
}
.inner-specialty-wrap .sub-text p{
    font-size: 16px;
    font-family: 'lora' !important;
    margin-bottom: 15px;
    color: #1A2B2E;
    line-height: 1.5;
}

/* inner speciality page end */

/* inner about page start */

.inner-about-wrap {
    padding: 60px 0;
    background-color: #ede2d1;
}

.inner-about-content-wrap {
    padding: 20px;
    color: #f8f1e6;
}

.inner-about-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'lora' !important;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #173233;
}

.inner-about-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #000000;
}

.inner-about-image-wrap .inner-about-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 13px;
}

.inner-about-content-wrap .contact-btn{
  margin-top: 20px;
}


.stats-wrap {
    padding: 40px 0 100px;
    background-color: #ede2d1;
}

.stats-wrap .stats-counter-wrap{
    padding: 20px;
    background-color: #f8f1e6;
    border-radius: 15px;
}

.stat-number {
  font-size: 48px;
  font-weight: 900;
  color: #174433; 
  text-shadow: 1px 1px 4px rgba(23,50,51, 0.3);
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.stat-text {
    font-size: 18px;
    color: #3a3a3a;
    text-transform: capitalize;
    font-weight: 600;
}

.stat-para {
    margin: 0;
    color: #000000;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 1.6;
    text-align: left;
    font-family: 'lora-italic' !important;
    font-style: italic;
}

.about-inner-slider-wrap {
    padding: 60px 0;
    background: #f8f1e6;
    display: none !important;
}
.about-inner-slider-wrap .top-header{
    max-width: 600px;
    text-align: center;
    margin: 0 auto 40px;
}
.about-inner-slider-wrap .top-header .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
        background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}
.about-inner-slider-wrap .top-header .sub-text {
    font-size: 18px;
    font-family: 'lora' !important;
    text-align: center;
    margin-top: 20px;
    color: #1A2B2E;
    line-height: 1.5;
}
.about-inner-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.about-inner-slide img {
    max-height: 80px;
    width: 100%;
    object-fit: contain;
}

/* inner about page end */

/* inner gallery page start */

.inner-gallery-wrap {
    padding: 60px 0;
    background: #f8f1e6;
}

.inner-gallery-wrap  .top-header {
    max-width: 500px;
    margin:0 auto 60px;
}

.inner-gallery-wrap .top-header .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
        background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.inner-gallery-wrap .top-header .subhead {
    font-size: 36px;
    font-family: 'lora-italic' !important;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3;
}

/* inner gallery page end */

/* inner event page start */

.inner-event-wrap {
    padding: 60px 0;
    background: #ede2d1;
}

.inner-event-image img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: 13px 0 13px  0;
}

.inner-event-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'lora' !important;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1A2B2E;
}

.inner-event-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #000000;
}

.booking-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    padding: 30px;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.book-event-btn-wrap {
  margin-top: 20px;
}

.book-event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    margin-right: 12px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    position: relative;
}

.book-event-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.book-event-btn-wrapper {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: visible;
}

.book-event-btn-default,
.book-event-btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #ffffff !important;
}

.book-event-btn-default {
  opacity: 1;
  z-index: 2;
}

.book-event-btn:hover .book-event-btn-default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.book-event-btn-hover {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.book-event-btn:hover .book-event-btn-hover {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.booking-form-wrap {
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 12px 20px #17323347;
    border: 1px solid #173233;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.booking-form-wrap .top-header {
    text-align: center;
    margin:0 auto 20px;
    max-width: 80%;
}

.booking-form-wrap .top-header .title {
    font-size: 26px;
    font-weight: 600;
    font-family: 'lora' !important;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
}

.booking-form-wrap .top-header .sub-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #000000c2;
    text-align: center;
}

.booking-form-wrap label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
  font-size: 14px;
}

.booking-form-wrap input, .booking-form-wrap textarea {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.booking-form-wrap textarea{
  max-height: 130px;
}

.booking-form-wrap .btn {
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  background: #173233db;
  color: #ffffff !important;
  transition: ease-in-out 0.6s;
}

.booking-form-wrap .btn:hover{
  background: #173233;
}

.booking-form-wrap input:focus,
.booking-form-wrap textarea:focus {
    border-color: #173233;
    outline: none;
    transition: all 0.3s ease;
}


.happenings-wrap {
  background-color: #ffffff;
  padding: 60px 0;
}

.happenings-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'lora' !important;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #1A2B2E;
}

.happenings-subtext {
  font-size: 16px; 
  max-width: 600px;
  margin: 0 auto 40px;
  color: #000000;
  line-height: 1.7;
}

.happenings-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #000;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  transition: transform 0.6s ease;
}

.happenings-card:hover .happenings-card-title {
 text-decoration: none !important;
}

.happenings-card-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.happenings-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}

.happenings-card-date-time-top {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(0 0 0);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.happenings-card:hover .happenings-card-date-time-top {
  opacity: 1;
  transform: translateY(0);
}


.happenings-card-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #fff;
  width: 100%;
}

.happenings-card-title {
    font-size: 20px;
    margin: 0 0 6px;
    text-decoration: underline;
    color: #ffffff;
}

.happenings-card-desc {
  font-size: 14px;
  color: #ffffffc7;
  line-height: 1.3;
  margin: 0;
}


.inner-event-gallery-wrap {
    padding: 60px 0;
    background-color: #f8f1e6;
}

.inner-event-gallery-wrap .top-header {
    text-align: center;
    max-width: 700px;
    margin:0 auto 40px;
}

.inner-event-gallery-wrap .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.inner-event-gallery-wrap .sub-text {
    font-size: 36px;
    font-weight: 600;
    font-family: 'lora' !important;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #1A2B2E;
}

.inner-event-gallery-row{
    justify-content: center;
}

.inner-event-gallery-image{
    width: 100%;
    height: 250px;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.inner-event-gallery-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.inner-event-gallery-image:hover {
    box-shadow: 0 4px 15px #17323370;
}

.inner-event-gallery-image img:hover {
    transform: scale(1.03);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: rgb(34 213 233 / 0%) !important;
}


/* inner event page end */

/* inner contact page start */

.inner-contact-wrap {
  padding: 60px 0;
}

.inner-contact-wrap .top-header{
  max-width: 700px;
  margin: 0 auto 40px;
}

.inner-contact-wrap .top-header .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF Mono Medium' !important;
    display: inline-block;
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.inner-contact-wrap .top-header .subhead {
    font-size: 36px;
    font-family: 'lora-italic' !important;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3;
}

.inner-contact-form-wrap {
    background: #ede2d1;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 12px #d0ba99e6;
}

.contact-form h5 {
    font-size: 22px;
    font-weight: 900;
    color: #2a2a2a;
    margin-bottom: 15px;
    font-family: 'lora' !important;
}

.inner-contact-form-wrap .contact-form textarea {
    max-height: 150px;
    resize: vertical;
}

.inner-contact-form-wrap .contact-form label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #000000;
}

.inner-contact-col{
  padding: 0;
}

.inner-contact-col .contact-info{
  margin: 0 !important;
}

.get-in-touch-row {
    align-items: center;
}

.inner-contact-wrap .contact-info {
  height: 100%;
}

.inner-contact-wrap .contact-info h5 {
    font-size: 22px;
    font-weight: 900;
    color: #2a2a2a;
    margin-bottom: 15px;
    font-family: 'lora' !important;
}

.inner-contact-wrap .contact-info-link, .inner-contact-wrap .contact-info-time {
    display: flex;
    align-items: flex-start;
    background: #ede2d1c9;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 6px 12px #d0ba99e6;
}

.contact-form {
    background: #ede2d1c9;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 12px #d0ba99e6;
}

.inner-contact-wrap .contact-info i.fa-solid,
.inner-contact-wrap .contact-info i.fa-regular {
  font-size: 18px;
  color: #173233;
  margin-right: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.inner-contact-wrap .contact-info-default , .inner-contact-wrap .contact-info-hover {
  margin: 0 !important;
}



/* inner contact page end */


  @media screen and (min-width:300px) and (max-width:575.50px){
    /* header section start */

    .main-header {
        padding: 10px;
    }

    .header-logo img {
        width: 120px;
        height: auto;
        object-fit: contain;
    }
    .main-header.scrolled-inner .header-logo{
      width: 120px;
    }
    .main-header.scrolled-inner .header-logo img {
      width: 120px;
      height: auto;
      object-fit: contain;
      transition: width .35s ease, height .35s ease, filter .35s ease;
    }
    .contact-btn-col{
      display: none !important;
    }
    .header-logo-col {
      display: flex;
      justify-content: flex-end;
      padding-right: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
      display: block !important;
    }
    .mega-menu-item-1557{
      display: list-item !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
      position: fixed;
      display: block;
      width: 260px;
    }

    .container{
      padding: 0 6% !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        height: 30px;
    }

    /* header section end */

    /* banner section start */

    .banner-image {
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
      border-radius: 15px !important;
    }
    .home-banner-wrap .row {
      flex-direction: column; /* stack vertically */
    }

    .banner-left {
      order: 2; /* push left content below on mobile */
      flex: 1 1 100%;
      padding: 15px;
    }

    .banner-right {
      order: 1; /* bring right content first on mobile */
      flex: 1 1 100%;
      padding: 15px;
    }

    .estd {
      font-size: 10px;
      margin-bottom: 10px;
      letter-spacing: 2px;
      gap: 10px;
    }
    .estd-icon {
      width: 18px;
    }
    .banner-title {
      font-size: 26px;
      line-height: 1.5;
    }
    .banner-description p {
      font-size: 12px;
      display: none;
    }
    .banner-buttons {
      margin-bottom: 30px;
    }
    .banner-btn1, .banner-btn2 {
      gap: 15px;
      padding: 7px 15px;
      font-size: 12px;
      margin: 5px 10px 5px 0;
    }
    .address-text p {
      font-size: 12px;
      margin-bottom: 10px;
    }
    .time-text p {
      font-size: 12px;
    }
    .time-text span {
      font-size: 12px;
    }
    .banner-bottom-content {
      padding-top: 20px;
    }
    /* banner section end */

    /* popular delight section start */

    .popular-delight-wrap {
      padding: 40px 0;
    }
    .top-header .tag-icon {
      margin-right: 5px;
      width: 16px;
    }
    .popular-delight-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }

    .popular-delight-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .popular-img img {
      width: 100%;
      height: 250px;
      border-radius: 10px;
    }
    .popular-title {
      font-size: 18px;
    }
    .popular-meta .popular-price {
      line-height: 1.2;
      font-size: 12px;
    }
    .rating-stars .rating-text {
      font-size: 12px;
    }
    .rating-stars i {
      font-size: 10px;
    }

    /* popular delight section end */

    /* about section start */

    .about-wrap {
      padding: 40px 0;
    }
    .about-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .about-content p{
      font-size: 14px;
    }
    .about-card-col {
      margin: 40px auto 0;
    }
    .about-image-card-wrap .about-image-card img {
      width: 100%;
      height: 140px !important;
      object-fit: cover;
    }
    .logo-slide img {
      height: 30px;
      object-fit: contain;
      padding: 0 20px;
    }
    .about-bottom-wrap {
      margin-top: 20px;
    }
    .about-image-card-wrap .about-image-card {
      width: 80px;
      height: 120px;
      border-radius: 10px;
    }
	  .about-image-card-wrap.open .card-left {
    transform: translateX(-157%) rotate(-15deg) translateY(40px) scale(1.1);
}
	  .about-image-card-wrap.open .card-right {
    transform: translateX(56%) rotate(15deg) translateY(40px) scale(1.1);
}
    .silder-col-left{
      display: none !important;
    }
    .about-btn-wrap {
      margin-top: 20px;
    }
    .contact-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 12px;
    }

    /* about section end */

    /* menu section start */

    .menu-wrap {
      padding: 40px 0;
    }
    .menu-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .menu-wrap .top-header .subhead {
      font-size: 24px;
    }
    .menu-filter-nav {
      margin: 20px 0 30px;
      flex-wrap: wrap;
      gap: 5px 10px;
    }
    .menu-tab-btn {
      padding: 5px;
      font-size: 12px !important;
      line-height: 1.3;
    }
    .menu-card {
      margin-bottom: 15px;
    }
    .menu-card-inner {
      flex-direction: column;
      height: 100%;
      max-width: 350px;
      margin: auto;
    }
    .menu-img img {
      width: 100%;
      height: 200px;
      max-height: 200px;
      border-radius: 10px;
    }
    .menu-info {
      padding: 10px 5px;
    }
    .menu-title {
      font-size: 12px;
    }
    .menu-desc p   {
      font-size: 12px;
		margin: 0;
    }
    .sub-menu-dish-block {
      margin-top: 14px;
    }
    .menu-dish-heading {
      font-size: 16px;
    }
    .sub-menu-dish-heading {
      font-size: 14px;
    }
	.panino-extra {
		margin-top: 5px;
		font-size: 12px;
	}
    .price {
      font-size: 14px;
      font-weight: 600;
      color: #173233;
    }
    .menu-tags .badge {
      font-size: 12px;
    }
    .menu-btn-wrap {
      text-align: center;
      margin: 0 !important;
    }
    .menu-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }
    .happy-hours-title i {
      font-size: 16px;
      margin-right: 5px;
    }
    .happy-hours-title {
      margin: 0 0 10px;
      font-size: 16px;
    }
    .happy-hours-time {
      font-size: 12px;
    }
    .happy-hours-deals {
      margin: 5px 0;
      font-size: 10px;
    }
    .menu-category-desc-box p {
      font-size: 12px;
    }
	.happy-hours-footer.minimized {
		width: 50px;
		height: 50px;
	}
    .happy-hours-footer.minimized::before {
      font-size: 30px;
    }
    .menu-side-label {
      display: none;
    }

    /* menu section end */

    /* specialty delight section start */
    
    .specialty-delight-wrap {
      padding: 40px 0;
    }
    .specialty-delight-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .specialty-delight-wrap .top-header .sub-text {
      font-size: 14px;
    }
    .specialty-desc p {
      font-size: 12px;
      margin-bottom: 5px;
    }
    .specialty-tags .badge {
      font-size: 12px;
      padding: 5px 10px;
    }
    .specialty-tags {
      gap: 5px;
      margin-top: 0;
    }
    .popular-card-inner {
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
      padding: 10px;
      max-width: 350px;
      margin: auto;
    }
    .popular-info {
      padding: 10px 0 0 !important;
    }
    .floating-element{
      display: none !important;
    }

    /* specialty delight section end */

    /* gallery section start */

    .gallery-wrap {
      padding: 40px 0;
    }
    .logo-overlay {
      width: 200px;
      height: 160px;
    }
    .gallery-wrap .top-header {
      margin-bottom: 40px;
    }
    .gallery-wrap .top-header .gallery-title {
      font-size: 26px;
      margin-bottom: 5px;
    }
    .gallery-wrap .top-header .gallery-subtext {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .gallery-row{
      margin: 0 !important;
    }
    .gallery-empty{
      display: none !important;
    }
    .gallery-img-wrap {
      position: relative;
      padding: 15px;
    }
    .gallery-img-wrap img {
        width: 100%;
        max-width: 400px;
    }
    .caption {
      position: absolute;
      bottom: 10%;
      font-size: 10px;
      line-height: 1.4;
      max-width: 380px;
      width: 80%;
    }

    /* gallery section end */

    /* event section start */

    .event-wrap {
      padding: 40px 0;
    }
    .event-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .event-wrap .top-header .sub-text {
      font-size: 12px;
    }
    .event-card {
      height: 400px;
      max-width: 350px;
      margin: auto;
      margin-bottom: 20px;
    }
    .event-title {
      font-size: 16px;
    }
    .event-desc {
      font-size: 12px;
    }
    .event-meta .event-date, .event-meta .event-time {
      font-size: 12px;
    }

    /* event section end */

    /* insta slider section start */

    .insta-slider-wrap {
      padding: 40px 0;
      overflow: hidden;
    }
    .insta-slider-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .insta-slider-wrap .sub-link {
      font-size: 24px;
    }
    .insta-slider-wrap .top-header .sub-text {
      font-size: 12px;
    }
    .insta-slide img {
      width: 100%;
      height: 250px;
    }

    /* insta slider section end */

    /* testimonial section start */

    .testimonial-wrap {
      text-align: center;
      padding: 40px 0;
      position: relative;
    }
    .divider-top-img, .divider-bottom-img {
      display: block;
      margin: 0 auto;
      width: 90%;
    }
    .testimonial-header {
      position: relative;
      margin: 30px 0;
    }
    .stars {
      font-size: 14px;
    }
    .testimonial-item .review p {
      font-style: italic;
      font-size: 14px;
      line-height: 1.5;
    }
    .testimonial-nav {
      margin: 20px 0 30px;
      gap: 15px;
    }
    .testimonial-nav button {
      width: 30px;
      height: 30px;
      font-size: 10px;
    }

    /* testimonial section end */

    /* reservation section start */

    .reservation-wrap {
      padding: 40px 0;
    }
    .side-image{
      margin: 20px auto;
    }
    .side-image img {
      display: none !important;
      position: static !important;
      width: 100%;
      max-width: 300px;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .reservation-logo {
      max-width: 140px;
      margin-bottom: 5px;
    }
    .reservation-form input, .reservation-form select, .reservation-form textarea {
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }
    .reservation-form p {
      font-size: 12px;
      max-width: 85%;
    }
    .reservation-form button, .reservation-form input[type="submit"] {
      padding: 10px 20px;
      font-size: 14px;
    }

    /* reservation section end */

    /* get in touch section start */

    .get-in-touch-wrap {
      padding: 40px 0;
    }
    .get-in-touch-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .get-in-touch-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .top-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .contact-form h5 {
      font-size: 16px;
      margin-bottom: 15px;
    }
    .contact-form label {
      font-size: 12px;
      margin-bottom: 5px;
    }
    .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 10px 10px;
      font-size: 12px;
    }
    .contact-form textarea {
      max-height: 100px;
      resize: vertical;
    }
    .contact-form .wpcf7-submit {
      font-size: 12px;
    }
    .contact-info h5 {
      font-size: 16px;
      margin-bottom: 15px;
    }
    .contact-info i.fa-solid, .contact-info i.fa-regular {
      font-size: 16px;
      margin-right: 10px;
    }
	.contact-info-btn {
		gap: 16px;
		font-size: 12px;
	}
    .time-schedule {
      gap: 4px;
      font-size: 14px;
    }
	.contact-info {
		padding: 10px;
		max-width: 400px !important;
		margin: 0 auto !important;
	}
	.contact-info-box {
		border-radius: 12px;
		padding: 15px 20px;
		height: 100%;
		font-size: 14px;
	}

    /* get in touch section end */
    
    /* footer section start */

    .footer-brand-logo ,.footer-brand ,.footer-social-icons ,.footer-info{
      padding: 5px 15px;
    }
    .footer-bottom .divider-top-img {
      display: block;
      margin: 0 auto 30px;
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    .footer-brand-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .footer-brand-logo img {
      max-width: 140px;
      height: auto;
      margin-bottom: 15px;
    }

    .footer-brand p {
      font-size: 14px;
    }

    .footer-info p ,.footer-info a{
      font-size: 14px;
    }
    .footer-social-icons {
      display: inline-flex;
      justify-content: center;
    }
    .footer-social-icons img {
      margin-right: 10px;
      width: 20px;
      object-fit: contain;
    }

    /* footer section end */

    /* inner header section start */

    .innerpage-header {
      min-height: 40vh;
    }
    .pageheading-middle h2 {
      font-size: 24px;
    }
    #breadcrumbs {
      font-size: 14px;
    }

    /* inner header section end */

    /* inner about page start */

    .inner-about-wrap {
      padding: 40px 0;
    }
    .inner-about-title {
      font-size: 24px;
      margin-bottom: 15px;
    }
    .inner-about-content-wrap {
      padding: 0;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .inner-about-content p {
      font-size: 14px;
    }
    .inner-about-image-wrap .inner-about-image img {
      width: 100%;
      height: 300px;
    }
    .stats-wrap {
      padding: 20px 0 50px;
    }

    .stats-wrap .row{
      justify-content: center;
    }
    .stat-number {
      font-size: 24px;
    }
    .stat-text {
      font-size: 12px;
      line-height: 1.5;
    }
    .stat-para {
      font-size: 14px;
      margin-top: 20px;
    }
    .about-inner-slider-wrap {
      padding: 40px 0;
    }
    .about-inner-slider-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .slider-col{
      padding: 0;
    }
    .about-inner-slide img {
      max-height: 20px;
      width: 100%;
    }
    .about-inner-slider-wrap .top-header .sub-text {
      font-size: 14px;
      margin-top: 5px;
    }

    /* inner about page end */

    /* inner menu page start */

    .menu-group-title {
      font-size: 16px;
    }
    .menu-parent-nav {
      margin: 30px auto;
      gap: 5px;
    }
    .inner-menu-wrap .mobile-filter-toggle, .menu-wrap .mobile-filter-toggle {
      padding: 7px;
      font-size: 10px !important;
      border-radius: 3px;
    }
    .inner-menu-wrap .mobile-filter-list button, .menu-wrap .mobile-filter-list button {
      font-size: 10px !important;
    }
    .inner-menu-wrap .menu-filter-nav {
      margin-bottom: 30px;
    }
    .inner-menu-wrap  .menu-img img {
      width: 100%;
      max-height: unset !important;
      height: 250px;
    }
    .menu-price {
      font-weight: 700;
      white-space: nowrap;
      margin-left: 6px;
      font-size: 14px !important;
    }
    .inner-menu-wrap .menu-info p {
      line-height: 1.5;
      font-size: 12px;
    }
    .inner-menu-wrap .price {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-menu-wrap .menu-img:hover::after {
      display: none !important;
    }

    /* inner menu page end */

    /* inner event page start */

    .inner-event-wrap {
      padding: 40px 0;
    }
    .inner-event-image img {
      min-height: 300px;
      border-radius: 13px;
    }
    .inner-event-content-wrap{
      margin-top: 15px;
    }
    .inner-event-title {
      font-size: 24px;
      margin-bottom: 15px;
    }
    .inner-event-content p {
      font-size: 14px;
    }
    .book-event-btn {
      font-size: 14px;
    }
    .inner-event-gallery-wrap {
      padding: 40px 0;
    }
    .inner-event-gallery-image {
      max-width: 400px;
      margin: 0 auto 20px;
    }
    .inner-event-gallery-wrap .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-event-gallery-wrap .sub-text {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .booking-form-wrap {
      padding: 15px;
      max-width: 350px;
    }
    .booking-form-wrap .top-header {
      margin: 0 auto 15px;
    }
    .booking-form-wrap .top-header .title {
      font-size: 20px;
    }
    .booking-form-wrap .top-header .sub-text {
      display: none;
    }
    .booking-form-wrap .form-col{
      padding: 0 10px  !important;
    }
    .booking-form-wrap input, .booking-form-wrap textarea {
      padding: 7px;
      font-size: 12px;
    }
    .booking-form-wrap label {
      margin-bottom: 5px;
      font-size: 12px;
    }
    .booking-form-wrap textarea {
      max-height: 100px;
    }
    .booking-form-wrap .btn {
      padding: 10px 20px;
      font-size: 14px;
      margin-bottom: 0;
    }

    /* inner event page end */

    /* inner gallery page start */

    .inner-gallery-wrap {
      padding: 40px 0;
    }
    .inner-gallery-wrap  .top-header {
      max-width: 500px;
      margin: 0px auto 40px;
    }
    .inner-gallery-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-gallery-wrap .top-header .subhead {
      font-size: 24px;
      margin-bottom: 10px;
    }

    /* inner gallery page end */

    /* inner contact us page start */

    .inner-contact-wrap {
      padding: 40px 0;
    }
    .inner-contact-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-contact-wrap .top-header .subhead {
      font-size: 24px;
    }
    .page-intro p{
      font-size: 14px;
      line-height: 1.7;
    }
    .inner-contact-col{
      margin-bottom: 15px;
    }
    .inner-contact-wrap .contact-info-link, .inner-contact-wrap .contact-info-time {
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 8px #17323370;
    }
    .inner-contact-wrap .contact-info {
      padding: 15px;
      max-width: 100%;
    }
    .happy-hours-wrap.hh-bountiful {
      border-radius: 10px;
      padding: 10px;
      margin: 100px 0 15px;
    }
	.happy-hours-wrap.hh-bountiful::before {
      width: 140px;
      height: 140px;
      top: -60px;
    }
    .hh-general {
      margin: 80px 0 10px;
      font-size: 22px;
    }
    .happy-hours-wrap.hh-bountiful p {
      margin-bottom: 15px;
      font-size: 12px;
    }
    .hh-day {
      font-size: 10px;
    }
    .hh-time {
      font-size: 12px;
    }
	.contact-info-box {
		border-radius: 13px;
	}
    

    /* inner contact us page end */

  }

  @media (max-width: 575px) {
    .menu-title {
      white-space: normal !important; /* allow text to break */
      flex: 1 1 100%; /* full width */
      margin-bottom: 4px;
    }
    .menu-line {
      display: flex;
      align-items: start !important;
      gap: 10px !important;
    }

    .dot-leader {
      display: none; /* hide dots if it breaks layout */
    }
  }

  @media screen and (min-width:576px) and (max-width:767.50px){
    /* header section start */

    .main-header {
        padding: 10px;
    }

    .header-logo img {
        width: 130px;
        height: auto;
        object-fit: contain;
    }
    .contact-btn-col{
      display: none !important;
    }
    .header-logo-col {
      display: flex;
      justify-content: flex-end;
      padding-right: 5px !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
      display: block !important;
    }
    .mega-menu-item-1557{
      display: list-item !important;
    }

    .container{
      padding: 0 6% !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        height: 30px;
    }

    /* header section end */

    /* banner section start */

    
    .banner-image {
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
      border-radius: 15px !important;
    }
    .home-banner-wrap .row {
      flex-direction: column; /* stack vertically */
    }

    .banner-left {
      order: 2; /* push left content below on mobile */
      flex: 1 1 100%;
      padding: 15px;
    }

    .banner-right {
      order: 1; /* bring right content first on mobile */
      flex: 1 1 100%;
      padding: 15px;
    }
    .estd {
      font-size: 12px;
      margin-bottom: 10px;
      letter-spacing: 2px;
      gap: 10px;
    }
    .estd-icon {
      width: 20px;
    }
    .banner-title {
      font-size: 30px;
      line-height: 1.5;
    }
    .banner-description p {
      font-size: 16px;
    }
    .banner-buttons {
      margin-bottom: 30px;
    }
    .banner-btn1, .banner-btn2 {
      gap: 15px;
      padding: 7px 15px;
      font-size: 14px;
      margin: 5px 10px 5px 0;
    }
    .address-text p {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .time-text p {
      font-size: 14px;
    }
    .time-text span {
      font-size: 14px;
    }
    .banner-bottom-content {
      padding-top: 20px;
    }
    /* banner section end */

    /* popular delight section start */

    .popular-delight-wrap {
      padding: 40px 0;
    }
    .top-header .tag-icon {
      margin-right: 5px;
      width: 16px;
    }
    .popular-delight-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }

    .popular-delight-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .popular-img img {
      width: 100%;
      height: 250px;
      border-radius: 10px;
    }
    .popular-title {
      font-size: 18px;
    }
    .popular-meta .popular-price {
      line-height: 1.2;
      font-size: 14px;
    }
    .rating-stars .rating-text {
      font-size: 12px;
    }
    .rating-stars i {
      font-size: 10px;
    }

    /* popular delight section end */

    /* about section start */

    .about-wrap {
      padding: 40px 0;
    }
    .about-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .about-content {
      max-width: 500px;
      margin: 10px auto;
    }
    .about-content p{
      font-size: 16px;
    }
    .about-card-col {
      margin: 30px auto 0;
    }
    .about-image-card-wrap .about-image-card img {
      width: 100%;
      height: 140px !important;
      object-fit: cover;
    }
    .logo-slide img {
      height: 30px;
      object-fit: contain;
      padding: 0 10px;
    }
    .about-bottom-wrap {
      margin-top: 20px;
    }
    .about-image-card-wrap .about-image-card {
      width: 100px;
      height: 130px;
      border-radius: 10px;
    }
    .about-image-card-wrap .about-image-card {
      width: 100px;
      height: 130px !important;
      border-radius: 10px;
    }
    .silder-col-left{
      display: none !important;
    }
    .about-btn-wrap {
      margin-top: 20px;
    }
    .contact-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }

    /* about section end */

    /* menu section start */

    .menu-wrap {
      padding: 40px 0;
    }
    .menu-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .menu-wrap .top-header .subhead {
      font-size: 26px;
    }
    .menu-filter-nav {
      margin: 20px 0 30px;
      flex-wrap: wrap;
      gap: 5px 10px;
    }
    .menu-tab-btn {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.3;
    }
    .menu-card {
      margin-bottom: 15px;
    }
    .menu-card-inner {
      flex-direction: column;
      height: 100%;
      max-width: 350px;
      margin: auto;
    }
    .menu-img img {
      width: 100%;
      height: 200px;
      max-height: 200px;
      border-radius: 10px;
    }
    .menu-info {
      padding: 10px 5px;
    }
    .menu-info p {
      line-height: 1.5;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .price {
      font-size: 14px;
      font-weight: 600;
      color: #173233;
    }
    .menu-tags .badge {
      font-size: 12px;
    }
    .menu-btn-wrap {
      text-align: center;
      margin: 0 !important;
    }
    .menu-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }
        .happy-hours-title i {
      font-size: 16px;
      margin-right: 5px;
    }
    .happy-hours-title {
      margin: 0 0 10px;
      font-size: 16px;
    }
    .happy-hours-time {
      font-size: 12px;
    }
    .happy-hours-deals {
      margin: 5px 0;
      font-size: 10px;
    }
    .menu-category-desc-box p {
      font-size: 12px;
    }
    .happy-hours-footer.minimized {
      width: 60px;
      height: 60px;
    }
    .happy-hours-footer.minimized::before {
      font-size: 30px;
    }
    .menu-side-label {
      display: none;
    }

    /* menu section end */

    /* specialty delight section start */
    
    .specialty-delight-wrap {
      padding: 40px 0;
    }
    .specialty-delight-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .specialty-delight-wrap .top-header .sub-text {
      font-size: 16px;
    }
    .specialty-desc p {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .specialty-tags .badge {
      font-size: 12px;
      padding: 5px 10px;
    }
    .specialty-tags {
      gap: 5px;
      margin-top: 0;
    }
    .popular-card-inner {
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
      max-width: 350px;
      margin: auto;
    }
    .popular-info {
      padding: 10px 0 0 !important;
    }
    .floating-element{
      display: none !important;
    }

    /* specialty delight section end */

    /* gallery section start */

    .gallery-wrap {
      padding: 40px 0;
    }
    .logo-overlay {
      width: 200px;
      height: 160px;
    }
    .gallery-wrap .top-header {
      margin-bottom: 40px;
    }
    .gallery-wrap .top-header .gallery-title {
      font-size: 28px;
      margin-bottom: 5px;
    }
    .gallery-wrap .top-header .gallery-subtext {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .gallery-img-wrap {
      position: relative;
      padding: 15px;
    }
    .gallery-img-wrap img {
        width: 100%;
        max-width: 400px;
    }
    .caption {
      position: absolute;
      bottom: 10%;
      font-size: 10px;
      line-height: 1.4;
      max-width: 380px;
      width: 80%;
      border-radius: 12px;
    }

    /* gallery section end */

    /* event section start */

    .event-wrap {
      padding: 40px 0;
    }
    .event-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .event-wrap .top-header .sub-text {
      font-size: 14px;
    }
    .event-card {
      height: 350px;
      max-width: 400px;
      margin: auto;
      margin-bottom: 20px;
    }
    .event-title {
      font-size: 16px;
    }
    .event-desc {
      font-size: 12px;
    }
    .event-meta .event-date, .event-meta .event-time {
      font-size: 12px;
    }

    /* event section end */

    /* insta slider section start */

    .insta-slider-wrap {
      padding: 40px 0;
      overflow: hidden;
    }
    .insta-slider-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .insta-slider-wrap .sub-link {
      font-size: 24px;
    }
    .insta-slider-wrap .top-header .sub-text {
      font-size: 12px;
    }
    .insta-slide img {
      width: 100%;
      height: 250px;
    }

    /* insta slider section end */

    /* testimonial section start */

    .testimonial-wrap {
      text-align: center;
      padding: 40px 0;
      position: relative;
    }
    .divider-top-img, .divider-bottom-img {
      display: block;
      margin: 0 auto;
      width: 90%;
    }
    .testimonial-header {
      position: relative;
      margin: 30px 0;
    }
    .stars {
      font-size: 14px;
    }
    .testimonial-item .review p {
      font-style: italic;
      font-size: 14px;
      line-height: 1.5;
    }
    .testimonial-nav {
      margin: 20px 0 30px;
      gap: 15px;
    }
    .testimonial-nav button {
      width: 30px;
      height: 30px;
      font-size: 12px;
    }

    /* testimonial section end */

    /* reservation section start */

    .reservation-wrap {
      background-color:  #156b59;
      padding: 40px 0;
    }
    .side-image{
      margin: 20px auto;
    }
    .side-image img {
      display: none !important;
      position: static !important;
      width: 100%;
      max-width: 300px;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .reservation-logo {
      max-width: 140px;
      margin-bottom: 5px;
    }
    .reservation-form input, .reservation-form select, .reservation-form textarea {
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }
    .reservation-form p {
      font-size: 12px;
      max-width: 85%;
    }
    .reservation-form button, .reservation-form input[type="submit"] {
      padding: 10px 20px;
      font-size: 14px;
    }

    /* reservation section end */

    /* get in touch section start */

    .get-in-touch-wrap {
      padding: 40px 0;
    }
    .get-in-touch-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .get-in-touch-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .top-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .contact-form h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-form label {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 10px 10px;
      font-size: 14px;
    }
    .contact-form textarea {
      max-height: 100px;
      resize: vertical;
    }
    .contact-form .wpcf7-submit {
      font-size: 14px;
    }
    .contact-info {
      padding: 10px;
      max-width: 400px;
    }
    .contact-info h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-info i.fa-solid, .contact-info i.fa-regular {
      font-size: 16px;
      margin-right: 10px;
      margin-top: 3px;
    }
    .contact-info-btn {
      gap: 16px;
      font-size: 12px;
    }
    .time-schedule {
      gap: 4px;
      font-size: 14px;
    }
    .contact-info-link {
      margin: 20px 0;
    }

    /* get in touch section end */
    
    /* footer section start */

    .footer-brand-logo, .footer-brand, .footer-social-icons, .footer-info {
      padding: 10px 15px;
    }
    .footer-bottom .divider-top-img {
      display: block;
      margin: 0 auto 30px;
      width: 90%;
      height: auto;
      object-fit: contain;
    }
    .footer-brand-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .footer-brand-logo img {
      max-width: 140px;
      height: auto;
    }

    .footer-brand p {
      font-size: 14px;
    }

    .footer-info p ,.footer-info a{
      font-size: 14px;
    }
    .footer-social-icons {
      display: inline-flex;
      justify-content: center;
    }
    .footer-social-icons img {
      margin-right: 10px;
      width: 20px;
      object-fit: contain;
    }

    /* footer section end */

    /* inner header section start */

    .innerpage-header {
      min-height: 40vh;
    }
    .pageheading-middle h2 {
      font-size: 24px;
    }
    #breadcrumbs {
      font-size: 14px;
    }

    /* inner header section end */

    /* inner about page start */

    .inner-about-wrap {
      padding: 40px 0;
    }
    .inner-about-title {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .inner-about-content-wrap {
      padding: 0;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .inner-about-content p {
      font-size: 14px;
    }
    .inner-about-image-wrap .inner-about-image img {
      width: 100%;
      height: 300px;
    }
    .stats-wrap {
      padding: 20px 0 50px;
    }
    .stats-wrap .row{
      justify-content: center;
    }
    .stat-number {
      font-size: 24px;
    }
    .stat-text {
      font-size: 12px;
      line-height: 1.5;
    }
    .stat-para {
      font-size: 14px;
      margin-top: 20px;
    }
    .about-inner-slider-wrap {
      padding: 40px 0;
    }
    .about-inner-slider-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .slider-col{
      padding: 0 !important;
    }
    .about-inner-slide img {
      max-height: 20px;
      width: 100%;
    }
    .about-inner-slider-wrap .top-header .sub-text {
      font-size: 16px;
      margin-top: 5px;
    }

    /* inner about page end */

    /* inner menu page start */


    .inner-menu-wrap .mobile-filter-toggle, .menu-wrap .mobile-filter-toggle {
      padding: 10px !important;
      font-size: 10px !important;
      border-radius: 3px;
    }
    .inner-menu-wrap .mobile-filter-list button, .menu-wrap .mobile-filter-list button {
      font-size: 12px !important;
    }
    .inner-menu-wrap .menu-tab-btn {
      padding: 5px;
      font-size: 14px;
      line-height: 1.3;
    }
    .inner-menu-wrap .menu-filter-nav {
      margin-bottom: 30px;
    }
    .inner-menu-wrap  .menu-img img {
      width: 100%;
      max-height: 250px;
      height: 250px;
    }
    .menu-dish-heading {
      font-size: 18px;
    }
    .sub-menu-dish-heading {
      font-size: 16px;
    }
	.panino-extra {
		margin-top: 0px;
		font-size: 14px;
	}
    .menu-title {
      font-size: 14px;
    }
    .menu-desc p   {
      font-size: 12px;
    }
    .menu-price {
      font-size: 14px;
    }
    .inner-menu-wrap .menu-info p {
      line-height: 1.5;
      font-size: 12px;
    }
    .inner-menu-wrap .price {
      font-size: 10px;
      padding: 7px 10px;
    }
    .popular-card {
      padding: 10px !important;
      margin-bottom: 10px;
    }

    /* inner menu page end */

    /* inner event page start */

    .inner-event-wrap {
      padding: 40px 0;
      background: #ffffff;
    }
    .inner-event-image img {
      max-height: 400px;
      border-radius: 13px;
    }
    .inner-event-content-wrap{
      margin-top: 15px;
    }
    .inner-event-title {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .inner-event-content p {
      font-size: 16px;
    }
    .book-event-btn {
      font-size: 14px;
    }
    .inner-event-gallery-wrap {
      padding: 40px 0;
    }
    .inner-event-gallery-wrap .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-event-gallery-wrap .sub-text {
      font-size: 26px;
      margin-bottom: 10px;
    }

    .booking-form-wrap .top-header .title {
      font-size: 20px;
    }
    .booking-form-wrap .top-header .sub-text {
      display: none;
    }
    .booking-form-wrap input, .booking-form-wrap textarea {
      padding: 7px;
      font-size: 12px;
    }
    .booking-form-wrap label {
      margin-bottom: 5px;
      font-size: 12px;
    }
    .booking-form-wrap textarea {
      max-height: 100px;
    }
    .booking-form-wrap .btn {
      padding: 10px 20px;
      font-size: 14px;
    }
    .inner-event-gallery-image {
      margin-bottom: 0px;
      overflow: hidden;
    }
    .inner-event-gallery-col{
      padding:10px !important;
    }

    /* inner event page end */

    /* inner gallery page start */

    .inner-gallery-wrap {
      padding: 40px 0;
    }
    .inner-gallery-wrap  .top-header {
      max-width: 500px;
      margin: 0px auto 40px;
    }
    .inner-gallery-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-gallery-wrap .top-header .subhead {
      font-size: 26px;
      margin-bottom: 10px;
    }

    /* inner gallery page end */

    /* inner contact us page start */

    .inner-contact-wrap {
      padding: 40px 0;
    }
    .inner-contact-wrap .top-header {
      max-width: 600px;
      margin: 0 auto 40px;
    }
    .inner-contact-wrap .contact-info {
      padding: 15px;
      max-width: 100%;
    }
    .inner-contact-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-contact-wrap .top-header .subhead {
      font-size: 26px;
    }
    .page-intro p{
      font-size: 14px;
      line-height: 1.7;
    }
    .inner-contact-col{
      margin-bottom: 15px;
    }
    .inner-contact-wrap .contact-info-link, .inner-contact-wrap .contact-info-time {
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 8px #17323370;
    }
	.happy-hours-wrap.hh-bountiful {
		border-radius: 10px;
		padding: 10px;
		margin: 100px 0 15px;
	}
	.happy-hours-wrap.hh-bountiful::before {
      width: 140px;
      height: 140px;
      top: -60px;
    }
	.hh-general {
		margin: 80px 0 10px;
		font-size: 22px;
	}
	.happy-hours-wrap.hh-bountiful p {
		margin-bottom: 15px;
		font-size: 14px;
	}
    .hh-day {
      font-size: 14px;
    }
	.hh-time {
		font-size: 14px;
	}
    

    /* inner contact us page end */

  }

  @media screen and (min-width:768px) and (max-width:990.50px){
    /* header section start */

    .main-header {
        padding: 10px;
    }

    .header-logo img {
        width: 140px;
        height: auto;
        object-fit: contain;
    }
    .contact-btn-col{
      display: none !important;
    }
    .header-logo-col {
      display: flex;
      justify-content: flex-end;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
      display: block !important;
    }
    .mega-menu-item-1557{
      display: list-item !important;
    }

    .container{
      padding: 0 6% !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        height: 30px;
    }

    /* header section end */

    /* banner section start */

    .banner-image {
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
      border-radius: 15px !important;
    }
    .banner-left {
      padding: 15px;
    }

    .banner-right {
      padding: 15px;
    }
    .estd {
      font-size: 12px;
      margin-bottom: 10px;
      letter-spacing: 2px;
      gap: 10px;
    }
    .estd-icon {
      width: 20px;
    }
    .banner-title {
      font-size: 36px;
      line-height: 1.5;
    }
    .banner-description p {
      font-size: 16px;
    }
    .banner-buttons {
      margin-bottom: 30px;
    }
    .banner-btn1, .banner-btn2 {
      gap: 15px;
      padding: 7px 15px;
      font-size: 14px;
      margin: 5px 10px 5px 0;
    }
    .address-text p {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .time-text p {
      font-size: 14px;
    }
    .time-text span {
      font-size: 14px;
    }
    .banner-bottom-content {
      padding-top: 20px;
    }
    /* banner section end */

    /* popular delight section start */

    .popular-delight-wrap {
      padding: 40px 0;
    }
    .top-header .tag-icon {
      margin-right: 5px;
      width: 16px;
    }
    .popular-delight-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }

    .popular-delight-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .popular-img img {
      width: 100%;
      height: 250px;
      border-radius: 10px;
    }
    .popular-title {
      font-size: 18px;
    }
    .popular-meta .popular-price {
      line-height: 1.2;
      font-size: 14px;
    }
    .rating-stars .rating-text {
      font-size: 12px;
    }
    .rating-stars i {
      font-size: 10px;
    }

    /* popular delight section end */

    /* about section start */

    .about-wrap {
      padding: 40px 0;
    }
    .about-wrap .top-header{
      margin: 0 auto 50px !important;
    }
    .about-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .about-content {
      max-width: 500px;
      margin: 10px auto;
    }
    .about-content p{
      font-size: 16px;
    }
    .about-card-col {
      margin: -70px auto 0 auto;
      text-align: center;
    }
    .logo-slide img {
      height: 40px;
      object-fit: contain;
      padding: 0 10px;
    }
    .about-bottom-wrap {
      margin-top: 20px;
    }
    .about-image-card-wrap .about-image-card {
      width: 100px;
      height: 130px;
      border-radius: 10px;
    }
    .about-image-card-wrap .about-image-card {
      width: 100px;
      height: 130px;
      border-radius: 10px;
    }
    .about-image-card-wrap .about-image-card img {
      width: 100%;
      height: 140px;
      object-fit: cover;
    }
    .about-btn-wrap {
      margin-top: 20px;
    }
    .contact-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }

    /* about section end */

    /* menu section start */

    .menu-wrap {
      padding: 40px 0;
    }
    .menu-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .menu-wrap .top-header .subhead {
      font-size: 26px;
    }
    .menu-filter-nav {
      margin: 20px 0 30px;
      flex-wrap: wrap;
      gap: 5px 10px;
    }
    .menu-tab-btn {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.3;
    }
    .menu-card {
      margin-bottom: 20px;
    }
    .menu-card-inner {
      flex-direction: column;
      height: 100%;
      max-width: 350px;
      margin: auto;
    }
    .menu-img img {
      width: 100%;
      height: 250px;
      max-height: 250px;
      border-radius: 10px;
    }
    .menu-info {
      padding: 10px 5px;
    }
    .menu-title {
      font-size: 18px;
    }
    .menu-info p {
      line-height: 1.5;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .price {
      font-size: 14px;
      font-weight: 600;
      color: #173233;
    }
    .menu-tags .badge {
      font-size: 12px;
    }
    .menu-btn-wrap {
      text-align: center;
      margin: 0 !important;
    }
    .menu-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }

    /* menu section end */

    /* specialty delight section start */
    
    .specialty-delight-wrap {
      padding: 40px 0;
    }
    .specialty-delight-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .specialty-delight-wrap .top-header .sub-text {
      font-size: 16px;
    }
    .specialty-desc p {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .specialty-tags .badge {
      font-size: 12px;
      padding: 5px 10px;
    }
    .specialty-tags {
      gap: 5px;
      margin-top: 0;
    }
    .popular-card-inner {
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
      margin: auto;
    }
    .popular-info {
      padding: 10px 0 0 !important;
    }
    .floating-element{
      display: none !important;
    }

    /* specialty delight section end */

    /* gallery section start */

    .gallery-wrap {
      padding: 40px 0;
    }
    .logo-overlay {
      width: 160px;
      height: 160px;
    }
    .gallery-wrap .top-header {
      margin-bottom: 40px;
    }
    .gallery-wrap .top-header .gallery-title {
      font-size: 28px;
      margin-bottom: 5px;
    }
    .gallery-wrap .top-header .gallery-subtext {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .gallery-img-wrap {
      position: relative;
      padding: 15px;
    }
    .gallery-img-wrap img {
        width: 100%;
        max-width: 400px;
    }
    .caption {
      position: absolute;
      bottom: 10%;
      font-size: 10px;
      line-height: 1.4;
      max-width: 380px;
      width: 80%;
      border-radius: 12px;
    }

    /* gallery section end */

    /* event section start */

    .event-wrap {
      padding: 40px 0;
    }
    .event-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .event-wrap .top-header .sub-text {
      font-size: 14px;
    }
    .event-card {
      height: 350px;
      max-width: 400px;
      margin: auto;
      margin-bottom: 20px;
    }
    .event-title {
      font-size: 16px;
    }
    .event-desc {
      font-size: 12px;
    }
    .event-meta .event-date, .event-meta .event-time {
      font-size: 12px;
    }

    /* event section end */

    /* insta slider section start */

    .insta-slider-wrap {
      padding: 40px 0;
      overflow: hidden;
    }
    .insta-slider-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .insta-slider-wrap .sub-link {
      font-size: 24px;
    }
    .insta-slider-wrap .top-header .sub-text {
      font-size: 12px;
    }
    .insta-slide img {
      width: 100%;
      height: 250px;
    }

    /* insta slider section end */

    /* testimonial section start */

    .testimonial-wrap {
      text-align: center;
      padding: 40px 0;
      position: relative;
    }
    .divider-top-img, .divider-bottom-img {
      display: block;
      margin: 0 auto;
      width: 90%;
    }
    .testimonial-header {
      position: relative;
      margin: 30px 0;
    }
    .stars {
      font-size: 14px;
    }
    .testimonial-item .review p {
      font-style: italic;
      font-size: 14px;
      line-height: 1.5;
    }
    .testimonial-nav {
      margin: 20px 0 30px;
      gap: 15px;
    }
    .testimonial-nav button {
      width: 30px;
      height: 30px;
      font-size: 12px;
    }

    /* testimonial section end */

    /* reservation section start */

    .reservation-wrap {
      background-color:  #156b59;
      padding: 40px 0;
    }
    .side-image{
      margin: 20px auto;
    }
    .side-image img {
      position: absolute;
      width: 100%;
      max-width: 300px;
      height: 250px;
      margin-left: auto;
      margin-right: auto;
    }
    .reservation-logo {
      max-width: 140px;
      margin-bottom: 5px;
    }
    .reservation-form input, .reservation-form select, .reservation-form textarea {
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }
    .reservation-form p {
      font-size: 12px;
      max-width: 85%;
    }
    .reservation-form button, .reservation-form input[type="submit"] {
      padding: 10px 20px;
      font-size: 14px;
    }

    /* reservation section end */

    /* get in touch section start */

    .get-in-touch-wrap {
      padding: 40px 0;
    }
    .get-in-touch-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .get-in-touch-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .top-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .contact-form h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-form label {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 10px 10px;
      font-size: 14px;
    }
    .contact-form textarea {
      max-height: 100px;
      resize: vertical;
    }
    .contact-form .wpcf7-submit {
      font-size: 14px;
    }
    .contact-info {
      padding: 10px;
      max-width: 400px;
    }
    .contact-info h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-info i.fa-solid, .contact-info i.fa-regular {
      font-size: 16px;
      margin-right: 10px;
      margin-top: 3px;
    }
    .contact-info-btn {
      gap: 16px;
      font-size: 12px;
    }
    .time-schedule {
      gap: 4px;
      font-size: 14px;
    }
    .contact-info-link {
      margin: 20px 0;
    }

    /* get in touch section end */
    
    /* footer section start */

    .footer-brand-logo, .footer-brand, .footer-social-icons, .footer-info {
      padding: 10px 15px;
    }
    .footer-bottom .divider-top-img {
      display: block;
      margin: 0 auto 30px;
      width: 90%;
      height: auto;
      object-fit: contain;
    }
    .footer-brand-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .footer-brand-logo img {
      max-width: 140px;
      height: auto;
    }

    .footer-brand p {
      font-size: 14px;
    }

    .footer-info p ,.footer-info a{
      font-size: 14px;
    }
    .footer-social-icons {
      display: inline-flex;
      justify-content: center;
    }
    .footer-social-icons img {
      margin-right: 10px;
      width: 20px;
      object-fit: contain;
    }

    /* footer section end */

    /* inner header section start */

    .innerpage-header {
      min-height: 40vh;
    }
    .pageheading-middle h2 {
      font-size: 24px;
    }
    #breadcrumbs {
      font-size: 14px;
    }

    /* inner header section end */

    /* inner about page start */

    .inner-about-wrap {
      padding: 40px 0;
    }
    .inner-about-title {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .inner-about-content-wrap {
      padding: 0;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .inner-about-content p {
      font-size: 14px;
    }
    .inner-about-image-wrap .inner-about-image img {
      width: 100%;
      height: 300px;
    }
    .stats-wrap {
      padding: 20px 0 50px;
    }
    .stats-wrap .row{
      justify-content: center;
    }
    .stat-number {
      font-size: 24px;
    }
    .stat-text {
      font-size: 12px;
      line-height: 1.5;
    }
    .stat-para {
      font-size: 14px;
      margin-top: 20px;
    }
    .about-inner-slider-wrap {
      padding: 40px 0;
    }
    .about-inner-slider-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .slider-col{
      padding: 0 !important;
    }
    .about-inner-slide img {
      max-height: 20px;
      width: 100%;
    }
    .about-inner-slider-wrap .top-header .sub-text {
      font-size: 16px;
      margin-top: 5px;
    }

    /* inner about page end */

    /* inner menu page start */

    .inner-menu-wrap .menu-tab-btn {
      padding: 5px 10px;
      font-size: 18px;
      line-height: 1.3;
    }
    .inner-menu-wrap .menu-filter-nav {
      margin-bottom: 30px;
    }
    .inner-menu-wrap  .menu-img img {
      width: 100%;
      max-height: 300px;
      height: 300px;
    }
    .menu-dish-heading {
      font-size: 18px !important;
    }
    .sub-menu-dish-heading {
      font-size: 16px;
    }
	.panino-extra {
		margin-top: 0px;
		font-size: 14px;
	}
    .menu-title {
      font-size: 14px;
    }
    .menu-desc p   {
      font-size: 12px;
    }
    .popular-card {
      padding: 10px !important;
      margin-bottom: 10px;
    }

    /* inner menu page end */

    /* inner event page start */

    .inner-event-wrap {
      padding: 40px 0;
      background: #ffffff;
    }
    .inner-event-image img {
      max-height: 400px;
      border-radius: 13px;
    }
    .inner-event-content-wrap{
      margin-top: 15px;
    }
    .inner-event-title {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .inner-event-content p {
      font-size: 16px;
    }
    .book-event-btn {
      font-size: 14px;
    }
    .inner-event-gallery-wrap {
      padding: 40px 0;
    }
    .inner-event-gallery-wrap .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-event-gallery-wrap .sub-text {
      font-size: 26px;
      margin-bottom: 10px;
    }

    .booking-form-wrap .top-header .title {
      font-size: 20px;
    }
    .booking-form-wrap .top-header .sub-text {
      display: none;
    }
    .booking-form-wrap input, .booking-form-wrap textarea {
      padding: 7px;
      font-size: 12px;
    }
    .booking-form-wrap label {
      margin-bottom: 5px;
      font-size: 12px;
    }
    .booking-form-wrap textarea {
      max-height: 100px;
    }
    .booking-form-wrap .btn {
      padding: 10px 20px;
      font-size: 14px;
      margin: 0;
    }
    .inner-event-gallery-image {
      margin-bottom: 0px;
      overflow: hidden;
    }
    .inner-event-gallery-col{
      padding:10px !important;
    }

    /* inner event page end */

    /* inner gallery page start */

    .inner-gallery-wrap {
      padding: 40px 0;
    }
    .inner-gallery-wrap  .top-header {
      max-width: 500px;
      margin: 0px auto 40px;
    }
    .inner-gallery-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-gallery-wrap .top-header .subhead {
      font-size: 26px;
      margin-bottom: 10px;
    }

    /* inner gallery page end */

    /* inner contact us page start */

    .inner-contact-wrap {
      padding: 40px 0;
    }
    .inner-contact-wrap .top-header {
      max-width: 600px;
      margin: 0 auto 40px;
    }
    .inner-contact-wrap .contact-info {
      padding: 15px;
      max-width: 100%;
    }
    .inner-contact-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-contact-wrap .top-header .subhead {
      font-size: 26px;
    }
    .page-intro p{
      font-size: 14px;
      line-height: 1.7;
    }
    .inner-contact-col{
      margin-bottom: 15px;
    }
    .inner-contact-wrap .contact-info-link, .inner-contact-wrap .contact-info-time {
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 8px #17323370;
    }
    .inner-contact-wrap .contact-info h5 {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .happy-hours-wrap.hh-bountiful {
      border-radius: 10px;
      padding: 10px;
    }
	.happy-hours-wrap.hh-bountiful::before {
      width: 140px;
      height: 140px;
      top: -60px;
    }
    .hh-general {
      margin: 80px 0 10px;
      font-size: 20px;
    }
    .happy-hours-wrap.hh-bountiful p {
      margin-bottom: 15px;
      font-size: 10px;
    }
    .hh-day {
      font-size: 10px;
    }
    .hh-time {
      font-size: 12px;
    }
	.contact-info-box {
		border-radius: 13px;
	}

    /* inner contact us page end */

  }

  @media screen and (min-width:991px) and (max-width:1200.50px){
    /* header section start */

    .main-header {
        padding: 10px;
    }

    .header-logo img {
        width: 160px;
        height: auto;
        object-fit: contain;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
      display: block !important;
    }

    .container{
      padding: 0 6% !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        height: 30px;
    }

    /* header section end */

    /* banner section start */

    .banner-image {
      width: 100%;
      height: 500px;
      background-size: cover;
      background-position: center;
      border-radius: 50% 50% 0 0;
    }
    .estd {
      font-size: 12px;
      margin-bottom: 10px;
      letter-spacing: 2px;
      gap: 10px;
    }
    .estd-icon {
      width: 20px;
    }
    .banner-title {
      font-size: 36px;
      line-height: 1.5;
    }
    .banner-description p {
      font-size: 16px;
    }
    .banner-buttons {
      margin-bottom: 30px;
    }
    .banner-btn1, .banner-btn2 {
      gap: 15px;
      padding: 7px 15px;
      font-size: 14px;
      margin: 5px 10px 5px 0;
    }
    .address-text p {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .time-text p {
      font-size: 14px;
    }
    .time-text span {
      font-size: 14px;
    }
    .banner-bottom-content {
      padding-top: 20px;
    }
    /* banner section end */

    /* popular delight section start */

    .top-header .tag-icon {
      margin-right: 5px;
      width: 18px;
    }
    .popular-delight-wrap .top-header .title {
      font-size: 12px;
      padding: 7px 10px;
    }

    .popular-delight-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .popular-img img {
      width: 100%;
      height: 250px;
      border-radius: 10px;
    }
    .popular-title {
      font-size: 18px;
    }
    .popular-meta .popular-price {
      line-height: 1.2;
      font-size: 14px;
    }
    .rating-stars .rating-text {
      font-size: 12px;
    }
    .rating-stars i {
      font-size: 10px;
    }

    /* popular delight section end */

    /* about section start */

    .about-wrap .top-header{
      margin: 0 auto 50px !important;
    }
    .about-wrap .top-header .title {
      font-size: 12px;
      padding: 7px 10px;
    }
    .about-content {
      max-width: 500px;
      margin: 10px auto;
    }
    .about-content p{
      font-size: 16px;
    }
    .about-card-col {
      margin: -70px auto 0 auto;
      text-align: center;
    }
    .logo-slide img {
      height: 40px;
      object-fit: contain;
      padding: 0 10px;
    }
    .about-bottom-wrap {
      margin-top: 20px;
    }
    .about-image-card-wrap .about-image-card {
        width: 120px;
        height: 160px;
        border-radius: 10px;
    }
    .about-image-card-wrap .about-image-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }
    .about-btn-wrap {
      margin-top: 20px;
    }
    .contact-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }

    /* about section end */

    /* menu section start */

    .menu-wrap {
      padding: 40px 0;
    }
    .menu-wrap .top-header .title {
      font-size: 12px;
      padding: 7px 10px;
    }
    .menu-wrap .top-header .subhead {
      font-size: 26px;
    }
    .menu-parent-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 40px 0 30px;
      gap: 12px;
    }
    .menu-parent-nav .menu-tab-btn {
      font-size: 18px !important;
    }
    .menu-filter-nav {
      margin: 20px 0 30px;
      flex-wrap: wrap;
      gap: 5px 10px;
    }
    .menu-tab-btn {
      padding: 5px 10px;
      font-size: 12px !important;
      line-height: 1.3;
    }
    .menu-card {
      margin-bottom: 20px;
    }
    .menu-card-inner {
      height: 100%;
      margin: auto;
      gap: 0 10px;
    }
    .menu-title {
      font-size: 18px;
    }
    .menu-dish-heading {
      font-size: 18px;
    }
    .sub-menu-dish-heading {
      font-size: 18px;
    }
    .menu-info p {
      line-height: 1.5;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .price {
      font-size: 14px;
      font-weight: 600;
      color: #173233;
    }
    .menu-tags .badge {
      font-size: 12px;
    }
    .menu-btn-wrap {
      text-align: center;
      margin: 0 !important;
    }
    .menu-btn {
      gap: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }

    /* menu section end */

    /* specialty delight section start */
    
    .specialty-delight-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .specialty-delight-wrap .top-header .sub-text {
      font-size: 16px;
    }
    .specialty-desc p {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .specialty-tags .badge {
      font-size: 12px;
      padding: 5px 10px;
    }
    .specialty-tags {
      gap: 5px;
      margin-top: 0;
    }
    .popular-card-inner {
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
      margin: auto;
    }
    .popular-info {
      padding: 10px 0 0 !important;
    }

    /* specialty delight section end */

    /* gallery section start */

    .logo-overlay {
      width: 160px;
      height: 160px;
    }
    .gallery-wrap .top-header {
      margin-bottom: 40px;
    }
    .gallery-wrap .top-header .gallery-title {
      font-size: 28px;
      margin-bottom: 5px;
    }
    .gallery-wrap .top-header .gallery-subtext {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .gallery-img-wrap {
      position: relative;
      padding: 15px;
    }
    .gallery-img-wrap img {
        width: 100%;
        max-width: 400px;
    }
    .caption {
      position: absolute;
      bottom: 10%;
      font-size: 12px;
      line-height: 1.4;
      max-width: 380px;
      width: 80%;
      border-radius: 12px;
    }

    /* gallery section end */

    /* event section start */

    .event-wrap {
      padding: 40px 0;
    }
    .event-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .event-wrap .top-header .sub-text {
      font-size: 14px;
    }
    .event-card {
      max-width: 400px;
      margin: auto;
      margin-bottom: 20px;
    }
    .event-title {
      font-size: 16px;
    }
    .event-desc {
      font-size: 12px;
    }
    .event-meta .event-date, .event-meta .event-time {
      font-size: 12px;
    }

    /* event section end */

    /* insta slider section start */

    .insta-slider-wrap {
      padding: 40px 0;
      overflow: hidden;
    }
    .insta-slider-wrap .top-header .sub-title {
      font-size: 24px;
    }
    .insta-slider-wrap .sub-link {
      font-size: 24px;
    }
    .insta-slider-wrap .top-header .sub-text {
      font-size: 12px;
    }
    .insta-slide img {
      width: 100%;
      height: 250px;
    }

    /* insta slider section end */

    /* testimonial section start */

    .testimonial-wrap {
      text-align: center;
      padding: 40px 0;
      position: relative;
    }
    .divider-top-img, .divider-bottom-img {
      display: block;
      margin: 0 auto;
      width: 90%;
    }
    .testimonial-header {
      position: relative;
      margin: 30px 0;
    }
    .stars {
      font-size: 14px;
    }
    .testimonial-item .review p {
      font-style: italic;
      font-size: 16px;
      line-height: 1.5;
    }
    .testimonial-nav {
      margin: 20px 0 30px;
      gap: 15px;
    }
    .testimonial-nav button {
      width: 40px;
      height: 40px;
      font-size: 14px;
    }

    /* testimonial section end */

    /* reservation section start */

    .reservation-wrap {
      padding: 40px 0;
    }
    .side-image{
      margin: 20px auto;
    }
    .side-image img {
      position: absolute;
      width: 100%;
      max-width: 300px;
      height: 250px;
      margin-left: auto;
      margin-right: auto;
    }
    .reservation-logo {
      max-width: 140px;
      margin-bottom: 5px;
    }
    .reservation-form input, .reservation-form select, .reservation-form textarea {
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }
    .reservation-form p {
      font-size: 12px;
      max-width: 85%;
    }
    .reservation-form button, .reservation-form input[type="submit"] {
      padding: 10px 20px;
      font-size: 14px;
    }

    /* reservation section end */

    /* get in touch section start */

    .get-in-touch-wrap {
      padding: 40px 0;
    }
    .get-in-touch-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .get-in-touch-wrap .top-header .sub-title {
      font-size: 26px;
    }
    .top-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .contact-form h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-form label {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 10px 10px;
      font-size: 14px;
    }
    .contact-form textarea {
      max-height: 100px;
      resize: vertical;
    }
    .contact-form .wpcf7-submit {
      font-size: 14px;
    }
    .contact-info {
      padding: 10px;
      max-width: 400px;
    }
    .contact-info h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-info i.fa-solid, .contact-info i.fa-regular {
      font-size: 16px;
      margin-right: 10px;
      margin-top: 3px;
    }
    .contact-info-btn {
      gap: 16px;
      font-size: 14px;
    }
    .time-schedule {
      gap: 4px;
      font-size: 14px;
    }
    .contact-info-link {
      margin: 20px 0;
    }

    /* get in touch section end */
    
    /* footer section start */

    .footer-brand-logo, .footer-brand, .footer-social-icons, .footer-info {
      padding: 10px 15px;
    }
    .footer-bottom .divider-top-img {
      display: block;
      margin: 0 auto 30px;
      width: 90%;
      height: auto;
      object-fit: contain;
    }
    .footer-brand-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .footer-brand-logo img {
      max-width: 160px;
      height: auto;
    }

    .footer-brand p {
      font-size: 14px;
    }

    .footer-info p ,.footer-info a{
      font-size: 14px;
    }
    .footer-social-icons {
      display: inline-flex;
      justify-content: center;
    }
    .footer-social-icons img {
      margin-right: 10px;
      width: 20px;
      object-fit: contain;
    }

    /* footer section end */

    /* inner header section start */

    .innerpage-header {
      min-height: 40vh;
    }
    .pageheading-middle h2 {
      font-size: 24px;
    }
    #breadcrumbs {
      font-size: 14px;
    }

    /* inner header section end */

    /* inner about page start */

    .inner-about-wrap {
      padding: 40px 0;
    }
    .inner-about-title {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .inner-about-content-wrap {
      padding: 0;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .inner-about-content p {
      font-size: 14px;
    }
    .inner-about-image-wrap .inner-about-image img {
      width: 100%;
      height: 300px;
    }
    .stats-wrap {
      padding: 20px 0 50px;
    }
    .stats-wrap .row{
      justify-content: center;
    }
    .stat-number {
      font-size: 24px;
    }
    .stat-text {
      font-size: 12px;
      line-height: 1.5;
    }
    .stat-para {
      font-size: 14px;
      margin-top: 20px;
    }
    .about-inner-slider-wrap {
      padding: 40px 0;
    }
    .about-inner-slider-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .slider-col{
      padding: 0 !important;
    }
    .about-inner-slide img {
      max-height: 20px;
      width: 100%;
    }
    .about-inner-slider-wrap .top-header .sub-text {
      font-size: 16px;
      margin-top: 5px;
    }

    /* inner about page end */

    /* inner menu page start */

    .inner-menu-wrap .menu-tab-btn {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.3;
    }
    .inner-menu-wrap .menu-filter-nav {
      margin-bottom: 30px;
    }
    
    .inner-menu-wrap .menu-title {
      font-size: 18px;
    }
    .inner-menu-wrap .menu-info p {
      line-height: 1.5;
      font-size: 14px;
    }
    .inner-menu-wrap .price {
      font-size: 12px;
      padding: 7px 10px;
    }
    .popular-card {
      padding: 10px !important;
      margin-bottom: 10px;
    }

    /* inner menu page end */

    /* inner event page start */

    .inner-event-wrap {
      padding: 40px 0;
      background: #ffffff;
    }
    .inner-event-image img {
      max-height: 400px;
      border-radius: 13px;
    }
    .inner-event-content-wrap{
      margin-top: 15px;
    }
    .inner-event-title {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .inner-event-content p {
      font-size: 16px;
    }
    .book-event-btn {
      font-size: 14px;
    }
    .inner-event-gallery-wrap {
      padding: 40px 0;
    }
    .inner-event-gallery-wrap .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-event-gallery-wrap .sub-text {
      font-size: 26px;
      margin-bottom: 10px;
    }

    .booking-form-wrap .top-header .title {
      font-size: 20px;
    }
    .booking-form-wrap .top-header .sub-text {
      display: none;
    }
    .booking-form-wrap input, .booking-form-wrap textarea {
      padding: 7px;
      font-size: 12px;
    }
    .booking-form-wrap label {
      margin-bottom: 5px;
      font-size: 12px;
    }
    .booking-form-wrap textarea {
      max-height: 100px;
    }
    .booking-form-wrap .btn {
      padding: 10px 20px;
      font-size: 14px;
      margin: 0;
    }
    .inner-event-gallery-image {
      margin-bottom: 0px;
      overflow: hidden;
    }
    .inner-event-gallery-col{
      padding:10px !important;
    }

    /* inner event page end */

    /* inner gallery page start */

    .inner-gallery-wrap {
      padding: 40px 0;
    }
    .inner-gallery-wrap  .top-header {
      max-width: 500px;
      margin: 0px auto 40px;
    }
    .inner-gallery-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-gallery-wrap .top-header .subhead {
      font-size: 26px;
      margin-bottom: 10px;
    }

    /* inner gallery page end */

    /* inner contact us page start */

    .inner-contact-wrap {
      padding: 40px 0;
    }
    .inner-contact-wrap .top-header {
      max-width: 600px;
      margin: 0 auto 40px;
    }
    .inner-contact-wrap .contact-info {
      padding: 15px;
      max-width: 100%;
    }
    .inner-contact-wrap .top-header .title {
      font-size: 10px;
      padding: 7px 10px;
    }
    .inner-contact-wrap .top-header .subhead {
      font-size: 26px;
    }
    .page-intro p{
      font-size: 14px;
      line-height: 1.7;
    }
    .inner-contact-col{
      margin-bottom: 15px;
    }
    .inner-contact-wrap .contact-info-link, .inner-contact-wrap .contact-info-time {
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 8px #17323370;
    }
    .inner-contact-wrap .contact-info h5 {
      font-size: 18px;
      margin-bottom: 20px;
    }

    /* inner contact us page end */

  }

  @media screen and (min-width:1201px) and (max-width:1300.50px){
    .container{
      padding: 0 6% !important;
    }
    .banner-image {
      width: 100%;
      height: 500px;
      background-size: cover;
      background-position: center;
      border-radius: 50% 50% 0 0;
    }
    .banner-title {
      font-size: 40px;
    }
	.hh-general {
		margin: 60px 0 15px;
		font-size: 22px;
	}
	.happy-hours-wrap.hh-bountiful p {
		margin-bottom: 15px;
		font-size: 12px;
	}
  }


@media (min-width: 1540px) {
  .inner-menu-wrap .container,
  .container,
  .container-xl,
  .container-xxl {
    max-width: 1380px !important; /* good for Full HD+ */
  }
}

@media (min-width: 1600px) {
  .col-xxl-4 { 
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}


@media (max-width: 400px) {
  .header-logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
  }
  .inner-menu-wrap  .menu-img img {
    width: 100%;
    max-height: unset !important;
    height: 200px !important;
  }
  .footer-brand, .footer-social-icons, .footer-info {
    padding: 2px 10px !important;
  }
  .footer-brand p {
    font-size: 12px;
  }
  .footer-info p, .footer-info a {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width:576px) and (max-width:620px){
  .inner-menu-wrap  .menu-img img {
    width: 100%;
    max-height: unset !important;
    height: 200px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #173233 !important;
    background: transparent !important;
}

/* Hide all submenus by default */
#mega-menu-primary .mega-sub-menu {
  display: none !important;
}

/* Show submenu only when parent has toggle-on */
#mega-menu-primary .mega-menu-item.mega-toggle-on > .mega-sub-menu {
  display: block !important;
}
/* FULLSCREEN OVERLAY */
.fall-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

/* CENTERED POPUP BOX */
.fall-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 
  padding: 2px;
  
  text-align: center;
}

/* IMAGE INSIDE */
.fall-popup-inner img

 {
    max-width: 100%;
    height: 500px;
    display: block;
    object-fit: contain;
}
/* CLOSE BUTTON */
.fall-popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}
