/*
====================================================================
      Fonts
===================================================================
 ***/
@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('custom-animate.css');

/*** ***/
.main-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	background: none;
	min-height: 0;
	z-index: 999;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.fixed-header.header-down {
	top: 0;
}

.fixed-header.header-up {
	top: -175px;
}

.main-header .auto-container {
	max-width: 1780px;
	padding: 0 20px;
}

.header-top {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	color: #ffffff;
	border-bottom: 1px solid var(--white-color-opacity-four);
	display: none;
}

.header-top .top-left {
	position: relative;
	float: left;
	line-height: 30px;
}

.header-top .top-info {
	position: relative;
}

.header-top .top-info li {
	position: relative;
	float: left;
	margin-right: 70px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.header-top .top-info li:last-child {
	margin-right: 0;
}

.header-top .top-info li .icon {
	position: relative;
	padding-right: 5px;
}

.header-top .top-info li:after {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	margin-top: -4px;
	height: 8px;
	width: 8px;
	border: 1px solid var(--main-color);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-top .top-info li:last-child:after {
	display: none;
}

.header-top .top-info li a {
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.header-top .top-info li a:hover {
	color: var(--main-color);
}

.header-top .top-right {
	position: relative;
	float: right;
	line-height: 30px;
}

.main-header .header-upper {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	padding: 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.fixed-header .header-upper {
	position: relative;
	/*top: 0;*/
	/*background: #202020;
  border-bottom-color: rgba(0,0,0,0.15);*/
	backdrop-filter: blur(9px);
	background-color: #152c29b4;
}

.header-two.fixed-header .header-upper {
	background: #ffffff;
}

.main-header ul,
.main-header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .main-box {
	position: relative;
	padding: 0px;
}

.main-header .main-box .logo-box {
	position: relative;
	display: block;
	float: left;
	padding: 40px 0px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	z-index: 5;
}

.fixed-header .main-box .logo-box {
	padding: 20px 0px;
}

.fixed-header .main-menu .navigation>li {
	padding: 10px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>ul {
	top: 134%;
}

.main-header.fixed-header .header-upper .links-box {
	padding: 15px 0px;
}

.main-header .main-box .logo-box .logo {
	position: relative;
	display: block;
}

.main-header .main-box .logo-box .logo img {
	position: relative;
	display: block;
	height: 46px;
	z-index: 1;
}

.main-header .nav-box {
	position: static;
	float: right;
}

.main-header .header-upper .links-box {
	position: relative;
	float: left;
	padding-top: 38px;
	padding-bottom: 38px;
	margin-left: 150px;
}

.main-header .header-upper .links-box .link {
	position: relative;
	float: left;
	margin-left: 50px;
}

.main-header .header-upper .links-box .link:first-child {
	margin-left: 0;
}

.main-header .info-btn {
	position: relative;
	cursor: pointer;
	background: none;
	font-size: 16px;
	color: var(--white-color);
	padding-top: 15px;
	line-height: 34px;
}

.main-header .info-btn img {
	height: 20px;
}

.main-header .nav-toggler {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	padding: 0;
	margin-top: 40px;
	margin-left: 20px;
	display: none;
}

.fixed-header .nav-toggler {
	margin-top: 18px;
}

.main-header .nav-toggler button {
	position: relative;
	width: 30px;
	height: 40px;
	line-height: 40px;
	background: none;
	color: #e1e1e1;
	font-size: 16px;
	margin: 0px;
	border-radius: 0px;
	outline: none !important;
}

.main-header .nav-toggler button img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.main-header .nav-outer {
	position: static;
	float: left;
}

.main-menu {
	position: static;
	display: block;
	padding: 0px 0px;
}

.main-menu .navbar-collapse {
	padding: 0px;
	margin: 0px;
	border: none;
	box-shadow: none;
}

.main-menu .navigation {
	position: static;
	z-index: 1;
}

.main-menu .navigation>li {
	position: static;
	display: block;
	float: left;
	padding: 30px 0px;
	margin-left: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	color: var(--white-color);
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown {
	position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu {
	position: static;
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 20px;
}

.main-menu .navigation>li.dropdown>a:after {
	font-family: 'Font Awesome 6 Pro';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 18px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	z-index: 5;
}

.main-menu .navigation>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	display: block;
	height: 5px;
	border-top: 1px solid var(--main-color);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a:before {
	right: 20px;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: var(--main-color);
	text-decoration: none;
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -35px;
	top: 100%;
	width: 280px;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 100;
	opacity: 1;
	text-align: left;
	background: var(--color-two);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul {
	left: 0;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 20px;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul .auto-container {
	max-width: 1200px;
}

.main-menu .navigation>li .mega-menu {
	position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 2000px;
	height: 100%;
	background: var(--color-two);
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 2000px;
	height: 100%;
	background: var(--color-two);
}

.main-menu .navigation>li .mega-menu .menu-inner {
	position: relative;
}

.main-menu .navigation>li .mega-menu .row {
	margin: 0 -25px;
}

.main-menu .navigation>li .mega-menu .menu-block {
	position: relative;
	padding: 0 25px;
	margin-bottom: 30px;
	text-align: center;
}

.main-menu .navigation>li .mega-menu .menu-block .image {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid transparent;
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image {
	border-color: var(--main-color);
	border-radius: 300px 300px 0 0;
}

.main-menu .navigation>li .mega-menu .menu-block .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image img {
	transform: scale(1.05);
	border-radius: 300px 300px 0 0;
}

.main-menu .navigation>li .mega-menu .menu-block .title {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.main-menu .navigation>li .mega-menu .menu-block .title a {
	position: relative;
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .title a {
	color: var(--main-color);
}

.main-menu .navigation>li>ul>li {
	position: relative;
	margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li:last-child {
	margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: var(--white-color);
	text-transform: capitalize;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 6 Pro';
	content: "\f105";
	position: absolute;
	right: 30px;
	top: 0px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>a:before {
	content: '';
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -4px;
	height: 12px;
	width: 12px;
	/*background-color: var(--main-color);*/
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li.current>a:before {
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
	color: var(--main-color);
	padding-left: 55px;
}


.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 2px;
	width: 280px;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 100;
	opacity: 1;
	text-align: left;
	background: var(--color-two);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li>ul:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: var(--white-color);
	text-transform: capitalize;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	content: '';
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -4px;
	height: 8px;
	width: 8px;
	border: 1px solid var(--main-color);
	opacity: 0;
	visibility: hidden;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li.current>a:before {
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 6 Pro';
	content: "\f105";
	position: absolute;
	right: 30px;
	top: 0px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
	color: var(--main-color);
	padding-left: 55px;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
	overflow-y: hidden;
}

.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: var(--black-color-opacity);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
	opacity: 1;
	visibility: visible;
}

.hidden-bar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	background: var(--color-two);
	height: 100%;
	overflow-y: auto;
	z-index: 9999;
	visibility: hidden;
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
}

.hidden-bar.visible-sidebar {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
	list-style-type: none;
	margin: 0px;
}

.hidden-bar .inner-box {
	position: relative;
	background-color: var(--color-two);
	padding-top: 75px;
	padding-bottom: 50px;
}

.hidden-bar .inner-box .cross-icon {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	color: var(--white-color);
	font-size: 14px;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border: 1px solid var(--white-color);
	border-radius: 50%;
}

.hidden-bar .inner-box .cross-icon:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.hidden-bar .inner-box .logo-box {
	position: relative;
	line-height: 50px;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.hidden-bar .inner-box .logo-box img {
	position: relative;
	max-height: 50px;
}

.hidden-bar h5 {
	position: relative;
	text-transform: capitalize;
	margin-bottom: 15px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.hidden-bar h5::before,
.hidden-bar h5::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.hidden-bar .info {
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.hidden-bar .info li {
	position: relative;
	line-height: 1.6em;
	color: var(--color-one);
	margin-bottom: 10px;
}

.hidden-bar .info li:last-child {
	margin-bottom: 0;
}

.hidden-bar .info li a {
	color: var(--color-one);
}

.hidden-bar .info li a:hover {
	color: var(--main-color);
}

.hidden-bar .separator {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hidden-bar .separator span {
	position: relative;
	display: block;
	height: 8px;
	width: 8px;
	border: 1px solid var(--main-color);
	margin: 0 auto;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hidden-bar .booking-info {
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.hidden-bar .booking-info .bk-title {
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no {
	position: relative;
	font-size: 30px;
	color: var(--main-color);
	line-height: 1em;
}

.hidden-bar .booking-info .bk-no a {
	position: relative;
	display: inline-block;
	color: var(--main-color);
}

.hidden-bar .booking-info .bk-no a:before {
	position: absolute;
	content: '';
	left: 5px;
	right: 5px;
	bottom: -7px;
	height: 5px;
	opacity: 0;
	transform: scale(0.2, 1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}

.hidden-bar .booking-info .bk-no a:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.hidden-bar .side-menu {
	position: relative;
	display: block;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 100px;
}

.hidden-bar .side-menu ul {
	position: relative;
	border-top: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li a {
	position: relative;
	color: var(--white-color);
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.15em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
	color: var(--main-color);
}

.hidden-bar .side-menu ul li>a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -4px;
	height: 12px;
	width: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.hidden-bar .side-menu ul li:hover>a:before,
.hidden-bar .side-menu ul li.current>a:before {
	opacity: 1;
	visibility: visible;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul li.current>a {
	color: var(--main-color);
	padding-left: 20px;
}

.hidden-bar .side-menu ul li ul li:last-child {
	border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander {
	position: absolute;
	top: 10px;
	right: 0px;
	background: none;
	color: var(--white-color);
	font-size: 12px;
	height: 30px;
	width: 30px;
	text-align: right;
	line-height: 30px;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i {
	font-weight: 700;
}


/*** 

====================================================================
  Hidden info bar style
====================================================================

***/

.info-bar {
	position: fixed;
	right: -440px;
	top: 0px;
	width: 100%;
	max-width: 440px;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	opacity: 0;
	background: var(--color-two) url(../images/resource/pattern-dark.png) center top repeat;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.info-back-drop {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--black-color-opacity-two);
	visibility: hidden;
	z-index: 9990;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.side-content-visible .info-back-drop {
	opacity: 1;
	visibility: visible;
}

.side-content-visible .info-bar {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.info-bar .inner-box {
	position: relative;
	background: var(--color-two) url(../images/resource/pattern-dark.png) center top repeat;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.info-bar .inner-box .cross-icon {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	color: var(--white-color);
	font-size: 14px;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border: 1px solid var(--white-color);
	border-radius: 50%;
}

.info-bar .inner-box .cross-icon:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.info-bar .inner-box .logo-box {
	position: relative;
	line-height: 50px;
	margin-bottom: 35px;
}

.info-bar .inner-box .logo-box img {
	position: relative;
	max-height: 50px;
}

.info-bar .inner-box .image-box {
	position: relative;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 45px;
	border-radius: 300px 300px 0 0;
	display: inline-block;
}

.info-bar .inner-box .image-box img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 300px 300px 0 0;
}

.info-bar .inner-box .image-box::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid var(--main-color);
	pointer-events: none;
	box-sizing: border-box;
	border-radius: 300px 300px 0 0;
	z-index: 100;
}


.info-bar h5 {
	position: relative;
	text-transform: uppercase;
	color: var(--main-color);
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.info-bar h5::before,
.info-bar h5::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.info-bar .info {
	position: relative;
	color: var(--white-color);
}

.info-bar .info li {
	position: relative;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.info-bar .info li:last-child {
	margin-top: 30px;
}

.info-bar .info li a {
	color: var(--white-color);
}

.info-bar .info li a:hover {
	color: var(--main-color);
}

.info-bar .info li .ib-ttl {
	text-transform: uppercase;
	color: var(--color-three);
}

.info-bar .booking-info {
	position: relative;
}

.info-bar .booking-info .bk-no {
	position: relative;
	color: var(--main-color);
	line-height: 1em;
}

.info-bar .booking-info .bk-no a {
	position: relative;
	display: inline-block;
	color: var(--main-color);
}

.info-bar .booking-info .bk-no a:before {
	position: absolute;
	content: '';
	left: 5px;
	right: 5px;
	bottom: -8px;
	height: 5px;
	opacity: 0;
	transform: scale(0.2, 1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-top: 1px solid var(--main-color);
}

.info-bar .booking-info .bk-no a:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}


/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
	position: relative;
	padding: 0 0;
	background: var(--color-two);
}

.banner-section .bottom-curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	display: block;
	z-index: 1;
}

.banner-section .bottom-curve.curve-mobile {
	display: none;
}

.banner-section.banner-section .banner-container {
	position: relative;
}

.banner-section .banner-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-section .slide-item {
	position: relative;
	width: 100%;
	padding: 0px;
	overflow: hidden;
}

.banner-section .slide-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 0ms linear 0ms;
	-ms-transition: all 0ms linear 0ms;
	-o-transition: all 0ms linear 0ms;
	-moz-transition: all 0ms linear 0ms;
	transition: all 0ms linear 0ms;
}

.banner-section .slide-item.swiper-slide-active .image-layer {
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear 0ms;
	-ms-transition: all 7000ms linear 0ms;
	-o-transition: all 7000ms linear 0ms;
	-moz-transition: all 7000ms linear 0ms;
	transition: all 7000ms linear 0ms;
}

.banner-section .slide-item .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section .slide-item .content-box {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	height: 880px;
	min-height: 100vh;
	z-index: 10;
}

.banner-section .slide-item .content {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	z-index: 5;
}

.banner-section .slide-item .inner {
	position: relative;
	display: block;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}

.banner-section .slide-item .subtitle {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--main-color);
	font-size: 14px;
	letter-spacing: 0.40em;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}


.banner-section .swiper-slide-active .subtitle,
.banner-section .swiper-slide-active .pattern-image {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 500ms;
	-ms-transition: all 1000ms ease 500ms;
	-o-transition: all 1000ms ease 500ms;
	-moz-transition: all 1000ms ease 500ms;
	transition: all 1000ms ease 500ms;
}


.banner-section .slide-item h1 {
	position: relative;
	font-size: 120px;
	font-weight: 300;
	text-transform: none;
	line-height: 1.0em;
	margin: 0px 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.banner-section .slide-item h1 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.banner-section .swiper-slide-active h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 1000ms;
	-ms-transition: all 1000ms ease 1000ms;
	-o-transition: all 1000ms ease 1000ms;
	-moz-transition: all 1000ms ease 1000ms;
	transition: all 1000ms ease 1000ms;
}

.banner-section .slide-item .text {
	position: relative;
	display: block;
	font-size: 20px;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.banner-section .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 1500ms;
	-ms-transition: all 1000ms ease 1500ms;
	-o-transition: all 1000ms ease 1500ms;
	-moz-transition: all 1000ms ease 1500ms;
	transition: all 1000ms ease 1500ms;
}

.banner-section .slide-item .links-box {
	position: relative;
	display: block;
	padding-top: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.banner-section .swiper-slide-active .links-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 2000ms;
	-ms-transition: all 1000ms ease 2000ms;
	-o-transition: all 1000ms ease 2000ms;
	-moz-transition: all 1000ms ease 2000ms;
	transition: all 1000ms ease 2000ms;
}

.banner-section .slide-item .links-box .link {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.banner-section .slide-item .links-box .link .theme-btn {}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	background: transparent;
	color: var(--main-color);
	border-radius: 0%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span {
	position: relative;
	z-index: 1;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
	display: none;
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--white-color-opacity-three);
	border-radius: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.banner-section .swiper-button-next {
	right: 80px;
}

.banner-section .swiper-button-prev {
	left: 80px;
}

.banner-section .swiper-button-next:hover,
.banner-section .swiper-button-prev:hover {
	color: var(--black-color);
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before {
	background: var(--main-color);
}


/* explore menu badge */
.banner-section .explore-menu-btn {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0px;
	width: 117px;
	/* full badge size */
	height: 170px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/resource/menu-badge.png) no-repeat center center;
	background-size: contain;
	text-decoration: none;
	/* remove underline if any */
}

.banner-section .explore-menu-btn .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 40px;
	z-index: 1;
}

.banner-section .explore-menu-btn .icon img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	animation: bounce-down-delay 3s infinite ease-in-out;
}


@keyframes bounce-down-delay {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	10% {
		transform: translateY(10px);
		opacity: 0.6;
	}

	20% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}


/* ==========================================================================
   BARRES LATÉRALES DU BANNER (SOCIAL & CONTACT)
   ========================================================================== */

/* Style commun pour les lignes verticales */
.banner-social-list .line,
.banner-call .line {
	width: 1px;
	height: 40px;
	background-color: var(--white-color);
	opacity: 0.5;
}

/* 1. BARRE SOCIALE (GAUCHE) */
.banner-section .banner-social-list {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	z-index: 10;
}

.banner-social-list .custom-ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 45px;
}

.banner-social-list .custom-ul li {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	transform: rotate(-90deg);
	white-space: nowrap;
}

.banner-social-list .custom-ul li a {
	color: var(--white-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

.banner-social-list .custom-ul li a:hover {
	color: var(--main-color);
}

/* Étoile séparatrice pour le Social 
.banner-social-list .custom-ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -28px; 
    transform: translateX(-50%) rotate(90deg);
    width: 10px;
    height: 10px;
    background: url(../images/icons/star-element.svg) no-repeat center center;
    background-size: contain;
    opacity: 0.7;
}
*/

/* 2. BARRE DE CONTACT (DROITE) */
.banner-section .banner-call {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	z-index: 10;
}

.banner-call .call-ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 100px;
	/* Plus d'espace car les numéros sont longs */
}

.banner-call .call-ul li {
	position: relative;
	transform: rotate(-90deg);
	white-space: nowrap;
}

.banner-call .call-ul li a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--white-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

.banner-call .call-ul li a:hover {
	color: var(--main-color);
}

/* Étoile séparatrice pour le Contact (Optionnel pour la symétrie) */
.banner-call .call-ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -55px;
	transform: translateX(-50%) rotate(90deg);
	width: 10px;
	height: 10px;
	background: url(../images/icons/star-element.svg) no-repeat center center;
	background-size: contain;
	opacity: 0.5;
}


/* 3. RESPONSIVE DESIGN */
@media (max-width: 991px) {

	/* On masque les barres sur tablettes et mobiles pour éviter de cacher le texte central */
	.banner-social-list,
	.banner-call {
		display: none !important;
	}
}


/*

====================================================================
  Title Box Section
====================================================================

***/

.title-box {
	position: relative;
	padding-bottom: 30px;
}

.title-box.centered {
	margin: 0 auto;
	text-align: center;
}

.title-box .subtitle {
	position: relative;
	display: inline-flex;
	/* Make it inline so it wraps only around content */
	align-items: center;
	/* Vertically center the SVGs and text */
	gap: 8px;
	/* Space between SVG and text */
	text-transform: uppercase;
	font-weight: 700;
	color: var(--main-color);
	font-size: 14px;
	letter-spacing: 0.20em;
	line-height: 1em;
	margin-bottom: 10px;
}


.title-box .subtitle::before,
.title-box .subtitle::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}


.title-box .title-badge {
	width: 105px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10px 0;
}


.title-box h2 {
	position: relative;
	margin-bottom: 0;
}

.title-box h3 {
	position: relative;
	margin-bottom: 0;
}

.title-box .text {
	position: relative;
	line-height: 1.85em;
}

.title-box.centered .text {
	max-width: 420px;
	margin: 0 auto;
}


/*** 

====================================================================
  Story Section
====================================================================

***/

.story-section {
	position: relative;
	background-color: var(--color-two);
}

.story-section .title-box {
	max-width: 1050px;
	margin-bottom: 10px;
}


.story-section .text-col {
	position: relative;
	z-index: 1000;
}

.story-section .text-col .inner {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-right: 90px;
	text-align: left;
}

.story-section .feature-info {
	position: relative;
	padding: 30px 0 60px 0;
	display: flex;
}

.story-section .feature-info .feature-info-box {
	position: relative;
	width: 50%;
	padding-right: 20px;
}

.story-section .feature-info .feature-info-box .feature-title {
	display: flex;
	align-items: center;
	text-align: left;
}

.story-section .feature-info .feature-info-box .feature-title h6 {
	padding-left: 15px;
}

.story-section .feature-info .feature-info-box .infotext {
	font-size: 15px;
	line-height: 1.5em;
	padding: 20px 0 0 0;
	color: var(--color-three);
}

.story-section .feature-info .feature-info-box:hover .feature-title img {
	transform: rotateY(180deg);
	transition: transform 0.4s ease;
}

.story-section .booking-info {
	position: relative;
	display: flex;
}

.story-section .booking-info .bk-title {
	position: relative;
	text-transform: capitalize;
	margin-top: -5px;
	padding-right: 40px;
}

.story-section .booking-info .bk-no {
	font-size: 20px;
	color: var(--main-color);
	line-height: 1em;

}

.story-section .booking-info .bk-no a {
	color: var(--main-color);
	padding-bottom: 5px;
}

.story-section .booking-info .bk-no a:before {
	position: absolute;
	content: '';
	left: 5px;
	right: 5px;
	bottom: 0px;
	height: 5px;
	opacity: 0;
	transform: scale(0.2, 1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}

.story-section .booking-info .bk-no a:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.hidden-bar .booking-info .bk-no a:hover::before {
	opacity: 1;
}

.story-section .image-col {
	position: relative;
}

.story-section .image-col .inner {
	position: relative;
	display: block;
}


.story-section .image-col .images {
	position: relative;
}

.story-section .image-col .images img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	border-radius: 100% 100% 0 0;

}

.story-section .image-col .image {
	position: relative;
	display: inline-block;
}

.story-section .image-col .image::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid var(--main-color);
	pointer-events: none;
	box-sizing: border-box;
	border-radius: 100% 100% 0 0;
	z-index: 100;
}


/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.special-dish {
	position: relative;
	background: var(--color-five);
}

.special-dish .right-bg {
	position: absolute;
	right: 0;
	bottom: 140px;
}

.special-dish .bottom-image {
	position: absolute;
	right: 0;
	bottom: -170px;
	z-index: 1;
}

.special-dish .outer-container {
	position: relative;
}

.special-dish .row {
	margin: 0 0;
}

.special-dish .image-col {
	position: relative;
	padding: 0 0;
}

.special-dish .image-col .inner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.special-dish .image-col .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.special-dish .image-col .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.special-dish .image-col .image {
	position: relative;
	display: none;
}

.special-dish .image-col .image img {
	position: relative;
	display: block;
	width: 100%;
}

.special-dish .content-col {
	position: relative;
	padding: 0 0;
}

.special-dish .content-col .inner {
	position: relative;
	display: block;
	max-width: 600px;
	padding: 225px 20px 225px 130px;
}

.special-dish .content-col .badge-icon {
	position: absolute;
	left: -60px;
	top: 0;
}

.special-dish .title-box {
	margin-bottom: 40px;
}

.special-dish .price {
	position: relative;
	line-height: 30px;
}

.special-dish .price .old {
	position: relative;
	font-size: 18px;
	color: var(--color-three);
	padding-right: 20px;
}

.special-dish .price .new {
	position: relative;
	font-size: 24px;
	color: var(--main-color);
}

.special-dish .content-col .link-box {
	padding-top: 40px;
}

/*** 

====================================================================
  Menu Section Tab Style
====================================================================

***/

/* Base style for all tabs */
.tab {
    position: relative;
    padding-top: 50px;
}

/* Shared logic for the pseudo-element */
.tab-with-bg::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}

/* Specific overrides */
#tab-1.tab-with-bg::before { width: 450px; height: 350px; background-image: url('../images/eTALaPARTAGER.svg'); }
#tab-2.tab-with-bg::before { width: 450px; height: 250px; background-image: url('../images/leMAricheur.svg'); }
#tab-3.tab-with-bg::before { width: 350px; height: 250px; background-image: url('../images/eCAILLER.svg'); }
#tab-4.tab-with-bg::before { width: 450px; height: 350px; background-image: url('../images/poissond.svg'); }
#tab-5.tab-with-bg::before { width: 450px; height: 250px; background-image: url('../images/viand.svg'); }
#tab-6.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/Tajin.svg'); }
#tab-7.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/Burger.svg'); }
#tab-8.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/dessert.svg'); }



#tab-10.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D1.svg'); }
#tab-20.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D3.svg'); }
#tab-30.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D4.svg'); }
#tab-40.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D2.svg'); }
#tab-50.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D5.svg'); }
#tab-60.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D6.svg'); }
#tab-80.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D7.svg'); }
#tab-90.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D8.svg'); }
#tab-70.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D9.svg'); }


#tab-A1.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D7.svg'); }
#tab-A2.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/dec.svg'); }
#tab-A3.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D8.svg'); }
#tab-A4.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/D6.svg'); }
#tab-A5.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/koktail.svg'); }
#tab-A6.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/DrinksCola.svg'); }
#tab-A7.tab-with-bg::before { width: 350px; height: 350px; background-image: url('../images/water.svg'); }




.menu-section {
	position: relative;
	overflow: hidden;
	background-color: var(--color-one);
}

.tabs-box {
	position: relative;
}

.tabs-box .tab-buttons {
	position: relative;
}

.tabs-box .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tabs-box .tabs-content {
	background-color: #faf3e9;
}

/*.tabs-box .tabs-content:before{
  content: '';
  position: absolute;
  left: 0px;
  right: auto;
  top: 0;
  width: 70px;
  height: 100%;
  background-color:var(--color-two);
  background-image:url(../images/resource/pattern-black.png);
  background-repeat: repeat;
  background-position: top center;
}
*/
.tabs-box .tabs-content .tab {
	position: relative;
	display: none;
	padding: 60px 40px;
}

.tabs-box .tabs-content .active-tab {
	display: block;
}


/* --- Menu Tabs Container --- */
.menu-tabs {
	margin: 0 auto;
}

/* --- Boutons (La Navigation) --- */
.menu-tabs .buttons-container {
	margin-bottom: 50px;
}

.menu-tabs .tab-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	/* Aligne la hauteur de tous les boutons d'une même ligne */
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-tabs .tab-btn {
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--white-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	border-radius: 2px;
	position: relative;
	transition: all 0.4s ease;

	/* Centrage parfait Desktop */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px 20px;
	min-height: 45px;
}

/* --- Style du Bouton ACTIF --- */
.menu-tabs .tab-btn.active-btn {
	color: #27381d;
	background-color: #e6b15f;
	box-shadow: 0 4px 15px rgba(230, 177, 95, 0.3);
}

.menu-tabs .tab-btn:hover:not(.active-btn) {
	border-color: rgba(255, 255, 255, 0.3);
	/* Légère augmentation pour la visibilité */
	color: var(--white-color);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 600px) {


	.menu-tabs .tab-buttons {
		gap: 5px !important;
		align-items: stretch;
	}

	.menu-tabs .tab-btn {
		flex: 1 1 45%;
		font-size: 11px;
		/* Supprime le padding vertical pour laisser le flex gérer le centre */
		padding: 0 8px !important;
		text-align: center;
		white-space: normal;
		line-height: 1.2;

		/* --- FORCE LE CENTRAGE --- */
		display: flex !important;
		flex-direction: column;
		/* Empile verticalement */
		justify-content: center;
		/* Axe vertical : CENTRE */
		align-items: center;
		/* Axe horizontal : CENTRE */

		min-height: 65px;
		/* Augmenté un peu pour l'équilibre */
		height: auto;
	}

	/* On s'assure que le span ne porte aucune marge qui décalerait le texte */
	.menu-tabs .tab-btn span {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}


	.menu-col {
		flex: 1 1 100%;
		padding: 10px 0;
	}

	.dish-block .title {
		font-size: 16px;
	}
}


/* --- Contenu du Menu --- */
.tabs-box .tabs-content .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.menu-col {
	flex: 1 1 33.33%;
	/* 3 colonnes sur desktop */
	min-width: 300px;
	padding: 20px;
}

/* --- Image Centrale --- */
.menu-tabs .menu-col.img-col .image {
	position: relative;
	display: inline-block;
}

.menu-tabs .menu-col.img-col .image img {
	max-width: 100%;
	border-radius: 150px 150px 0 0;
	border: 1px solid var(--main-color);
	padding: 10px;
}

/* --- Style des Plats (Dish Block) --- */
.dish-block {
	margin-bottom: 25px;
}

.dish-block .title {
	display: flex;
	align-items: baseline;
	font-size: 18px;
	margin-bottom: 5px;

}


.dish-block .title .menu-list-line {
	flex-grow: 1;
	margin: 0 10px;
	border-bottom: 1px dashed rgba(91, 78, 47, 0.2);
}

.dish-block .price {
	color: #5b4e2f;
	font-weight: bold;
}


@media (max-width: 767px) {
    .dish-block .price {
        align-self: flex-start;
    }
}

.dish-block .desc {
	font-size: 14px;
	color: #5b4e2f;
}

/* --- Badges (Maison / Nouveau) --- */
.s-info,
.s-maison {
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.s-maison {
	background: var(--main-color);
	color: #27381d;
}

.s-info {
	background: #c1392b;
	color: #fff;
}

/* --- RESPONSIVE --- */

@media (max-width: 991px) {
	.menu-col {
		flex: 1 1 50%;
		/* 2 colonnes sur tablette */
	}

	.img-col {
		order: -1;
		/* L'image passe au dessus sur tablette */
		flex: 1 1 100%;
	}
}


.ttl h6 {
	color: #27381d;
	font-weight: 700;
	margin: 0;
	display: inline-block;
}


.geen {
	color: #495c3e;

}

.font-italic.geen {
	display: block;
	position: relative;
	padding-bottom: 15px;
	/* Espace entre le texte et la ligne */
}

/* Création de la petite ligne */
.font-italic.geen::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #e6b15f;
	margin-top: 10px;

}


/*** 




====================================================================
  Special Offer Section
====================================================================

***/

.special-offer {
	position: relative;
}

.fluid-section.special-dish-slider .inner {
	background-color: var(--color-one);
	background: url(../images/resource/pattern-dark.png) repeat;
	padding: 100px 0;
	position: relative;
}

.fluid-section.special-dish-slider .title-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%) rotate(-90deg);
	transform-origin: center center;
	z-index: 100;
}

.fluid-section.special-dish-slider .special-title {
	background: var(--color-two);
	border: solid 1px var(--white-color-opacity-three);
	padding: 0 30px;
	margin: 0;
}

.fluid-section.special-dish-slider .title-box.special-title h2 {
	padding-bottom: 10px;
}

.fluid-section.special-dish-slider .title-box.onlyfor-sm {
	display: none;
}

.special-offer .outer-container {
	position: relative;
	max-width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
}

.offer-block-two {
	position: relative;
	margin-bottom: 30px;
}

.special-offer .owl-theme .offer-block-two {
	margin-bottom: 0;
}

.offer-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

.offer-block-two .inner-box .image {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: var(--main-color);
	border-radius: 500px 500px 0 0;
}

.offer-block-two .inner-box .image img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.offer-block-two .inner-box:hover .image img {
	opacity: 0.60;
	transform: scale(1.05, 1.05) rotate(2deg);
}

.offer-block-two .image::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.offer-block-two .inner-box:hover .image::before {
	-webkit-animation: circle .95s;
	animation: circle .95s;
}

.offer-block-two .cat-name {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-color);
}

.offer-block-two h5 {
	position: relative;
	margin-bottom: 10px;
}

.offer-block-two h5 a {
	color: var(--white-color);
}

.offer-block-two h5 a:hover {
	color: var(--main-color);
}

.offer-block-two .desc {
	position: relative;
	font-size: 15px;
	color: var(--color-three);
	margin-bottom: 15px;
}

.offer-block-two .price {
	position: relative;
	font-size: 16px;
	color: var(--main-color);
}

.special-offer .lower-link-box {
	margin-top: 40px;
}

.special-offer .owl-theme .owl-dots {
	display: block;
	margin-top: 20px;
}

.special-offer .owl-theme .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: solid 1px var(--main-color);
	border-radius: 50%;
	margin: 0 4px;
	transition: background 0.3s ease;
}

.special-offer .owl-theme .owl-dot.active {
	background: var(--main-color);
	/* active dot color */
}

.special-offer .owl-theme .owl-nav {
	position: absolute;
	left: -100px;
	right: -100px;
	height: 0;
	top: 50%;
	margin-top: -22px;
}

.special-offer .owl-theme .owl-nav .owl-next,
.special-offer .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	background: transparent;
	color: var(--main-color);
	border-radius: 0%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next span,
.special-offer .owl-theme .owl-nav .owl-prev span {
	position: relative;
	z-index: 1;
}

.special-offer .owl-theme .owl-nav .owl-next:before,
.special-offer .owl-theme .owl-nav .owl-prev:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--white-color-opacity-four);
	border-radius: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next {
	right: 15px;
}

.special-offer .owl-theme .owl-nav .owl-prev {
	left: 15px;
}

.special-offer .owl-theme .owl-nav .owl-next:hover,
.special-offer .owl-theme .owl-nav .owl-prev:hover {
	color: var(--black-color);
}

.special-offer .owl-theme .owl-nav .owl-next:hover:before,
.special-offer .owl-theme .owl-nav .owl-prev:hover:before {
	background: var(--main-color);
}

.dish-gallery-slider .offer-block-two {
	max-width: 350px;
	width: auto;
	margin: 0 auto;
}


/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section {
	position: relative;
	background: var(--black-color);
}

.testimonials-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.30;
}

.testimonials-section .carousel-box {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.testimonials-section .testi-top {
	position: relative;
	text-align: center;
	border: solid 1px var(--main-color);
	border-radius: 1000px;
	background: rgba(21, 44, 41, 0.70);
	padding: 40px 80px 100px 80px;
}

.testimonials-section .testi-top .quote-text {
	position: relative;
	line-height: 1.6em;
	font-size: 20px;
}

.testimonials-section .thumbs-carousel-box {
	position: relative;
	max-width: 390px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -50px;
}

.testimonials-section .testi-thumbs {
	position: relative;
	max-width: 130px;
	margin: 0 auto;
	text-align: center;
}

.testimonials-section .testi-thumbs .owl-stage-outer {
	overflow: visible;
}

.testimonials-section .testi-thumbs .image {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	-ms-transform: scale(0.80);
	transform: scale(0.80);
	cursor: pointer;
	border-radius: 50%;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .image img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
}

.testimonials-section .testi-thumbs .active .image {
	-ms-transform: scale(1);
	transform: scale(1);
	border: solid 2px var(--main-color);
}

.testimonials-section .testi-thumbs .auth-title {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--main-color);
	font-size: 12px;
	letter-spacing: 0.20em;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .active .auth-title {
	opacity: 1;
	visibility: visible;
}

.testimonials-section .owl-theme .owl-nav,
.testimonials-section .owl-theme .owl-dots {
	display: none;
}

.testimonials-section .state-col,
.rating-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: -80px;
}

.testimonials-section .state-col::after {
	content: "";
	position: absolute;
	right: 14%;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.testimonials-section .rating-col::after {
	content: "";
	position: absolute;
	left: 14%;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.testimonials-section .state-col .value,
.rating-col .value {
	font-family: var(--font-family-Fraunces);
	font-size: 45px;
}

.testimonials-section .state-col .label,
.rating-col .label {
	font-family: var(--font-family-Urbanist);
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 1.5em;
}


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background: var(--color-one);
}

.main-footer .upper-section {
	position: relative;
	text-align: center;
	border-top: solid 1px var(--white-color-opacity-five);
}

.main-footer .upper-section .row {
	display: flex;
	align-items: stretch;
}


.main-footer .footer-col {
	position: relative;
	text-align: center;
}

.main-footer .footer-image-col {
	position: relative;
}

.main-footer .footer-image-col .footer-image {
	position: relative;
	display: inline-block;
	border-radius: 200px;
	overflow: hidden;
}

.main-footer .footer-image-col .footer-image img {
	display: block;
	border-radius: 200px;
	position: relative;
	z-index: 1;
}

.main-footer .footer-image-col .footer-image::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid var(--main-color);
	border-radius: calc(200px - 20px);
	/* Adjust for inner corner */
	pointer-events: none;
	z-index: 2;
	box-sizing: border-box;
}

.main-footer .footer-image-col.last {
	order: 12;
}

.main-footer .info-col {
	position: relative;
	color: var(--color-one);
	z-index: 1;
}

.main-footer .info-col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/reservation-bgs.jpg);
	background-attachment: scroll;
	background-size: cover;
	opacity: 0.2;
	/* Keep it 1 if you already fade via gradient */
	z-index: -1;
}

.main-footer .footer-image-col .inner {
	position: relative;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
	min-height: 100%;
}

.main-footer .info-col .inner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

.main-footer .info-col .content {
	position: relative;
	max-width: 460px;
	padding: 100px 0;
	margin: 0 auto;
}

.main-footer .info-col .content .footer-image {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.main-footer .info-col .content .footer-image img {
	width: 200px;
	position: relative;
	z-index: 1;
	border-radius: 200px 200px 0 0;
}

.main-footer .info-col .content .footer-image::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid var(--main-color);
	pointer-events: none;
	box-sizing: border-box;
	border-radius: 200px 200px 0 0;
	z-index: 100;
}

.main-footer .info-col .logo {
	position: relative;
	margin-bottom: 40px;
}

.main-footer .info-col .info h6 {
	gap: 8px;
	display: inline-flex;
	align-items: center;
	position: relative;
	color: var(--main-color);
	text-transform: uppercase;
	padding-bottom: 15px;
}

.main-footer .info-col .info h6::before,
.main-footer .info-col .info h6::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/icons/star-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.main-footer .info-col .info li {
	position: relative;
	line-height: 1.5em;
	margin-bottom: 5px;
	color: var(--white-color);
}

.main-footer .info-col .info li:last-child {
	margin-bottom: 0;
}

.main-footer .info-col .info li a {
	color: var(--white-color);
}

.main-footer .info-col .info li a:hover {
	color: var(--main-color);
}


.btn-style-one .btn-title {
	line-height: 22px;
}

.main-footer .footer-bottom {
	position: relative;
	text-align: center;
}

.main-footer .footer-map-col {
	display: flex;
	align-items: stretch;
}

.main-footer .footer-map {
	width: 100%;
	height: 100%;
}

.main-footer .footer-map iframe {
	width: 100%;
	height: 100%;
	/* fill full height of parent */
	display: block;
}


/* footer last */
footer .bottom_footer {
	position: relative;
}

footer .bottom_footer .auto-container {
	border-top: solid 1px var(--color-four);
	padding: 30px 0;
}

footer .bottom_footer p {
	padding-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
	color: var(--color-three);
	letter-spacing: normal;
}

footer .bottom_footer .developer_text {
	text-align: right;
}

footer .bottom_footer .developer_text a {
	text-decoration: underline;
}

footer .bottom_footer .developer_text a:hover {
	color: var(--white-color);
}

/* footer social media icon */
footer .bottom_footer .social_media {
	justify-content: center;
}


footer .bottom_footer .social_media {
	display: flex;
	justify-content: center;
}

/* footer link list */
footer .bottom_footer .social_media li a {
	display: block;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	color: var(--white-color);
	border: 1px solid var(--color-four);
	border-radius: 50px;
	margin-right: 10px;
	transition: .4s all;
}

footer .bottom_footer .social_media li a:hover {
	background-color: var(--main-color);
	color: var(--color-one);
}


/*** 

====================================================================
  Fluid Section
====================================================================

***/

.fluid-section {
	position: relative;
	background: var(--color-two);
}

.fluid-section .outer-container {
	position: relative;
}

.fluid-section .row {
	margin: 0 0;
}

.fluid-section .image-col {
	position: relative;
	padding: 0 0;
}

.fluid-section.alternate .image-col {
	order: 12;
}

.fluid-section .image-col .inner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.fluid-section .image-col .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fluid-section .image-col .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.fluid-section .image-col .image {
	position: relative;
	display: none;
}

.fluid-section .image-col .image img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section .content-col {
	position: relative;
	padding: 0 0;
	text-align: center;
}

.fluid-section.alternate .content-col {
	order: 0;
}

.fluid-section .content-col .inner {
	position: relative;
	display: block;
}

.fluid-section.chef-bio .inner {
	position: relative;
	display: block;
	padding: 150px 20px;
}


.fluid-section .content-col .content-box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 960px;
}

.fluid-section .content-col .content-box .chef-thumb {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
	display: inline-block;
}


.fluid-section .content-col .content-box .chef-thumb::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 1px solid var(--main-color);
	pointer-events: none;
	box-sizing: border-box;
	border-radius: 100px 100px 0 0;
	z-index: 100;
}


.fluid-section .content-col .content-box .chef-thumb img {
	border-radius: 100px 100px 0 0;
}


.fluid-section.alternate .content-col .content-box {
	float: right;
}

.fluid-section.alternate .content-col .link-box {
	padding-top: 0px;
}


/*** 

====================================================================
  Why Us Two Section
====================================================================
*/

.menu-cat {
	position: relative;
	background-color: var(--color-two);
	overflow: hidden;
}

.menu-cat .menucat-list {
	position: relative;
	width: 100%;
	border-top: solid 1px var(--white-color-opacity-four);
	padding: 60px 0;
	/* Légèrement augmenté pour l'équilibre */
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	cursor: pointer;
	z-index: 1;
}

/* Overlay pour l'image de fond afin de garder le texte lisible */
.menu-cat .menucat-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.8s ease;
	z-index: -1;
}

/* Gestion des fonds avec overlay sombre pour lisibilité */
.menucat-list.menubg1:hover::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background/menu2.jpg);
	opacity: 1;
}

.menucat-list.menubg2:hover::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background/menu5.jpg);
	opacity: 1;
}

.menucat-list.menubg3:hover::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background/menu4.jpg);
	opacity: 1;
}

.menu-cat .menucat-list .data-colom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Fixe dès le départ pour éviter le saut */
	width: 100%;
	padding: 0 60px;
	transition: all 0.5s ease;
}

/* Groupe Titre + Étoile */
.title-wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu-cat .menucat-list .title-box h3 {
	font-size: 70px;
	/* Un peu plus petit pour le responsive */
	text-align: left;
	text-transform: uppercase;
	color: var(--white-color);
	margin: 0;
	transition: transform 0.5s ease, color 0.5s ease;


}

/* L'étoile qui tourne au hover */
.menu-cat .menucat-list .star {
	width: 24px;
	transition: transform 1s rotate;
}

.menu-cat .menucat-list:hover .star {
	transform: rotate(180deg);
}

/* Bouton Flèche */
.menu-cat .menucat-list .arrow-btn a {
	width: 90px;
	height: 90px;
	line-height: 85px;
	border: 1px solid var(--white-color-opacity-three);
	border-radius: 50%;
	color: var(--main-color);
	font-size: 40px;
	text-align: center;
	display: inline-block;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* État Hover Global */
.menu-cat .menucat-list:hover {
	padding: 100px 0;
}

.menu-cat .menucat-list:hover .title-box h3 {
	transform: translateX(20px);
	color: var(--main-color);
}

.menu-cat .menucat-list:hover .arrow-btn a {
	background: var(--main-color);
	color: var(--black-color);
	border-color: var(--main-color);
	transform: rotate(-45deg);
	/* Angle plus élégant */
}

/* Responsive Mobile */
@media (max-width: 768px) {
	.menu-cat .menucat-list .title-box h3 {
		font-size: 35px;
	}

	.menu-cat .menucat-list .data-colom {
		padding: 0 20px;
	}

	.menu-cat .menucat-list .arrow-btn a {
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 25px;
	}

	.title-wrap {
		gap: 15px;
	}
}

.menucat-list {
	cursor: pointer;
	/* Indique que le bloc est un lien */
}

/* On désactive les événements sur les éléments internes pour ne pas gêner le clic parent */
.menucat-list .data-colom,
.menucat-list .title-wrap,
.menucat-list .title-box h3 {
	pointer-events: none;
}

/* Sauf pour le bouton flèche si vous voulez qu'il garde son effet propre */
.menucat-list .arrow-btn a {
	pointer-events: auto;
}

/*
====================================================================
  Testimonials two Section
====================================================================

***/

.testimonials-two {
	position: relative;
	background: #455b39;
}

.special-offer .carousel-box {
	position: relative;
}

.testimonials-two .testi-block {
	position: relative;
}

.testimonials-two .testi-block .inner-box {
	position: relative;
	padding: 40px;
	background: #455b39;
	border: solid 1px var(--color-four);
	text-align: center;
}

.testimonials-two .testi-block .rating {
	position: relative;
	font-size: 12px;
	color: var(--main-color);
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 20px;
}

.testimonials-two .testi-block .text {
	position: relative;
	line-height: 1.5em;
	margin-bottom: 35px;
}

.testimonials-two .testi-block .auth-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.testimonials-two .testi-block .auth-info .auth-title {
	position: relative;
	text-transform: uppercase;
	color: var(--main-color);
	font-size: 14px;
	letter-spacing: 0.10em;
	padding-top: 10px;
}

.testimonials-two .testi-block .auth-info .location {
	position: relative;
	color: var(--white-color);
	text-transform: capitalize;
	font-weight: normal;
}

.testimonials-two .testi-block .auth-info .image {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-two .testi-block .auth-info .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.testimonials-two .owl-theme .owl-dots {
	display: none;
}

.testimonials-two .owl-theme .owl-nav {
	position: absolute;
	left: -100px;
	right: -100px;
	height: 0;
	top: 50%;
	margin-top: -22px;
}

.testimonials-two .owl-theme .owl-nav .owl-next,
.testimonials-two .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	background: transparent;
	color: var(--main-color);
	border-radius: 0%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next span,
.testimonials-two .owl-theme .owl-nav .owl-prev span {
	position: relative;
	z-index: 1;
}

.testimonials-two .owl-theme .owl-nav .owl-next:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--main-color);
	border-radius: 200px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next {
	right: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-prev {
	left: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover {
	color: var(--black-color);
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover:before {
	background: var(--main-color);
}


/*** 

====================================================================
  Why Us Two Section
====================================================================

***/

.why-us-two {
	position: relative;
	background-color: var(--color-two);
}

.why-us-two .left-bg {
	position: absolute;
	left: 0;
	bottom: 80px;
}

.why-us-two .right-bg {
	position: absolute;
	right: 0;
	top: -100px;
}

.why-block-two {
	position: relative;
	margin-bottom: 30px;
}

.why-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

.why-block-two .image-box {
	position: relative;
	overflow: hidden;
}

.why-block-two .inner-box:hover .image-box img {
	opacity: 0.70;
	transform: scale(1.05, 1.05);
}

.why-block-two .image-box img {
	position: relative;
	display: block;
	width: 100%;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 200px 200px 0 0;
}

.why-block-two .image-box::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.why-block-two .inner-box:hover .image-box::after {
	-webkit-animation: circle .95s;
	animation: circle .95s;
	border-radius: 200px 200px 0 0;
}

.why-block-two .over-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 30px 30px 30px;
	z-index: 3;
}

.why-block-two .image-box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: rgba(0, 0, 0, 0.70);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
	z-index: 1;
}


.why-block-two h6 {
	position: relative;
}

.why-block-two h6 a {
	color: var(--white-color);
}

.why-block-two h6 a:hover {
	color: var(--main-color);
}

.why-block-two .text {
	position: relative;
	font-size: 14px;
	color: var(--color-one);
}


.fact-counter {
	position: relative;
	padding-top: 50px;
}

.fact-counter .fact-block .inner .fact-count {
	font-family: var(--font-family-Fraunces);
	font-size: 60px;
	font-weight: 300;
	padding-bottom: 20px;
}

.fact-counter .fact-block .inner .fact-title {
	font-size: 14px;
	color: var(--main-color);
	text-transform: uppercase;
}

.fact-counter .fact-block .inner p {
	color: var(--color-three);
	padding-right: 25px;
	padding-top: 15px;
}


/*** 

====================================================================
  Image Gallery Section
====================================================================

***/

.image-gallery {
	position: relative;
	background-color: #27381d;
	overflow: hidden;
}

.image-gallery .carousel-box {
	position: relative;
}

.image-gallery .auto-container {
	max-width: 860px;
}

.image-gallery .image-gallery-slider {
	position: static;
}

.image-gallery .image-gallery-slider .owl-stage-outer {
	overflow: visible;
}

.image-gallery .gallery-block {
	position: relative;
}

.image-gallery .gallery-block .image {
	position: relative;
}

.image-gallery .gallery-block .image img {
	position: relative;
	display: block;
	width: 100%;
}

.image-gallery .owl-theme .owl-dots {
	display: none;
}

.image-gallery .owl-theme .owl-nav {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 0;
	top: 60%;
	margin-top: -22px;
}

.image-gallery .owl-theme .owl-nav .owl-next,
.image-gallery .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	background: transparent;
	color: var(--main-color);
	border-radius: 0%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next span,
.image-gallery .owl-theme .owl-nav .owl-prev span {
	position: relative;
	z-index: 1;
}

.image-gallery .owl-theme .owl-nav .owl-next:before,
.image-gallery .owl-theme .owl-nav .owl-prev:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--main-color);
	border-radius: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next {
	right: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-prev {
	left: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-next:hover,
.image-gallery .owl-theme .owl-nav .owl-prev:hover {
	color: var(--black-color);
}

.image-gallery .owl-theme .owl-nav .owl-next:hover:before,
.image-gallery .owl-theme .owl-nav .owl-prev:hover:before {
	background: var(--main-color);
}


/*** 

====================================================================
  hamburger section
====================================================================

***/

.hamburger {
	display: flex;
	align-self: center;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 24px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hamburger span {
	/* align-self: flex-end; */
	height: 2px;
	width: 83.33333333%;
	background: #ffffff;
	transition: all 400ms ease-in-out;
}

.hamburger .meat {
	width: 100%;
	transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
	width: 58.33333333%;
	transition: all 100ms ease-in-out;
}

.hamburger:hover span {
	width: 100%;
}


html:not(.body-menu-opened) .hamburger .top-bun {
	-webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
	animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
	-webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
	animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
	-webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
	animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
	0% {
		width: 100%;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

@keyframes burger-hover {
	0% {
		width: 100%;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}


.ttl small {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 2px;
	display: block;
	font-style: italic;
}

.allergen-info {
	color: #d9a479 !important;

}


.lh-3 {
	line-height: 1.75 !important;
}


.fact-block p strong {
	color: var(--main-color);
	font-weight: 700;
}

.rating-stars {
	letter-spacing: 2px;
	opacity: 0.8;
}



/*** 



/* --- Styles isolés pour la section Special Offer V2 --- */

.special-offer-v2 {
    position: relative;
    background: var(--color-two);
}

.special-offer-v2 .outer-container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.special-offer-v2 .auto-container {
    max-width: 1600px;
}

.special-offer-v2 .offer-block-two {
    position: relative;
    margin-bottom: 30px;
}

.special-offer-v2 .owl-theme .offer-block-two {
    margin-bottom: 0;
}

.special-offer-v2 .offer-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
    border: solid 1px var(--main-color);
    border-radius: 500px 500px 0 0;
    padding: 65px;
}

.special-offer-v2 .offer-block-two.rounded .inner-box {
    border-radius: 500px;
}

.special-offer-v2 .offer-block-two .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}

.special-offer-v2 .offer-block-two .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    border-radius: 500px;
}

.special-offer-v2 .offer-block-two .inner-box:hover .image img {
    transform: rotate(90deg);
}

.special-offer-v2 .offer-block-two .cat-name {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
}

.special-offer-v2 .offer-block-two h5 {
    position: relative;
    margin-bottom: 10px;
}

.special-offer-v2 .offer-block-two h5 a {
    color: var(--white-color);
}

.special-offer-v2 .offer-block-two h5 a:hover {
    color: var(--main-color);
}

.special-offer-v2 .offer-block-two .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-three);
    margin-bottom: 15px;
}

.special-offer-v2 .offer-block-two .price {
    position: relative;
    font-size: 16px;
    color: var(--main-color);
}

/* --- Styles du Carousel (OWL) --- */



.special-offer-v2{
  position: relative;
  background: var(--color-two);
}

.special-offer-v2 .outer-container{
  position: relative;
  /*max-width: 1600px;*/
  padding: 0 15px;
  margin: 0 auto;
}

.special-offer-v2 .auto-container{
  max-width: 1600px;
}

.offer-block-two{
  position: relative;
  margin-bottom: 30px;
}

.special-offer-v2 .owl-theme .offer-block-two{
  margin-bottom: 0;
}

.offer-block-two-v2 .inner-box{
  position: relative;
  display: block;
  text-align: center;
  border: solid 1px var(--main-color);
  border-radius: 500px 500px 0 0;
  padding: 35px;
}

.offer-block-two-v2.rounded .inner-box{
  border-radius: 500px;
}

.offer-block-two-v2 .inner-box .image{
  position: relative;
  display: block;
  overflow:hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

.offer-block-two-v2 .inner-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  border-radius: 5px;
}

.offer-block-two-v2 .inner-box:hover .image img{
  transform: rotate(90deg);
}

.offer-block-two-v2 .cat-name{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
}

.offer-block-two-v2 h5{
 color: #e6b15f;
  position: relative;
  margin-bottom: 10px;
}



.offer-block-two-v2 .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-three);
  margin-bottom: 15px;
}

.offer-block-two-v2 .price{
  position: relative;
  font-size: 16px;
  color: var(--main-color);
}

.special-offer-v2 .lower-link-box{
  margin-top: 40px;
}



.special-offer-v2 .owl-theme .owl-nav{
  position: absolute;
  left: -100px;
  right: -100px;
  height: 0;
  top: 50%;
  margin-top: -22px;
}


/* 1. Assurez-vous d'afficher les dots */
.special-offer-v2 .owl-theme .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 20px; /
  position: relative;
  z-index: 10;
}

.special-offer-v2 .owl-theme .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #27381d;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.special-offer-v2 .owl-theme .owl-dot.active span {
  background: #e6b15f;
  transform: scale(1.2);
}



.special-offer-v2 .owl-theme .owl-nav .owl-next,
.special-offer-v2 .owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.special-offer-v2 .owl-theme .owl-nav .owl-next span,
.special-offer-v2 .owl-theme .owl-nav .owl-prev span{
  position: relative;
  z-index: 1;
}

.special-offer-v2 .owl-theme .owl-nav .owl-next:before,
.special-offer-v2 .owl-theme .owl-nav .owl-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color-opacity-four);
  border-radius: 100px;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.special-offer-v2 .owl-theme .owl-nav .owl-next{
  right: 15px;
}

.special-offer-v2 .owl-theme .owl-nav .owl-prev{
  left: 15px;
}

.special-offer-v2 .owl-theme .owl-nav .owl-next:hover,
.special-offer-v2 .owl-theme .owl-nav .owl-prev:hover{
  color: var(--black-color);
}

.special-offer-v2 .owl-theme .owl-nav .owl-next:hover:before,
.special-offer-v2 .owl-theme .owl-nav .owl-prev:hover:before{
  background: var(--main-color);
}

/* --- Styles du Carousel (OWL) --- */



.image img {
  /* décalage-x décalage-y flou couleur */
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}

.lh-sm {
line-height: 1.25;
}







.tab {
    display: none;
}



.currency {
    font-size: 10px; 
}


@media (max-width: 767px) {
    .currency {
        font-size: 6px;
    }
}



.price {
    display: inline-block; /* Force le bloc de prix à rester solidaire */
    white-space: nowrap;   /* Empêche tout retour à la ligne à l'intérieur */
}

/* Optionnel : Ajustement spécifique pour mobile si nécessaire */
@media (max-width: 767px) {
    .price {
        font-size: 0.9em; /* Réduit légèrement la taille globale si ça déborde */
    }
}