/*==========

Theme Name: Foodify - Organic Food HTML5 Template
Theme Version: 1.0

==========*/


/*==========
----- CSS INDEX ----
1.Typography CSS
2.Common CSS
3.Form CSS
4.Button CSS
5.Slider CSS
6.Overflow text CSS
7.White Text CSS
8.Header CSS
9.Banner sec CSS
10.Brands sec CSS
11.About sec CSS
12.Our Menu sec CSS
13.Two Col sec CSS
14.Book Table sec CSS
15.Our Team sec CSS
16.Testimonials sec CSS
17.Faq sec CSS
18.Blog sec CSS
19.Newslatter Sec CSS
20.Contact Sec CSS
21.Footer CSS
22.Page Loader CSS
23.Scrolltop CSS
24.Responsive CSS
==========*/


/*==========Typography CSS==========*/

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 900;
}

.h1-title {
    font-size: 90px;
    line-height: 108px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 900;
}

.h1-title span {
  
}

.h2-title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.h3-title {
    font-size: 28px;
    line-height: 38px;
}

.h4-title {
    font-size: 26px;
    line-height: 36px;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}

.xxl-title {
    text-transform: capitalize;
    font-size: 52px;
    line-height: 77px;
    margin-bottom: 30px;
}


/*==========Typography CSS End==========*/


/*==========Common CSS ==========*/

:root {
    --primary-color: #32b768;
    --secondary-color: #f2f2f2;
    --silver-color: #bfbfbf;
    --silver-light-color: #f8f9fa;
    --yellow-color: #fcbc30;
    --body-bg: #f3f3f5;
    --dark-color: #0d0d25;
    --white-color: #ffffff;
    --red-color: #d91919;
    --gradient-color: linear-gradient( to bottom, rgba(246, 251, 246, 1) 55%, rgba(255, 255, 255, 0) 95%);
    --box-shadow: 0 0px 20px rgb(50 183 104 / 50%);
    --box-light-shadow: 0 0px 20px rgb(36 39 37 / 30%);
    --btn-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    --btn-hover-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    --input-color: rgb(70 69 71 / 0.7);
    --body-font: "Poppins";
    --title-font: "Playfair Display";
    --primary-overlay-color: 36, 77, 77;
    --scrollbar-thumb-color: var(--primary-color);
    --scrollbar-track-color: var(--dark-color);
    --selection-color: rgba(36, 77, 77, 0.1);
}

body {
    font-family: var(--body-font);
    text-rendering: optimizespeed !important;
    background: var(--body-bg);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: var(--silver-color);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--yellow-color);
}

.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: auto;
    left: auto;
}

body,
html {
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
}

p a {
    color: var(--primary-color);
    transition: 0.3s;
}

p a:hover {
    color: var(--dark-color);
}

a:hover {
    color: initial;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

.sec-title-text {
    text-align: center;
}

.hidden-box {
    overflow: hidden;
}

.ani-line {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--primary-color);
    opacity: 0.2;
    transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--silver-light-color);
    opacity: 0.96;
}

.dark-overlay {
    background: var(--dark-color);
    opacity: 0.5;
}

.dark-bg {
    background: var(--dark-color);
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--gradient-color);
    opacity: 0.92;
}

.border-overlay {
    margin: 15px;
}

::selection {
    background: var(--selection-color);
}

::-moz-selection {
    background: var(--selection-color);
}

.sec-sub-title {
    text-transform: uppercase;
    display: inline-block;
    background: var(--body-bg);
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
    padding: 3px 20px;
    border-radius: 60px;
    color: var(--primary-color);
    font-size: 14px;
}

.back-img {
    background-position: center;
    background-size: cover;
}

.repeat-img {
    background-size: contain;
    background-repeat: repeat;
}

.social-icon {
    margin: 15px 0 10px;
}

.social-icon ul li {
    display: inline-block;
    margin: 0 6px;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
    color: var(--dark-color);
    font-size: 19px;
}

.social-icon ul li a:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.column-2 {
    column-count: 2;
}

.column-3 {
    column-count: 3;
}

.column-4 {
    column-count: 4;
}


/*==========Common CSS End==========*/


/*==========Form CSS==========*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: var(--primary-color);
}

.form-input::-webkit-input-placeholder {
    color: var(--input-color);
}

.form-input::-moz-placeholder {
    color: var(--input-color);
}

.form-input:-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::placeholder {
    color: var(--input-color);
}

select option {
    color: var(--dark-color) !important;
}

select {
    color: var(--input-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
select {
    width: 100%;
    height: 50px;
    outline: none !important;
    padding: 10px 15px;
    color: var(--dark-color);
    -webkit-appearance: none;
    border-radius: 10px;
    border: none;
    background: #f8f8f8;
    box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #ffffff;
}

textarea.form-input {
    height: 160px;
    resize: none;
    display: block;
}

.form-input-wp label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 10px;
}

.form-input-wp label span,
.contact-title p span {
    color: var(--red-color);
}

.form-input-wp {
    margin-bottom: 30px;
}

.form-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.form-flex-box .form-input-wp {
    margin: 0;
    flex: 1;
    padding-right: 60px;
}


/*==========Form CSS End==========*/


/*==========Button CSS==========*/

.sec-btn {
    min-width: 120px;
    min-height: 58px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    -webkit-appearance: none;
    color: var(--dark-color);
    text-transform: capitalize;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 6px 30px;
}

.sec-btn:hover {
    border-color: var(--dark-color);
    box-shadow: var(--btn-hover-shadow);
}

.sec-btn.primary-btn {
    background: linear-gradient(145deg, #2da55e, #36c46f);
    color: var(--white-color);
    border: none;
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
}

.sec-btn.primary-btn:hover {
    background: linear-gradient(145deg, #0c0c21, #0e0e28);
}

.play-btn {
    width: 90px;
    height: 90px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-left: 4px;
    padding-top: 4px;
}

.play-btn:hover {
    box-shadow: var(--btn-hover-shadow);
}

.play-btn:hover svg path {
    fill: var(--primary-color);
}

.play-btn-wp {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-wp span {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--silver-color);
}

.read-more {
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.read-more svg {
    margin-left: 15px;
}

.read-more span {
    position: relative;
}

.read-more span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--secondary-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
}

.read-more:hover span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.read-more:hover {
    color: var(--secondary-color);
}

.explore-more-btn {
    margin-top: 43px;
    text-align: center;
}

.explore-more-link {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    padding-bottom: 3px;
    letter-spacing: 2px;
}

.explore-more-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: var(--secondary-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
}

.explore-more-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.video-play-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 3px;
    z-index: 2;
    transition: 0.3s;
}

.video-play-btn:hover {
    transform: scale(1.1);
}


/*==========Button CSS End==========*/


/*==========Slider Css==========*/

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-wp {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 60px;
    height: 60px;
    display: inline-flex;
    font-size: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    color: var(--dark-color);
    background: #ffffff;
    box-shadow: -20px 20px 60px #d4d4d4, 20px -20px 60px #ffffff;
    padding-top: 1px;
    padding-right: 2px;
    transition: 0.3s;
}

.swiper-button-next {
    box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
    padding-left: 3px;
}

.swiper-button-prev:hover {
    box-shadow: inset 5px 5px 20px #d4d4d4, inset -5px -5px 20px #ffffff;
}

.swiper-button-next:hover {
    box-shadow: inset -5px 5px 20px #d9d9d9, inset 5px -5px 20px #ffffff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--yellow-color);
}

.swiper-pagination {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    max-width: fit-content;
    left: 50% !important;
    transform: translate(-50%, 0);
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    border-radius: 10px;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    background: var(--yellow-color);
    width: 30px;
}


/*==========Slider Css End==========*/


/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
}

.overflow-text::-webkit-scrollbar {
    width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color);
}

.overflow-text::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}


/*==========Overflow CSS End==========*/


/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text .read-more {
    color: var(--white-color);
}

.white-btn {
    background-color: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input .white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form .form-input::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

.white-text .read-more svg path {
    fill: var(--white-color);
}

.white-explore-more-link {
    color: var(--white-color);
}

.white-explore-more-link:hover {
    color: var(--white-color);
    opacity: 0.8;
}

.white-explore-more-link:before {
    background: var(--white-color);
    opacity: 0.6;
}


/*==========White text CSS End==========*/


/*==========Header CSS==========*/

.site-header {
    position: fixed;
    padding: 5px 0;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.site-header.sticky_head {
    background: rgb(255 255 255 / 80%);
    padding: 5px 0;
    border-color: var(--secondary-color);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.main-navigation {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.main-navigation .menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 6px;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.main-navigation .menu .sub-menu {
    position: absolute;
    display: inline-block;
    width: 200px;
    background: var(--primary-color);
    z-index: 9;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 12px;
    box-shadow: var(--btn-shadow);
    margin-top: 30px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    margin: 0;
    border-radius: 10px;
}

.main-navigation .menu li:hover>ul,
.main-navigation .menu li.focus>ul {
    opacity: 1;
    margin-top: 6px;
    visibility: visible;
}

.main-navigation .menu ul ul a {
    width: 200px;
}

.main-navigation .menu ul li:hover>ul,
.main-navigation .menu ul li.focus>ul {
    left: auto;
}

.main-navigation .menu .sub-menu li a {
    color: var(--white-color);
    opacity: 1;
    font-size: 15px;
    justify-content: flex-start;
}

.main-navigation .menu .sub-menu li {
    margin-inline: 0;
    margin-bottom: 8px;
    display: block;
    float: none;
}

.main-navigation .menu .sub-menu li:last-child {
    margin: 0;
}

.main-navigation .menu li a {
    display: flex;
    transition: 0.3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 18px;
    border-radius: 30px;
}

.main-navigation .menu li a:hover,
.main-navigation .menu .dropdown-items:hover>a,
.main-navigation .menu li .active-menu,
.main-navigation .menu .sub-menu li .active-sub-menu {
    color: var(--primary-color);
    background: var(--body-bg);
    box-shadow: inset 8px 8px 12px #e2e2e2, inset -8px -8px 12px #ffffff;
}

.main-navigation .menu li a .dropdown-icon {
    font-size: 12px;
    position: relative;
    top: 2px;
    transition: 0.3s;
    margin-left: 5px;
}

.main-navigation .menu li a:hover .dropdown-icon,
.main-navigation .menu .dropdown-items:hover>a .dropdown-icon {
    transform: rotate(180deg);
    top: 0;
}

.header-right {
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-left: 20px;
    transition: 0.3s;
    box-shadow: inset 6px 6px 7px #dadada, inset -6px -6px 10px #ffffff;
}

.header-account-btn:hover svg path,
.header-btn:hover svg path {
    fill: var(--primary-color);
}

.cart-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    border: 1px solid var(--silver-color);
    color: var(--primary-color);
}

.header-btn:hover {
    background: linear-gradient(145deg, #dcdcdc, #ffffff);
    box-shadow: 20px 20px 60px #cfcfd0, -20px -20px 60px #ffffff;
}

.header-search-form {
    position: relative;
}

.header-search-form button {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 100%;
    opacity: 0.5;
}

.header-search-form .form-input {
    font-size: 14px;
    padding-right: 40px;
    width: 200px;
    height: 40px;
}


/*==========Header CSS End==========*/


/*==========Banner CSS==========*/

.main-banner {
    padding: 120px 0 60px;
    min-height: 100vh;
    position: relative;
}

.js-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-img-wp {
    width: 100%;
    height: 100%;
    padding-left: 30px;
}

.banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: border-radius-ani 4.5s linear infinite alternate;
    box-shadow: var(--box-light-shadow);
}

@-webkit-keyframes border-radius-ani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }
    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }
    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }
    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}

@keyframes border-radius-ani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }
    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }
    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }
    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}

.banner-img-text .h5-title {
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.banner-img-text {
    max-width: 400px;
}

.banner-shape-1 img {
    position: absolute;
    left: 85%;
    top: -50px;
    max-width: 330px;
    pointer-events: none;
}

.banner-shape-2 {
    top: auto !important;
    bottom: 0;
}

.banner-shape-2 img {
    position: absolute;
    bottom: 0;
    right: 82% !important;
    max-width: 410px;
    pointer-events: none;
}

.inner-banner {
    padding: 180px 0 120px;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item,
.breadcrumb-item a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.breadcrumb-item.active {
    color: var(--dark-color);
    opacity: 0.6;
}


/*==========Banner CSS End==========*/


/*==========Brands CSS==========*/

.brands-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.brands-box {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-box:hover {
    -webkit-filter: invert(1) brightness(0.5);
    filter: invert(1) brightness(0.5);
    opacity: 0.9;
}

.brand-title .h5-title {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.6;
}


/*==========Brands CSS End==========*/


/*==========About CSS==========*/

.about-video-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    box-shadow: var(--box-light-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}


/*==========About CSS End==========*/


/*==========Our Menu CSS==========*/

.our-menu-shape img {
    position: absolute;
    left: 70%;
    top: -200px;
    pointer-events: none;
}

.menu-tab ul {
    padding: 10px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    position: relative;
    z-index: 2;
}

.menu-tab ul li,
.menu-tab ul .filter-active {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

.filter-active {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}

.menu-tab ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.menu-tab ul .filter-active {
    color: var(--white-color);
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}

.dish-box-wp {
    display: none;
}

.dish-box {
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    display: flow-root;
    padding: 0px 30px 40px;
    padding-top: 0;
    margin: 130px 0 30px;
    transition: var(--transition);
}

.dish-box:hover {
    transform: scale(1.03);
}

.dist-img {
    margin-top: -130px;
    margin-bottom: 30px;
}

.dist-img img {
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.dish-rating {
    font-size: 20px;
    margin-bottom: 15px;
}

.dish-rating span {
    color: var(--yellow-color);
    margin-left: 2px;
    font-size: 22px;
}

.dish-title {
    padding: 0 30px;
}

.dish-title .h3-title {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: var(--title-font);
    font-weight: bold;
    color: var(--dark-color);
    transition: 0.3s;
    min-height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
}

.dish-title p {
    color: var(--silver-color);
}

.dish-info ul,
.dist-bottom-row ul {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.dish-info ul li {
    display: inline-block;
    flex: 1;
}

.dish-info ul li:last-child {
    text-align: right;
    border-left: 2px solid rgb(204 204 204 / 30%);
}

.dist-bottom-row ul li:last-child {
    text-align: right;
}

.dish-info ul li p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
    font-weight: 300;
}

.dish-info ul li b {
    font-weight: 600;
}

.dish-info,
.dist-bottom-row {
    padding: 0 30px;
}

.dish-info {
    border-bottom: 2px solid rgb(204 204 204 / 30%);
    margin: 30px 0 30px;
    padding-bottom: 30px;
}

.dist-bottom-row ul li {
    display: flex;
    align-items: center;
}

.dist-bottom-row ul li b {
    font-size: 30px;
}

.dish-add-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: var(--white-color);
    transition: 0.3s;
    background: linear-gradient(145deg, #ffc954, #ffbc00);
    box-shadow: inset 4px 4px 8px #d6a029, inset -4px -4px 8px #ffd837;
}

.dish-add-btn:hover {
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

.menu-tab-wp {
    margin-bottom: 80px;
}

.menu-box-right .dish-title .h3-title {
    padding-right: 50px;
}

.menu-img {
    width: 240px;
}

.menu-img img {
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.menu-box-right {
    padding-left: 30px;
}

.menu-box:hover {
    transform: scale(1.03);
}


/*==========Our Menu CSS End==========*/


/*==========Two Col Sec CSS==========*/

.sec-img-shape {
    position: absolute;
    top: -60px;
    right: 22px;
}

.sec-img-shape.sec-img-shape2 {
    top: auto;
    bottom: -30px;
    right: auto;
}

.sec-img {
    position: relative;
    text-align: center;
}

.sec-img:hover img {
    transform: scale(1.05);
}

.sec-img img {
    transition: var(--transition);
}

.sec-text {
    padding: 60px 30px 0;
}

.sec-left-shape {
    right: auto;
}

.sec-img-shape.sec-right-shape {
    left: auto;
    right: 0;
}

.food-shape img {
    position: absolute;
    top: -70px;
    right: 70%;
    pointer-events: none;
}


/*==========Two Col Sec CSS End==========*/


/*==========Book Table CSS End==========*/

.book-table {
    overflow: hidden;
}

.book-table-shape img {
    position: absolute;
    top: -10px;
    right: 73%;
    width: 540px;
}

.book-table-shape.book-table-shape2 img {
    left: 74%;
    transform: scale(-1, 1);
}

.book-table-info {
    margin: 30px 0 20px;
}

#gallery {
    padding-top: 120px;
}

.call-now {
    border-left: 3px dotted rgb(13 13 37 / 50%);
    border-right: 3px dotted rgb(13 13 37 / 50%);
    padding: 15px 0;
}

.call-now i,
.contact-info i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    color: var(--primary-color);
}

.call-now p {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 300;
}

.call-now a {
    font-size: 32px;
    font-weight: 500;
    color: var(--dark-color);
    transition: var(--transition);
}

.call-now a:hover,
.contact-info a:hover {
    color: var(--yellow-color);
}

.table-title h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.table-title p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.book-table-img {
    height: 70vh;
    min-height: 500px;
    border-radius: 30px;
}


/*==========Book Table CSS End==========*/


/*==========Our Team CSS End==========*/

.team-slider {
    position: relative;
}

.our-team .food-shape img {
    right: auto;
    right: 70%;
    top: -50px;
}

.team-box {
    padding: 20px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    transition: var(--transition);
}

.team-box:hover {
    transform: scale(1.03);
}

.team-img {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 9px 9px 18px rgb(194 194 194 / 0.5), -9px -9px 18px rgb(255 255 255 / 0.5);
}

.team-box .h3-title {
    text-transform: capitalize;
    color: var(--yellow-color);
    font-weight: 600;
}

.team-box .social-icon ul li a {
    width: 40px;
    height: 40px;
    box-shadow: 4px 4px 8px #d0d0d0, -4px -4px 8px #ffffff;
    font-size: 16px;
}


/*==========Our Team CSS End==========*/


/*==========Testimonials CSS==========*/

.testimonials-box {
    display: flow-root;
    position: relative;
    padding: 30px;
    padding-top: 0;
    border-radius: 30px;
    margin: 50px 0 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    transition: var(--transition);
}

.testimonials-box:hover {
    transform: scale(1.05);
    z-index: 2;
}

.testimonial-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.testimonials-box-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    box-shadow: 10px 10px 60px #d4d4d4;
}

.testimonials-box-text .h3-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.testimonials-box-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonials-img {
    position: relative;
}

.testimonials-img img {
    position: absolute;
    top: 60px;
    right: 30px;
    width: calc(100% + 5vw);
    max-width: initial;
}

.star-rating-wp {
    display: block;
}

.star-rating {
    font-size: 22px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c8c8c8;
    -webkit-filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05));
    letter-spacing: 4px;
}

.star-rating__fill {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: fill-star 2s ease-in-out;
}

.star-rating__fill:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--yellow-color);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    letter-spacing: 4px;
}

@keyframes fill-star {
    0% {
        width: 0;
    }
}


/*==========Testimonials CSS End==========*/


/*==========Faq Sec CSS==========*/

.faq-row {
    column-count:2;
    margin: 0 -5px;
}

.faq-box {
    border: 1px solid var(--silver-color);
    border-radius: 30px;
    background: linear-gradient(145deg, #e4e4e4, #ffffff);
    break-inside: avoid;
    margin: 0px 5px 30px;
    text-align: center;
    box-shadow: 10px 10px 30px rgb(207 207 208 / 20%), -10px -10px 30px rgb(255 255 255 / 90%);
}

.faq-box .h4-title {
    padding: 16px 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.faq-box p {
    padding: 8px 30px 20px;
    margin: 0;
}

.faq-shape img {
    position: absolute;
    top: -100px;
    left: 82%;
    pointer-events: none;
}


/*==========Faq Sec CSS End==========*/


/*==========Blog Sec CSS==========*/

.blog-text .h4-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
    font-family: var(--title-font);
    color: var(--dark-color);
    transition: 0.3s;
}

.blog-text .h4-title:hover {
    color: var(--yellow-color);
}

.blog-date {
    padding: 5px 15px;
    background: #f8f9fa;
    box-shadow: inset 5px 5px 10px #e2e2e2, inset -5px -5px 10px #e8e8e8;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-img {
    width: 100%;
    height: 280px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.blog-box {
    padding: 30px 25px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #fdfdfd);
    box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
    transition: var(--transition);
    margin-bottom: 30px;
}

.blog-box:hover {
    transform: scale(1.01);
}

.blog-shape img {
    position: absolute;
    top: -100px;
    right: 84%;
    pointer-events: none;
}


/*==========Blog Sec CSS End==========*/


/*==========Newslatter Sec CSS==========*/

.newslatter-box {
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.newslatter-form {
    margin-top: 20px;
    position: relative;
}

.newslatter-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}

.newslatter-form .form-input {
    height: 68px;
    border-radius: 60px;
    padding: 0 150px 0 40px;
    background: linear-gradient(-145deg, #e4e4e4, #f9f9f9);
}

.newslatter-box-text {
    padding: 0 60px;
}

.newslatter-sec-shape img {
    position: absolute;
    left: 83%;
    top: -100px;
    pointer-events: none;
}

.newslatter-sec-shape2 img {
    position: absolute;
    bottom: -240px;
    right: 82%;
    z-index: 2;
    pointer-events: none;
}

.newslatter-sec-shape2 {
    position: relative;
    z-index: 2;
}


/*==========Newslatter Sec CSS End==========*/


/*==========Contact Sec CSS==========*/

.contact-info a {
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-color);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.contact-info {
    padding: 0 30px;
}

.contact-form textarea.form-input {
    height: 210px;
}

.contact-sec-info {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
}

.contact-form-img-wp {
    position: relative;
    height: 100%;
}

.contact-form-img {
    width: calc(100% + 15vw);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
}

.contact-form {
    padding: 60px 30px;
    padding-right: 0;
    position: relative;
}

.submit-btn .sec-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
}


/*==========Contact Sec CSS End==========*/


/*==========Footer CSS==========*/

.top-footer,
.bottom-footer {
    border-top: 1px solid rgb(204 204 204 / 40%);
    position: relative;
}

.footer-shape img {
    position: absolute;
    top: -90px;
    left: 90%;
    pointer-events: none;
}

.copyright-text p {
    margin: 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-info .social-icon {
    margin-top: 20px;
}

.footer-flex-box {
    display: flex;
    margin: 0 -10px;
}

.footer-flex-box>div {
    flex: 1;
    padding: 0 10px;
}

.footer-flex-box .h3-title {
    text-transform: capitalize;
    margin-bottom: 23px;
}

.footer-menu ul li a {
    color: var(--dark-color);
    transition: 0.3s;
    text-transform: capitalize;
}

.footer-menu ul li a:hover,
.footer-menu ul li .footer-active-menu {
    color: var(--primary-color);
}

.footer-menu ul li {
    margin-bottom: 8px;
}

.footer-table-info ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.copyright-text {
    padding: 20px 0;
}


/*==========Footer CSS End==========*/


/*==========Page Loader CSS==========*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: var(--white-color);
    z-index: 9999;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}


/*==========Page Loader CSS End==========*/


/*==========Scrolltop CSS End==========*/

.scrolltop {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    color: var(--primary-color);
    font-size: 16px;
    transition: var(--transition);
    border: none;
}

.scrolltop:hover {
    box-shadow: var(--btn-hover-shadow);
    color: var(--darkc-color);
}


/*==========Scrolltop CSS End==========*/


/*==========Responsive Start CSS==========*/

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    #viewport {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #js-scroll-content {
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1368px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 1399px) {
    .h1-title {
        font-size: 80px;
        line-height: 90px;
    }
    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }
    .h4-title {
        font-size: 24px;
        line-height: 34px;
    }
    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }
    .header-right {
        margin-left: 20px;
    }
    .main-navigation .menu li {
        margin: 0 3px;
    }
    .team-img {
        height: 400px;
    }
    .blog-box {
        padding: 30px 20px;
    }
    .menu-img {
        width: 160px;
    }
    .menu-box-right {
        padding-left: 15px;
    }
    .menu-box {
        box-shadow: 14px 14px 45px #d4d4d4, -14px -14px 45px #ffffff;
    }
    .menu-rating {
        font-size: 18px;
        padding: 10px 15px;
        min-width: 70px;
    }
    .dist-bottom-row ul li b {
        font-size: 25px;
    }
    .newslatter-sec-shape2 img {
        bottom: -130px;
    }
}

@media (max-width: 1199px) {
    .header-btn {
        margin-left: 10px;
    }
    .header-right {
        margin-left: 10px;
    }
    .main-navigation .menu li {
        margin: 0;
    }
    .main-navigation .menu li a {
        padding: 4px 15px;
        font-size: 15px;
    }
    .header-search-form .form-input {
        width: 170px;
    }
    .main-banner {
        padding: 120px 0;
    }
    .banner-img-wp {
        height: 360px;
    }
    .dish-box {
        padding: 0px 0px 40px;
    }
    .dist-img img {
        width: 220px;
    }
    .dist-img {
        margin-top: -110px;
    }
    .dist-bottom-row ul li b {
        font-size: 28px;
    }
    .sec-text {
        padding: 0;
    }
    .xxl-title {
        font-size: 46px;
        line-height: 66px;
    }
    .team-img {
        height: 340px;
    }
    .testimonials-box {
        padding: 30px 20px;
        margin: 26px 0 30px;
    }
    .testimonials-box-img {
        min-width: 80px;
        min-height: 80px;
        margin-top: -80px;
    }
    .faq-box .h4-title {
        padding: 16px 20px;
    }
    .faq-box p {
        padding: 8px 20px 20px;
    }
    .blog-img {
        height: 240px;
    }
    .newslatter-box-text {
        padding: 0;
    }
    .footer-flex-box>div {
        padding: 0 10px;
    }
    .star-rating {
        font-size: 19px;
    }
    .testimonial-box-top {
        margin-bottom: 10px;
    }
    .call-now a {
        font-size: 28px;
    }
    .menu-box {
        padding: 50px 20px 30px 20px;
    }
    .menu-img {
        width: 140px;
    }
    .gallery-img {
        height: 280px;
    }
    .gallery-img-wp {
        padding: 15px;
    }
    .widget-area {
        margin-left: 0;
        padding: 30px 15px;
    }
    .inner-banner.single-blog-banner {
        padding-bottom: 30px;
    }
    .single-blog-img {
        height: 45vw;
        min-height: 380px;
    }
    .single-post-img-wp {
        height: 400px;
    }
    .contact-info a {
        font-size: 20px;
        line-height: 30px;
    }
    .contact-form {
        padding: 60px 20px;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .section {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .for-des {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 40px;
        transform: translate(0, -50%);
        z-index: 100;
        box-shadow: inset 6px 6px 7px #dadada, inset -6px -6px 10px #ffffff;
        border-radius: 10px;
        padding: 0 8px;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--primary-color);
        margin-bottom: 5px;
        transition: 0.3s;
        border-radius: 5px;
        position: relative;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
        top: -4px;
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .header-menu {
        transform: translatey(0);
    }
    .header-menu {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(9vh, 30px);
        padding-left: max(6vh, 30px);
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-100%);
        background-image: url(../images/blog-pattern-bg.png);
        background-position: center;
        background-color: var(--body-bg);
    }
    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: max(20px, 4vh);
    }
    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
    }
    .main-navigation .menu .dropdown-items .for-mob {
        position: absolute;
        top: 0;
        right: 30px;
        transition: 0.3s;
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 2;
    }
    .main-navigation .menu .sub-menu {
        max-width: 220px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .main-navigation .menu .sub-menu li {
        margin-bottom: 5px;
    }
    .main-navigation .menu li:last-child {
        margin: 0;
    }
    .main-navigation .menu .dropdown-items.dropdown-open .sub-menu {
        position: unset;
        display: block;
        width: auto;
        margin-top: 6px;
        padding: 0;
        background: transparent;
        box-shadow: none;
        margin-left: 15px;
        max-width: none;
    }
    .main-navigation .menu .dropdown-items.dropdown-open .for-mob {
        transform: rotate(180deg);
    }
    .main-navigation .menu .sub-menu li a {
        color: var(--primary-color);
    }
    .header-btn.header-cart {
        display: none;
    }
    .header-btn {
        margin: 0;
        margin-right: 70px;
    }
    .js-parallax-scene {
        display: none;
    }
    .main-banner {
        padding: 140px 0 60px;
    }
    .site-header {
        padding:30px 0;
        box-shadow: 0px 10px 55px #d4d4d4;
    }
    .site-header.sticky_head,
    .site-header {
        background: rgb(255 255 255 / 90%);
    }
    .h1-title {
        font-size: 60px;
        line-height: 80px;
    }
    .xxl-title {
        font-size: 40px;
        line-height: 55px;
    }
    .banner-img-wp {
        padding: 0;
        height: 75vw;
        padding-top: 50px;
    }
    .brands-box {
        padding: 0 30px;
    }
    .brands-row {
        margin: 0 -30px;
    }
    .menu-tab ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
    .menu-tab:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
        opacity: 0.2;
        border-radius: 0 60px 60px 0;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }
    .sec-text {
        margin-top: 40px;
    }
    .call-now {
        border: none;
        margin: 40px 0;
        border-top: 3px dotted rgb(13 13 37 / 50%);
        border-bottom: 3px dotted rgb(13 13 37 / 50%);
        padding: 30px 0;
    }
    .book-table-info {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .testimonials-img img {
        position: unset;
        width: 100%;
    }
    .testimonials-img {
        margin-bottom: 60px;
    }
    .faq-row {
        column-count: 1;
        margin: 0;
    }
    .newslatter-box {
        padding: 40px;
    }
    .footer-info {
        margin-bottom: 50px;
    }
    .footer-flex-box {
        display: block;
        margin: 0;
    }
    .footer-flex-box>div {
        padding: 0;
        margin-bottom: 30px;
    }
    .faq-box {
        margin: 0;
        margin-bottom: 30px;
    }
    .footer-flex-box>div:last-child {
        margin: 0;
    }
    .scrolltop {
        bottom: 130px;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    .inner-banner {
        padding: 140px 0 60px;
    }
    #gallery {
        padding-top: 90px;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    .menu-img {
        width: 180px;
        margin-inline: auto;
        margin-bottom: 20px;
    }
    #js-scroll-content {
        transform: unset !important;
    }
    body {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .banner-img-wp {
        height: 75vw;
        min-height: 60vw;
        width: auto;
    }
    .dist-img img {
        width: 180px;
    }
    .dist-img {
        margin-top: -80px;
    }
    .menu-tab-wp {
        margin-bottom: 60px;
    }
    .dish-box {
        margin: 80px 0 30px;
    }
    .book-table-img {
        min-height: 340px;
        height: 60vh;
    }
    .team-img {
        height: 430px;
    }
    .dish-info ul li p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }
    .dish-info ul li b {
        font-size: 14px;
    }
    .brands-box {
        padding: 0 25px;
    }
    .brands-row {
        margin: 0 -25px;
    }
    .menu-tab ul li {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding: 0 30px;
    }
    .h1-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .h1-title span {
        background-size: 100% 8px;
    }
    .banner-img-wp {
        height: 90vw;
    }
    .about-video-img {
        height: 30vw;
        min-height: 280px;
        border-radius: 30px;
    }
    .brands-box {
        padding: 0 15px;
        flex: 0 0 33%;
        margin-bottom: 30px;
    }
    .brands-row {
        margin: 0 -15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0px 0px 30px;
    }
    .newslatter-sec-shape,
    .newslatter-sec-shape2,
    .footer-shape,
    .faq-shape,
    .blog-shape {
        display: none;
    }
    .blog-sec.section {
        padding-bottom: 0;
    }
    .brands-box img {
        max-width: 80%;
    }
    .brand-title {
        text-align: center;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }
    .play-btn svg {
        width: 18px;
    }
    .play-btn-wp span {
        font-size: 18px;
    }
    .newslatter-box {
        padding:38px 15px;
    }
    .newslatter-form .form-input {
        padding: 0 130px 0 12px;
    }
    .menu-box {
        display: block;
        text-align: center;
    }
    .menu-box-right .dish-title .h3-title {
        padding: 0;
    }
    .gallery-img {
        height: 50vw;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .team-img {
        height: 330px;
    }
}

@media (max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .header-btn {
        margin-right: 56px;
    }
    .menu-toggle {
        right: 15px;
    }
    .site-header .container .row .col-lg-2 {
        left: 15px;
    }
    .newslatter-form button {
        position: unset;
        transform: translate(0);
        box-shadow: none !important;
        margin-top: 20px;
    }
    .newslatter-form .form-input {
        padding: 0 30px;
    }
    .team-box .h3-title {
        min-height: 72px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .team-img {
        height: 280px;
    }
    .blog-box {
        padding: 20px;
    }
    .our-menu-shape,
    .food-shape {
        display: none;
    }
    .widget-area {
        padding: 30px 15px;
    }
    .single-blog-img {
        min-height: 280px;
    }
}
.sec-btn1 {
    padding: 14px 42px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 18px;
}
.sec-btn1:hover {
    background-color: #32b768 !important;
    color: #fff !important;
}
/*==========Responsive End CSS==========*/

/* =========================================
   ELARA CAFE - FONT & COLOR STYLING
========================================= */

:root {
    --elara-brown: #6b4530;
    --elara-dark-brown: #3d2a20;
    --elara-green: #59634a;
    --elara-gold: #b88a4a;
    --elara-cream: #f7f1e8;
    --elara-text: #625950;
    --elara-white: #ffffff;
}

/* Main Body Font */
body {
    font-family: "Poppins", sans-serif;
    color: var(--elara-text);
    background-color: var(--elara-cream);
}

/* All Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.xxl-title {
    font-family: "Playfair Display", serif;
    color: var(--elara-dark-brown);
    font-weight: 600;
}

/* Main Hero Heading */
.h1-title {
    color: var(--elara-dark-brown);
    font-weight: 700;
}

.h1-title span {
    color: var(--elara-brown);
    font-style: italic;
}

/* Section Headings */
.h2-title {
    color: var(--elara-dark-brown);
}

.h2-title span {
    color: var(--elara-brown);
    font-style: italic;
}

/* Large Content Headings */
.xxl-title {
    color: var(--elara-dark-brown);
    font-weight: 600;
}

/* Small Headings */
.h3-title,
.h4-title,
.h5-title {
    color: var(--elara-dark-brown);
}

/* Paragraphs */
p {
    font-family: "Poppins", sans-serif;
    color: var(--elara-text);
    font-weight: 400;
}

/* Navigation */
.header-menu a,
.foody-nav-menu a {
    font-family: "Poppins", sans-serif;
    color: var(--elara-dark-brown);
    font-weight: 500;
}

.header-menu a:hover,
.foody-nav-menu a:hover {
    color: var(--elara-brown);
}

/* Section Subtitle */
.sec-sub-title {
    font-family: "Poppins", sans-serif;
    color: var(--elara-brown);
    font-weight: 600;
    letter-spacing: 2px;
}

/* Buttons */
.sec-btn,
.sec-btn1 {
    font-family: "Poppins", sans-serif;
    background-color: var(--elara-brown);
    border-color: var(--elara-brown);
    color: var(--elara-white) !important;
    font-weight: 600;
}

.sec-btn:hover,
.sec-btn1:hover {
    background-color: var(--elara-dark-brown);
    border-color: var(--elara-dark-brown);
}

/* Menu Filter */
.menu-tab .filters li {
    font-family: "Poppins", sans-serif;
    color: var(--elara-dark-brown);
}

.menu-tab .filters li:hover,
.menu-tab .filters li.filter-active {
    background-color: var(--elara-brown);
    color: #fff;
}

/* Menu Item Titles */
.dish-title .h3-title {
    color: var(--elara-dark-brown);
    font-weight: 600;
}

/* Rating */
.dish-rating {
    color: var(--elara-brown);
}

.dish-rating span {
    color: var(--elara-gold);
}

/* Phone / Contact */
.call-now a {
    color: var(--elara-brown);
    font-weight: 600;
}

.call-now i {
    color: var(--elara-gold);
}

/* Testimonial Titles */
.testimonials-box-text .h3-title {
    color: var(--elara-dark-brown);
}

/* Feature Titles */
.faq-box .h4-title {
    color: var(--elara-dark-brown);
}

/* Footer Headings */
.site-footer .h3-title {
    color: var(--elara-white);
    font-weight: 600;
}

/* Footer Text */
.site-footer p,
.site-footer li {
    color: rgba(255, 255, 255, 0.70);
}

/* Footer Links */
.site-footer a {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer a:hover {
    color: var(--elara-gold);
}

/* Copyright */
.copyright-text p {
    color: rgba(255, 255, 255, 0.60);
}

.copyright-text a {
    color: var(--elara-gold);
}

/* Order CTA Heading */
.newslatter-box-text .h2-title {
    color: #fff;
}

.newslatter-box-text p {
    color: rgba(255, 255, 255, 0.85);
}

/* Links */
a {
    color: var(--elara-brown);
}

a:hover {
    color: var(--elara-dark-brown);
}

/* =========================================
   ELARA CAFE - FONT STYLE & COLORS ONLY
   NO FONT SIZE CHANGES
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;700&family=Montserrat:wght@400;500;600;700&display=swap');


/* =========================================
   BODY
========================================= */

body {
    font-family: "Lato", sans-serif;
    color: #625950;
}

p {
    font-family: "Lato", sans-serif;
    color: #625950;
    font-weight: 400;
}


/* =========================================
   ALL HEADINGS
========================================= */

h1,
h2,
h3,
h4,
h5,
h6,
.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.xxl-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
}


/* =========================================
   HERO HEADING
========================================= */

.h1-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
    font-weight: 600;
}

.h1-title span {
    font-family: "Cormorant Garamond", serif;
    color: #795538;
    font-style: italic;
}


/* =========================================
   SECTION HEADINGS
========================================= */

.h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
    font-weight: 600;
}

.h2-title span {
    font-family: "Cormorant Garamond", serif;
    color: #795538;
    font-style: italic;
}


/* =========================================
   LARGE CONTENT HEADINGS
========================================= */

.xxl-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
    font-weight: 600;
}


/* =========================================
   SMALL HEADINGS
========================================= */

.h3-title,
.h4-title,
.h5-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
}


/* =========================================
   SECTION SUBTITLE
========================================= */

.sec-sub-title {
    font-family: "Montserrat", sans-serif;
    color: #795538;
    font-weight: 600;
    letter-spacing: 2px;
}


/* =========================================
   NAVIGATION
========================================= */

.header-menu a,
.foody-nav-menu a {
    font-family: "Montserrat", sans-serif;
    color: #3d2a20;
    font-weight: 500;
}

.header-menu a:hover,
.foody-nav-menu a:hover {
    color: #795538;
}


/* =========================================
   BUTTONS
========================================= */

.sec-btn,
.sec-btn1 {
    font-family: "Montserrat", sans-serif;
    color: #ffffff !important;
    font-weight: 600;
}


/* =========================================
   MENU FILTERS
========================================= */

.menu-tab .filters li {
    font-family: "Montserrat", sans-serif;
    color: #3d2a20;
    font-weight: 500;
}

.menu-tab .filters li:hover,
.menu-tab .filters li.filter-active {
    color: #ffffff;
}


/* =========================================
   MENU ITEM TITLES
========================================= */

.dish-title .h3-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
    font-weight: 600;
}


/* =========================================
   MENU RATING
========================================= */

.dish-rating {
    font-family: "Montserrat", sans-serif;
    color: #795538;
}

.dish-rating span {
    color: #b88a4a;
}


/* =========================================
   HERO / GENERAL PARAGRAPHS
========================================= */

.banner-text p,
.sec-text p,
.about-sec p,
.testimonials-box p,
.book-table p,
.faq-sec p,
.newslatter-box-text p {
    font-family: "Lato", sans-serif;
    color: #625950;
}


/* =========================================
   TABLE / CONTACT
========================================= */

.table-title h3 {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
}

.table-title p {
    font-family: "Montserrat", sans-serif;
    color: #795538;
}

.call-now a {
    font-family: "Montserrat", sans-serif;
    color: #795538;
}

.call-now i {
    color: #b88a4a;
}


/* =========================================
   TESTIMONIALS
========================================= */

.testimonials-box-text .h3-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
}


/* =========================================
   FEATURES
========================================= */

.faq-box .h4-title {
    font-family: "Cormorant Garamond", serif;
    color: #3d2a20;
}


/* =========================================
   NEWSLETTER
========================================= */

.newslatter-box-text .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #ffffff;
}

.newslatter-box-text p {
    font-family: "Lato", sans-serif;
    color: rgba(255, 255, 255, 0.88);
}


/* =========================================
   FOOTER
========================================= */

.site-footer .h3-title {
    font-family: "Cormorant Garamond", serif;
    color: #ffffff;
}

.site-footer p,
.site-footer li,
.site-footer a {
    font-family: "Lato", sans-serif;
}

.site-footer p,
.site-footer li {
    color: rgba(255, 255, 255, 0.70);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer a:hover {
    color: #b88a4a;
}


/* =========================================
   COPYRIGHT
========================================= */

.copyright-text p {
    font-family: "Lato", sans-serif;
    color: rgba(255, 255, 255, 0.60);
}

.copyright-text a {
    color: #b88a4a;
}

/* =========================================
   ELARA CAFE - MAIN BANNER
========================================= */

.main-banner {
    background: #F7F4EC;
    color: #34382C;
}

/* Banner Heading */
.main-banner .h1-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    color: #4F5A3D;
    letter-spacing: -0.5px;
}

.main-banner .h1-title span {
    color: #B8955A;
}

/* Banner Paragraph */
.main-banner .banner-text p {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.8;
}

/* Main Button */
.main-banner .sec-btn {
    background: #4F5A3D;
    border: 1px solid #4F5A3D;
    color: #F7F4EC;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
}

.main-banner .sec-btn:hover {
    background: #B8955A;
    border-color: #B8955A;
    color: #fff;
}

/* Image Container */
.main-banner .banner-img {
    border-radius: 50% 50% 45% 45%;
    overflow: hidden;
}

/* Image Text */
.main-banner .banner-img-text .h5-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
}

.main-banner .banner-img-text p {
    font-family: "Montserrat", sans-serif;
    color: #666A5C;
}

/* Decorative shapes */
.main-banner .banner-shape-1,
.main-banner .banner-shape-2 {
    opacity: 0.7;
}

.about-sec {
    background: #FCFAF5;
}

.about-sec .sec-sub-title {
    font-family: "Montserrat", sans-serif;
    color: #B8955A;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-sec .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

.about-sec .h2-title span {
    color: #B8955A;
}

.about-sec .sec-title > p:last-child {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.9;
}

.about-sec .sec-title-shape img {
    opacity: 0.8;
}

.about-sec .about-video-img {
    border-radius: 50% 50% 45% 45%;
}

.about-sec .play-btn-wp span {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-size: 20px;
}

.about-sec .play-btn {
    background: #4F5A3D;
}

.about-sec .play-btn:hover {
    background: #B8955A;
}

.about-sec .play-btn svg path {
    fill: #F7F4EC;
}

.our-menu {
    background-color: #F7F4EC !important;
    color: #34382C;
}

/* Section heading */
.our-menu .sec-sub-title {
    font-family: "Montserrat", sans-serif;
    color: #B8955A;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.our-menu .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

.our-menu .h2-title span {
    color: #B8955A;
}

/* Menu filters */
.our-menu .menu-tab .filters li {
    font-family: "Montserrat", sans-serif;
    color: #4F5A3D;
    font-weight: 500;
    transition: all 0.3s ease;
}

.our-menu .menu-tab .filters li:hover {
    color: #B8955A;
}

.our-menu .menu-tab .filters li.filter-active,
.our-menu .menu-tab .filters li.active {
    color: #B8955A;
}

/* Dish cards */
.our-menu .dish-box {
    background: #FCFAF5;
    border: 1px solid rgba(79, 90, 61, 0.12);
    border-radius: 30px;
    padding: 25px 20px;
    transition: all 0.35s ease;
}

.our-menu .dish-box:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 149, 90, 0.45);
    box-shadow: 0 15px 35px rgba(63, 73, 49, 0.10);
}

/* Dish title */
.our-menu .dish-title .h3-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

/* Rating */
.our-menu .dish-rating {
    color: #4F5A3D;
}

.our-menu .dish-rating span {
    color: #B8955A;
}

/* Decorative shape */
.our-menu .our-menu-shape {
    opacity: 0.35;
}

/* Title separator */
.our-menu .sec-title-shape img {
    opacity: 0.75;
}

.two-col-sec {
    background: #FCFAF5;
    position: relative;
    overflow: hidden;
}

.two-col-sec .sec-text {
    padding-left: 25px;
}

.two-col-sec .xxl-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
    line-height: 1.15;
}

.two-col-sec .xxl-title span {
    color: #B8955A;
}

.two-col-sec .sec-text p {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.9;
}

.two-col-sec .sec-img img {
    max-width: 100%;
    transition: transform 0.5s ease;
}

.two-col-sec .sec-img img:hover {
    transform: translateY(-8px);
}

.two-col-sec .food-shape {
    opacity: 0.18;
}

.two-col-sec.pt-0 {
    background: #F7F4EC;
}

.two-col-sec.pt-0 .sec-text {
    padding-right: 30px;
}

.two-col-sec.pt-0 .xxl-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
    line-height: 1.15;
}

.two-col-sec.pt-0 .xxl-title span {
    color: #B8955A;
}

.two-col-sec.pt-0 .sec-text p {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.9;
}

.two-col-sec.pt-0 .sec-img img {
    max-width: 100%;
    transition: transform 0.5s ease;
}

.two-col-sec.pt-0 .sec-img img:hover {
    transform: scale(1.02);
}

/* =========================================
   ELARA - VISIT SECTION
========================================= */

.book-table {
    background: #F7F4EC !important;
    position: relative;
    overflow: hidden;
}

/* Heading */

.book-table .sec-sub-title {
    font-family: "Montserrat", sans-serif;
    color: #B8955A;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.book-table .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

.book-table .h2-title span {
    color: #B8955A;
}

/* Opening hours */

.book-table .table-title h3 {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

.book-table .table-title p {
    font-family: "Montserrat", sans-serif;
    color: #666A5C;
}

/* Phone */

.book-table .call-now i {
    color: #B8955A;
}

.book-table .call-now a {
    font-family: "Montserrat", sans-serif;
    color: #4F5A3D;
    font-weight: 600;
    transition: all 0.3s ease;
}

.book-table .call-now a:hover {
    color: #B8955A;
}

/* Gallery */

.book-table .book-table-img {
    border-radius: 35px;
    overflow: hidden;
}

/* Navigation */

.book-table .swiper-button {
    background: #4F5A3D;
    color: #F7F4EC;
    border: 1px solid #4F5A3D;
    transition: all 0.3s ease;
}

.book-table .swiper-button:hover {
    background: #B8955A;
    border-color: #B8955A;
}

/* Pagination */

.book-table .swiper-pagination-bullet {
    background: #7B8262;
}

.book-table .swiper-pagination-bullet-active {
    background: #B8955A;
}

/* Decorative leaves */

.book-table .book-table-shape {
    opacity: 0.25;
}

/* =========================================
   ELARA - TESTIMONIALS
========================================= */

.testimonials {
    position: relative;
    background-color: #4F5A3D;
    background-blend-mode: soft-light;
}

.testimonials .sec-sub-title {
    font-family: "Montserrat", sans-serif;
    color: #D2B477;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonials .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #FCFAF5;
    font-weight: 600;
}

.testimonials .h2-title span {
    color: #D2B477;
}

.testimonials .sec-title-shape img {
    opacity: 0.8;
}

/* Testimonial cards */

.testimonials .testimonials-box {
    background: #FCFAF5;
    border: 1px solid rgba(184, 149, 90, 0.25);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.testimonials .testimonials-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Customer image */

.testimonials .testimonials-box-img {
    border-radius: 50%;
    border: 3px solid #B8955A;
}

/* Star rating */

.testimonials .star-rating__fill {
    background: #B8955A;
}

/* Testimonial title */

.testimonials .testimonials-box-text .h3-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

/* Testimonial text */

.testimonials .testimonials-box-text p {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.75;
}

/* Main image */

.testimonials .testimonials-img img {
    max-width: 100%;
}

/* =========================================
   ELARA - EXPERIENCE SECTION
========================================= */

.faq-sec {
    background-color: #FCFAF5 !important;
    position: relative;
    overflow: hidden;
}

/* Section heading */

.faq-sec .sec-sub-title {
    font-family: "Montserrat", sans-serif;
    color: #B8955A;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.faq-sec .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

.faq-sec .h2-title span {
    color: #B8955A;
}

.faq-sec .sec-title-shape img {
    opacity: 0.75;
}

/* Experience boxes */

.faq-sec .faq-box {
    background: #F7F4EC;
    border: 1px solid rgba(79, 90, 61, 0.12);
    border-radius: 25px;
    transition: all 0.35s ease;
}

.faq-sec .faq-box:hover {
    background: #4F5A3D;
    border-color: #4F5A3D;
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(63, 73, 49, 0.15);
}

/* Icons */

.faq-sec .faq-box img {
    transition: all 0.35s ease;
}

.faq-sec .faq-box:hover img {
    transform: scale(1.05);
}

/* Box titles */

.faq-sec .faq-box .h4-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
    transition: color 0.35s ease;
}

.faq-sec .faq-box:hover .h4-title {
    color: #FCFAF5;
}

/* Decorative element */

.faq-sec .faq-shape {
    opacity: 0.18;
}

/* =========================================
   ELARA - ORDER CTA
========================================= */

.newslatter-sec {
    background: #FCFAF5;
    position: relative;
    overflow: hidden;
}

.newslatter-box {
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 45px rgba(63, 73, 49, 0.12);
}

.newslatter-box .bg-overlay {
    background: rgba(63, 73, 49, 0.78);
}

/* CTA Heading */

.newslatter-box-text .h2-title {
    font-family: "Cormorant Garamond", serif;
    color: #FCFAF5;
    font-weight: 600;
}

.newslatter-box-text .h2-title span {
    color: #D2B477;
}

/* CTA Paragraph */

.newslatter-box-text p {
    font-family: "Montserrat", sans-serif;
    color: #F7F4EC;
    line-height: 1.8;
}

/* Order Button */

.newslatter-box-text .sec-btn1 {
    display: inline-block;
    background: #B8955A;
    border: 1px solid #B8955A;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newslatter-box-text .sec-btn1:hover {
    background: #F7F4EC;
    border-color: #F7F4EC;
    color: #4F5A3D;
}

/* Decorative elements */

.newslatter-sec-shape,
.newslatter-sec-shape2 {
    opacity: 0.2;
}

/* =========================================
   ELARA - LIGHT FOOTER
========================================= */

.site-footer {
    background: #F7F4EC;
    color: #34382C;
    position: relative;
    overflow: hidden;
}

.site-footer .top-footer {
    background: #F7F4EC;
    position: relative;
}

/* Logo */

.site-footer .footer-logo img {
    max-width: 180px;
}

/* Description */

.site-footer .footer-info p {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.8;
}

/* Footer headings */

.site-footer .h3-title {
    font-family: "Cormorant Garamond", serif;
    color: #4F5A3D;
    font-weight: 600;
}

/* Footer content */

.site-footer .footer-table-info ul li,
.site-footer .footer-menu ul li {
    font-family: "Montserrat", sans-serif;
    color: #5E6253;
    line-height: 1.8;
}

/* Links */

.site-footer a {
    color: #4F5A3D;
    transition: all 0.3s ease;
}

.site-footer .footer-menu a:hover {
    color: #B8955A;
}

/* Social icons */

.site-footer .social-icon ul {
    display: flex;
    gap: 10px;
}

.site-footer .social-icon ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #B8955A;
    border-radius: 50%;

    color: #4F5A3D;
}

.site-footer .social-icon ul li a:hover {
    background: #4F5A3D;
    border-color: #4F5A3D;
    color: #F7F4EC;
}

/* Decorative leaf */

.site-footer .footer-shape {
    opacity: 0.12;
}

/* Bottom footer */

.site-footer .bottom-footer {
    background: #4F5A3D;
    border-top: 1px solid #B8955A;
}

/* Copyright */

.site-footer .copyright-text p {
    font-family: "Montserrat", sans-serif;
    color: #F7F4EC;
}

.site-footer .copyright-text a {
    color: #D2B477;
}

.site-footer .copyright-text a:hover {
    color: #FFFFFF;
}

/* Scroll top */

.site-footer .scrolltop {
    background: #B8955A;
    color: #3F4931;
    border: none;
    transition: all 0.3s ease;
}

.site-footer .scrolltop:hover {
    background: #4F5A3D;
    color: #F7F4EC;
}

/* =========================================
   ELARA EXPERIENCE - ELEGANT VERSION
========================================= */

.faq-sec {
    position: relative;
    background: #F7F4EC !important;
    overflow: hidden;
}

/* Keep the section airy */
.faq-sec .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.faq-sec .sec-sub-title {
    color: #B8955A !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.faq-sec .h2-title {
    color: #4F5A3D !important;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600 !important;
}

.faq-sec .h2-title span {
    color: #B8955A !important;
}

.faq-sec .sec-title-shape img {
    opacity: .65;
}


/* =========================================
   EXPERIENCE ITEMS
========================================= */

.faq-sec .faq-row {
    display: flex !important;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin-top: 35px;
}

.faq-sec .faq-box {
    flex: 1;
    width: 25% !important;
    min-height: 190px;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 25px 25px;

    text-align: center;

    box-shadow: none !important;

    position: relative;

    transition: all .35s ease;
}


/* Vertical separators */

.faq-sec .faq-box:not(:last-child)::after {
    content: "";
    position: absolute;

    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;

    background: rgba(79, 90, 61, .18);
}


/* =========================================
   ICON
========================================= */

.faq-sec .faq-box img {
    width: 85px !important;
    height: 85px !important;

    object-fit: contain;

    margin-bottom: 20px !important;

    transition: transform .35s ease;
}

.faq-sec .faq-box:hover img {
    transform: translateY(-5px);
}


/* =========================================
   TITLE
========================================= */

.faq-sec .faq-box .h4-title {
    margin: 0 !important;

    font-family: "Cormorant Garamond", serif !important;

    font-size: 22px;
    line-height: 1.2;

    font-weight: 600 !important;

    color: #4F5A3D !important;

    transition: color .35s ease;
}

.faq-sec .faq-box:hover .h4-title {
    color: #B8955A !important;
}


/* =========================================
   DECORATIVE SHAPE
========================================= */

.faq-sec .faq-shape {
    opacity: .08;
    pointer-events: none;
}

.faq-sec .faq-shape img {
    max-width: 280px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .faq-sec .faq-row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .faq-sec .faq-box {
        width: 100% !important;
        min-height: 170px;
        padding: 20px 15px;
    }

    .faq-sec .faq-box:nth-child(2)::after {
        display: none;
    }

    .faq-sec .faq-box:nth-child(1),
    .faq-sec .faq-box:nth-child(2) {
        border-bottom: 1px solid rgba(79, 90, 61, .15) !important;
    }

    .faq-sec .faq-box img {
        width: 85px !important;
        height: 85px !important;
    }

    .faq-sec .faq-box .h4-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {

    .faq-sec .faq-row {
        grid-template-columns: 1fr;
    }

    .faq-sec .faq-box {
        min-height: 150px;
    }

    .faq-sec .faq-box:not(:last-child)::after {
        display: none;
    }

    .faq-sec .faq-box:not(:last-child) {
        border-bottom: 1px solid rgba(79, 90, 61, .15) !important;
    }
}

/* =========================================
   ELARA REVIEWS
========================================= */

.testimonials {
    position: relative;
    padding: 110px 0 !important;
    background: #F5F0E8 !important;
    overflow: hidden;
}


/* TITLE */

.testimonials .sec-title {
    margin-bottom: 60px !important;
}

.testimonials .sec-sub-title {
    font-family: "Montserrat", sans-serif !important;
    color: #A88750 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.testimonials .h2-title {
    font-family: "Cormorant Garamond", serif !important;
    color: #455039 !important;
    font-size: 52px !important;
    font-weight: 600 !important;
}

.testimonials .h2-title span {
    color: #A88750 !important;
}


/* MAIN REVIEW AREA */

.elara-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: auto;
}


/* FEATURE REVIEW */

.elara-review-feature {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 430px;
    background: #455039;
}


/* IMAGE */

.elara-review-image {
    min-height: 430px;

    background-size: cover;
    background-position: center;
}


/* FEATURE CONTENT */

.elara-review-content {
    position: relative;
    padding: 45px 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elara-quote {
    position: absolute;
    top: 20px;
    right: 28px;

    font-family: "Cormorant Garamond", serif;
    font-size: 90px;
    line-height: 1;

    color: rgba(255,255,255,.12);
}

.elara-stars {
    color: #C5A66D;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.elara-review-content h3 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 32px;
    font-weight: 600;

    color: #F5F0E8;

    margin-bottom: 15px;
}

.elara-review-content p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px;
    line-height: 1.9;

    color: rgba(245,240,232,.82);

    margin-bottom: 22px;
}

.elara-review-line {
    width: 35px;
    height: 1px;
    background: #C5A66D;
    margin-bottom: 10px;
}

.elara-review-content small {
    font-family: "Montserrat", sans-serif;
    color: #C5A66D;
    font-size: 11px;
    letter-spacing: 1px;
}


/* RIGHT REVIEWS */

.elara-review-list {
    background: #FBF8F1;
    padding: 15px 40px;
}

.elara-review-item {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;

    padding: 28px 0;

    border-bottom: 1px solid rgba(69,80,57,.15);
}

.elara-review-item:last-child {
    border-bottom: 0;
}

.elara-review-number {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: #A88750;
    padding-top: 3px;
}

.elara-review-item .elara-stars {
    margin-bottom: 7px;
    font-size: 11px;
}

.elara-review-item h3 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 24px;
    font-weight: 600;

    color: #455039;

    margin-bottom: 7px;
}

.elara-review-item p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    line-height: 1.75;

    color: #686B61;

    margin: 0;
}


/* HOVER */

.elara-review-item {
    transition: all .3s ease;
}

.elara-review-item:hover {
    padding-left: 8px;
}

.elara-review-item:hover h3 {
    color: #A88750;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .testimonials {
        padding: 80px 0 !important;
    }

    .testimonials .h2-title {
        font-size: 44px !important;
    }

    .elara-reviews {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .testimonials {
        padding: 65px 15px !important;
    }

    .testimonials .h2-title {
        font-size: 37px !important;
    }

    .elara-review-feature {
        grid-template-columns: 1fr;
    }

    .elara-review-image {
        min-height: 280px;
    }

    .elara-review-content {
        padding: 35px 25px;
    }

    .elara-review-content h3 {
        font-size: 28px;
    }

    .elara-review-list {
        padding: 10px 25px;
    }

    .elara-review-item {
        grid-template-columns: 35px 1fr;
    }

}

/* =========================================
   ELARA IMAGE GALLERY
========================================= */

.elara-gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 18px;

    width: 100%;
}


/* Main Image */

.elara-gallery-main {
    height: 100%;
}


/* Side Columns */

.elara-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}


/* Images */

.elara-gallery-item {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #e9e2d5;

    border-radius: 6px;
}


/* Actual Image */

.elara-gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform .6s ease;
}


/* Soft Overlay */

.elara-gallery-item::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to bottom,
        transparent 55%,
        rgba(50, 57, 41, .22)
    );

    opacity: 0;

    transition: opacity .4s ease;
}


/* Hover */

.elara-gallery-item:hover img {
    transform: scale(1.05);
}

.elara-gallery-item:hover::after {
    opacity: 1;
}


/* Main Image Shape */

.elara-gallery-large {
    border-radius: 6px 45px 6px 45px;
}


/* Side Image Shapes */

.elara-gallery-side:first-of-type .elara-gallery-item:first-child {
    border-radius: 45px 6px 6px 6px;
}

.elara-gallery-side:last-of-type .elara-gallery-item:last-child {
    border-radius: 6px 6px 45px 6px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .elara-gallery {
        grid-template-columns: 1.2fr 1fr;
    }

    .elara-gallery-main {
        height: 450px;
    }

    .elara-gallery-side:last-child {
        display: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .elara-gallery {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }

    .elara-gallery-main {
        grid-column: 1 / -1;
        height: 280px;
    }

    .elara-gallery-side {
        gap: 10px;
    }

    .elara-gallery-side:last-child {
        display: grid;
    }

    .elara-gallery-item {
        min-height: 130px;
        border-radius: 4px !important;
    }

    .elara-gallery-large {
        border-radius: 5px 30px 5px 30px !important;
    }

}

/* Elara - Image Styling */
.two-col-sec .sec-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.two-col-sec .sec-img::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    z-index: 0;
}

.two-col-sec .sec-img::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    z-index: 0;
}

.two-col-sec .sec-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 430px;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(70, 45, 25, 0.18);
    transition: all 0.5s ease;
}

/* Elegant hover */
.two-col-sec .sec-img:hover img {
    transform: scale(1.04) rotate(1deg);
    box-shadow: 0 25px 60px rgba(70, 45, 25, 0.25);
}

/* Mobile */
@media (max-width: 767px) {
    .two-col-sec .sec-img {
        padding: 15px;
        margin-bottom: 25px;
    }

    .two-col-sec .sec-img img {
        max-width: 320px;
        height: 100%;
    }
}

/* =========================================
   ELARA HERO SECTION
========================================= */

.main-banner {
    position: relative;
    overflow: hidden;
    min-height: 850px;
    display: flex;
    align-items: center;
    background: #f5f0e8;
}

.main-banner .sec-wp {
    width: 100%;
    position: relative;
    z-index: 2;
}

.main-banner .container {
    position: relative;
}

.main-banner .row {
    min-height: 700px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.banner-text {
    max-width: 570px;
    padding: 30px 0;
}

.banner-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner-eyebrow span {
    display: inline-block;
    width: 35px;
    height: 1px;
    background: currentColor;
}

.banner-text .h1-title {
    margin-bottom: 28px;
    line-height: 1.08;
}

.banner-text .h1-title span {
    display: block;
}

.banner-text > p {
    max-width: 510px;
    margin-bottom: 0;
    line-height: 1.9;
}


/* =========================================
   VIDEO AREA
========================================= */

.banner-visual {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

.video-frame {
    position: relative;
    width: 100%;
    height: 620px;

    overflow: hidden;

    border-radius: 260px 260px 18px 18px;

    background: #ddd;

    box-shadow:
        0 25px 60px rgba(45, 35, 25, 0.16);
}

.video-frame::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.10)
    );

    pointer-events: none;
}

.video-frame video {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================
   VIDEO CAPTION
========================================= */

.video-caption {
    position: absolute;

    left: -75px;
    bottom: 35px;

    width: 330px;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 22px 25px;

    background: rgba(255, 255, 255, 0.94);

    border-radius: 4px;

    box-shadow:
        0 15px 40px rgba(40, 30, 20, 0.13);

    backdrop-filter: blur(8px);
}

.caption-line {
    width: 3px;
    min-width: 3px;
    height: 55px;

    background: #a67c52;
}

.video-caption .h5-title {
    margin: 0 0 6px;
}

.video-caption p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   CTA
========================================= */

.banner-btn {
    margin-top: 35px !important;
}


/* =========================================
   DESKTOP BALANCE
========================================= */

@media (min-width: 1200px) {

    .main-banner .col-lg-6:first-child {
        padding-right: 55px;
    }

    .main-banner .col-lg-6:last-child {
        padding-left: 40px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .main-banner {
        min-height: auto;
        padding: 100px 0 90px;
    }

    .main-banner .row {
        min-height: auto;
    }

    .banner-text {
        max-width: 650px;
        margin: 0 auto 60px;
        text-align: center;
    }

    .banner-text > p {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-eyebrow {
        justify-content: center;
    }

    .banner-text .h1-title span {
        display: inline;
    }

    .banner-visual {
        margin: 0 auto;
        max-width: 500px;
    }

    .video-frame {
        height: 570px;
    }

    .video-caption {
        left: -20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .main-banner {
        padding: 75px 0 65px;
    }

    .banner-text {
        margin-bottom: 45px;
        padding: 0 10px;
    }

    .banner-text .h1-title {
        margin-bottom: 20px;
    }

    .banner-text > p {
        line-height: 1.7;
    }

    .banner-eyebrow {
        margin-bottom: 16px;
    }

    .banner-eyebrow span {
        width: 22px;
    }

    .banner-visual {
        max-width: 390px;
    }

    .video-frame {
        height: 460px;
        border-radius: 190px 190px 15px 15px;
    }

    .video-caption {
        position: relative;

        left: auto;
        bottom: auto;

        width: calc(100% - 30px);

        margin: -25px auto 0;

        padding: 18px 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .main-banner {
        padding: 160px 0 55px;
    }

    .video-frame {
        height: 400px;
        border-radius: 160px 160px 15px 15px;
    }

    .video-caption {
        width: calc(100% - 20px);
    }

}

/* =========================================
   ELARA CAFE PAGE LOADER
========================================= */

.page-loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #F5F0E8;

    z-index: 999999;
}

.elara-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    animation: elaraFadeIn 1s ease forwards;
}


/* Logo */

.elara-loader img {
    width: 230px !important;
    height: 230px !important;

    object-fit: contain;

    display: block;

    margin: 0 auto 8px;
}


/* ELARA CAFÉ */

.elara-loader h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif !important;

    font-size: 31px !important;
    line-height: 1.2;

    font-weight: 500 !important;

    letter-spacing: 4px;

    color: #455039;
}


/* Gold Line */

.elara-loader span {
    display: block;

    width: 48px;
    height: 1px;

    margin-top: 14px;

    background: #A88750;
}


/* Subtle entrance */

@keyframes elaraFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .elara-loader img {
        width: 180px !important;
        height: 180px !important;
    }

    .elara-loader h2 {
        font-size: 25px !important;
        letter-spacing: 3px;
    }

    .elara-loader span {
        width: 40px;
        margin-top: 12px;
    }
}