@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,600,700,900|Cabin:400,700|Droid+Serif:400,700|Playball);
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background-color: #191919;
	height: 100%;
	text-align: center;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}

h2 {
	font-size: 3.2em;
	font-weight: 300;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
	font-weight: 200;
}

h5 {
	font-size: 0.8em;
	font-weight: 200;
}

h6 {
	font-size: 0.6em;
	font-weight: 200;
}

p {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	color: #666
}

blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #494949;
}

/* ---------Page preload--------------------------------------*/
.loader {
	position: fixed;
	top: 50% !important;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	z-index: 100;
	font-size: 12px;
	line-height: 50px;
	color: #fff;
}

.loader img {
	animation: k3d 3.5s infinite linear
}

@keyframes k3d {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(360deg);
		opacity: 0.3;
	}

	100% {
		transform: rotateY(0deg);
	}

}

/* ---------Content Styles--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

#wrapper {
	float: left;
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
}

.container {
	max-width: 1524px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.content {
	width: 100%;
	position: relative;
	z-index: 2;
	float: left;
}

.full-height {
	height: 100%;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
	overflow: hidden;
}

.respimg {
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	z-index: 2;
}

/* --------- Section's--------------------------------------*/
section {
	float: left;
	width: 100%;
	position: relative;
	padding: 90px 0;
	background: #fff;
}

.parallax-section {
	padding: 150px 0;
	color: #fff;
	overflow: hidden;
}

.parallax-section .overlay {
	opacity: 0.6;
}

.section-separator {
	float: right;
	width: 70%;
	height: 6px;
	background: #000;
	margin-right: -20%;
}

.bg-parallax {
	height: 150%;
	top: -25%;
}

.parallax-section h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 4.5em;
	letter-spacing: 6px;
	padding-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.parallax-section h3 {
	color: #fff;
	font-size: 34px;
	font-family: 'Playball', cursive;
}

section.header-section {
	padding: 200px 0;
	/* border-top: 20px solid #fff; */
}

.section-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.section-title h3 {
	font-size: 58px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

.section-title h4 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	display: inline-table;
	padding-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.decor-title:before,
.decor-title:after {
	content: '';
	position: absolute;
	top: 12px;
	background: url(../images/bef-af.png) no-repeat center;
	width: 26px;
	height: 6px;
}

.decor-title:before {
	left: -46px;
}

.section-title h4:after {
	right: -46px;
}

.triangle-decor {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	z-index: 57;
}

.about-section .link {
	margin-top: 20px;
	float: left;
	text-align: left;
}

/* .about-section .single-slider-holder {
	margin-top: 80px;
} */

.bold-separator {
	float: left;
	width: 100%;
	margin: 50px 0;
	position: relative;
}

.bold-separator span {
	width: 6px;
	height: 6px;
	display: inline-table;
	background: #191919;
	margin: 0 auto;
	border-radius: 100%;
}

.bold-separator:before,
.bold-separator:after {
	content: '';
	position: absolute;
	width: 10%;
	height: 1px;
	top: 2px;
	opacity: 0.3;
}

.bold-separator:before {
	left: 30%;
}

.bold-separator:after {
	right: 30%;
}

.parallax-section .bold-separator span {
	background: #fff;
}

.align-text {
	text-align: left;
}

.img-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	overflow: hidden;
	height: 100%;
	z-index: 4;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.inner {
	max-width: 800px;
	margin: 0 auto;
}

.inner p {
	text-align: center;
}

.link {
	font-size: 17px;
	padding: 10px 15px;
	display: inline-table;
	font-weight: bold;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
	margin-bottom: 20px;
	transition: all 200ms linear;
	text-transform: uppercase;
}

.align-link {
	margin-top: 30px;
}

.link:hover {
	color: #000;
}

.align-link:hover {
	color: #fff;
}

.section-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px auto;
	background: rgba(255, 255, 255, 0.21);
	border: 2px solid rgba(255, 255, 255, 0.51);
	border-radius: 100%;
	font-size: 20px;
}

/*------ Header  ------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}

.header-inner {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 0;
	top: 0;
	transition: all 300ms linear;
}

.header-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	transition: all 200ms linear;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.logo-holder {
	float: left;
	position: relative;
	max-width: 100px;
	padding-top: 10px;
}

.logo-holder a {
	margin-top: 0px;
	display: block;
	position: relative;
}

.logo-vis {
	position: relative;
	z-index: 1;
	transition: all 300ms linear;
}

.logo-notvis {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 300ms linear;
	opacity: 0;
}

.logo-sticky img.logo-vis {
	opacity: 0;
}

.logo-sticky img.logo-notvis {
	opacity: 1;
}

header.sticky .header-inner:before,
header.flat-header .header-inner:before {
	height: 100%;
}

header.sticky .header-inner {
	top: -50px;
	padding-bottom: 0px;
	padding-top: 50px;
}


/*------ Navigation  ------------------------------------------------*/
.nav-holder {
	float: right;
	position: relative;
	margin-top: 10px;
}

nav {
	position: relative;
	float: left;
	width: 100%;
}

nav li {
	float: left;
	position: relative;
	padding: 10px 22px;
}

nav li a {
	float: left;
	line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	top: 0;
	position: relative;
	font-family: 'Urbanist', serif;
	font-weight: 600;
	transition: all 100ms linear;
}

nav li a:before,
nav li a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 100%;
	transition: all 300ms linear;
	transform: scale(0.1);
	opacity: 0;
}

nav li a:before {
	left: -16px;
}

nav li a:after {
	right: -16px;
}

nav li a.act-link:before,
nav li a.act-link:after {
	transform: scale(1.0);
	opacity: 1;
}

nav li ul a:before,
nav li ul a:after {
	display: none;
}

nav li ul a.act-link {
	color: #000;
	font-weight: 600;
}

nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 210px;
	top: 38px;
	left: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.41);
	background: rgba(255, 255, 255, 0.21);
}

nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

nav li:last-child {
	padding-right: 0;
}

.nav-button-holder {
	top: 44px;
	right: 20px;
	display: none;
	position: absolute;
}

.nav-button {
	float: right;
	width: 28px;
	height: 24px;
	position: relative;
	margin-top: 22px;
	cursor: pointer;
}

.nav-button span {
	float: left;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 4px;
	position: relative;
}

header.sticky nav a,
header.flat-header nav a {
	color: #000;
}

header.sticky nav li a:before,
header.sticky nav li a:after,
header.flat-header nav li a:before,
header.flat-header nav li a:after {
	background: #000;
}

header.sticky .nav-button span,
header.flat-header .nav-button span {
	background: #000;
}

header.sticky nav li ul {
	background: rgba(255, 255, 255, 1);
}

.nav-social {
	float: right;
	width: 100%;
	position: relative;
	transition: all 600ms linear;
	top: 10px;
}

.nav-social ul {
	float: right;
}

.nav-social li {
	float: left;
	padding: 10px;
}

.nav-social li:last-child {
	padding-right: 0;
}

.nav-social li a {
	color: #fff;
	font-size: 14px;
}

header.sticky .nav-social {
	top: -110px;
}

.subnav {
	float: right;
	margin: 30px 6px 0 0;
}

.subnav a {
	display: inline-block;
	line-height: 1;
	font-size: 13px;
	color: #fff;
	top: 0;
	padding-left: 16px;
	position: relative;
	transition: all 100ms linear;
}

.subnav a i {
	padding-right: 4px;
}

header.sticky nav a,
header.sticky .subnav a,
header.flat-header .nav-social li a,
header.flat-header .subnav a {
	color: #000;
}

.height-emulator {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1
}

/*------ Home -------------------------------------------------*/
.hero-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
	z-index: 15;
}

.hero-link a {
	font-size: 24px;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -20px;
	transition: all 200ms linear;
}

.hero-line {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
	z-index: 20;
}

.hero-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background: #fff;
	z-index: 20;
}

.hero-content:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: #fff;
	z-index: 20;
}

.hero-link a:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	z-index: -1;
}

.fullheight-carousel-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fullheight-carousel {
	height: 100%;
	background: #191919;
	width: 100%;
	overflow: hidden;
}

.fullheight-carousel .item,
.carousel-item {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.carousel-item .overlay {
	opacity: 0.5;
	transition: all 300ms linear;
}

.carousel-link-holder {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
}

.carousel-item .bg {
	transition: all 500ms linear;
}

.vis-decor .bg {
	transform: scale(1.2);
}

.vis-decor .overlay {
	opacity: 0.7;
}

.carousel-link-holder h3 {
	font-size: 40px;
	position: relative;
	width: 100%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 10px 0;
	font-family: 'Playball', cursive;
}

.carousel-link-holder h3 a {
	color: #fff;
}

.carousel-link-holder h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	color: #fff;
	font-weight: bold;
	max-width: 350px;
	margin: 0 auto;
}

.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fullheight-carousel-holder .customNavigation {
	position: absolute;
	bottom: 40px;
	right: 60px;
	z-index: 5;
}

.fullheight-carousel-holder .customNavigation a {
	width: 40px;
	height: 40px;
	margin-right: 1px;
	float: left;
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	transition: all 500ms linear;
}

.fullheight-carousel-holder .customNavigation a:hover {
	transform: scale(0.9);
}

.hero-title-holder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.hero-title-holder .overlay {
	opacity: .6;
}

.hero-title {
	max-width: 750px;
	margin: 0 auto;
	top: 50%;
	position: relative;
	z-index: 5;
}

.hero-decor {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 50px;
}

.t-dec {
	top: -60px;
}

.b-dec {
	bottom: -70px;
}

.half-circle {
	width: 100px;
	height: 50px;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
	border: 5px solid rgba(255, 255, 255, 0.51);
	border-top: 0 !important;
	position: relative;
	box-sizing: border-box;
}

.half-circle:before {
	content: '\f005';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-top: -15px;
	margin-left: -10px;
	color: #fff;
	font-size: 18px;
}

.hero-title h3 {
	font-size: 5.5em;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 10px 0;
	font-family: 'Playball', cursive;
}

.hero-title h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	color: #fff;
	max-width: 350px;
	margin: 0 auto;
}

.hero-title h4:before,
.hero-title h4:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 75px;
	height: 1px;
	opacity: 0.6;
}

.hero-title h4:before {
	left: -90px;
}

.hero-title h4:after {
	right: -90px;
}

.hero-title h3 a,
.hero-title h4 a {
	color: #fff;
}

.hero-title h4 a {
	float: right;
}

.hero-title h4 a:hover,
.hero-title h4 a:hover i {
	color: #fff;
}

.hero-title h4 a {
	padding-right: 0;
}

.slides-pagination {
	z-index: 20;
}

.mob-bg {
	display: none;
}

/*------ Page title  ------------------------------------------------*/
.page-title {
	float: left;
	max-width: 550px;
	padding: 30px 0 10px;
	position: relative;
	border-bottom: 6px solid #eee;
}

.page-title h2 {
	float: left;
	max-width: 550px;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 44px;
	text-align: left;
	letter-spacing: 2px;
	font-weight: bold;
}

.page-title h3 {
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 12px;
	text-align: left;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #666;
}

.page-title h3 span {
	float: left;
	max-width: 550px;
}

.fullwidth-slider-holder,
.single-slider-holder {
	float: left;
	width: 100%;
	position: relative;
}

.fullwidth-slider-holder .item {
	position: relative;
}

.full-width-holder {
	float: left;
	width: 100%;
	position: relative;
}

.single-slider-holder .customNavigation a {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -20px;
	border-radius: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	z-index: 10;
	background: rgba(51, 51, 51, .7);
	cursor: pointer;
}

.single-slider-holder .customNavigation a.next-slide {
	right: 14px;
}

.single-slider-holder .customNavigation a.prev-slide {
	left: 14px;
}

article {
	float: left;
	margin-top: 10px;
	width: 100%;
	position: relative;
}

.separator {
	width: 50px;
	height: 50px;
	margin: 10px auto 10px;
	background: url(../images/seperator.png) no-repeat center;
	background-size: contain;
}

.color-separator {
	background: url(../images/seperator.png) no-repeat center;
	background-size: contain;
	width: 50px;
	height: 50px;
}

.work-time {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

.work-time:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 62%;
	background: url(../images/ver-separator.png) repeat-y;
}

.hours {
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 44px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.big-number {
	margin: 50px auto 0;
	position: relative;
}

.big-number a {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0;
	font-family: 'Playball', cursive;
	transition: all 500ms linear;
}

.big-number a:hover {
	color: #fff;
	text-decoration: underline;
}

/*------ Team  ------------------------------------------------*/
.team-box {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px;
}

.team-links {
	max-width: 800px;
	margin: 50px auto;
	position: relative;
}

.team-item {
	float: left;
	/* width: 25%; */
	padding: 20px;
}

.team-item a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.team-item a img {
	border-radius: 100%;
}

.chefname {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0;
	font-family: 'Playball', cursive;
	display: inline-table;
}

.chefinfo {
	display: inline-table;
	font-size: 14px;
	font-weight: bold;
}

.white-popup-block {
	max-width: 900px;
	margin: 0 auto;
}

.popup-modal-dismiss {
	float: right;
}

.team-modal {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 50px;
	margin-top: 35px;
	margin-bottom: 35px;
	background: #fff;
}

.team-modal:before {
	content: '';
	position: absolute;
	top: 3.5%;
	left: 3.5%;
	width: 92%;
	height: 92%;
	opacity: 0.5;
}

.team-modal p {
	text-align: center;
}

.team-modal h5 {
	padding: 10px 0;
	display: inline-table;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
}

.team-social li {
	display: inline-block;
	padding: 10px;
	font-size: 23px;
}

.popup-modal-dismiss {
	position: absolute;
	top: 10px;
	right: 20px;
	height: 50px;
	width: 50px;
	background: #fff;
	z-index: 2;
	line-height: 50px;
	font-size: 20px;
}

.team-details {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
	opacity: 0;
}

.team-item a img,
.team-details,
.menu-item a {
	transition: all 300ms linear;
	height: 140px;
	width: 140px;
	background-size: cover;
	background-position: center;
}

.team-item a:hover img {
	transform: scale(0.9);
	opacity: 0.3;
}

.team-item a:hover .team-details {
	opacity: 1;
}

/*------ menu ------------------------------------------------*/
.menu-holder,
.menu-item {
	float: left;
	width: 100%;
	position: relative;
}

.menu-item {
	padding: 24px 20px;
}

.menu-item-details {
	display: table
}

.menu-item-desc {
	padding-right: 5px;
	font-family: 'Urbanist', serif;
	font-weight: bold;
	/* font-style: italic; */
	text-align: left;
	font-size: 20px;
	display: table-cell;
	white-space: nowrap;
	width: 10%;
	line-height: 15px;
}

.menu-item-desc>a {
	margin-right: 6px;
}

.menu-item-dot {
	display: table-cell;
	width: 88%;
	border-bottom: 1px dotted #000;
}

.menu-item-price {
	text-align: left;
	font-size: 20px;
}

.menu-item-prices {
	display: table-cell;
	white-space: nowrap;
	width: 2%;
	padding: 10px 0 0 10px;
	text-align: left;
}

.hot-deal:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hot-desc {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
}

.menu-bg {
	position: absolute;
	bottom: 0;
	width: 650px;
	height: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	opacity: 0.2;
}

.lbd {
	left: 0;
}

.rbd {
	right: 0;
}

/*------ Gallery  ------------------------------------------------*/
.gallery-filters {
	float: left;
	width: 100%;
}

.gallery-filters a {
	margin-right: 20px;
	line-height: 1;
	color: #666;
	position: relative;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
}

.gallery-items {
	float: left;
	width: 100%;
}

.grid-item-holder,
.box-item,
.box-item a {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.box-item {
	height: 100%
}

.hid-port-info .grid-item-holder {
	overflow: hidden;
}

.grid-small-pad .grid-item-holder {
	padding: 10px 20px 10px 0;
}

.gallery-item,
.grid-sizer {
	width: 25%;
	position: relative;
}

.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
	width: 75%;
}

.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.four-coulms .gallery-item,
.four-coulms .grid-sizer {
	width: 25%;
}

.three-coulms .gallery-item,
.three-coulms .grid-sizer {
	width: 33.33333%;
}

.three-coulms .gallery-item-second {
	width: 66.66666%;
}

.box-item .overlay {
	z-index: 2;
	opacity: 0;
	background: #000;
}

.box-item i {
	position: absolute;
	top: -100%;
	left: 50%;
	width: 30px;
	height: 30px;
	z-index: 5;
	opacity: 0;
	margin-top: -15px;
	font-size: 28px;
	line-height: 30px;
	margin-left: -15px;
}

.box-item:hover .overlay {
	opacity: 0.6;
}

.box-item:hover i {
	top: 50%;
	opacity: 1;
}

.box-item i,
.box-item .overlay {
	transition: all 400ms linear;
}

/*------ Shop ------------------------------------------------*/
.products {
	float: left;
	width: 100%;
	position: relative;
}

.products li.product-cat-mains {
	float: left;
	width: 33.33333%;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.product-cat-mains h4 {
	float: left;
	width: 100%;
	padding: 20px 0;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 15px;
	transition: all 400ms linear;
}

.product-cat-mains h4:hover {
	opacity: 0.6;
}

.product-cats {
	padding: 10px 0 20px 0;
}

.product-cats li {
	display: inline-block;
	padding: 4px 10px;
}

.product-cats li a {
	font-weight: bold;
	font-size: 14px;
	transition: all 400ms linear;
}

.product-price {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	position: relative;
	font-family: 'Playball', cursive;
}

.product-price span {
	position: relative;
	display: inline-table;
	font-size: 18px;
	top: 0;
	transition: all 200ms linear;
}

.product-price a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 64px;
	bottom: -100%;
	opacity: 0;
	transition: all 400ms linear;
	font-family: 'Playball', cursive;
}

.product-price a:hover,
.product-cats li a:hover {
	color: #000;
}

.products li:hover .product-price span {
	opacity: 0;
}

.products li:hover .product-price a {
	opacity: 1;
	bottom: 0;
}

.product-price:before,
.product-price:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
}

.product-price:before {
	background: #fff;
	width: 20px;
	margin-left: -10px;
	margin-top: -6px;
	height: 10px;
	z-index: 1;
}

.product-price:after {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-left: -3px;
	margin-top: -4px;
	z-index: 2;
	background: #000;
}

.orderby {
	margin-bottom: 26px;
}

.orderby-wrap {
	max-width: 250px;
	margin: 0 auto;
}

.content-pagination {
	float: left;
	width: 100%;
	margin-top: 25px;
	font-size: 1.1em
}

.content-pagination a {
	color: #999;
	display: inline-block;
	font-weight: 300;
	height: 60px;
	margin: 0 4px;
	line-height: 60px;
	width: 60px;
	background: #191919;
	border-radius: 4px;
}

.content-pagination a.current-page,
.content-pagination a:hover {
	color: #fff;
}

.content-pagination a i {
	font-size: .8em;
}

.content-pagination span.content-pagination-num {
	display: inline-block;
	padding: 9px 15px;
	color: #666;
	font-size: 12px !important;
	text-transform: uppercase;
}

.prevposts-link {
	margin-right: 8px;
}

.nextposts-link {
	margin-left: 8px;
}

.product-item-holder {
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #eee;
	padding: 50px 0;
}

.product-slider .owl-controls {
	margin-top: 20px;
}

.product-slider .item-link {
	position: relative;
	float: left;
	width: 33.33333333%;
	height: 110px;
	margin-bottom: 10px;
	transition: all 200ms linear;
}

.owl-theme .owl-controls .active .item-link {
	opacity: 0.6;
}

.product-image,
.product-item,
.pr-opt {
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.product-image .customNavigation a {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -55px;
	background: #222;
	color: #fff;
	border-radius: 100%;
	font-size: 14px;
	line-height: 50px;
	z-index: 10;
	cursor: pointer;
}

.product-image .customNavigation a.next-slide {
	right: 16px;
}

.product-image .customNavigation a.prev-slide {
	left: 16px;
}

.product-item {
	text-align: left;
}

.product-item h2 {
	font-family: 'Playball', cursive;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 44px;
}

.pr-opt {
	border-bottom: 1px solid #eee;
}

.product-rating,
.product-item-price {
	float: left;
	width: 50%;
	padding: 20px;
	font-size: 14px;

}

.product-rating {

	position: relative;
	top: 6px;
}

.product-rating ul,
.product-rating span {
	float: right;
}

.product-rating span {
	margin-left: 4px;
}

.product-rating li {
	display: inline-block;
	padding: 1px;
}

.product-item-price {
	font-family: 'Playball', cursive;
	font-size: 24px
}

.product-item-price span {
	text-decoration: line-through;
	padding-right: 10px;
	font-size: 15px;
	opacity: 0.6;
}

.product-item p {
	max-width: 600px;
}

.quantity {
	float: left;
	padding: 20px 0;
	width: 100%;
}

.quantity input {
	border: none;
	-webkit-appearance: none;
	float: left;
	width: 60px;
	height: 60px;
	background: #262526;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

.quantity a {
	float: left;
	height: 60px;
	padding: 0 30px;
	line-height: 60px;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 4px;
	font-family: 'Playball', cursive;
	margin-left: 25px;
	background: #262526
}

.product-meta {
	float: left;
	max-width: 750px;
	text-align: left;
	margin: 30px 0;
}

.sku_wrapper,
.posted_in,
.tagged_as {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.product-meta span a {
	padding-left: 6px;
}

/* --------Checkout table------------------------------ */
.checkout-table {
	border: 1px solid #eee;
	float: left;
	width: 100%;
	font-size: 1.4em;
}

.checkout-table>tbody>tr>td,
.checkout-table>tbody>tr>th,
.checkout-table>tfoot>tr>td,
.checkout-table>tfoot>tr>th,
.checkout-table>thead>tr>td,
.checkout-table>thead>tr>th {
	border-top: 1px solid #eee;
	padding: 20px;
}

.checkout-table tr td,
.checkout-table tr th {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
	max-width: 36px;
}

.pr-remove {
	vertical-align: middle !important;
	text-align: center;
}

.order-money {
	font-family: 'Playball', cursive;
	font-size: 18px;
}

.order-count {
	border: none;
	width: 60px;
	height: 50px;
	text-align: center;
	font-weight: bold;
}

.product-name {
	font-weight: bold;
}

.coupon-holder {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 12px 0 20px 0;
	border-bottom: 1px solid #eee;
}

.coupon-holder input {
	float: left;
	outline: none;
	height: 60px;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #f9f9f9;

}

.coupon-holder button.btn-a {
	float: left;
	margin-left: 20px;
	border: none;
	outline: none;
	padding: 20px 40px;
	line-height: 18px;
	cursor: pointer;
	font-size: 1.1em;
	background: #262526;
	border-radius: 2px;
	-webkit-appearance: none;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	transition: all 0.3s ease-in-out
}

.coupon-holder button.btn-uc {
	border: none;
	outline: none;
	padding: 20px 40px;
	line-height: 18px;
	cursor: pointer;
	font-size: 1.1em;
	background: #262526;
	font-family: 'Droid Serif', serif;
	border-radius: 2px;
	-webkit-appearance: none;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.cart-totals {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.cart-totals h4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 20px 0;
	font-family: 'Playball', cursive;
}

.cart-totals button {
	float: right;
	margin-top: 30px;
	border: none;
	outline: none;
	padding: 20px 40px;
	line-height: 18px;
	cursor: pointer;
	font-size: 1.1em;
	background: #262526;
	border-radius: 2px;
	-webkit-appearance: none;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.cart-totals button:hover {
	color: #fff;
}

/*------ Footer  ------------------------------------------------*/
footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
	background: #191919;
}

footer:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #191919;
}

footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.footer-inner {
	float: left;
	width: 100%;
	padding: 90px 0;
}

.to-top-holder {
	float: left;
	width: 100%;
	background: #262526;
	position: relative;
	padding: 40px 0 30px;
}

.to-top {
	float: right;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.to-top span {
	position: relative;
	display: inline-table;
	font-size: 18px;
	top: 0;
	font-family: 'Playball', cursive;
	transition: all 200ms linear;
}

.to-top i {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 24px;
	top: -100%;
	opacity: 0;
	transition: all 400ms linear;
}

.to-top:hover span {
	opacity: 0;
}

.to-top:hover i {
	opacity: 1;
	top: 0;
}

.footer-info {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.footer-info h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 40px;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-info p {
	color: #fff;
	font-size: 14px
}

.to-top-holder p {
	float: left;
	color: #fff;
	font-family: 'Playball', cursive;
	letter-spacing: 1px;
}

.footer-social {
	float: left;
	width: 100%;
	position: relative;
}

.footer-social:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 40px;
	margin-left: -20px;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}

.footer-social h3 {
	font-family: 'Playball', cursive;
	font-size: 34px;
	margin-bottom: 50px;
}

.footer-social ul {
	margin-top: 20px;
}

.footer-social ul li {
	display: inline-block;
}

.footer-social ul li a {
	float: left;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 15px;
}

footer .bold-separator span {
	background: #fff !important;
}

.footer-contacts {
	float: left;
	width: 100%;
}

.footer-contacts li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.footer-contacts li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #919191;
}

.footer-contacts li a {
	color: #919191;
	font-size: 16px;
	font-weight: 500;
}

.footer-contacts li:first-child:before {
	display: none;
}

.footer-contacts li a,
.footer-social ul li a,
.team-social li a,
.popup-modal-dismiss {
	transition: all 400ms linear;
}

.footer-info p {
	text-align: center;
	font-size: 1.5em;
	font-family: 'Playball', cursive;
	color: #919191;
}

/* ------Blog------------------------------------------------------------ */
article,
.pagination {
	float: left;
	width: 100%;
	position: relative;
}

.single-slider .box-links {
	text-align: center !important;
}

article p {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.display-posts p {
	line-height: 25px;
}

article h4 {
	font-size: 24px;
	line-height: 36px;
	font-style: normal;
	font-weight: bold;
	font-weight: 700;
	color: #222222;
	padding-bottom: 10px !important;
}

.mas-posts h4 {
	padding-bottom: 0 !important;
}

.mas-posts .ms-grid-item {
	margin: 0;
	padding: 0;
}

.mas-posts article {
	padding: 10px;
	transition: all 300ms linear;
}

.mas-posts article:hover {
	background: #f4f4f4;
}

article h4 a:hover {
	color: #666;
}

.mas-posts article h4 {
	font-size: 18px;
}

.post-media {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0;
	text-align: center !important;
}

.post-meta {
	margin: 14px 0 14px 0;
}

.display-posts article {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
}

.post-meta li {
	display: inline-block;
	margin-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	color: #666;
}

.post-meta li a {
	font-size: 15px;
}

.mas-posts article ul.post-meta li {
	margin-bottom: 6px;
}

.post-link {
	font-size: 18px;
	transition: all 300ms linear;
	font-weight: bold;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.post-tags {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.post-tags li,
.tagcloud li {
	display: inline-block;
	margin-right: 4px;
}

.post-tags li a,
.tagcloud li a {
	float: left;
	font-size: .9em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 20px;
	background: #f5f5f5;
	margin-bottom: 3px;
	text-decoration: none;
	color: #444;
	transition: all 300ms linear;
}

.post-tags li a:hover,
.tagcloud li a:hover {
	color: #fff;
}

.pagination {
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 4px;
}

.pagination ul {
	float: left;
	margin: 20px 0 30px;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 4px;
}

.pagination a {
	float: left;
	padding: 12px 18px;
	position: relative;
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
	border-right: 1px solid rgba(0, 0, 0, .07);
}

.pagination a.current-page,
.pagination a:hover {
	color: #fff;
}

.widget {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.widget .customNavigation a {
	text-align: center !important;
}

.searh-holder {
	max-width: 450px;
	margin-top: 20px;
	position: relative;
}

.searh-inner {
	float: left;
	width: 100%;
	position: relative;
}

.search {
	border: 1px solid rgba(0, 0, 0, .07);
	float: left;
	border-radius: 4px;
	position: relative;
	outline: none;
	padding: 0px 0px 0px 30px;
	width: 100%;
	height: 60px;
	color: #000;
	background: #f9f9f9;
	-webkit-appearance: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	position: absolute;
	top: 0;
	font-size: 1.4em;
	right: 30px;
	height: 60px;
}

.search-submit:hover i {
	opacity: 0.5;
}

.tabs-menu {

	float: left;
	clear: both;
}

.tabs-menu li {

	float: left;
	margin-right: 10px;

}

.tabs-menu li.current a {
	position: relative;
	background: #fff;
	z-index: 5;
}

.tabs-menu li a {
	float: left;
	background: #f4f4f4;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	color: #666;
	transition: all 300ms linear;
	font-size: 1.1em;
	border: 1px solid rgba(0, 0, 0, .07);
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.tabs-menu .current a {
	color: #fff;
}

.tab {
	border: 1px solid rgba(0, 0, 0, .07);
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.tab-content {
	width: 100%;
	padding: 40px;
	/* display: none; */
}

#tab-1 {
	display: block;
}

.widget-posts li,
.widget-comments li {
	padding: 12px 0;
}

.widget-posts-img,
.widget-comments-img {
	float: left;
	width: 30%;
}

.widget-comments-img img {
	border-radius: 100%;
}

.widget-posts-descr,
.widget-comments-descr {
	float: left;
	width: 70%;
	padding-left: 10px;
}

.widget-comments-descr a {
	font-size: 12px;
	letter-spacing: 1px;
}

.widget-posts-date,
.widget-comments-date {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #666;
}

.widget h3 {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.cat-item {
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.cat-item a {
	font-weight: 400;
	font-size: 15px;
	transition: all 200ms linear;
}

#comments {
	text-align: left;
	padding-top: 10px;
}

#comments-title,
#reply-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.comment {
	float: left;
}

.comment-body {
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}

.comment-author {
	position: absolute;
	top: 30px;
	left: -66px;
}

.comment-author img {
	border-radius: 100%;
}

.comment .children {
	margin-left: 70px;
}

.fn {
	display: block;
	margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	color: #494949;
	padding-bottom: 10px;
}

#respond {
	margin-top: 40px;
}

#reply-title {
	padding-bottom: 30px;
	margin-bottom: 5px;
}

.comment-notes {
	margin-top: 10px;
	color: #a4a4a3;
}

.control-group {
	float: left;
	width: 100%;
	padding-right: 100px;
	position: relative;
}

.control-group label {
	margin-left: 10px;
	font-weight: 200;
	position: absolute;
	right: 40px;
	top: 20px;
	height: 60px;
	line-height: 60px;
}

.control-group .controls input {
	margin-top: 15px;
	outline: none;
	height: 60px;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #f9f9f9;
	width: 100%;
}

.control-group .controls textarea {
	margin-top: 15px;
	outline: none;
	height: 180px;
	background: #f9f9f9;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 4px;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

.controls button {
	border: none;
	outline: none;
	margin-top: 20px;
	padding: 20px 40px;
	line-height: 18px;
	cursor: pointer;
	font-size: 1.1em;
	background: #262526;
	border-radius: 2px;
	-webkit-appearance: none;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
}

.controls button:hover {
	color: #fff;
}

/*------Subscribe ------------------------------------------*/
.subcribe-form {
	margin: 0 auto;
	position: relative;
	max-width: 300px;
}

.subcribe-form form {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

#subscribe input.enteremail {
	float: left;
	width: 100%;
	height: 60px;
	border: none;
	background: rgba(255, 255, 255, .1);
	padding: 0 50px 0 25px;
	outline: none;
	-webkit-appearance: none;
	color: #fff !important;
	border-radius: 2px;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	z-index: 2;
}

.subcribe-form form:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: 1;
	border: 1px dotted;
	border-radius: 2px;
	opacity: .4
}

#subscribe input.enteremail::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

#subscribe .subscribe-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	background: none;
	border: none;
	width: 60px;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	z-index: 2;
	font-size: 1.3em;
	-webkit-appearance: none;
	transition: all 0.3s ease-in-out;
}

#subscribe .subscribe-button:hover {
	color: #000;
}

.subscribe-message {
	color: #fff;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: left;
	right: 0;
}

.subscribe-message i {
	font-size: 18px;
	padding-right: 10px;
}

.subscribe-message.error i {
	color: #e52f40
}

/*------ Map -------------------------------------------------*/
.map-box {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.map-holder {
	position: absolute;
	width: 100%;
	height: 550px;
	top: -50px;
	left: 0;
	z-index: 10;
}

#map-canvas {
	float: left;
	width: 100%;
	height: 550px;
	position: relative;
}

/*------ Promotion  ------------------------------------------------*/
.promotion-item {
	max-width: 1024px;
	margin: 20px auto 20px;
}

.promotion-title {
	float: left;
	width: 100%;
}

.promotion-title h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: left;
	padding-bottom: 12px;
	float: left;
}

.promotion-title span {
	float: left;
	margin: 12px 0 0 10px;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
}

.promotion-details {
	margin-top: 20px;
	display: table;
}

.promotion-desc {
	display: table-cell;
	white-space: nowrap;
	width: 10%;
	line-height: 15px;
	text-align: left;
}

.promotion-desc {
	padding-right: 5px;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 20px;
}

.promotion-dot {
	display: table-cell;
	width: 88%;
	border-bottom: 1px dotted #fff;
}

.promotion-price {
	text-decoration: line-through;
	text-align: left;
}

.promotion-discount {
	font-weight: 700;
	font-size: 30px;
	text-decoration: none;
	padding-left: 3px;
}

.promotion-prices {
	display: table-cell;
	white-space: nowrap;
	width: 2%;
	padding-left: 10px;
	text-align: left;
}

/*------ Testimonials  ------------------------------------------------*/
.testimonials-holder {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.testimonials-holder p {
	text-align: center;
	color: #fff;
}

.testimonials-holder h4 a {
	padding: 20px 0;
	display: inline-table;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Playball', cursive;
	letter-spacing: 2px;
}

.testimonials-slider ul {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}

.testimonials-slider ul li {
	display: inline-block;
	font-size: 16px;
}

.testimonials-holder .customNavigation {
	position: relative;
	margin-top: -30px;
}

.testimonials-holder .customNavigation a {
	color: #fff;
	font-size: 18px;
	padding: 20px 10px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

/*------ Reservation  ------------------------------------------------*/
.reservation-form-holder {
	float: left;
	width: 100%;
}

#reservation-form h3 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

/*------ Contact  ------------------------------------------------*/
.contact-details {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: left;
}

.contact-details h3 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-details h4 {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.contact-details ul {
	padding-bottom: 20px;
}

.contact-details ul li a {
	padding: 6px 0;
	float: left;
	font-size: 1.2em;
	width: 100%;
	color: #666;
}

.contact-details ul li a:hover {
	text-decoration: underline;
	color: #000;
}

.contact-form-holder {
	max-width: 600px;
	margin: 0 auto;
}

#contact-form,
#comment-form {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea,
#reservation-form input,
#reservation-form select,
#reservation-form textarea {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
	height: 60px;
	position: relative;
	z-index: 20;
	padding-left: 25px;
	color: #000;
	border: 0;
	border: 1px solid #eee;
	border-radius: 2px;
	background: #f9f9f9;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

#contact-form input[type="text"]::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder,
#comment-form input[type="text"]::-webkit-input-placeholder,
#contact-form textarea ::-webkit-input-placeholder,
#reservation-form input::-webkit-input-placeholder,
#reservation-form select::-webkit-input-placeholder,
#reservation-form textarea::-webkit-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;

}

#contact-form textarea,
#comment-form textarea {
	height: 170px;
	resize: none;
	padding-top: 20px;
	overflow: auto;
	box-shadow: none;
}

#submit,
#submit-res {
	border: none;
	padding: 15px 40px;
	background: #000;
	line-height: 17px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'Playball', cursive;
	-webkit-appearance: none;
	border-radius: 4px;
	transition: all 200ms linear;
}

#submit:hover,
#submit-res:hover {
	color: #fff;
}

.reservation-form-holder #submit-res {
	margin-top: 50px;
}

.error_message,
#success_page h1 {
	font-size: 18px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

#success_page h3 {
	text-align: left;
	font-size: 18px;
}

#success_page p {
	margin-bottom: 10px;
	padding: 6px 6px 6px 0;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	font-family: 'Playball', cursive;
}

#message fieldset,
#message2 {
	border: none;
}

/*------ Video ------------------------------------------------*/
.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: 1;
}

.video-container video {
	width: 100%;
}

.video-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}

.video-iframe iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
}

.media-container.video-parallax {
	height: 150%;
	top: -25%;
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-holder iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

/*------ css-animation - ------------------------------------------------*/
.transition {
	transition: all 500ms linear;
}

.transition2 {
	transition: all 200ms linear;
}

.fl-l {
	float: left;
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 1536px) {
	.menu-bg {
		width: 50%;
		height: 80%;
	}
}

@media only screen and (max-width: 1036px) {
	.mob-bg {
		display: block;
	}

	.header-inner .container {
		width: 100%;
	}

	.header-inner {
		padding: 0 30px;
	}

	.nav-button-holder {
		display: block;
	}

	.nav-holder {
		position: absolute;
		top: 130px;
		margin-top: 0;
		left: 0;
		width: 100%;
		background: #191919;
		padding: 30px 0;
		display: none;
		height: 300px;
		overflow: auto;
	}

	nav ul li {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
		left: 0;
		opacity: 1;
		right: 0;
		padding-left: 30px;
	}

	nav li a.act-link:before,
	nav li a.act-link:after {
		left: 7px;
	}

	.hero-title-holder {
		width: 100%;
	}

	.hero-title {
		top: 45%;
		float: none;
		margin: 0 auto;
		border-right: none;
		padding: 50px;
	}

	.hero-title h3 {
		font-size: 22px;
	}

	.hero-title h4 {
		font-size: 12px
	}

	.page-title {
		padding-bottom: 20px;
	}

	.page-title h2 {
		font-size: 30px;
	}

	.gallery-item {
		width: 50% !important;
	}

	header.sticky nav a,
	header.flat-header nav a {
		color: #fff;
	}

	nav a:before,
	nav a:after,
	.work-time:before,
	.hero-title h4:before,
	.hero-title h4:after {
		display: none;
	}

	.nav-social {
		margin-right: 20px;
	}

	.subnav {
		margin-top: 24px;
	}

	.map-holder {
		top: 0;
	}

	.bg-parallax,
	.media-container.video-parallax {
		height: 100%;
		top: 0;
	}

	.team-modal img {
		margin: 30px 0
	}

	nav li ul {
		margin: 0;
		padding-left: 0;
		opacity: 1;
		visibility: hidden;
		position: relative;
		width: 100%;
		display: none;
		top: 0;
		left: 0;
		z-index: 1;
		border: none;
	}

	nav li ul li {
		padding: 3px 0;
	}

	nav li ul li:first-child {
		margin-top: 10px;
	}

	nav li:hover>ul {
		display: block;
	}
}

@media only screen and (max-width: 756px) {

	.team-item,
	.three-coulms .gallery-item,
	.three-coulms .grid-sizer,
	.three-coulms .gallery-item-second,
	.products li.product-cat-mains {
		width: 50% !important;
	}

	.slides-pagination {
		display: none;
	}

	.slides-navigation {
		bottom: 30px;
		right: 10px;
	}
}

@media only screen and (max-width: 540px) {

	.team-item,
	.chefinfo,
	.team-item,
	.three-coulms .gallery-item,
	.three-coulms .grid-sizer,
	.three-coulms .gallery-item-second,
	.products li.product-cat-mains {
		width: 100% !important;
	}

	.grid-small-pad .grid-item-holder {
		padding: 10px;
	}

	#wrapper {
		padding: 0;
	}

	.parallax-section h2,
	.section-title h3,
	.big-number a {
		font-size: 28px;
	}

	.to-top-holder p,
	.to-top {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

/* custom css */

.custom-button {
	padding: 12px 22px;
	border-radius: 0.5rem;
	border: none;
	font-size: 1rem;
	font-weight: 400;
	color: #f4f0ff;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.custom-button::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/* border-radius: 0.5rem; */
	background: linear-gradient(180deg,
			rgba(8, 160, 69, 0) 0%,
			rgba(8, 160, 69, 0.42) 100%),
		rgba(47, 255, 130, 0.24);
	box-shadow: inset 0 0 12px rgba(151, 255, 200, 0.44);
	z-index: -1;
}

.custom-button::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,
			rgba(8, 160, 69, 0.6) 0%,
			rgba(8, 160, 69, 1) 100%),
		rgba(8, 160, 69, 0.9);
	box-shadow: inset 0 0 12px rgba(8, 160, 69, 0.9);
	/* border-radius: 0.5rem; */
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-in;
}

.custom-button:hover::after {
	opacity: 1;
}

.custom-button-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* border-radius: 0.5rem; */
	z-index: -1;
}

.custom-button-border::before {
	content: "";
	position: absolute;
	border-radius: 0.5rem;
	padding: 1px;
	inset: 0;
	background: linear-gradient(180deg,
			rgba(8, 160, 69, 0.6) 0%,
			rgba(8, 160, 69, 1) 100%),
		rgba(8, 160, 69, 0.9);
	box-shadow: inset 0 0 12px rgba(8, 160, 69, 0.9);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	pointer-events: none;
}

/* slit screens */

.split-hero {
	display: flex;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.split-panel {
	position: relative;
	flex: 1;
	overflow: hidden;
	cursor: pointer;
	transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Shrink siblings on hover */
.split-hero:hover .split-panel {
	flex: 0.75;
}

.split-hero .split-panel:hover {
	flex: 1.75;
}

.split-panel .bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.06);
	transition: transform 0.7s ease;
}

.split-panel:hover .bg {
	transform: scale(1);
}

.split-panel .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
	transition: background 0.4s;
}

.split-panel:hover .overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.panel-divider {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: 3;
}

.split-panel:last-child .panel-divider {
	display: none;
}

.panel-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.panel-icon {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 4px;
	transition: transform 0.3s;
}

.split-panel:hover .panel-icon {
	transform: scale(1.15);
}

.panel-number {
	font-size: 11px;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}

.panel-title {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}

.panel-sub {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.5;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.4s ease;
}

.split-panel:hover .panel-sub {
	max-height: 60px;
	opacity: 1;
	margin-top: 4px;
}


.panel-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 3px;
	width: fit-content;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, border-color 0.2s;
}

.split-panel:hover .panel-cta {
	opacity: 1;
	transform: translateY(0);
}

.panel-cta:hover {
	border-color: #fff;
}

/* Overlay — stronger base so text is always readable */
.split-panel .overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.92) 100%);
}

.split-panel:hover .overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.82) 100%);
}

/* cards */

.custom-card {
	width: 100%;
	height: 350px;
	background: linear-gradient(145deg, #6b6f78, #212121);
	border-radius: 20px;
	position: relative;
	transform-style: preserve-3d;
	will-change: transform;
	transition: transform .5s;
	padding: 25px;
	color: #fff;
}

.card-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	transform: translateZ(20px);
}

.card-icon {
	font-size: 32px;
	margin-bottom: 15px;
	color: #08A045;
}

.custom-card_title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-shadow: none;
}

.card-desc {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #cbd5f5;
	margin-bottom: 15px;
}

.card-btn {
	font-size: 0.8rem;
	padding: 6px 14px;
	border: 1px solid #08A045;
	color: #08A045;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.card-btn:hover {
	background: #08A045;
	color: #000;
}

/* Hover effects */
.custom-card:hover {
	transform: translateZ(10px) rotateX(10deg) rotateY(10deg);
}

.custom-card:hover .card-content {
	transform: translateZ(50px);
}

/* Reservation modal css */

:root {
	--res-green: #08a045;
	--res-green-light: #cbffe0;
	--res-green-dim: rgba(8, 160, 69, 0.12);
	--res-onyx: #0C0C0D;
	--res-surface: #141416;
	--res-surface2: #1C1C1F;
	--res-surface3: #242428;
	--res-border: rgba(8, 160, 69, 0.25);
	--res-border-soft: rgba(255, 255, 255, 0.06);
	--res-text: #F0EBE0;
	--res-text-muted: rgba(240, 235, 224, 0.5);
	--res-text-dim: rgba(240, 235, 224, 0.28);
	--res-radius: 14px;
	--res-radius-sm: 8px;
	--res-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.res-overlay {
	position: fixed !important;
	inset: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(8, 8, 9, 0.88) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 99999 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	/* Closed state: visibility:hidden is the correct way to make
	   a fixed overlay fully inert — it prevents pointer events,
	   scroll capture and cursor changes. opacity+pointer-events
	   alone is insufficient on some browsers. */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s var(--res-ease), visibility 0.4s var(--res-ease);
}

.res-overlay.open {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: all !important;
}

.res-modal {
	background: var(--res-surface) !important;
	border: 1px solid var(--res-border) !important;
	border-radius: var(--res-radius) !important;
	width: 100% !important;
	max-width: 640px !important;
	max-height: 92vh !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
	transform: translateY(24px) scale(0.98);
	transition: transform 0.4s var(--res-ease);
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: all !important;
}

.res-modal::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--res-green), transparent);
	z-index: 1;
}

.res-overlay.open .res-modal {
	transform: translateY(0) scale(1);
}

.res-modal-header {
	padding: 28px 32px 20px !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	flex-shrink: 0 !important;
	border-bottom: none !important;
	background: transparent !important;
}

.res-modal-title {
	font-size: 24px !important;
	font-weight: 400 !important;
	letter-spacing: 0.03em !important;
	line-height: 1.1 !important;
	color: var(--res-text) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.res-modal-subtitle {
	font-size: 12px !important;
	color: var(--res-text-muted) !important;
	letter-spacing: 0.05em !important;
	margin-top: 4px !important;
}

.res-btn-close {
	background: none !important;
	border: 1px solid var(--res-border-soft) !important;
	color: var(--res-text-muted) !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.2s var(--res-ease) !important;
	flex-shrink: 0 !important;
	font-size: 16px !important;
	padding: 0 !important;
	opacity: 1 !important;
}

.res-btn-close:hover {
	border-color: var(--res-border) !important;
	color: var(--res-text) !important;
	background: var(--res-surface2) !important;
}

.steps-bar {
	padding: 0 32px 24px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.step-item {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
}

.step-item:last-child {
	flex: 0;
}

.step-num {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid var(--res-border-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	color: var(--res-text-dim);
	transition: all 0.3s var(--res-ease);
	flex-shrink: 0;
}

.step-item.active .step-num {
	border-color: var(--res-green);
	color: var(--res-green);
}

.step-item.done .step-num {
	border-color: var(--res-green);
	background: var(--res-green);
	color: var(--res-onyx);
}

.step-label {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--res-text-dim);
	transition: color 0.3s;
	white-space: nowrap;
}

.step-item.active .step-label {
	color: var(--res-green);
}

.step-item.done .step-label {
	color: var(--res-text-muted);
}

.step-line {
	flex: 1;
	height: 1px;
	background: var(--res-border-soft);
	margin: 0 8px;
	transition: background 0.3s;
}

.step-line.done {
	background: var(--res-green);
	opacity: 0.5;
}

.res-modal-body {
	flex: 1 !important;
	overflow-y: auto !important;
	padding: 0 32px !important;
	scrollbar-width: thin !important;
	scrollbar-color: var(--res-surface3) transparent !important;
}

.res-modal-body::-webkit-scrollbar {
	width: 4px;
}

.res-modal-body::-webkit-scrollbar-thumb {
	background: var(--res-surface3);
	border-radius: 4px;
}

.res-modal-footer {
	padding: 20px 32px 28px !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-shrink: 0 !important;
	border-top: 1px solid var(--res-border-soft) !important;
	background: transparent !important;
}

.btn-back {
	background: none !important;
	border: none !important;
	color: var(--res-text-muted) !important;
	font-size: 13px !important;
	cursor: pointer !important;
	padding: 8px 0 !important;
	transition: color 0.2s !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	box-shadow: none !important;
}

.btn-back:hover {
	color: var(--res-text) !important;
}

.btn-back.hidden {
	visibility: hidden !important;
}

.btn-next {
	background: var(--res-green) !important;
	border: none !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
	padding: 14px 32px !important;
	border-radius: var(--res-radius-sm) !important;
	cursor: pointer !important;
	transition: all 0.25s var(--res-ease) !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	box-shadow: none !important;
}

.btn-next:hover {
	background: #06823a !important;
	transform: translateY(-1px) !important;
}

.btn-next:disabled {
	opacity: 0.4 !important;
	cursor: not-allowed !important;
	transform: none !important;
}

.step-panel {
	display: none !important;
}

.step-panel.active {
	display: block !important;
	animation: resFadeUp 0.3s var(--res-ease);
}

@keyframes resFadeUp {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.section-label {
	font-size: 10px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--res-green);
	font-weight: 500;
	margin-bottom: 16px;
}

.type-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-bottom: 8px;
}

.type-card {
	background: var(--res-surface2);
	border: 1px solid var(--res-border-soft);
	border-radius: var(--res-radius-sm);
	padding: 14px 18px;
	cursor: pointer;
	transition: all 0.25s var(--res-ease);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.type-card::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: var(--res-radius-sm);
	border: 1px solid var(--res-green);
	opacity: 0;
	transition: opacity 0.25s;
	pointer-events: none;
}

.type-card:hover {
	background: var(--res-surface3);
}

.type-card.selected::after {
	opacity: 1;
}

.type-card.selected {
	background: var(--res-green-dim);
}

.type-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--res-surface3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	font-size: 17px;
	transition: background 0.25s;
}

.type-card.selected .type-icon {
	background: rgba(8, 160, 69, 0.2);
}

.type-name {
	font-size: 14px;
	font-weight: 500;
	color: var(--res-text);
	margin-bottom: 3px;
}

.type-desc {
	font-size: 11px;
	color: var(--res-text-muted);
	line-height: 1.5;
}

.type-check {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--res-green);
	display: none;
	align-items: center;
	justify-content: center;
}

.type-card.selected .type-check {
	display: flex;
}

.type-card.wide {
	grid-column: 1 / -1;
}

.type-card.wide .type-icon {
	display: inline-flex;
	margin-bottom: 0;
	margin-right: 12px;
	vertical-align: middle;
}

.type-card.wide .type-info {
	display: inline-block;
	vertical-align: middle;
}

.datetime-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: start;
	padding-bottom: 8px;
}

.cal-wrap {
	background: var(--res-surface2);
	border: 1px solid var(--res-border-soft);
	border-radius: var(--res-radius-sm);
	padding: 16px;
}

.cal-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.cal-month {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: var(--res-text);
}

.cal-btn {
	background: none !important;
	border: 1px solid var(--res-border-soft) !important;
	color: var(--res-text-muted) !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 14px !important;
	transition: all 0.2s !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.cal-btn:hover {
	border-color: var(--res-border) !important;
	color: var(--res-text) !important;
}

.cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 3px;
}

.cal-day-label {
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--res-text-dim);
	text-align: center;
	padding: 4px 0 6px;
	font-weight: 500;
}

.cal-day {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 50%;
	cursor: pointer;
	color: var(--res-text-muted);
	transition: all 0.15s;
	border: 1px solid transparent;
}

.cal-day:not(.disabled):not(.empty):hover {
	background: var(--res-surface3);
	color: var(--res-text);
}

.cal-day.today {
	color: var(--res-green);
	font-weight: 500;
}

.cal-day.selected {
	background: var(--res-green) !important;
	color: #fff !important;
	font-weight: 500;
}

.cal-day.disabled {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none;
}

.cal-day.empty {
	cursor: default;
	pointer-events: none;
}

.time-wrap {
	background: var(--res-surface2);
	border: 1px solid var(--res-border-soft);
	border-radius: var(--res-radius-sm);
	padding: 16px;
}

.time-section-label {
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--res-text-dim);
	margin-bottom: 10px;
	margin-top: 14px;
}

.time-section-label:first-child {
	margin-top: 0;
}

.slots-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin-bottom: 2px;
}

.slot {
	background: var(--res-surface3);
	border: 1px solid var(--res-border-soft);
	border-radius: 6px;
	padding: 8px 6px;
	text-align: center;
	font-size: 12px;
	color: var(--res-text-muted);
	cursor: pointer;
	transition: all 0.2s;
}

.slot:hover {
	border-color: rgba(8, 160, 69, 0.4);
	color: var(--res-text);
}

.slot.selected {
	background: var(--res-green-dim);
	border-color: var(--res-green);
	color: var(--res-green);
	font-weight: 500;
}

.slot.full {
	opacity: 0.3;
	cursor: not-allowed;
	text-decoration: line-through;
}

.res-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding-bottom: 8px;
}

.res-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.res-form-group.full {
	grid-column: 1 / -1;
}

.res-form-label {
	font-size: 10px !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	color: var(--res-text-muted) !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}

.res-form-input,
.res-form-select,
.res-form-textarea {
	background: var(--res-surface2) !important;
	border: 1px solid var(--res-border-soft) !important;
	border-radius: var(--res-radius-sm) !important;
	color: var(--res-text) !important;
	font-size: 14px !important;
	padding: 12px 14px !important;
	outline: none !important;
	transition: border-color 0.2s !important;
	width: 100% !important;
	-webkit-appearance: none !important;
	box-shadow: none !important;
}

.res-form-input:focus,
.res-form-select:focus,
.res-form-textarea:focus {
	border-color: rgba(8, 160, 69, 0.6) !important;
	background: var(--res-surface3) !important;
	box-shadow: none !important;
}

.res-form-input::placeholder,
.res-form-textarea::placeholder {
	color: var(--res-text-dim);
}

.res-form-select option {
	background: #1C1C1F;
	color: #F0EBE0;
}

.res-form-textarea {
	resize: none;
	min-height: 80px;
	line-height: 1.6;
}

.booking-summary {
	background: var(--res-surface2);
	border: 1px solid var(--res-border-soft);
	border-radius: var(--res-radius-sm);
	padding: 16px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.summary-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
	min-width: 100px;
}

.summary-key {
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--res-text-dim);
}

.summary-val {
	font-size: 13px;
	color: var(--res-text);
}

.summary-val span {
	color: var(--res-green);
	font-size: 15px;
}

.addon-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	background: var(--res-surface2);
	border: 1px solid var(--res-border-soft);
	border-radius: var(--res-radius-sm);
	cursor: pointer;
	transition: all 0.2s;
	grid-column: 1 / -1;
}

.addon-row:hover {
	border-color: rgba(8, 160, 69, 0.35);
}

.addon-row.checked {
	background: var(--res-green-dim);
	border-color: rgba(8, 160, 69, 0.5);
}

.addon-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.addon-name {
	font-size: 13px;
	color: var(--res-text);
}

.addon-note {
	font-size: 11px;
	color: var(--res-text-muted);
}

.addon-toggle {
	width: 36px;
	height: 20px;
	background: var(--res-surface3);
	border-radius: 10px;
	position: relative;
	transition: background 0.25s;
	flex-shrink: 0;
	border: 1px solid var(--res-border-soft);
}

.addon-toggle::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--res-text-dim);
	transition: all 0.25s;
}

.addon-row.checked .addon-toggle {
	background: var(--res-green);
	border-color: var(--res-green);
}

.addon-row.checked .addon-toggle::after {
	left: 18px;
	background: var(--res-onyx);
}

.confirm-wrap {
	text-align: center;
	padding: 16px 0 24px;
}

.confirm-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid var(--res-green);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 24px;
	background: var(--res-green-dim);
	color: var(--res-green);
	animation: resScaleIn 0.5s var(--res-ease);
}

@keyframes resScaleIn {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.confirm-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 8px;
	color: var(--res-text);
}

.confirm-sub {
	font-size: 13px;
	color: var(--res-text-muted);
	line-height: 1.7;
	max-width: 340px;
	margin: 0 auto 28px;
}

.confirm-details {
	background: var(--res-surface2);
	border: 1px solid var(--res-border-soft);
	border-radius: var(--res-radius-sm);
	padding: 18px 20px;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	max-width: 400px;
	margin: 0 auto;
}

.ref-num {
	grid-column: 1 / -1;
	text-align: center;
	font-size: 11px;
	color: var(--res-text-dim);
	letter-spacing: 0.2em;
	margin-top: 8px;
}

.ref-num span {
	color: var(--res-green);
	font-weight: 500;
}

@media (max-width: 580px) {

	.datetime-layout,
	.res-form-grid {
		grid-template-columns: 1fr;
	}

	.type-grid {
		grid-template-columns: 1fr;
	}

	.type-card.wide {
		grid-column: auto;
	}

	.res-modal-header,
	.res-modal-body,
	.steps-bar,
	.res-modal-footer {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/* Custom button 2 */

.btn2 {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	border: 2px solid #fefefe;
	text-transform: uppercase;
	color: #fefefe;
	text-decoration: none;
	font-weight: 600;
	/* font-size: 20px; */
	transition: 0.3s;
	background-color: transparent;
	cursor: pointer;
}

.btn2::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 6px);
	height: calc(100% + 2px);
	background-color: #08A045;
	transition: 0.3s ease-out;
	transform: scaleY(1);
}

.btn2::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% - 50px);
	background-color: #212121;
	transition: 0.3s ease-out;
	transform: scaleY(1);
}

.btn2:hover::before {
	transform: translateY(-25px);
	height: 0;
}

.btn2:hover::after {
	transform: scaleX(0);
	transition-delay: 0.15s;
}

.btn2:hover {
	border: 2px solid #fefefe;
}

.btn2 .spn2 {
	position: relative;
	z-index: 3;
	text-decoration: none;
	border: none;
	background-color: transparent;
}

/* Menu page css */
.nav-link {
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: var(--bs-nav-link-font-weight);
	color: #212121;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-underline {
	gap: 50px;
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
	border-bottom-color: #08A045 !important;
	color: #08A045 !important;
}

.menu-items>li {
	font-size: 16px;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.text-primary {
	color: #08A045 !important;
}

.menu-separator {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 40px 0;
}

.menu-separator::before,
.menu-separator::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #dee2e6;
	margin-inline: 20px;
}

.menu-separator span {
	padding: 0 15px;
	font-size: 18px;
	font-weight: 600;
	color: #212121;
}

.color-separator-small {
	width: 16px !important;
	/* margin: 0px 10px; */
}

.filter-sidebar {
	position: sticky;
	top: 100px;
	/* adjust based on your header height */
	height: fit-content;
}

.sticky-menubar {
	position: sticky;
	height: 45px;
	top: 70px;
	z-index: 999;
	background: #fff;
}

/* Events module css */
.space-card {
	position: relative;
	overflow: hidden;
}

.space-card img {
	display: block;
	width: 100%;
	transition: transform 0.45s ease;
}


.space-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	/* fills exactly half the image */
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	transform: translateY(100%);
	/* start fully hidden below */
	transition: transform 0.4s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 18px;
	text-align: center;
}


.space-card:hover .space-overlay {
	transform: translateY(0);
}

.space-card:hover img {
	transform: scale(1.04);
}

.space-overlay .space-name {
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}

.space-overlay .space-capacity {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.03em;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.space-overlay .space-capacity svg {
	flex-shrink: 0;
}

.space-overlay .btn-book-space {
	display: inline-block;
	padding: 6px 18px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.55);
	border-radius: 2px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.space-overlay .btn-book-space:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #111111;
}

.eb-info-col {
	padding-right: 48px;
	padding-top: 10px;
}

.eb-eyebrow {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #08A045;
	margin-bottom: 14px;
}

.eb-heading {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.15;
	color: #ffffff;
	margin-bottom: 20px;
}

.eb-rule {
	width: 100%;
	height: 2px;
	background: var(--color-main, #08A045);
	margin-bottom: 22px;
}

.eb-intro {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.75;
	margin-bottom: 36px;
}

.eb-mail-link {
	color: var(--color-main, #08A045);
	text-decoration: none;
	border-bottom: 1px solid #dadadab4;
	transition: border-color 0.2s;
}

.eb-mail-link:hover {
	border-bottom-color: var(--color-main, #08A045);
}

/* ── Promo card ── */
.eb-promo-card {
	border: 1px solid rgba(8, 160, 69, 0.45);
	border-radius: 4px;
	padding: 24px 26px;
	margin-bottom: 28px;
	background: rgba(8, 160, 69, 0.04);
}

.eb-promo-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.eb-promo-icon {
	color: var(--color-main, #08A045);
	font-size: 0.75rem;
}

.eb-promo-tag {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-main, #08A045);
}

.eb-promo-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.eb-promo-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.55;
}

.eb-promo-num {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--color-main, #08A045);
	padding-top: 3px;
	flex-shrink: 0;
}

/* ── Bonus perks ── */
.eb-perks-label {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 16px;
}

.eb-perks-grid {
	display: flex;
	align-items: center;
}

.eb-perk-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.eb-perk-guests {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}

.eb-perk-reward {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
}

.eb-perk-divider {
	width: 1px;
	height: 38px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0 22px;
	flex-shrink: 0;
}

/* ── Right col ── */
.eb-form-col {
	border-left: 1px solid rgba(255, 255, 255, 0.07);
	padding-left: 52px;
}

/* ── Form ── */
.booking-form .form-section-label {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-main, #08A045);
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.booking-form label {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 7px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 22px;
}

.booking-form .form-control {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0;
	color: #ffffff;
	font-size: 0.9rem;
	padding: 9px 0;
	outline: none;
	transition: border-color 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
	resize: none;
}

.booking-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.2);
}

.booking-form .form-control:focus {
	border-bottom-color: var(--color-main, #08A045);
}

.booking-form .form-control.is-invalid {
	border-bottom-color: #e05c5c;
}

.booking-form .form-control.is-valid {
	border-bottom-color: rgba(61, 186, 116, 0.6);
}

.booking-form .form-control::-webkit-calendar-picker-indicator {
	filter: invert(1) opacity(0.35);
	cursor: pointer;
}

.booking-form .invalid-msg {
	display: none;
	font-size: 0.68rem;
	color: #e05c5c;
	margin-top: 5px;
	letter-spacing: 0.02em;
}

.booking-form .form-control.is-invalid+.invalid-msg,
.booking-form .form-control.is-invalid~.invalid-msg {
	display: block;
}

#bookingSuccess {
	display: none;
	font-size: 0.82rem;
	color: #3dba74;
	letter-spacing: 0.03em;
	margin-top: 18px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.eb-info-col {
		padding-right: 15px;
		margin-bottom: 52px;
	}

	.eb-form-col {
		border-left: none;
		padding-left: 15px;
	}

	.eb-heading {
		font-size: 2rem;
	}
}

/* ── Form layout ── */
.booking-form .form-group {
	position: relative;
	margin-bottom: 22px;
}

.booking-form label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #aaaaaa;
	margin-bottom: 7px;
	text-align: start;
}

.booking-form .form-control {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	color: #ffffff;
	font-size: 0.92rem;
	padding: 9px 0;
	outline: none;
	transition: border-color 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}

/* date/time native picker arrow colour on dark bg */
.booking-form .form-control::-webkit-calendar-picker-indicator {
	filter: invert(1) opacity(0.5);
	cursor: pointer;
}

.booking-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.booking-form .form-control:focus {
	border-bottom-color: var(--color-main, #08A045);
}

/* ── Validation states ── */
.booking-form .form-control.is-invalid {
	border-bottom-color: #e05c5c;
}

.booking-form .form-control.is-valid {
	border-bottom-color: #3dba74;
}

.booking-form .invalid-msg {
	display: none;
	font-size: 0.7rem;
	color: #e05c5c;
	margin-top: 5px;
	letter-spacing: 0.02em;
}

.booking-form .form-control.is-invalid+.invalid-msg,
.booking-form .form-control.is-invalid~.invalid-msg {
	display: block;
}

/* ── Section divider label ── */
.booking-form .form-section-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #08a045;
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	margin-bottom: 20px;
}

/* ── Submit button — reuse site's btn2 style, fallback if not loaded ── */
.booking-form .btn-submit {
	margin-top: 10px;
}

/* ── Success message ── */
#bookingSuccess {
	display: none;
	font-size: 0.88rem;
	color: #3dba74;
	letter-spacing: 0.03em;
	margin-top: 16px;
	text-align: center;
}

/* simulators page css */
.sim-img-col {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}

.sim-img-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Rule */
.sim-rule {
	width: 100%;
	height: 2px;
	background: #08A045;
}

/* Eyebrow */
.sim-eyebrow {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #08A045;
}

/* Heading */
.sim-heading {
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #111111;
}

.sim-heading em {
	font-style: normal;
	color: #08A045;
}

/* Body copy */
.sim-body {
	font-size: 0.9rem;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.5);
}

/* Tags */
.sim-tag {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	padding: 5px 12px;
	transition: border-color 0.2s, color 0.2s;
}

.sim-tag:hover {
	border-color: #08A045;
	color: #08A045;
}

/* Specials block */
.sim-specials {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sim-specials-heading {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #08A045;
}

/* Stats */
.sim-stat-val {
	font-size: 1.45rem;
	font-weight: 700;
	color: #111111;
	line-height: 1;
}

.sim-stat-label {
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.38);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-top: 4px;
}

.sim-stat-divider {
	width: 1px;
	height: 36px;
	background: rgba(0, 0, 0, 0.1);
}

/* Trust badge */
.sim-trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.72rem;
	color: rgba(0, 0, 0, 0.38);
	letter-spacing: 0.04em;
}

.sim-trust-badge span {
	color: #111111;
	font-weight: 600;
}

/* Mobile: unstack sticky col */
@media (max-width: 991px) {
	.sim-img-col {
		position: relative;
		height: 60vw;
		min-height: 280px;
	}
}

/* ── Section ── */
.sim-pricing-section {
	padding: 90px 0;
	background: #ffffff;
}

/* ── Card ── */
.sim-card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding: 40px 36px;
	height: 100%;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.sim-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 0;
	background: #08A045;
	transition: height 0.35s ease;
}

.sim-card:hover {
	border-color: rgba(8, 160, 69, 0.2);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.sim-card:hover::before {
	height: 100%;
}

/* Featured card */
.sim-card.sim-card--featured {
	background: #08A045;
	border-color: #08A045;
}

.sim-card.sim-card--featured::before {
	display: none;
}

/* ── Icon wrapper ── */
.sim-card-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}

.sim-card.sim-card--featured .sim-card-icon svg {
	fill: #ffffff;
}

/* ── Name + price row ── */
.sim-card-name {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111111;
	letter-spacing: -0.01em;
	margin: 0;
}

.sim-card.sim-card--featured .sim-card-name {
	color: #ffffff;
}

.sim-card-price {
	font-size: 1.35rem;
	font-weight: 800;
	color: #08A045;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.sim-card.sim-card--featured .sim-card-price {
	color: rgba(255, 255, 255, 0.9);
}

.sim-card-price-unit {
	font-size: 0.72rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	letter-spacing: 0.04em;
	margin-top: 2px;
}

.sim-card.sim-card--featured .sim-card-price-unit {
	color: rgba(255, 255, 255, 0.55);
}

/* ── Divider ── */
.sim-card-divider {
	height: 1px;
	background: rgba(0, 0, 0, 0.07);
	margin: 24px 0;
}

.sim-card.sim-card--featured .sim-card-divider {
	background: rgba(255, 255, 255, 0.2);
}

/* ── Description ── */
.sim-card-desc {
	font-size: 0.85rem;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}

.sim-card.sim-card--featured .sim-card-desc {
	color: rgba(255, 255, 255, 0.75);
}

/* ── Book link ── */
.sim-card-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #08A045;
	text-decoration: none;
	margin-top: 28px;
	transition: gap 0.2s ease;
}

.sim-card-link:hover {
	gap: 12px;
	color: #08A045;
}

.sim-card.sim-card--featured .sim-card-link {
	color: #ffffff;
}

.sim-card.sim-card--featured .sim-card-link:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* ── Featured badge ── */
.sim-featured-badge {
	display: inline-block;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #08A045;
	background: rgba(8, 160, 69, 0.1);
	border-radius: 2px;
	padding: 3px 9px;
	margin-bottom: 20px;
}

.sim-card.sim-card--featured .sim-featured-badge {
	color: #08A045;
	background: #ffffff;
}

/* ── Section header ── */
.sim-pricing-eyebrow {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #08A045;
}

.sim-pricing-heading {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111111;
}

.sim-pricing-intro {
	font-size: 0.88rem;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.48);
	margin: 0;
}