

html, body {
	height: 100%;
	font-family: "Cabin", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Lora", serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: "Cabin", sans-serif;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}


.section-title {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 14px;
	color: #dfa974;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}


.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
}


#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav {
	border-bottom: 1px solid #e5e5e5;
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 64px;
	position: relative;
}
.top-nav .tn-left li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	content: "";
}
.top-nav .tn-left li:last-child {
	margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
	display: none;
}
.top-nav .tn-left li i {
	color: #dfa974;
	margin-right: 4px;
}
.top-nav .tn-right {
	text-align: right;
}
.top-nav .tn-right .top-social {
	display: inline-block;
	margin-right: 35px;
	padding: 13px 0;
}
.top-nav .tn-right .top-social a {
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	margin-left: 15px;
}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #dfa974;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	background: #ffffff;
	display: block;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #19191a;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
	color: #dfa974;
}
.menu-item {
	position: relative;
	z-index: 9;
}
.menu-item .logo {
	padding: 25px 0;
}
.menu-item .logo a {
	display: inline-block;
	font-size: 28px;
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 16px;
	color: #19191a;
	margin-right: 42px;
	font-weight: 500;
	display: inline-block;
	padding: 27px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #dfa974;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}


.hero-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}
.hero-text {
	padding-top: 145px;
}
.hero-text h1 {
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
}
.hero-text p {
	font-size: 18px;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 28px;
	margin-bottom: 35px;
}
.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}
.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}
.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.booking-form form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.booking-form form .check-date i {
	color: #dfa974;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.booking-form form .select-option {
	margin-bottom: 15px;
}
.booking-form form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #dfa974;
	border-right: 2px solid #dfa974;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #dfa974;
	border-radius: 2px;
	color: #dfa974;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 100%;
}
.hero-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.hero-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.about-text {
	text-align: center;
	padding: 0 35px;
}
.about-text p {
	color: #595960;
	font-weight: 500;
}
.about-text p.f-para {
	margin-bottom: 10px;
}
.about-text p.s-para {
	margin-bottom: 35px;
}
.about-text .about-btn {
	color: #19191a;
}
.about-pic img {
	min-width: 100%;
}


.services-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
	margin-bottom: 36px;
}
.service-item {
	text-align: center;
	padding: 30px 35px 18px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item.service-link {
	text-decoration: none;
}
.service-item:hover {
	background: #dfa974;
}
.service-item:hover i {
	color: #ffffff;
}
.service-item:hover .goal-icon {
	color: #ffffff;
}
.service-item:hover h4 {
	color: #ffffff;
}
.service-item:hover p {
	color: #ffffff;
}
.service-item i {
	display: inline-block;
	color: #dfa974;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item .goal-icon {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 34px;
	color: #dfa974;
	border-top: 4px solid currentColor;
	border-left: 4px solid currentColor;
	border-right: 4px solid currentColor;
	border-radius: 2px 2px 0 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item .goal-icon:before {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	top: 6px;
	height: 24px;
	background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 10px), repeating-linear-gradient(0deg, currentColor, currentColor 2px, transparent 2px, transparent 10px);
	opacity: 0.28;
	-webkit-transform: perspective(42px) rotateX(58deg);
	transform: perspective(42px) rotateX(58deg);
	-webkit-transform-origin: top;
	transform-origin: top;
}
.service-item .goal-icon:after {
	content: "";
	position: absolute;
	left: -8px;
	right: -8px;
	bottom: -10px;
	height: 4px;
	background: currentColor;
	border-radius: 999px;
}
.service-item h4 {
	color: #19191a;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item p {
	color: #707079;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.hp-room-items {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 45px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: 45px;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
	color: #ffffff;
	margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: #ffffff;
}


.testimonial-section {
	background: #f9f9f9;
}
.testimonial-section .section-title {
	margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #707079;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}
.testimonial-slider .ts-item {
	text-align: center;
}
.testimonial-slider .ts-item p {
	font-size: 20px;
	color: #707079;
	line-height: 30px;
	margin-bottom: 50px;
}
.testimonial-slider .ts-item .ti-author {
	margin-bottom: 60px;
}
.testimonial-slider .ts-item .ti-author .rating {
	display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
	color: #f5b917;
	font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
	font-size: 20px;
	color: #19191a;
	display: inline-block;
}


.blog-section {
	padding-bottom: 70px;
}
.blog-section .section-title {
	margin-bottom: 36px;
}


.footer-section {
	background: #222736;
	margin-top: auto;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
	font-size: 24px;
}
.footer-section .footer-text .ft-about p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
	background: #dfa974;
	border-color: #dfa974;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #dfa974;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Cabin", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}
.footer-section .footer-text .ft-contact ul li a {
	color: #aaaab3;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-section .footer-text .ft-contact ul li a:hover {
	color: #dfa974;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: #dfa974;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Cabin", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #dfa974;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .footer-text .ft-newslatter .footer-map-placeholder {
	min-height: 150px;
	padding: 10px;
	border: 1px dashed rgba(223, 169, 116, 0.55);
	border-radius: 4px;
	background: rgba(57, 61, 74, 0.45);
}
.footer-section .footer-text .ft-newslatter .footer-map-placeholder iframe {
	display: block;
	width: 100%;
	height: 140px;
	border: 0;
	border-radius: 3px;
}
.footer-section .copyright-option {
	background: rgba(16, 20, 31, 0.2);
	padding: 20px 0;
}
.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-option ul li a {
	font-size: 16px;
	color: #aaaab3;
}
.footer-section .copyright-option .co-text {
	font-size: 16px;
	color: #707079;
	text-align: right;
}
.footer-section .copyright-option .co-text .footer-credit-link {
	color: #707079;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-section .copyright-option .co-text .footer-credit-link:hover {
	color: #dfa974;
}

.salt-cave-section .salt-cave-hero-image img {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 14px 35px rgba(34, 39, 54, 0.12);
}
.salt-cave-gallery-section {
	padding-top: 0;
}
.salt-cave-gallery-item {
	position: relative;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(34, 39, 54, 0.1);
}
.salt-cave-gallery-link {
	position: relative;
	display: block;
}
.salt-cave-gallery-link:after {
	content: "Powieksz";
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(25, 25, 26, 0.72);
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.salt-cave-gallery-link:hover:after,
.salt-cave-gallery-link:focus:after {
	opacity: 1;
}
.salt-cave-gallery-link img {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.salt-cave-gallery-link:hover img,
.salt-cave-gallery-link:focus img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.salt-cave-gallery-item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
.salt-cave-info-section {
	padding-top: 0;
}
.salt-cave-card {
	height: 100%;
	padding: 35px 30px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(34, 39, 54, 0.06);
	margin-bottom: 30px;
}
.salt-cave-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.salt-cave-table thead tr {
	border-bottom: 2px solid #ebebeb;
}
.salt-cave-table thead tr th {
	padding: 0 0 14px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #707079;
}
.salt-cave-table thead tr th:last-child {
	text-align: right;
}
.salt-cave-table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}
.salt-cave-table tbody tr:last-child {
	border-bottom: none;
}
.salt-cave-table tbody tr td {
	padding: 14px 0;
	font-size: 16px;
	color: #19191a;
}
.salt-cave-table tbody tr td:last-child {
	text-align: right;
	color: #707079;
}
.salt-cave-note {
	margin-bottom: 0;
	color: #707079;
}
.salt-cave-note a {
	color: #19191a;
	text-decoration: none;
}
.salt-cave-note a:hover,
.salt-cave-note a:focus {
	color: #000000;
}

.sauna-page {
	background: #fffaf4;
}
.sauna-hero-section {
	position: relative;
	background: linear-gradient(135deg, #fff7eb 0%, #fffdf8 55%, #f5ede1 100%);
	overflow: hidden;
}
.sauna-hero-section:before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(223, 169, 116, 0.12);
}
.sauna-hero-section .about-text {
	position: relative;
	z-index: 2;
}
.sauna-feature-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 32px;
}
.sauna-feature-pills span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(223, 169, 116, 0.35);
	color: #7a5b3c;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(70, 45, 22, 0.06);
}
.sauna-hero-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
}
.sauna-hero-note {
	max-width: 320px;
	padding: 14px 18px;
	border-left: 3px solid #dfa974;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 12px 30px rgba(34, 39, 54, 0.08);
}
.sauna-hero-note strong {
	display: block;
	font-size: 15px;
	color: #19191a;
	margin-bottom: 6px;
}
.sauna-hero-note span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: #5f5f66;
}
.sauna-hero-image-wrap {
	position: relative;
	padding-bottom: 40px;
	padding-left: 20px;
}
.sauna-page .salt-cave-hero-image img {
	min-height: 460px;
	object-fit: cover;
	box-shadow: 0 24px 54px rgba(77, 52, 29, 0.18);
}
.sauna-floating-card {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 280px;
	padding: 24px;
	border-radius: 10px;
	background: #2f241b;
	box-shadow: 0 18px 38px rgba(31, 22, 15, 0.28);
}
.sauna-floating-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: #dfa974;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sauna-floating-card h4 {
	color: #ffffff;
	margin-bottom: 10px;
}
.sauna-floating-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.8;
}
.sauna-quick-info {
	position: relative;
	margin-top: -28px;
	padding-bottom: 70px;
	z-index: 3;
}
.sauna-quick-card {
	height: 100%;
	padding: 30px 28px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(52, 37, 24, 0.09);
	border-top: 4px solid #dfa974;
	margin-bottom: 30px;
}
.sauna-quick-card span {
	display: inline-block;
	margin-bottom: 16px;
	color: #c18a53;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
.sauna-quick-card h4 {
	margin-bottom: 12px;
	color: #19191a;
}
.sauna-quick-card p {
	margin-bottom: 0;
	color: #707079;
	line-height: 1.8;
}
.sauna-info-section {
	padding-top: 10px;
	background: linear-gradient(180deg, rgba(255, 247, 235, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.sauna-reservation-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
	padding: 28px 32px;
	border-radius: 10px;
	background: linear-gradient(135deg, #3a2b1f 0%, #5a402d 100%);
	box-shadow: 0 18px 44px rgba(43, 31, 21, 0.18);
}
.sauna-reservation-banner span {
	display: inline-block;
	margin-bottom: 8px;
	color: rgba(223, 169, 116, 0.88);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sauna-reservation-banner h3 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 28px;
}
.sauna-reservation-banner p {
	max-width: 520px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.8;
}
.sauna-gallery-section {
	background: #fffdf9;
	padding-top: 85px;
	padding-bottom: 70px;
}
.sauna-highlights-section {
	padding-top: 85px;
	background: linear-gradient(180deg, #fffdf9 0%, #fff5e8 100%);
}
.sauna-highlights-section .service-item {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(52, 37, 24, 0.08);
	padding: 35px 28px 30px;
}
.sauna-bottom-note {
	margin-top: 18px;
	text-align: center;
}

.pool-page {
	background: #f6fbff;
}
.pool-hero-section {
	position: relative;
	background: linear-gradient(135deg, #eef8ff 0%, #ffffff 55%, #dbf1ff 100%);
	overflow: hidden;
}
.pool-hero-section:before {
	content: "";
	position: absolute;
	left: -120px;
	top: -120px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: rgba(67, 165, 219, 0.14);
}
.pool-hero-text {
	position: relative;
	z-index: 2;
}
.pool-feature-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 32px;
}
.pool-feature-pills span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(67, 165, 219, 0.26);
	color: #2d6f92;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(38, 90, 122, 0.08);
}
.pool-hero-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}
.pool-secondary-btn {
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid rgba(67, 165, 219, 0.3);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.8);
	color: #15648f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pool-secondary-btn:hover,
.pool-secondary-btn:focus {
	background: #15648f;
	border-color: #15648f;
	color: #ffffff;
}
.pool-hero-image {
	position: relative;
	padding: 20px 0 50px 20px;
}
.pool-page .salt-cave-hero-image img {
	min-height: 470px;
	object-fit: cover;
	box-shadow: 0 24px 58px rgba(28, 74, 98, 0.2);
}
.pool-floating-card {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 290px;
	padding: 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #15648f 0%, #1f87b7 100%);
	box-shadow: 0 20px 42px rgba(25, 85, 116, 0.3);
}
.pool-floating-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.pool-floating-card h4 {
	color: #ffffff;
	margin-bottom: 10px;
}
.pool-floating-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.8;
}
.pool-highlights-strip {
	position: relative;
	margin-top: -30px;
	padding-bottom: 70px;
	z-index: 3;
}
.pool-highlight-card {
	height: 100%;
	padding: 30px 28px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(34, 74, 98, 0.1);
	border-top: 4px solid #43a5db;
	margin-bottom: 30px;
}
.pool-highlight-card span {
	display: inline-block;
	margin-bottom: 14px;
	color: #43a5db;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
.pool-highlight-card h4 {
	margin-bottom: 12px;
}
.pool-highlight-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.pool-info-section {
	padding-top: 10px;
	background: linear-gradient(180deg, rgba(222, 244, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.pool-pricing-card,
.pool-hours-card {
	border-color: rgba(67, 165, 219, 0.14);
}
.pool-hours-note {
	padding: 18px 20px;
	border-radius: 8px;
	background: rgba(67, 165, 219, 0.08);
}
.pool-hours-note strong {
	display: block;
	margin-bottom: 8px;
	color: #19191a;
}
.pool-hours-note p {
	margin-bottom: 0;
	color: #5f5f66;
	line-height: 1.8;
}
.pool-checklist-mini {
	margin: 22px 0 0;
	padding: 0;
}
.pool-checklist-mini li {
	list-style: none;
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	color: #5f5f66;
	line-height: 1.8;
}
.pool-checklist-mini li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #43a5db;
}
.pool-story-section {
	padding-top: 20px;
	padding-bottom: 90px;
}
.pool-story-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(31, 78, 103, 0.14);
}
.pool-story-text {
	padding-left: 20px;
}
.pool-story-features {
	margin-top: 28px;
}
.pool-story-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 20px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(34, 74, 98, 0.08);
	margin-bottom: 20px;
}
.pool-story-box i {
	font-size: 28px;
	color: #43a5db;
	margin-right: 16px;
}
.pool-story-box h5 {
	margin-bottom: 0;
	font-size: 18px;
}
.pool-plan-section {
	padding-top: 0;
	padding-bottom: 90px;
	background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
}
.pool-plan-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
	padding-right: 24px;
}
.pool-step-card {
	padding: 28px 30px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(34, 74, 98, 0.08);
	border-left: 4px solid #43a5db;
}
.pool-step-card span {
	display: inline-block;
	margin-bottom: 12px;
	color: #43a5db;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
.pool-step-card h4 {
	margin-bottom: 12px;
}
.pool-step-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.pool-practical-card {
	height: 100%;
	padding: 34px 30px;
	border-radius: 12px;
	background: linear-gradient(180deg, #15648f 0%, #1f87b7 100%);
	box-shadow: 0 22px 44px rgba(25, 85, 116, 0.18);
}
.pool-practical-card .section-title span,
.pool-practical-card .section-title h2,
.pool-practical-card .salt-cave-note {
	color: #ffffff;
}
.pool-practical-list {
	margin: 0 0 24px;
	padding: 0;
}
.pool-practical-list li {
	list-style: none;
	position: relative;
	padding-left: 26px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.8;
}
.pool-practical-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffffff;
}
.pool-gallery-intro {
	max-width: 760px;
	margin: -10px auto 32px;
	text-align: center;
	color: #707079;
	line-height: 1.8;
}
.pool-gallery-label {
	position: absolute;
	left: 16px;
	top: 16px;
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(17, 53, 73, 0.78);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 2;
}
.pool-gallery-section {
	padding-top: 0;
	padding-bottom: 70px;
	background: #fbfeff;
}
.pool-gallery-grid .pool-gallery-item-large img {
	height: 552px;
}
.pool-gallery-grid .pool-gallery-item img {
	height: 260px;
}
.pool-infographics-section {
	padding: 0 0 35px;
	background: #fbfeff;
}
.pool-infographic-card {
	height: 100%;
	padding: 30px 28px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(34, 74, 98, 0.08);
	text-align: center;
	margin-bottom: 30px;
}
.pool-infographic-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dff4ff 0%, #eef9ff 100%);
	box-shadow: inset 0 0 0 1px rgba(67, 165, 219, 0.14);
}
.pool-infographic-icon i {
	font-size: 28px;
	color: #1f87b7;
}
.pool-infographic-card h4 {
	margin-bottom: 12px;
	font-size: 22px;
}
.pool-infographic-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.pool-benefits-section {
	background: linear-gradient(180deg, #fbfeff 0%, #eef8ff 100%);
	padding-top: 50px;
}
.pool-benefits-section .service-item {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(34, 74, 98, 0.08);
	padding: 35px 28px 30px;
}
.pool-benefits-section .service-item:hover {
	background: rgba(255, 255, 255, 0.8);
}
.pool-benefits-section .service-item:hover i,
.pool-benefits-section .service-item:hover h4,
.pool-benefits-section .service-item:hover p {
	color: inherit;
}
.pool-benefits-section .service-item i {
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dff4ff 0%, #eef9ff 100%);
	box-shadow: inset 0 0 0 1px rgba(67, 165, 219, 0.14);
	color: #1f87b7;
	font-size: 28px;
	margin-bottom: 10px;
}
.pool-benefits-section .service-item h4 {
	margin-top: 2px;
}
.pool-cta-section {
	padding: 0 0 90px;
	background: linear-gradient(180deg, #eef8ff 0%, #f6fbff 100%);
}
.pool-cta-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	padding: 34px 38px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0f5f87 0%, #2ea6dd 100%);
	box-shadow: 0 24px 50px rgba(25, 85, 116, 0.2);
}
.pool-cta-box span {
	display: inline-block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.pool-cta-box h2 {
	max-width: 640px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 34px;
	line-height: 1.35;
}

.area-page {
	background: #fffdf8;
}
.area-hero-section {
	position: relative;
	background: linear-gradient(135deg, #fff8ee 0%, #ffffff 55%, #f5f1e7 100%);
	overflow: hidden;
}
.area-hero-section:before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: rgba(223, 169, 116, 0.13);
}
.area-hero-text {
	position: relative;
	z-index: 2;
}
.area-feature-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.area-feature-pills span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(223, 169, 116, 0.32);
	color: #846344;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(70, 45, 22, 0.06);
}
.area-hero-panel {
	position: relative;
	padding: 34px 30px;
	border-radius: 14px;
	background: linear-gradient(135deg, #2c241d 0%, #5a4634 100%);
	box-shadow: 0 22px 46px rgba(52, 38, 25, 0.22);
}
.area-hero-stat {
	display: inline-block;
	min-width: 145px;
	margin: 0 18px 18px 0;
	padding: 16px 18px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
}
.area-hero-stat strong {
	display: block;
	font-size: 34px;
	line-height: 1;
	color: #dfa974;
	margin-bottom: 8px;
}
.area-hero-stat span {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.6;
}
.area-hero-card {
	padding-top: 8px;
}
.area-hero-card h4 {
	color: #ffffff;
	margin-bottom: 12px;
}
.area-hero-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.9;
}
.area-summary-section {
	position: relative;
	margin-top: -34px;
	padding-bottom: 60px;
	z-index: 3;
}
.area-summary-card {
	height: 100%;
	padding: 30px 28px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(52, 37, 24, 0.08);
	border-top: 4px solid #dfa974;
	text-align: center;
	margin-bottom: 30px;
}
.area-summary-card i {
	font-size: 30px;
	color: #c58a50;
	margin-bottom: 18px;
}
.area-summary-card h4 {
	margin-bottom: 12px;
}
.area-summary-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.area-list-section {
	padding-top: 10px;
	background: linear-gradient(180deg, rgba(255, 248, 238, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.area-list-card {
	padding: 12px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(52, 37, 24, 0.08);
	margin-bottom: 30px;
}
.area-place-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	padding: 18px 16px;
	border-radius: 10px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.area-place-link + .area-place-link {
	margin-top: 6px;
}
.area-place-link:hover,
.area-place-link:focus {
	background: #fcf8f2;
}
.area-place-number {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52px;
	flex: 0 0 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 50%;
	text-align: center;
	background: #f9efe0;
	color: #b77a3f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.area-place-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.area-place-content h4 {
	margin-bottom: 8px;
	font-size: 20px;
	color: #19191a;
}
.area-place-content p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.area-place-action {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 10px 14px;
	border-radius: 999px;
	background: #2c241d;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.area-note-section {
	padding: 0 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #fff8ee 100%);
}
.area-note-box {
	padding: 34px 36px;
	border-radius: 14px;
	background: linear-gradient(135deg, #5a4634 0%, #8e6b48 100%);
	box-shadow: 0 24px 50px rgba(61, 44, 27, 0.18);
	text-align: center;
}
.area-note-box span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.area-note-box h2 {
	color: #ffffff;
	margin-bottom: 14px;
}
.area-note-box p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.9;
}

.events-page {
	background: #fffaf6;
}
.events-hero-section {
	position: relative;
	background: linear-gradient(135deg, #fff6ee 0%, #ffffff 56%, #f7ecdf 100%);
	overflow: hidden;
}
.events-hero-section:before {
	content: "";
	position: absolute;
	left: -110px;
	top: -110px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(223, 169, 116, 0.14);
}
.events-hero-text {
	position: relative;
	z-index: 2;
}
.events-feature-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 32px;
}
.events-feature-pills span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(223, 169, 116, 0.32);
	color: #846344;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(70, 45, 22, 0.06);
}
.events-hero-image-wrap {
	position: relative;
	padding: 20px 0 46px 20px;
}
.events-hero-image-wrap img {
	width: 100%;
	min-height: 460px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 24px 54px rgba(67, 49, 30, 0.16);
}
.events-floating-card {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 290px;
	padding: 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #5c4331 0%, #896444 100%);
	box-shadow: 0 20px 42px rgba(62, 45, 28, 0.24);
}
.events-floating-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.events-floating-card h4 {
	color: #ffffff;
	margin-bottom: 10px;
}
.events-floating-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.8;
}
.events-summary-section {
	position: relative;
	margin-top: -34px;
	padding-bottom: 60px;
	z-index: 3;
}
.events-summary-card {
	height: 100%;
	padding: 30px 28px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(52, 37, 24, 0.08);
	border-top: 4px solid #dfa974;
	text-align: center;
	margin-bottom: 30px;
}
.events-summary-card i {
	font-size: 30px;
	color: #c58a50;
	margin-bottom: 18px;
}
.events-summary-card h4 {
	margin-bottom: 12px;
}
.events-summary-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.events-offer-section {
	padding-top: 10px;
	background: linear-gradient(180deg, rgba(255, 246, 238, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}
.events-offer-card {
	height: 100%;
	padding: 28px 22px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(52, 37, 24, 0.08);
	text-align: center;
	margin-bottom: 30px;
}
.events-offer-card i {
	font-size: 28px;
	color: #c58a50;
	margin-bottom: 16px;
}
.events-offer-card h4 {
	margin-bottom: 0;
	font-size: 21px;
}
.events-details-section {
	padding-top: 30px;
	padding-bottom: 90px;
}
.events-details-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(52, 37, 24, 0.12);
}
.events-details-text {
	padding-left: 20px;
}
.events-checklist {
	margin-top: 28px;
}
.events-check-item {
	padding: 18px 20px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(52, 37, 24, 0.08);
	margin-bottom: 18px;
	border-left: 4px solid #dfa974;
}
.events-check-item strong {
	display: block;
	margin-bottom: 8px;
	color: #19191a;
}
.events-check-item span {
	display: block;
	line-height: 1.8;
	color: #707079;
}
.events-gallery-section {
	padding-top: 0;
	padding-bottom: 80px;
	background: #fffdf9;
}
.events-gallery-intro {
	max-width: 760px;
	margin: -10px auto 32px;
	text-align: center;
	color: #707079;
	line-height: 1.8;
}
.events-gallery-item img {
	height: 260px;
}
.events-steps-section {
	padding: 0 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #fff6ee 100%);
}
.events-step-card {
	height: 100%;
	padding: 28px 26px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(52, 37, 24, 0.08);
	margin-bottom: 30px;
}
.events-step-card span {
	display: inline-block;
	margin-bottom: 12px;
	color: #c58a50;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
.events-step-card h4 {
	margin-bottom: 12px;
}
.events-step-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #707079;
}
.events-cta-section {
	padding: 0 0 90px;
	background: linear-gradient(180deg, #fff6ee 0%, #fffaf6 100%);
}
.events-cta-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	padding: 34px 38px;
	border-radius: 14px;
	background: linear-gradient(135deg, #5c4331 0%, #a77b4f 100%);
	box-shadow: 0 24px 50px rgba(61, 44, 27, 0.18);
}
.events-cta-box span {
	display: inline-block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.events-cta-box h2 {
	max-width: 640px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 34px;
	line-height: 1.35;
}

.lodging-page {
	background: #fbfaf7;
}
.lodging-hero-section {
	position: relative;
	background: linear-gradient(135deg, #f7f4ee 0%, #ffffff 55%, #eee9e0 100%);
	overflow: hidden;
}
.lodging-hero-section:before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(74, 84, 65, 0.1);
}
.lodging-hero-text {
	position: relative;
	z-index: 2;
}
.lodging-feature-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.lodging-feature-pills span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(74, 84, 65, 0.15);
	color: #4d5545;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(44, 48, 40, 0.05);
}
.lodging-hero-card {
	padding: 34px 30px;
	border-radius: 14px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	box-shadow: 0 24px 52px rgba(50, 56, 45, 0.2);
}
.lodging-hero-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.lodging-hero-card h4 {
	color: #ffffff;
	margin-bottom: 12px;
}
.lodging-hero-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.9;
}
.lodging-options-section {
	padding-top: 30px;
	padding-bottom: 40px;
}
.lodging-option-card {
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(44, 48, 40, 0.08);
	margin-bottom: 30px;
}
.lodging-option-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}
.lodging-option-content {
	padding: 26px 24px 28px;
}
.lodging-option-content span {
	display: inline-block;
	margin-bottom: 10px;
	color: #7a866c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.lodging-option-content h3 {
	font-size: 30px;
	margin-bottom: 14px;
}
.lodging-option-content p {
	margin-bottom: 24px;
	line-height: 1.8;
	color: #707079;
}
.lodging-option-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
}
.lodging-secondary-btn {
	display: inline-block;
	padding: 12px 26px;
	border: 1px solid rgba(75, 85, 66, 0.28);
	border-radius: 2px;
	background: transparent;
	color: #4b5542;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.lodging-secondary-btn:hover,
.lodging-secondary-btn:focus {
	background: #4b5542;
	border-color: #4b5542;
	color: #ffffff;
}
.lodging-details-section {
	padding: 0 0 50px;
}
.lodging-detail-box {
	height: 100%;
	padding: 34px 30px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(44, 48, 40, 0.08);
	margin-bottom: 30px;
}
.lodging-detail-box p {
	margin-bottom: 20px;
	line-height: 1.8;
	color: #707079;
}
.lodging-detail-link {
	color: #4b5542;
	font-weight: 700;
	text-decoration: none;
}
.lodging-detail-link:hover,
.lodging-detail-link:focus {
	color: #2f3728;
}
.lodging-contact-section {
	padding: 0 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f2ec 100%);
}
.lodging-contact-box {
	padding: 36px 38px;
	border-radius: 14px;
	background: linear-gradient(135deg, #4b5542 0%, #6e7c5e 100%);
	box-shadow: 0 24px 50px rgba(50, 56, 45, 0.18);
	text-align: center;
}
.lodging-contact-box span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.lodging-contact-box h2 {
	max-width: 760px;
	margin: 0 auto 14px;
	color: #ffffff;
	line-height: 1.35;
}
.lodging-contact-box p {
	max-width: 760px;
	margin: 0 auto 26px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.9;
}
.room-list-page {
	background: #fbfaf7;
}
.room-list-hero-section {
	background: linear-gradient(135deg, #f6f2eb 0%, #ffffff 58%, #eae4d9 100%);
	position: relative;
	overflow: hidden;
}
.room-list-hero-section:after {
	content: "";
	position: absolute;
	left: -110px;
	bottom: -140px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(223, 169, 116, 0.14);
}
.room-list-hero-text,
.room-list-hero-box {
	position: relative;
	z-index: 2;
}
.room-list-hero-box {
	padding: 34px 30px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	border-top: 4px solid #dfa974;
}
.room-list-hero-box span {
	display: inline-block;
	margin-bottom: 10px;
	color: #a37a52;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.room-list-hero-box h4 {
	margin-bottom: 12px;
	color: #1f2d1f;
}
.room-list-hero-box p {
	margin-bottom: 0;
	line-height: 1.9;
	color: #707079;
}
.room-list-section {
	padding-top: 30px;
	padding-bottom: 50px;
}
.room-list-card {
	height: 100%;
	margin-bottom: 30px;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(44, 48, 40, 0.08);
}
.room-list-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}
.room-list-content {
	padding: 25px 24px 28px;
}
.room-list-content span {
	display: inline-block;
	margin-bottom: 10px;
	color: #7a866c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.room-list-content h3 {
	font-size: 28px;
	margin-bottom: 14px;
}
.room-list-content p {
	margin-bottom: 24px;
	line-height: 1.8;
	color: #707079;
}
.room-list-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
}
.room-list-cta-section {
	padding: 0 0 90px;
}
.room-list-cta-box {
	padding: 38px 34px;
	border-radius: 14px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	box-shadow: 0 24px 52px rgba(50, 56, 45, 0.2);
	text-align: center;
}
.room-list-cta-box span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.room-list-cta-box h2 {
	max-width: 760px;
	margin: 0 auto 24px;
	color: #ffffff;
	line-height: 1.35;
}
.room-detail-page {
	background: #faf8f3;
}
.room-detail-hero-section {
	background: linear-gradient(135deg, #f6f2ea 0%, #ffffff 58%, #ece4d8 100%);
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
	margin-bottom: 0;
}
.room-detail-hero-section:before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(75, 85, 66, 0.09);
}
.room-detail-hero-text,
.room-detail-price-card {
	position: relative;
	z-index: 2;
}
.room-detail-hero-text {
	padding: 34px 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	border: 1px solid rgba(75, 85, 66, 0.08);
}
.room-detail-hero-text .section-title span {
	display: inline-block;
	color: #8f6a45;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.room-detail-hero-text .section-title h2 {
	color: #1f2d1f;
	margin-bottom: 18px;
	line-height: 1.22;
}
.room-detail-hero-text .f-para,
.room-detail-hero-text .s-para {
	color: #5f6168;
	line-height: 1.85;
}
.room-detail-pill-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}
.room-detail-pill-list span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(75, 85, 66, 0.12);
	color: #4b5542;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(44, 48, 40, 0.05);
}
.room-detail-price-card {
	padding: 34px 30px;
	border-radius: 16px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	box-shadow: 0 24px 56px rgba(50, 56, 45, 0.2);
}
.room-detail-price-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.room-detail-price-card h3 {
	margin-bottom: 18px;
	color: #ffffff;
	font-size: 44px;
}
.room-detail-price-card h3 small {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.78);
}
.room-detail-price-card ul {
	margin-bottom: 28px;
}
.room-detail-price-card ul li {
	list-style: none;
	color: rgba(255, 255, 255, 0.86);
	margin-bottom: 10px;
}
.room-detail-price-card ul li i {
	margin-right: 10px;
	color: #dfa974;
}
.room-detail-hero-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
}
.room-detail-back-btn {
	border-color: rgba(255, 255, 255, 0.34);
	color: #ffffff;
}
.room-detail-back-btn:hover,
.room-detail-back-btn:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #4b5542;
}
.room-detail-gallery-section {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 30px;
}
.room-detail-meta-section {
	padding: 0 0 30px;
}
.room-detail-meta-card {
	margin-bottom: 24px;
	padding: 24px 22px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(44, 48, 40, 0.08);
	text-align: center;
}
.room-detail-meta-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.2;
	color: #1f2d1f;
}
.room-detail-meta-card span {
	display: block;
	color: #707079;
	font-size: 14px;
}
.room-detail-gallery-item {
	display: block;
	margin-bottom: 24px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
}
.room-detail-gallery-item img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	-webkit-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
}
.room-detail-gallery-main img {
	height: 464px;
}
.room-detail-gallery-item:hover img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.room-detail-info-section {
	padding: 10px 0 90px;
}
.room-detail-description-card,
.room-booking-card,
.room-calendar-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
}
.room-detail-description-card {
	padding: 34px 30px;
	height: 100%;
}
.room-detail-features {
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}
.room-detail-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #f7f4ee;
	color: #4b5542;
}
.room-detail-feature i {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffffff;
	color: #dfa974;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(44, 48, 40, 0.08);
}
.room-booking-card {
	padding: 34px 30px;
}
.room-booking-intro {
	margin-bottom: 18px;
	line-height: 1.8;
	color: #707079;
}
.room-booking-payment-note {
	margin-bottom: 20px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #fff8ee;
	border: 1px solid #f0ddba;
}
.room-booking-payment-note strong {
	display: block;
	margin-bottom: 6px;
	color: #8f6a45;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.room-booking-payment-note p {
	margin-bottom: 0;
	line-height: 1.7;
	color: #6b5a45;
}
.availability-legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #5f6168;
}
.availability-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 8px;
}
.availability-dot-free {
	background: #cde8cc;
}
.availability-dot-busy {
	background: #efc5c2;
}
.availability-dot-selected {
	background: #dfa974;
}
.room-calendar-card {
	padding: 18px;
	margin-bottom: 24px;
}
.room-calendar-card .ui-datepicker {
	width: 100%;
	border: none;
	padding: 0;
}
.room-calendar-card .ui-widget.ui-widget-content {
	border: none;
	background: transparent;
}
.room-calendar-card .ui-datepicker .ui-datepicker-header {
	border: none;
	background: #f7f4ee;
	border-radius: 12px;
	padding: 10px 0;
	margin-bottom: 12px;
}
.room-calendar-card .ui-datepicker td a,
.room-calendar-card .ui-datepicker td span {
	text-align: center;
	padding: 10px 0;
	border-radius: 8px;
}
.room-calendar-card .ui-datepicker td.room-available a {
	background: #edf8ed;
	color: #3f5f3f;
}
.room-calendar-card .ui-datepicker td.room-reserved span {
	background: #fae6e4;
	color: #b36a63;
}
.room-calendar-card .ui-datepicker td .ui-state-active,
.room-calendar-card .ui-datepicker td .ui-state-hover {
	background: #dfa974;
	border: 1px solid #dfa974;
	color: #ffffff;
}
.room-booking-form input,
.room-booking-form textarea {
	width: 100%;
	height: 52px;
	padding: 12px 18px;
	border: 1px solid #e5e0d7;
	border-radius: 10px;
	font-size: 15px;
	color: #19191a;
	background: #fcfbf8;
	-webkit-transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
	-o-transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
	transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.room-booking-form textarea {
	height: 120px;
	resize: none;
}
.room-booking-field {
	margin-bottom: 16px;
}
.room-booking-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: #4b5542;
}
.room-booking-form input:focus,
.room-booking-form textarea:focus {
	border-color: #d3b186;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(223, 169, 116, 0.14);
	outline: none;
}
.room-booking-submit {
	display: inline-block;
	width: 100%;
	padding: 18px 24px;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-align: center;
	box-shadow: 0 16px 32px rgba(50, 56, 45, 0.18);
	cursor: pointer;
	-webkit-transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
	-o-transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
	transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
}
.room-booking-submit:after {
	display: none;
}
.room-booking-submit:hover,
.room-booking-submit:focus {
	color: #ffffff;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	box-shadow: 0 20px 36px rgba(50, 56, 45, 0.22);
}
.room-booking-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	margin-bottom: 16px;
	border-radius: 12px;
	background: #f7f4ee;
	border: 1px solid #ece3d5;
}
.room-booking-summary span {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	color: #707079;
}
.room-booking-summary strong {
	font-size: 22px;
	color: #1f2d1f;
}
.room-booking-feedback {
	display: none;
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #edf8ed;
	color: #3f5f3f;
	line-height: 1.7;
}
.room-booking-feedback.is-visible {
	display: block;
}
.room-booking-feedback.is-error {
	background: #fae6e4;
	color: #a5564d;
}
.payment-page {
	background: #faf8f3;
}
.payment-hero-section {
	background: linear-gradient(135deg, #f6f2ea 0%, #ffffff 58%, #ece4d8 100%);
}
.payment-hero-box,
.payment-summary-card,
.payment-action-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
}
.payment-hero-box {
	padding: 38px 34px;
	margin-bottom: 30px;
}
.payment-summary-section {
	padding: 0 0 90px;
}
.payment-summary-card,
.payment-action-card {
	padding: 34px 30px;
	height: 100%;
}
.payment-summary-list div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #eee7dc;
}
.payment-summary-list div:last-child {
	border-bottom: none;
}
.payment-summary-list span {
	color: #707079;
}
.payment-summary-list strong {
	color: #1f2d1f;
	text-align: right;
}
.payment-note-box {
	margin: 20px 0 24px;
	padding: 18px 20px;
	border-radius: 12px;
	background: #f7f4ee;
	border: 1px solid #ece3d5;
}
.payment-note-box strong {
	display: block;
	margin-bottom: 6px;
	color: #8f6a45;
}
.payment-note-box p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #5f6168;
}
.payment-button {
	margin-right: 12px;
}
.payment-button-confirm {
	display: inline-block;
	padding: 18px 24px;
	margin-bottom: 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	color: #ffffff;
	box-shadow: 0 16px 34px rgba(50, 56, 45, 0.18);
}
.payment-button-confirm:after {
	display: none;
}
.payment-button-confirm:hover,
.payment-button-confirm:focus {
	color: #ffffff;
	opacity: 0.96;
}
.cottage-list-page,
.cottage-detail-page {
	background: #fbfaf7;
}
.cottage-list-hero-section {
	background: linear-gradient(135deg, #f5f1ea 0%, #ffffff 58%, #ebe5db 100%);
	position: relative;
	overflow: hidden;
}
.cottage-list-hero-box {
	padding: 34px 30px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	border-top: 4px solid #dfa974;
}
.cottage-list-hero-box span {
	display: inline-block;
	margin-bottom: 10px;
	color: #a37a52;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cottage-list-hero-box h4 {
	margin-bottom: 12px;
	color: #1f2d1f;
}
.cottage-list-hero-box p {
	margin-bottom: 0;
	line-height: 1.9;
	color: #707079;
}
.cottage-list-section {
	padding-top: 30px;
	padding-bottom: 50px;
}
.cottage-list-card {
	height: 100%;
	margin-bottom: 30px;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(44, 48, 40, 0.08);
}
.cottage-list-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}
.cottage-list-content {
	padding: 25px 24px 28px;
}
.cottage-list-content span {
	display: inline-block;
	margin-bottom: 10px;
	color: #7a866c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cottage-list-content h3 {
	font-size: 28px;
	margin-bottom: 14px;
}
.cottage-list-content p {
	margin-bottom: 24px;
	line-height: 1.8;
	color: #707079;
}
.cottage-detail-hero-section {
	background: linear-gradient(135deg, #f4efe6 0%, #ffffff 58%, #ebe2d5 100%);
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
}
.cottage-detail-hero-text {
	padding: 34px 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	border: 1px solid rgba(75, 85, 66, 0.08);
}
.cottage-detail-hero-text .section-title span {
	display: inline-block;
	color: #8f6a45;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cottage-detail-hero-text .section-title h2 {
	color: #1f2d1f;
	margin-bottom: 18px;
	line-height: 1.22;
}
.cottage-detail-hero-text .f-para,
.cottage-detail-hero-text .s-para {
	color: #5f6168;
	line-height: 1.85;
}
.center-page {
	background: #faf8f3;
}
.center-hero-section {
	background: linear-gradient(135deg, #f4efe7 0%, #ffffff 58%, #ebe2d7 100%);
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
	margin-bottom: 0;
}
.center-hero-text {
	padding: 34px 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	border: 1px solid rgba(75, 85, 66, 0.08);
}
.center-hero-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}
.center-hero-pills span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(75, 85, 66, 0.12);
	color: #4b5542;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(44, 48, 40, 0.05);
}
.center-hero-image-card img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 24px 54px rgba(44, 48, 40, 0.14);
	display: block;
}
.center-info-section {
	position: relative;
	z-index: 1;
	padding: 0 0 90px;
}
.center-contact-card {
	padding: 42px 38px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	text-align: center;
}
.center-contact-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: #8f6a45;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.center-contact-card h2 {
	max-width: 760px;
	margin: 0 auto 14px;
	line-height: 1.35;
	color: #1f2d1f;
}
.center-contact-card p {
	max-width: 760px;
	margin: 0 auto 28px;
	line-height: 1.85;
	color: #5f6168;
}
.center-contact-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px;
}
.center-call-btn {
	padding: 16px 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	color: #ffffff;
	box-shadow: 0 16px 34px rgba(50, 56, 45, 0.18);
}
.center-call-btn:after {
	display: none;
}
.center-call-btn:hover,
.center-call-btn:focus {
	color: #ffffff;
	opacity: 0.96;
}
.center-contact-btn {
	padding-top: 16px;
	padding-bottom: 16px;
}
.history-page {
	background: #faf8f3;
}
.history-hero-section {
	background: linear-gradient(135deg, #f4efe7 0%, #ffffff 58%, #ebe3d7 100%);
	position: relative;
	overflow: hidden;
}
.history-hero-text {
	padding: 34px 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 48px rgba(44, 48, 40, 0.08);
	border: 1px solid rgba(75, 85, 66, 0.08);
}
.history-hero-card {
	padding: 34px 30px;
	border-radius: 16px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	box-shadow: 0 24px 56px rgba(50, 56, 45, 0.2);
}
.history-hero-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.history-hero-card h4 {
	margin-bottom: 12px;
	color: #ffffff;
}
.history-hero-card p {
	margin-bottom: 0;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.84);
}
.history-timeline-section {
	padding: 10px 0 40px;
}
.history-timeline-card {
	height: 100%;
	margin-bottom: 30px;
	padding: 28px 26px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
	border-top: 4px solid #dfa974;
}
.history-timeline-card span {
	display: inline-block;
	margin-bottom: 10px;
	color: #8f6a45;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.history-timeline-card h3 {
	font-size: 28px;
	margin-bottom: 14px;
}
.history-timeline-card p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #5f6168;
}
.history-story-section {
	padding: 10px 0 40px;
}
.history-story-text {
	padding-right: 10px;
}
.history-story-text p {
	line-height: 1.85;
	color: #5f6168;
}
.history-story-image img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 24px 54px rgba(44, 48, 40, 0.14);
	display: block;
}
.history-gallery-section {
	padding-top: 10px;
	padding-bottom: 90px;
}
.history-gallery-item {
	display: block;
	margin-bottom: 30px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
}
.history-gallery-item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
	-webkit-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
}
.history-gallery-item:hover img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

@media only screen and (max-width: 991px) {
	.lodging-hero-card {
		margin-top: 35px;
	}
	.history-hero-card,
	.history-story-image {
		margin-top: 35px;
	}
	.center-hero-image-card {
		margin-top: 35px;
	}
	.center-hero-text {
		padding: 28px 24px;
	}
	.center-hero-section {
		padding-bottom: 80px;
	}
	.cottage-list-hero-box {
		margin-top: 35px;
	}
	.cottage-detail-hero-text {
		padding: 28px 24px;
	}
	.cottage-detail-hero-section {
		padding-bottom: 80px;
	}
	.room-detail-price-card {
		margin-top: 35px;
	}
	.room-detail-hero-text {
		padding: 28px 24px;
	}
	.room-detail-description-card {
		margin-bottom: 30px;
	}
	.payment-summary-card {
		margin-bottom: 30px;
	}
	.room-detail-gallery-main img {
		height: 320px;
	}
	.room-detail-hero-section {
		padding-bottom: 80px;
	}
	.room-list-hero-box {
		margin-top: 35px;
	}
	.events-hero-image-wrap {
		padding-left: 0;
		margin-top: 35px;
	}
	.events-details-text {
		padding-left: 0;
		margin-top: 35px;
	}
	.events-summary-section {
		margin-top: 0;
		padding-top: 20px;
	}
	.events-cta-box h2 {
		font-size: 28px;
	}
	.area-summary-section {
		margin-top: 0;
		padding-top: 20px;
	}
	.area-hero-panel {
		margin-top: 35px;
	}
	.pool-hero-image {
		padding-left: 0;
		margin-top: 40px;
	}
	.pool-page .salt-cave-hero-image img {
		min-height: 360px;
	}
	.pool-story-text {
		padding-left: 0;
		margin-top: 35px;
	}
	.pool-plan-grid {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.area-place-link {
		align-items: flex-start;
	}
	.pool-cta-box h2 {
		font-size: 28px;
	}
	.sauna-hero-image-wrap {
		padding-left: 0;
		margin-top: 40px;
	}
	.sauna-page .salt-cave-hero-image img {
		min-height: 360px;
	}
	.sauna-reservation-banner h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.fix-mobile-top {
        padding-top: 300px !important; 
    }
	.lodging-contact-box {
		padding: 28px 24px;
	}
	.room-list-cta-box,
	.room-list-hero-box {
		padding: 28px 24px;
	}
	.room-booking-card,
	.room-detail-description-card,
	.room-detail-price-card,
	.payment-summary-card,
	.payment-action-card,
	.payment-hero-box,
	.cottage-list-hero-box,
	.cottage-detail-hero-text,
	.center-contact-card,
	.center-hero-text,
	.history-hero-text,
	.history-hero-card {
		padding: 28px 24px;
	}
	.room-booking-summary {
		flex-direction: column;
	}
	.availability-legend {
		gap: 10px;
	}
	.room-detail-gallery-item img,
	.room-detail-gallery-main img {
		height: 220px;
	}
	.room-detail-gallery-mobile {
		display: flex;
		overflow-x: auto;
		gap: 16px;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}
	.room-detail-gallery-mobile .room-detail-gallery-item {
		min-width: 88%;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
	.room-detail-gallery-mobile .room-detail-gallery-item img {
		height: 320px;
	}
	.room-detail-hero-section {
		padding-bottom: 60px;
	}
	.room-list-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	.room-detail-hero-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	.center-hero-section {
		padding-bottom: 60px;
	}
	.center-contact-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: stretch;
	}
	.lodging-option-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	.events-floating-card {
		position: static;
		max-width: none;
		margin-top: 18px;
	}
	.events-gallery-item img {
		height: 260px;
	}
	.events-hero-image-wrap img {
		min-height: 320px;
	}
	.events-cta-box {
		padding: 28px 24px;
	}
	.events-cta-box h2 {
		font-size: 24px;
	}
	.area-place-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	.area-place-action {
		margin-left: 70px;
	}
	.area-note-box {
		padding: 28px 24px;
	}
	.pool-floating-card {
		position: static;
		max-width: none;
		margin-top: 18px;
	}
	.pool-highlights-strip {
		margin-top: 0;
		padding-top: 20px;
	}
	.pool-hero-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	.pool-gallery-grid .pool-gallery-item-large img,
	.pool-gallery-grid .pool-gallery-item img {
		height: 260px;
	}
	.pool-cta-box {
		padding: 28px 24px;
	}
	.pool-cta-box h2 {
		font-size: 24px;
	}
	.sauna-hero-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	.sauna-floating-card {
		position: static;
		max-width: none;
		margin-top: 18px;
	}
	.sauna-quick-info {
		margin-top: 0;
		padding-top: 20px;
	}
	.sauna-reservation-banner {
		padding: 24px;
	}
}

.ddp-page {
	background: #faf8f3;
}
.ddp-hero-section {
	background: linear-gradient(135deg, #f6f2ea 0%, #ffffff 58%, #ece4d8 100%);
}
.ddp-hero-card,
.ddp-side-card,
.ddp-info-card,
.ddp-cta-box,
.ddp-photo-placeholder {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
	border: 1px solid rgba(75, 85, 66, 0.08);
}
.ddp-hero-card,
.ddp-side-card,
.ddp-info-card {
	padding: 34px 30px;
}
.ddp-hero-card .section-title,
.ddp-side-card .section-title,
.ddp-info-card .section-title {
	text-align: left;
}
.ddp-badge-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}
.ddp-badge-list span {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #f7f4ee;
	border: 1px solid #ece3d5;
	color: #4b5542;
	font-size: 14px;
	font-weight: 600;
}
.ddp-side-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%);
}
.ddp-checklist {
	margin-bottom: 26px;
}
.ddp-checklist li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
	color: #5f6168;
	line-height: 1.8;
}
.ddp-checklist li i {
	position: absolute;
	left: 0;
	top: 6px;
	color: #dfa974;
}
.ddp-info-section {
	padding-top: 0;
	padding-bottom: 40px;
}
.ddp-info-card {
	height: 100%;
}
.ddp-info-card-accent {
	background: linear-gradient(180deg, #fffdf9 0%, #f7f1e7 100%);
}
.ddp-contact-box {
	margin-top: 24px;
	padding: 20px 22px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #ece3d5;
}
.ddp-contact-box strong {
	display: block;
	margin-bottom: 8px;
	color: #8f6a45;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ddp-contact-box p {
	margin-bottom: 18px;
	line-height: 1.8;
}
.ddp-highlights-section {
	padding-top: 40px;
	padding-bottom: 70px;
}
.ddp-service-item {
	height: 100%;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(44, 48, 40, 0.08);
}
.ddp-gallery-section {
	padding-top: 20px;
	padding-bottom: 80px;
}
.ddp-gallery-note {
	max-width: 760px;
	margin: 0 auto 26px;
	text-align: center;
	line-height: 1.8;
}
.ddp-gallery-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding: 8px 4px 18px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}
.ddp-gallery-track::-webkit-scrollbar {
	height: 10px;
}
.ddp-gallery-track::-webkit-scrollbar-thumb {
	background: #d8c5ab;
	border-radius: 999px;
}
.ddp-gallery-track::-webkit-scrollbar-track {
	background: #f1eadf;
	border-radius: 999px;
}
.ddp-gallery-link {
	display: block;
	min-width: 280px;
	max-width: 280px;
	color: inherit;
	scroll-snap-align: start;
}
.ddp-gallery-link:hover,
.ddp-gallery-link:focus {
	color: inherit;
}
.ddp-photo-placeholder {
	min-height: 260px;
	padding: 28px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f8f4ec 100%);
	border: 2px dashed #dfcfb8;
	box-shadow: none;
}
.ddp-photo-card {
	position: relative;
	min-height: 340px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(75, 85, 66, 0.1);
	box-shadow: 0 18px 40px rgba(44, 48, 40, 0.08);
}
.ddp-photo-card img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
	-webkit-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
.ddp-gallery-link:hover .ddp-photo-card img,
.ddp-gallery-link:focus .ddp-photo-card img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.ddp-photo-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 96px;
	background: linear-gradient(180deg, rgba(22, 28, 22, 0.01) 0%, rgba(22, 28, 22, 0.55) 100%);
}
.ddp-photo-placeholder i {
	font-size: 34px;
	color: #dfa974;
	margin-bottom: 16px;
}
.ddp-photo-placeholder h5 {
	margin-bottom: 10px;
	color: #1f2d1f;
}
.ddp-photo-placeholder p {
	margin-bottom: 0;
	max-width: 210px;
}
.ddp-cta-section {
	padding-top: 0;
	padding-bottom: 100px;
}
.ddp-cta-box {
	padding: 42px 34px;
	background: linear-gradient(135deg, #4b5542 0%, #738063 100%);
	border: none;
	box-shadow: 0 24px 56px rgba(50, 56, 45, 0.2);
}
.ddp-cta-box .section-title {
	margin-bottom: 18px;
}
.ddp-cta-box .section-title h2,
.ddp-cta-box .section-title span,
.ddp-cta-box p {
	color: #ffffff;
}
.ddp-cta-box .section-title span {
	color: rgba(255, 255, 255, 0.78);
}
.ddp-cta-box p {
	max-width: 760px;
	margin: 0 auto 24px;
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.ddp-hero-card,
	.ddp-side-card,
	.ddp-info-card,
	.ddp-cta-box {
		padding: 28px 22px;
	}
	.ddp-photo-placeholder {
		min-height: 220px;
	}
	.ddp-gallery-link {
		min-width: 82%;
		max-width: 82%;
	}
	.ddp-photo-card {
		min-height: 300px;
	}
	.ddp-photo-card img {
		height: 300px;
	}
	.ddp-cta-box .section-title h2 {
		font-size: 28px;
		line-height: 1.35;
	}
}




.breadcrumb-section {
	padding-top: 70px;
	padding-bottom: 80px;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}


.aboutus-page-section {
	padding-top: 0;
	padding-bottom: 70px;
}
.about-page-text {
	margin-bottom: 65px;
}
.about-page-text .ap-title {
	margin-bottom: 30px;
}
.about-page-text .ap-title h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 18px;
}
.about-page-text .ap-title p {
	font-size: 18px;
	color: #707079;
	line-height: 28px;
}
.about-page-text .ap-services li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
}
.about-page-text .ap-services li i {
	color: #dfa974;
	margin-right: 5px;
}
.about-page-services .ap-service-item {
	position: relative;
	height: 420px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
	color: #ffffff;
}


.video-section {
	height: 500px;
	padding-top: 140px;
}
.video-section .video-text {
	text-align: center;
}
.video-section .video-text h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 16px;
}
.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}
.video-section .video-text .play-btn {
	display: inline-block;
}


.gallery-section {
	padding-bottom: 80px;
}
.gallery-section .section-title {
	margin-bottom: 38px;
}
.gallery-item {
	position: relative;
	height: 279px;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.gallery-item:hover:after {
	opacity: 1;
}
.gallery-item:hover .gi-text {
	opacity: 1;
}
.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 26, 0.3);
	content: "";
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item.large-item {
	height: 576px;
}
.gallery-item .gi-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item .gi-text h3 {
	color: #ffffff;
}


.rooms-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-item {
	margin-bottom: 30px;
}
.room-item img {
	min-width: 100%;
}
.room-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}
.room-item .ri-text h3 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 14px;
}
.room-item .ri-text h3 span {
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}
.room-item .ri-text table {
	margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
	width: 125px;
}
.room-item .ri-text .primary-btn {
	color: #19191a;
}
.room-pagination {
	text-align: center;
	padding-top: 20px;
}
.room-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.room-pagination a:last-child {
	margin-right: 0;
}
.room-pagination a:hover {
	background: #dfa974;
	color: #ffffff;
}


.room-details-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-details-item {
	margin-bottom: 50px;
}
.room-details-item img {
	margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
	overflow: hidden;
	margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
	color: #19191a;
	float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
	float: right;
	text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
	color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	background: #dfa974;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #19191a;
}
.room-details-item .rd-text table {
	margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
	width: 120px;
	color: #707079;
}
.room-details-item .rd-text p {
	color: #707079;
}
.room-details-item .rd-text p.f-para {
	margin-bottom: 22px;
}
.rd-reviews {
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.rd-reviews h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.rd-reviews .review-item {
	margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
	float: left;
	margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: "";
}
.rd-reviews .review-item .ri-text span {
	font-size: 12px;
	color: #dfa974;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
	position: absolute;
	right: 0;
	top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
	color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
	color: #707079;
	margin-bottom: 0;
}
.review-add h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.review-add .ra-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::placeholder {
	color: #aaaab3;
}
.review-add .ra-form h5 {
	font-size: 20px;
	color: #19191a;
	margin-bottom: 24px;
	float: left;
	margin-right: 10px;
}
.review-add .ra-form .rating {
	padding-top: 3px;
	display: inline-block;
}
.review-add .ra-form .rating i {
	color: #f5b917;
	font-size: 16px;
}
.review-add .ra-form textarea {
	width: 100%;
	height: 132px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 24px;
	resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
	color: #aaaab3;
}
.review-add .ra-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #dfa974;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.room-booking {
	padding: 0 30px 0 40px;
}
.room-booking h3 {
	color: #19191a;
	margin-bottom: 30px;
}
.room-booking form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.room-booking form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.room-booking form .check-date i {
	color: #dfa974;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.room-booking form .select-option {
	margin-bottom: 15px;
}
.room-booking form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.room-booking form .select-option .nice-select:after {
	border-bottom: 2px solid #dfa974;
	border-right: 2px solid #dfa974;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.room-booking form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.room-booking form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #dfa974;
	border-radius: 2px;
	color: #dfa974;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}


.blog-section.blog-page {
	padding-top: 0;
	padding-bottom: 88px;
}
.blog-item {
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.blog-item.small-size {
	height: 400px;
}
.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.blog-item .bi-text .b-tag {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #dfa974;
	padding: 3px 10px;
	border-radius: 2px;
}
.blog-item .bi-text h4 {
	margin-top: 18px;
	margin-bottom: 18px;
}
.blog-item .bi-text h4 a {
	color: #ffffff;
}
.blog-item .bi-text .b-time {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.load-more {
	text-align: center;
	padding-top: 30px;
}
.load-more .primary-btn {
	color: #19191a;
}


.blog-details-hero {
	height: 530px;
	padding-top: 165px;
}
.bd-hero-text {
	text-align: center;
}
.bd-hero-text span {
	font-size: 12px;
	color: #ffffff;
	background: #dfa974;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
}
.bd-hero-text h2 {
	font-size: 44px;
	color: #ffffff;
	line-height: 54px;
	margin-top: 30px;
	margin-bottom: 12px;
}
.bd-hero-text ul li {
	list-style: none;
	font-size: 14px;
	color: #dfa974;
	margin-right: 35px;
	display: inline-block;
}
.bd-hero-text ul li:last-child {
	margin-right: 0;
}
.bd-hero-text ul li.b-time {
	text-transform: uppercase;
}


.blog-details-section {
	padding-top: 55px;
}
.blog-details-text .bd-title {
	margin-bottom: 52px;
}
.blog-details-text .bd-title p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .bd-pic {
	overflow: hidden;
	margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
	margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
	min-width: 100%;
}
.blog-details-text .bd-more-text {
	margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
	margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
	color: #19191a;
	margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .tag-share {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
	float: left;
}
.blog-details-text .tag-share .tags a {
	font-size: 12px;
	color: #707079;
	background: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
	color: #ffffff;
	background: #dfa974;
}
.blog-details-text .tag-share .social-share {
	float: right;
}
.blog-details-text .tag-share .social-share span {
	display: inline-block;
	font-size: 18px;
	color: #707079;
}
.blog-details-text .tag-share .social-share a {
	display: inline-block;
	font-size: 16px;
	color: #707079;
	margin-left: 30px;
}
.blog-details-text .comment-option {
	margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
	margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 255px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
	padding-left: 120px;
	margin-bottom: 52px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
	float: left;
	margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
	display: table;
	position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
	font-size: 12px;
	color: #dfa974;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
	font-size: 20px;
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
	color: #707079;
	margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
	display: inline-block;
	color: #19191a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 24px;
	border: 1px solid #F9EEE3;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
	background: #dfa974;
	color: #ffffff;
	border-color: #dfa974;
}
.blog-details-text .leave-comment h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
	width: 100%;
	height: 50px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
	border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form textarea {
	width: 100%;
	height: 116px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 42px;
	resize: none;
	padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
	border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #dfa974;
	border: none;
	padding: 14px 42px 13px;
	display: inline-block;
	border-radius: 2px;
}


.recommend-blog-section {
	padding-top: 65px;
	padding-bottom: 50px;
}
.recommend-blog-section .section-title {
	margin-bottom: 37px;
}
.recommend-blog-section .section-title h2 {
	margin-top: 0;
}


.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 24px;
}
.contact-text p {
	color: #707079;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td a {
	color: #19191a;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-text table tbody tr td a:hover,
.contact-text table tbody tr td a:focus {
	color: #000000;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 75px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
	resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form .contact-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 24px;
	font-size: 15px;
	color: #707079;
	line-height: 1.6;
	cursor: pointer;
}
.contact-form .contact-consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	margin-top: 2px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
}
.contact-form .contact-consent a {
	color: #19191a;
	text-decoration: none;
}
.contact-form .contact-consent a:hover,
.contact-form .contact-consent a:focus {
	color: #000000;
}
.contact-form .contact-success-message {
	display: none;
	margin-bottom: 30px;
	padding: 18px 22px;
	border-radius: 6px;
	border: 1px solid rgba(223, 169, 116, 0.55);
	background: linear-gradient(135deg, rgba(223, 169, 116, 0.16) 0%, rgba(34, 39, 54, 0.08) 100%);
	box-shadow: 0 10px 25px rgba(34, 39, 54, 0.08);
}
.contact-form .contact-success-message.is-visible {
	display: block;
}
.contact-form .contact-success-message strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	color: #19191a;
	font-family: "Lora", serif;
	font-weight: 700;
}
.contact-form .contact-success-message span {
	display: block;
	font-size: 15px;
	line-height: 1.7;
	color: #5f636d;
}
.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #dfa974;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.map {
	height: 470px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map iframe {
	width: 100%;
}


@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: 45px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: 45px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
	.hp-room-items .hp-room-item .hr-text {
		bottom: 45px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
		bottom: 45px;
	}
}
@media only screen and (max-width: 991px) {
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 25px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #19191a;
		border: 1px solid #19191a;
		border-radius: 2px;
		line-height: 33px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 30px;
		width: 30px;
		border: 1px solid #19191a;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 1px;
	}
	.offcanvas-menu-wrapper .search-icon {
		color: #19191a;
		text-align: center;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #dfa974;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .top-widget li {
		list-style: none;
		font-size: 16px;
		color: #19191a;
		font-weight: 500;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .top-widget li i {
		color: #dfa974;
		margin-right: 4px;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.about-text {
		margin-top: -280px;
	}
	.footer-section .copyright-option ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-section .copyright-option .co-text {
		text-align: center;
	}
	.about-pic img {
		margin-bottom: 20px;
	}
	.room-booking {
		padding: 0;
		margin-top: 40px;
	}
	.contact-form {
		padding-top: 30px;
	}
	.hero-text {
		margin-bottom: 40px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.hp-room-items {
		margin: 0;
	}
	.hp-room-item {
		margin-bottom: 15px;
	}
	.hero-text h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.menu-item .logo a {
		font-size: 24px !important;
	}
}


@media only screen and (max-width: 767px) {
	.testimonial-slider.owl-carousel .owl-nav {
		display: none;
	}
	.room-details-item .rd-text .rd-title {
		margin-bottom: 25px;
	}
	.room-details-item .rd-text .rd-title h3 {
		float: none;
		margin-bottom: 30px;
	}
	.room-details-item .rd-text .rd-title .rdt-right {
		float: none;
		text-align: left;
	}
	.footer-section .copyright-option ul li {
		margin-right: 25px;
	}
	.blog-details-text .tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .tag-share .social-share {
		float: none;
	}
	.about-text .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hp-room-items {
		margin: 0 -5px;
	}
	.hp-room-item {
		margin-bottom: 10px;
	}
	.hero-text h1 {
		font-size: 35px;
		line-height: 45px;
		color: #ffffff;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	}
	.hero-section {
		padding-bottom: 100%;
	}
	.hero-text {
		padding-top: 50px;
	}
	.hero-video {
		height: 50%;
	}
	.menu-item .logo a {
		font-size: 20px !important;
	}
	.footer-section .logo a {
		font-size: 18px !important;
	}


@media only screen and (max-width: 479px) {
	.footer-section .copyright-option ul li {
		margin-bottom: 5px;
	}
	.video-section {
		padding-top: 80px;
	}
	.rd-reviews .review-item .ri-pic, .blog-details-text .comment-option .single-comment-item .sc-author {
		float: none;
		margin-bottom: 30px;
	}
	.rd-reviews .review-item .ri-text .rating {
		position: relative;
	}
	.rd-reviews .review-item .ri-text, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
		padding-left: 0;
	}
	.blog-details-text .comment-option .single-comment-item.reply-comment {
		padding-left: 30px;
	}
	.rd-reviews .review-item .ri-text:before, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
		display: none;
	}
	.blog-details-hero {
		padding-top: 70px;
	}
	.blog-details-text .bd-pic .bp-item {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog-details-text .tag-share .tags a {
		margin-bottom: 6px;
	}
	.blog-details-text .comment-option .single-comment-item .sc-text a {
		margin-bottom: 10px;
	}
}
}
