﻿:root {
    --surface: #fffdfa;
    --text: #3e3026;
    --muted: #391F23;
    --gold: #FECB70;
    --rust: #ff2e2e;
    --border: #e7dccd;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    background: radial-gradient(circle at top, rgb(255 255 255 / .95), rgb(244 239 231 / .95)), linear-gradient(180deg, #f7f2ea 0%, #efe5d8 100%);
    color: var(--text);
    font-family: "Open Sans", Arial, sans-serif;
    overflow-x: hidden;
}

p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

li {
    font-size: 18px;
}

img {
    display: block;
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Cormorant Garamond", serif;
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 18px;
    position: unset;
    margin-top: 40px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0px;
}

.slick-dots li {
    list-style: none;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 40px;
    height: 10px;
    background: #ccc;
    border-radius: 0%;
    font-size: 0px;
    padding: 0;
    border: none;
    transition: 0.3s;
}

.slick-dots li.slick-active button {
    background: var(--rust);
    width: 40px;
    border-radius: 0;
}

.slick-dots li button:hover {
    background: #555;
}

.site-header .navbar-collapse .btn {
    background-color: var(--rust);
    color: #fff;
}

.site-header .navbar-collapse .btn:hover {
    background: var(--gold);
}

.site-header .navbar-collapse .btn:hover a {
    color: #000;
}

.site-header .navbar-collapse .btn a {
    text-decoration: none;
    color: #fff;
}

.site-header .navbar-collapse .btn a:hover {
    background-color: transparent;
}

.site-header .navbar-collapse .btn :hover {
    background: var(--gold);
    color: #000;
}

header.site-header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #141414;
}

.hero-container {
    position: relative;
    z-index: 111;
}

.hero-section {
    background-image: url(https://www.spicefactorynj.com/wp-content/uploads/2026/04/banner-image.png);
    height: 100dvh;
    object-fit: cover;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.hero-section::after {
    height: 553px;
    width: 100%;
    background: linear-gradient(to bottom, #0000006b 0%, #44444400 100%);
    z-index: 32;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 62%), #fff0);
}

header.site-header {
    width: 100%;
    z-index: 12;
    position: absolute;
    max-width: 100%;
    background: #141414;
    transition: all 0.5s;
}

.brand-script,
.navbar-brand {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 0px;
}

#mainNav {
    align-items: end;
    justify-content: end;
    width: 100%;
    gap: 50px;
    position: relative;
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 95%;
}

header .nav-item {
    position: inherit;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #fff;
    padding: 33px 0px;
    text-transform: capitalize;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--gold) !important;
}

.btn-book,
.btn-gold,
.btn-rust,
.btn-light-outline {
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
}

.btn-book,
.btn-gold {
    background: var(--gold);
    color: #000;
    border: 1px solid rgb(0 0 0 / .08);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: rgb(0 0 0 / .35) 0 5px 8px;
}

.btn-book:hover,
.btn-gold:hover {
    background: #ff2e2e;
    color: #fff;
}

.btn-rust {
    background: var(--rust);
    color: #fff;
    border: 1px solid rgb(0 0 0 / .08);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: rgb(0 0 0 / .35) 0 5px 8px;
    transition: 0.5s;
}

.btn-rust:hover {
    color: #000;
    background-color: var(--gold);
}

.btn-light-outline {
    background: #f8efe4;
    color: #3c2d23;
    border: none;
    display: inline-block;
}

.navbar-brand img {
    width: 100%;
    max-width: 420px;
    height: auto;
}

.hero-overlay {
    padding: 2rem 0 1.75rem;
}

.hero-copy {
    color: #fff;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.hero-copy h1 {
    margin-bottom: .4rem;
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 17px;
}

.hero-copy p {
    color: rgb(255 244 234 / .88);
    font-size: 24px;
    text-transform: capitalize;
    margin: 15px 0 15px 0;
}

.hero-actions {
    display: flex;
    gap: .9rem;
    flex-wrap: wrap;
    justify-content: center;
}

#about {
    background-color: #fff0;
    border-top: 0;
}

.hero-plate {
    max-width: 520px;
    margin: 0 auto;
    filter: drop-shadow(0 18px 22px rgb(0 0 0 / .25));
}

.content-section {
    padding: 50px 0;
    background: #FAF4EA;
    border-top: 2px solid #EDDFCD;
}

.section-wood {
    background: linear-gradient(rgb(78 46 20 / .8), rgb(78 46 20 / 86%)), url(https://www.spicefactorynj.com/wp-content/uploads/2026/04/new-one1.jpg) center / cover no-repeat;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-wood::before {
    height: 251px;
    width: 194px;
    position: absolute;
    content: '';
    background-image: url(https://www.spicefactorynj.com/wp-content/uploads/2026/04/wild-flower.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(97%) sepia(68%) saturate(6678%) hue-rotate(308deg) brightness(106%) contrast(99%);
    opacity: .3;
    left: 99px;
    transform: rotate(-90deg);
    top: 3px;
}

.section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-heading h1,
.section-heading h2 {
    margin: .1rem 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 700;
    color: #391F23;
    position: relative;
    padding: 0 15px;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #EADBCB;
}


.section-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 25px;
    font-weight: 600;
}

.section-heading-light h2,
.section-heading-light p {
    color: #fff4e7;
}

.divider-line {
    display: block;
    width: 230px;
    height: 1px;
    margin: 0 auto .75rem;
    background: linear-gradient(90deg, transparent, #d9bea1, transparent);
}

.about-block {
    padding: .2rem 1rem;
}

.about-block-text p:last-child {
    display: none;
}

.about-block-text p:first-child {
    margin: 0;
    color: var(--muted);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
}

.section-image {
    border: 1px solid #ccb69c;
    box-shadow: 0 6px 18px rgb(59 37 23 / .12);
    width: 100%;
    max-width: 620px;
}

.body-copy {
    max-width: 420px;
    font-size: .98rem;
    line-height: 1.75;
    color: #4b3a2e;
}

.menu-card {
    height: 100%;
    padding: .75rem;
}

.menu-card h3 {
    margin-bottom: .65rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.menu-list {
    margin: 0 0 .85rem;
    padding-left: 1rem;
    color: #4e3b2d;
    line-height: 1.9;
}

.menu-card img {
    aspect-ratio: 1.65 / 1;
    object-fit: cover;
    border: 1px solid #d7c8b7;
}

.feature-card {
    overflow: hidden;
    background-image: url(./images/4840.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
    text-decoration: none;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: #000;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, #fff0 89%);
}

.feature-card img {
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.feature-copy {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem;
    color: #fff0df;
    position: relative;
    z-index: 2;
}

.feature-copy h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 33px;
    font-weight: 700;
    color: #fff;
}

.feature-copy p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0;
    margin-top: 2px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 261px;
}

.feature-copy span.btn.btn-gold {
    width: max-content;
    background: #fff0;
    box-shadow: unset;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fecb70;
    border-radius: 0;
    color: #fecb70;
}

.feature-copy a:hover {
    background-color: #fff0;
    border-bottom: 1px solid #fecb70;
    color: #fecb70;
}

.testimonial-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f2ea;
    border: 1px solid #eadfce;
}

.testimonial-card img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.testimonial-text {
    margin-bottom: .35rem;
    font-style: italic;
    color: #4f3c30;
}

.gallery-image {
    height: 170px;
    object-fit: cover;
    border: 1px solid #dbcab8;
    box-shadow: 0 8px 18px rgb(66 45 29 / .08);
}

.gallery-grid img {
    height: 250px;
    object-fit: cover;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 35px;
}

.blog-section {
    padding-bottom: 2.2rem;
}

.blog-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    overflow: hidden;
    background: #fcf8f3;
    border: 1px solid #eadfce;
}

.blog-card img {
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.blog-copy {
    padding: 1rem;
}

.blog-label {
    display: inline-block;
    margin-bottom: .55rem;
    color: #7b6655;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.blog-copy h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    margin-bottom: .45rem;
}

.blog-copy p {
    margin-bottom: .75rem;
    color: #5c493b;
}

.blog-link {
    color: #a94721;
    font-weight: 700;
    text-decoration: none;
}

.blog-link:hover {
    color: #7d3415;
}

.menu-section {
    padding: 50px 0;
    background: #FAF4EA;
    border-top: 2px solid #EDDFCD;
}

.menu-section .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    row-gap: 30px;
}

.menu-section .container {
    width: 100%;
    max-width: 1400px;
    padding: 0 5px;
}

.main-grid .menu-box:nth-child(4) img {
    order: 1;
}

.main-grid .menu-box:nth-child(5) img {
    order: -1;
}

.main-grid .menu-box:nth-child(6) img {
    order: -1;
}

.menu-section .menu-box .card-inner-bx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
}

.menu-section .menu-box h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 700;
    color: #391F23;
    position: relative;
    background-color: #faf4ea;
    display: block;
    z-index: 2;
    text-transform: capitalize;
}

.title-line {
    height: 2px;
    width: 100%;
    background-color: #E7DCCF;
}

.menu-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.card-inner-bx img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    height: 235px;
    object-fit: cover;
}

.card-inner-bx ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
}

.card-inner-bx ul li {
    margin: 0;
    color: #391f23;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e7dccf;
    position: relative;
}

.card-inner-bx ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home header.site-header:not(.home header.site-header.sticky) {
    background: #fff0;
    border-bottom: 1px solid rgb(255 255 255 / .08);
}
main#primary:not(.home main#primary) {
    margin-top: 109px;
}
#events .section-heading h2::after {
    width: 34%;
}

#events .main-row {
    margin-bottom: 35px;
    ;
    row-gap: 32px;
}

#events .section-heading h2::before {
    width: 34%;
}

#events .section-heading h2 {
    color: #fff;
    white-space: pre;
}

#events .section-heading p {
    color: #fff;
}

#customers-review {
    background-color: #fff;
}

#customers-review .section-heading h2::before {
    width: 32%;
}

#customers-review .section-heading h2::after {
    width: 32%;
}

.testimonial_slide2 .testi_bx {
    max-width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
    padding: 15px;
    border-right: 1px solid #d1d1d1;
    background: #fff;
}

.testimonial_slide2 .testi_bx:nth-child(3) {
    border-right: 0;
}

.testimonial_slide2 .pro_file {
    height: 50px;
    width: 50px;
    background: #f7f4ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f8f5ef;
}

.testimonial_slide2 .testi_bx .pro_bx {
    justify-content: space-between;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.pro_min {
    display: flex;
    gap: 10px;
    color: orange;
}

.testimonial_slide2 .testi_bx p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.testimonial_slide2 .testi_bx p:last-child b {
    font-weight: 600;
}

.testimonial_slide2 .testi_bx p br {
    display: none !important;
}
.footer-socail {
    margin-top: 25px;
}
.footer-head{
    margin-bottom: 25px;
}
.footer-head h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
}
.footer-socail .social-area {
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.footer-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0;
}
.footer-socail ul.social-area li a img{
    max-width:40px;
}

.footer-socail ul.social-area li a i {
    color: #fff;
    margin-top: 0;
    margin-right: 0;
}
.footer-container>.footer-col:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

.footer-container>.footer-col:nth-child(2)::before {
    height: 100%;
    width: 1px;
    background-color: #eddfcd29;
    position: absolute;
    content: '';
    left: -15%;
}

.footer-container>.footer-col:nth-child(2)::after {
    height: 100%;
    width: 1px;
    background-color: #eddfcd29;
    position: absolute;
    content: '';
    right: -22%;
    top: 0;
}

.footer-container>.footer-col:nth-child(1) {
    max-width: 60%;
}

.footer-container>.footer-col:nth-child(3) {
    width: 100%;
    max-width: 61%;
    position: relative;
    margin-left: auto;
}

.footer-container>.footer-col:nth-child(4) {
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    position: relative;
}

footer .address-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.footer-col p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer {
    background: #141414;
}

.footer .footer-bottom .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-bottom .container p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.footer-logo img {
    width: 100%;
    max-width: 345px;
    margin-bottom: 24px;
    margin-inline: auto;
    display: block;
    height: auto;
}

.footer-container {
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 0;
}

.footer-col ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
}

.footer-col ul li a:hover {
    color: var(--gold);
}

.footer-col ul li {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.small-text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #555;
}

.footer-col i {
    color: #fff;
    margin-top: 5px;
    margin-right: 7px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 600;
    font-size: 16px;
}

.text-footer a {
    margin-inline: auto;
    display: block;
    width: max-content;
}

.address-block a {
    display: flex;
}

.footer-col .address-block li {
    display: unset;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: start;
}

.footer-bottom {
    background: #ff2e2e;
    padding: 10px 0;
}

.footer-bottom * {
    color: #fff;
}

.footer-bottom .bottom-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.site-footer-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.site-footer-btn a {
    width: 60%;
    text-align: center;
    justify-content: center;
}

.timing-list {
    gap: 22px !important
}

.timing-list li {
    color: #fff !important;
    font-weight: 600;
    line-height: 28px;
}

#gallery .section-heading h2::before {
    width: 38%;
}

.main-video-bx video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

.hero-video-section {
    position: relative;
}

.hero-video-section .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    bottom: 25px;
    z-index: 3;
}

.hero-video-section::before {
    height: 553px;
    width: 100%;
    background: linear-gradient(to top, #000000 0%, #44444400 100%);
    z-index: 2;
    content: "";
    top: auto;
    bottom: 0;
    position: absolute;
}

.hero-video-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background: #000;
    background: linear-gradient(0deg, #fff0 0%, rgb(0 0 0) 100%);
}

#gallery .section-heading h2::after {
    width: 38%;
}

.catering-section .card-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -6px;
    opacity: 0;
    transition: 0.6s;
    z-index: 1241;
}

.catering-section .card-btn button {
    text-transform: capitalize;
    font-weight: 500;
    background: #fff0;
    border: unset;
    border-bottom: 2px solid #fecb70;
    color: #fecb70;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
}

.inner-card:hover .card-btn {
    opacity: 1;
    bottom: 6px;
}

.inner-card .card-btn {
    left: 0;
}

.catering-section {
    position: relative;
    padding: 50px 0;
}

.catering-section .section-header h2 {
    border: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-top: auto;
    margin-inline: auto;
}

.catering-section .section-header h2 span {
    color: #D18F41;
}

.catering-section .section-header p {
    color: #fff;
    width: 100%;
    max-width: 779px;
    text-align: center;
    margin-inline: auto;
    margin: 10px auto;
}

.catering-section .btn-box {
    text-align: center;
    margin-top: 25px;
}

.catering-section .card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    row-gap: 50px;
    margin-bottom: 35px;
}

.catering-section .image-box {
    position: relative;
}

.catering-section .image-box::after {
    height: 110%;
    width: 110%;
    position: absolute;
    content: '';
    background-image: url('https://www.spicefactorynj.com/wp-content/uploads/2026/04/Vector-1-1.png');
    top: -20px;
    left: -11px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.6s;
}

.catering-section .inner-card:hover .image-box::after {
    opacity: 1;
}

.catering-section .inner-card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.catering-section .inner-card:hover .card-text span {
    color: var(--gold);
}

.catering-section * {
    transition: 0.6s !important;
}

.catering-section .inner-card:hover .card-text {
    bottom: 48px;
}

.catering-section .image-box img {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.catering-section .inner-card {
    position: relative;
    padding: 0 15px;
    margin-top: 28px;
}

.catering-section .inner-card .image-box {
    position: relative;
}

.catering-section .inner-card .image-box::before {
    position: absolute;
    background: #eff4ec;
    background: linear-gradient(0deg, #000000 0%, #fff0 100%);
    content: "";
    bottom: 0;
    height: 182px;
    width: 100%;
    background-position: center;
    left: 0;
    z-index: 777;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.catering-section .card-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.6s;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

.catering-section .container {
    max-width: 75%;
}

.card-text {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 1px;
    z-index: 1213;
}

.catering-section .section-heading p {
    color: #fff;
}

.catering-section .section-title h2 {
    color: #fff;
}

.catering-section .section-heading h2::before {
    width: 35%;
}

.catering-section .section-heading h2::after {
    width: 35%;
}

.catering-section {
    height: 100%;
    background: #000;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.catering-section .container {
    position: relative;
    z-index: 111;
}

.catering-section::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%));
    content: '';
    inset: 0;
    position: absolute;
}

.inner-page header.site-header {
    background-color: #141414
}

.contact-section-2 {
    background: #E4EFFB;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}



.contact-add-box .contact-add-cn p {
    font-weight: 500;
    margin: 0;
}

.contact-add-cn a {
    color: #990000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
}

.contact-main-3 .section-title h2 {
    margin-bottom: 30px;
    color: #fff;
    margin-left: unset;
    border-color: #fff;
}


.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.contact-section-2 {
    background: #FAF4EA;
}

.contact-section-2 .section-title h1,
.contact-section-2 .section-title h2 {
    color: #000;
    border-bottom: 1px solid #000;
    margin-inline: auto;
    margin-bottom: 30px;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
}

.contact-add-ic {
    background: #ff2e2e;
    width: 65px;
    height: 65px;
    padding: 15px;
    flex: 0 0 65px;
    border-radius: 8px;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-cn h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 7px;
    color: #000000;
}

.contact-add-box .contact-add-cn p {
    font-weight: 500;
    margin: 0;
}

.contact-add-cn a {
    color: #ff2e2e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://www.spicefactorynj.com/wp-content/uploads/2026/04/Get-in-touch-with-us.jpg');
}

.contact-main-3 {
    padding: 25px;
    background: #141414;
    outline: 7px solid #14141473;
}

.inner-page .section-heading {
    margin-bottom: 15px;
}

.contact-section-3 .section-heading h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

.contact-main-3 .form-control {
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.contact-main-3 .form-control::placeholder {
    color: #fff;
}

.contact-main-3 textarea.form-control {
    height: 100px;
}

.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.contact-main-2 {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
}

.inner-page section {
    padding: 50px 0px;
}

.inner-page .section-heading h1::before, 
.inner-page .section-heading h2::before {
    display: none;
}

.inner-page .section-heading h1::after,
.inner-page .section-heading h2::after {
    display: none;
}

.inner-page .section-heading h1, 
.inner-page .section-heading h2 {
    text-transform: capitalize;
    margin: 0px;
    padding: 0;
}

.google-map {
    padding: 0px !important;
}

.google-map .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.bg-blue-site {
    background-color: #FAF4EA;
}

.parallex-section {
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

.parallex-section li a {
    color: #000;
    text-decoration: none;
}

.parallex-section li a:hover {
    color: #ff2e2e;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.parallex-section .section-heading h2 {
    text-align: left;
}

.parallex-section .text-block {
    background-color: #fff;
    padding: 25px;
}

.slick-header {
    background: #FAF4EA;
}

.slick-header .section-heading {
    margin-bottom: 0px;
}

.client-review-sliderr {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.client-review-sliderr .review-box {
    box-shadow: 0 0px 10px 0 #ccc;
    padding: 30px;
    background-color: #fff;
}

.client-review-section .head-bx {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    justify-content: space-between;
}

.client-review-section .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: orange;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-review-section .bottom-bx h5 {
    color: #ff2e2e;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.client-review-section .google-icon {
    height: 40px;
    width: 40px;
    background: #faf4ea;
    padding: 5px;
}

.parallax-section-new {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.restaurant-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    padding-right: 15px;
    row-gap: 15px;
}

.food-menu {
    border-bottom: 1px solid #01256733;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.food-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.restaurant-menu .section-heading {
    margin-bottom: 60px;
}

.food-menu p {
    width: 100%;
    max-width: max-content;
    margin: 0;
}

.restaurant-menu .price {
    background: #ff2e2e;
    height: 30px;
    width: auto;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 600;
    padding: 0px 5px;
}

.restaurant-menu .header-slick h1 {
    text-align: center;
    /* border-bottom: 1px solid #000000;
    padding-bottom: 15px; */
    width: fit-content;
    margin-inline: auto;
}
.map-bx, .map-bx iframe {
    height: 400px;
}
.main-menu-title h3 {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #01256726;
    color: #012567;
    font-weight: 500;
    width: max-content;
    margin-inline: auto;
}

.food-name-price h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.desi-pizza .food-menu {
    grid-column: 1/4;
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
}

.restaurant-menu {
    background: #FAF4EA;
}

.main-menu-title {
    width: 100%;
}

.main-menu-title h4 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 45px;
}

.about-banner .about-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.catering-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.catering-parallax .text-bx {
    display: block;
    background: #ff2e2e;
    padding: 25px;
    width: 100%;
    max-width: 590px;
}

.catering-parallax .text-bx h2 {
    color: #fff;
}

.catering-parallax .text-bx p {
    color: #fff;
}

.event-space .event-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.event-space .event-grid img {
    width: 100%;
}

.cat-sec-6 {
    background: #fff;
}

.catering-request-form {
    background-color: #faf4ea;
}

.catering-request-form form {
    border-radius: 0;
    outline: 10px solid #fecb7082;
    padding: 35px;
    background: #fff;
    border: 5px solid #fecb70;
}

#catering-event .section-title h2 {
    text-align: center;
}

.form-row {
    row-gap: 25px;
    margin-top: 32px;
}

#catering-event .form-control {
    color: #000 !important;
}

.catering-request-form input:not(input[type="radio"]), .catering-request-form select, .catering-request-form textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid #00000024 !important;
    box-sizing: border-box;
    appearance: auto;
    height: 45px;
}

.label_head label {
    font-size: 16px;
    font-weight: 600;
}

.raodio_check input {
    width: 13px;
    accent-color: #ff2e2e;
}

.catering-request-form textarea {
    color: #fff !important;
    height: 95px;
}

.limit-bx {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
    column-gap: 15px;
    flex-wrap: wrap;
}

.about-banner .section-heading h2 {
    text-align: left;
}

.event-space .section-heading h2 {
    text-align: left;
}

.catering-parallax .section-heading h2 {
    text-align: left;
}

.catering-parallax .btn-gold:hover:hover {
    border-color: #fff;
    color: #000;
    background-color: #fff;
}

.raodio_check label {
    font-size: 16px;
    font-weight: 600;
}
.grecaptcha-badge {
    z-index: 99;
}
.raodio_check {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.radio_check_parent {
    display: flex;
    gap: 10px;
    margin: 8px 0 0 0;
}

.inner-top-banner {
    border-top: 0.2px solid #fcc95a;
    background: #dad5d1;
}

.site-cta2 {
    background-color: #141414;
}

.site-cta2 .section-heading h2 {
    color: #fff;
}

.site-cta2 p {
    color: #fff;
}

.mega-parent {
    position: relative;
}

.mega-menu {
    position: absolute;
    left: -17%;
    top: 90%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.4s ease;
    z-index: 999;
    max-width: 100%;
    margin: auto;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    background: #fff;
    border-top: 4px solid #ff2e2e;
    justify-content: space-between !important;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
}

.mega-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 0px;
}

.mega-column h3 {
    border-bottom: 1px solid #00000059;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #391F23;
}


/* columns */

.mega-column h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}


/* .mega-column li:last-child {
            width: 100%;
            grid-column: 1/3;
        } */

.mega-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mega-column ul li {
    margin-bottom: 10px;
    width: 100%;
}

.mega-column ul li a {
    text-decoration: none;
    font-size: 17px;
    transition: 0.3s;
    color: #000000 !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid #0000001c !important;
    width: 100%;
    position: relative;
    padding-left: 34px !important;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
}

.mega-column ul li a:hover {
    background-color: #fecb70;
    color: #fff;
}

.mega-column ul li a:hover::after {
    background-color: #000;
    outline: 2px solid #000;
}

.mega-column ul li a::after {
    height: 11px;
    width: 11px;
    background-color: #ff2e2e;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    outline: 2px solid #ff2e2e;
    outline-offset: 2px;
    transition: 0.3s;
    left: 10px;
    top: 19px;
}

.mega-column ul li a:hover {
    color: var(--gold);
}

.mega-image img {
    width: 100%;
    height: 323px;
    object-fit: cover;
    border-radius: 0px;
}


/* hover effect */

.mega-parent:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-parent:hover .mega-menu::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 58%;
    top: -11px;
    z-index: -1;
    transform: rotate(45deg);
    background: transparent;
    border-left: 2px solid #ff2e2e;
    border-top: 2px solid #ff2e2e;
    border-right: 0;
    border-bottom: 0;
    content: '';
    background: #fff;
}


/* fix navbar overflow issue */

.site-header {
    overflow: visible;
}

.mega-parent .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mega-parent .nav-link i {
    font-size: 15px;
}

.site-list {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.site-list li {
    margin: 10px 0px;
    padding-left: 25px;
    font-weight: 600;
    position: relative;
    color: #000;
}

.parallex-section2 {
    animation: unset;
}
.icon-wrap {
    position: relative;
}
#catering-event select.form-control {
    appearance: none;
}
span.ic-cal {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-0px, -50%);
    opacity: 1;
    pointer-events: none;
}
.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #ff2e2e;
    border-radius: 100px;
    content: '';
    position: absolute;
    outline: 2px solid #ff2e2e;
    outline-offset: 2px;
    left: 5px;
    top: 9px;
}

.time-line .wrapper {
    max-width: 900px;
    margin-inline: auto;
}

.time-line .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
    text-align: center;
}

.time-line .headline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}

.time-line .steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.time-line .steps::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #fff;
    transform: translateX(-50%);
}

.time-line .step {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: start;
    gap: 0 1.25rem;
    margin-bottom: 3rem;
}

.time-line .step:last-child {
    margin-bottom: 0;
}

.time-line .step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: #ff2e2e;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 35px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #ff2e2e;
    font-family: monospace;
}

.time-line .step-circle svg {
    width: 30px;
    height: 30px;
    stroke: #020120;
    fill: none;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.time-line .content {
    padding: 25px;
    position: relative;
    background: #fff;
    border-radius: 0px;
    box-shadow: rgb(0 0 0 / .35) 0 5px 8px;
}

.time-line .content.right::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 20px;
    width: 25px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.time-line .content.left::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
}

.empty img {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: block;
    height: 300px;
    object-fit: cover;
}

.time-line .empty {
    animation: floatUpDown 2s ease-in-out infinite;
    height: 100%;
    display: flex;
    align-items: center;
}

.time-line .step-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.time-line .step-num {
    font-size: 50px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: none;
}

.time-line p {
    color: #000;
}

.time-line .step-badge {
    color: #fff;
    border-radius: 0px;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 18px;
    border: 0px;
    background: var(--rust);
}

.time-line .step-divider {
    width: 24px;
    height: 1px;
    display: none;
    background: #d0d0d0;
    margin: 10px 0 12px;
}

.time-line .step-body {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.time-line .step-body .hl {
    color: #1a1a1a;
    font-weight: 500;
}

.time-line {
    background: var(--gold);
}

.time-line .section-title h2 {
    color: #fff;
}

.site-cta-top .site-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 25px;
    width: 100%;
    max-width: 762px;
    margin-inline: auto;
}

.site-cta-top .site-list li {
    color: #000;
}

.site-cta-top .site-list li a {
    color: #000;
    text-decoration: none;
}

.site-cta-top .site-list li a:hover {
    color: #ff2e2e;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.time-line .section-head .tion-heading h2 {
    color: #fff;
}

.time-line .section-heading h2 {
    /* color: #fff; */
}

.time-line .section-head {
    margin-bottom: 45px;
}

.time-line .section-head p {
    /* color: #fff; */
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
}

.top-bar {
    display: none;
}

.restaurant-menu .section-heading h2 {
    padding-bottom: 15px;
    margin-inline: auto;
}
.food-menu-alert {
    padding: 30px 0;
}
.food-menu-alert-bx p {
    background: rgb(255 0 0 / 10%);
    margin: 0;
    text-align: center;
    max-width: 965px;
    margin-inline: auto;
    border: 1px solid red;
    padding: 15px;
    color: red;
}

.error {
    background: red;
    color: #fff !important;
    display: block;
    font-size: 15px;
    padding: 0px 2px;
}


.private-policy-cn :is(h1,
h2,
h3,
h4,
h5,
h6) {
    background: #ff2e2e14;
    color: #000;
    padding: 15px 15px !important;
    text-align: left;
    border-left: 5px solid #ff2e2e;
    margin: 20px 0px !important;
    font-size: 25px;
}

.border-img-left {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}

.border-img-left img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(2806%) hue-rotate(301deg) brightness(93%) contrast(92%);
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 22px;
}

.mobile-link a {
    font-weight: 600;
    position: relative;
    color: #fecb70;
    padding: 33px 0px;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-link a:hover {
    color: var(--rust);
}

.site-header .container {
    width: 100%;
    max-width: 1500px;
}

#about .slick-dots {
    margin: 0px !important;
}

.about-menu .section-head {
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 45px;
}

.about-menu .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    position: relative;
    margin-top: 65px;
}

.about-menu .main-grid::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
    background-color: #0000001c;
    left: 50%;
}

.about-menu .main-grid ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-menu .main-grid ul li strong {
    position: absolute;
    top: -26px;
    background: #ff2e2e;
    left: -2px;
    color: #fff;
    font-size: 16px;
    padding: 1px 7px;
    text-transform: capitalize;
}

.about-menu .main-grid ul li {
    padding: 15px;
    border-left: 2px solid #ff2e2e;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    background: #fff;
    color: #000;
    min-height: 110px;
    font-weight: 600;
}
.client-review-section.client-review-section2 .bottom-bx p{
	display: block;
}
@media (max-width:1366.98px) {
    .mega-parent:hover .mega-menu::after {
        left: 57%;
    }
    header .container {
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width:1260.98px) {
	.home header.site-header:not(.home header.site-header.sticky) {
		background: #141414;
	}
    .navbar-nav {
        display: none;
    }
    .top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        align-items: center;
    }
    .top-bar a {
        background: var(--rust);
        color: #fff;
        border: 1px solid rgb(0 0 0 / .08);
        gap: 8px;
        padding: 8px 0px;
        text-decoration: none;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 18px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-bar a+a {
        color: #000;
        background-color: #fecb70;
    }
    header.site-header {
        position: unset;
        padding: 20px 0px;
        background: #000;
    }
	header.site-header.sticky {
		position: unset;
	}
	main#primary:not(.home main#primary) {
		margin-top: 0;
	}
    .site-header {
        position: relative;
        z-index: 1;
    }
    .hero-video-section::after {
        display: none;
    }
    .content-section {
        padding: 40px 0;
    }
    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }
    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }
    #mobmenuright a {
        padding: 7px 10px;
        width: 100%;
        background: transparent !important;
        border-bottom: 0.1px solid #ffffff1c !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: "Open Sans", Arial, sans-serif !important;
        letter-spacing: 0px !important;
    }
	header.site-header {
		display: block !important;
	}
    .menu-item-872 {
        position: relative;
    }
    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        height: 35px;
        width: 35px;
        background: #ff2e2e;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }
    .mobmenu-left-panel .mobmenu-left-bt,
    .mobmenu-right-panel .mobmenu-right-bt {
        text-decoration: none !important;
    }
    .mob-icon-menu:before {
        margin: 0 !important;
    }
    .mobmenu r-container i {
        color: #ffffff !important;
    }
    .mobmenu-content li {
        padding: 0 !important;
    }
    ul#mobmenuright {
        margin-top: 35px !important;
    }
    .mob-menu-logo-holder {
        display: none !important;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }
    .mobmenu .headertext {
        display: none;
    }
    body.mob-menu-slideout-over {
        padding: 0px !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #9b090e !important;
    }
    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #000 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }
    .mobmenu-content #mobmenuright li:hover {
        background-color: #ec1c23 !important;
    }
    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }
    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }
    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 75px !important;
        background: #ff2e2e;
        height: 38px;
        width: 38px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }
    .mobmenu-content li {
        border: 0px !important;
    }
}

@media (max-width:1200.98px) {
    .hero-video-section .container {
        position: unset;
        transform: unset;
        padding: 45px 0px;
    }
    .hero-video-section::before {
        display: none;
    }
    .hero-video-section {
        background: #141414;
    }
    .hero-copy h1 {
        font-size: 35px;
        line-height: normal;
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
    .footer-col-quick {
        display: none;
    }
    .footer-container>.footer-col:nth-child(3) {
        max-width: 100%;
    }
    .site-footer-btn a {
        width: 20%;
    }
}

@media (max-width:1200.98px) {
    .top-bar a {
        font-size: 16px;
    }
    .navbar-brand img {
        max-width: 250px;
    }
    .navbar-toggler {
        display: none;
    }
    .main-video-bx video {
        height: auto;
    }
    .hero-video-section .container {
        padding: 20px 0px;
    }
    .section-image {
        width: 100%;
        max-width: 100%;
    }
    .about-block-text {
        text-align: center;
        margin-top: 25px;
    }
    .menu-section .main-grid {
        grid-template-columns: 1fr;
    }
    .card-inner-bx img {
        height: auto;
    }
    .title-line {
        display: none;
    }
    .section-wood::before {
        display: none;
    }
    .feature-card::before {
        background: #000000c4;
    }
	a.feature-card {
		width: 100%;
		justify-content: center;
	}
	.feature-copy {
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width:1024px) {
	.contact-section-3, .parallex-section, .parallax-section-new{
		background-attachment: inherit;
	}
	.parallax-section-new {
		height: 550px;
	}
	
}
@media (max-width:991.98px) {
    .title-line {
        display: none;
    }
    .menu-head {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #events .main-row {
        flex-direction: column;
    }
    .main-row .col-md-6 {
        width: 100%;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-container>.footer-col:nth-child(2)::before {
        display: none;
    }
    .site-footer-btn a {
        width: 100%;
    }
	.footer .footer-bottom .container{
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
	}
	.footer-bottom .bottom-links {
		justify-content: center;
	}
	.footer .footer-bottom .container p {
		text-align: center;
		order: 2;
	}
    .footer-container {
        gap: 0px;
    }
    .footer-col ul {
        margin-top: 10px;
    }
    .footer-container>.footer-col:nth-child(3) {
        max-width: 100%;
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #eeeeee26;
    }
    .feature-card .col-sm-12 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .section-heading h1,
    .section-heading h2 {
        font-size: 35px;
    }
    .section-heading p {
        font-size: 18px;
    }
    .time-line .steps::before {
        display: none;
    }
    .time-line .step-circle {
        display: none !important;
    }
    .time-line .step {
        grid-template-columns: 1fr;
    }
    .time-line .content.right::after {
        display: none;
    }
    .time-line .content.left::after {
        display: none;
    }
    .time-line .step {
        margin-bottom: 1rem;
    }
    .time-line .section-head {
        margin-bottom: 24px;
    }
    .restaurant-menu-list {
        grid-template-columns: 1fr;
        padding-right: 0px;
    }
    .parallax-section-new {
        background-attachment: unset;
    }
    .about-banner .row {
        row-gap: 30px;
    }
    .event-space .event-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-main-3 {
        padding: 20px;
    }
    .catering-request-form form {
        padding: 20px;
        background: #fff;
    }
    .contact-main-2 {
        grid-template-columns: 1fr;
    }
    .about-menu .main-grid {
        grid-template-columns: 1fr;
    }
    .about-menu .main-grid::before {
        display: none;
    }
    .about-menu .main-grid ul {
        gap: 45px;
    }
}

@media (max-width:768.98px) {
	.parallax-section-new {
		height: 300px;
	}
    .hero-copy h1 {
        font-size: 25px;
    }
    .menu-section .menu-box .card-inner-bx {
        grid-template-columns: 1fr;
        align-items: center;
        background: #fff;
        padding: 10px;
    }
    article.feature-card .row {
        width: 100%;
    }
    .feature-copy p {
        width: 100%;
        max-width: 100%;
    }
    .feature-copy a {
        margin-inline: auto;
    }
}

@media (max-width:575.98px) {
	.card-inner-bx ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5px;
		order: 2;
	}
	.card-inner-bx ul li:last-child {
		margin-bottom: 12px;
		padding-bottom: 12px;
		border-bottom: 2px solid #e7dccf;
	}
	.card-inner-bx ul li{
		font-size: 16px;
	}
    .navbar-brand img {
        max-width: 200px;
    }
    .hero-copy h1 {
        font-size: 22px;
    }
    .section-heading p {
        font-size: 17px;
    }
    .about-block-text p:first-child {
        font-size: 22px;
    }
    .section-heading {
        margin-bottom: 20px;
    }
    .menu-section .menu-box .card-inner-bx {
        padding: 20px;
    }
    .feature-copy h3 {
        font-size: 30px;
    }
    .gallery-grid img {
        height: 150px;
    }
    .site-footer-btn a {
        width: 60%;
    }
    .footer-col ul li span {
        display: block;
    }
    .footer .footer-bottom .container {
        grid-template-columns: 1fr;
    }
    .footer-bottom .bottom-links {
        margin-top: 9px;
    }
    .timing-list li:first-child span {
        display: contents;
    }
    .footer-bottom .bottom-links {
        margin-top: 9px;
        justify-content: center;
    }
    .footer .footer-bottom .container p {
        text-align: center;
    }
    .footer-container {
        padding: 35px 0 35px 0;
    }
}