/*!
Theme Name: heritage
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: heritage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

heritage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'MitchaellaFreeModernUnique';
    src: url('https://heritagevillagekampot.com/wp-content/themes/heritage/fonts/MitchaellaFreeModernUnique-Regu.eot');
    src: url('https://heritagevillagekampot.com/wp-content/themes/heritage/fonts/MitchaellaFreeModernUnique-Regu.eot?#iefix') format('embedded-opentype'),
        url('https://heritagevillagekampot.com/wp-content/themes/heritage/fonts/MitchaellaFreeModernUnique-Regu.woff2') format('woff2'),
        url('https://heritagevillagekampot.com/wp-content/themes/heritage/fonts/MitchaellaFreeModernUnique-Regu.woff') format('woff'),
        url('https://heritagevillagekampot.com/wp-content/themes/heritage/fonts/MitchaellaFreeModernUnique-Regu.ttf') format('truetype'),
        url('https://heritagevillagekampot.com/wp-content/themes/heritage/fonts/MitchaellaFreeModernUnique-Regu.svg#MitchaellaFreeModernUnique-Regu') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}

summary {
	display: list-item;
}
template {
	display: none;
}

[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--primary);
}

a:visited {
	color: var(--primary);
}

a:hover,
a:focus,
a:active {
	color: var(--primary);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* custom code css here */

a:visited {
    color: inherit;
}
a,a:focus {
	outline : none !important;
	text-decoration: none;
}

a[href^="tel:"] {
    color: inherit !important;
    text-decoration: none !important; 
}
html{
	margin-top: 0 !important;
}
.post, .page {
  margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
body, p{
	font-size: 20px;
	line-height: 1.5;
}
p{
	margin: 0 0 15px 0;
	font-weight: 300 !important;
}
nav a{
	font-size: 20px;
	line-height: 1.3;
}
a{
	font-size: 20px;
	line-height: 1.5;
}
p:last-child{
	margin: 0;
}
.site{
	overflow: hidden;
}
body,p,a,ul,ol,
ul li, ol li, table, form,.post-filter-buttons button{
	font-family: "Hanken Grotesk", "Battambang", serif !important;
	font-weight: 300 !important;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1;
	font-family: "MitchaellaFreeModernUnique", "Kdam Thmor Pro", serif !important;
	font-weight: 300 !important;
}


h1{
	font-size: 75px;
}
h2{
	font-size: 60px;
}
h3{
	font-size: 60px;
}
h4{
	font-size: 50px;
}
h5{
	font-size: 42px;
}
h6{
	font-size: 32px;
}
/* khmer */
html[lang="km"] h1,
html[lang="km"] h2,
html[lang="km"] h3,
html[lang="km"] h4,
html[lang="km"] h5,
html[lang="km"] h6{
    line-height: 1.7 !important;
}
html[lang="km"] h1{
	font-size: 70px;
}
html[lang="km"] h2{
	font-size: 55px;
}
html[lang="km"] h3{
	font-size: 50px;
}
html[lang="km"] h4{
	font-size: 45px;
}
html[lang="km"] h5{
	font-size: 40px;
}
html[lang="km"] h6{
	font-size: 28px;
}
html[lang="km"] .navigation .nav-menu li a{
	line-height: 1.7;
	font-size: 45px;
}
html[lang="km"]  .navigation .nav-menu ul li{
	padding: 25px 0;
	padding-left: 2.5em;
}
html[lang="km"] .book-title{
	font-size: 42px;
}
.container{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

/* header */
header{
	z-index: 999;
	position: relative;
	padding: 0 15px;
	
}
body.single-our-room header,
body.page-id-16 header,
body.page-id-22 header,
body.page-id-1675 header,
body.page-id-1670 header{
	background: var(--primary-color);
}
body.single-our-room header .menu-left::before,
body.page-id-16 header .menu-left::before,
body.page-id-22 header .menu-left::before,
body.single-our-room header .menu-right::before,
body.page-id-16 header .menu-right::before,
body.page-id-22 header .menu-right::before,
body.page-id-1675 header .menu-right::before,
body.page-id-1670 header .menu-right::before{
	display: none;
}
header .header-wrap{
	display: flex;
	align-items: end;
	justify-content: space-between;
	height: 80px;
}
header .menu-left{
	width: 40%;
	position: relative;
	display: flex;
	align-items: center;
}

header .menu-right{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
	gap: 10px;
}
header .menu-right,
header .menu-left{
	height: 100%;
}
header .menu-right:before,
header .menu-left:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffff;
	opacity: 0.4;
}
header .site-branding{
	width: 20%;
	text-align: center;
	display: flex;
	align-items: end;
	justify-content: center;
}
header .site-branding img{
	height: 65px;
	width: auto !important;
	max-width: initial !important
}
header ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
}
header ul li a{
	color: #fff !important;
}
.header-button a{
	font-family: "Hanken Grotesk", "Battambang", serif !important;
	font-size: 18px;
	font-weight: 500 !important;
	background: var(--secondary-color);
	display: inline-block;
	padding: 8px 25px;
	margin-left: 15px;
	border-radius: 40px !important;
}

/* language */
.header-language ul li .code{
	display: none;
} 
.header-language ul li .flag img{
	width: 35px;
}
.header-language ul li .flag{
	display: flex;
  align-items: center;
}

/* nav menu */

.menu-container{
	display: flex;
	align-items: center;
	position: relative;
}
.right-hamburger{
	position: relative;
	z-index: 995;
}
.menu-hamburger{
	z-index: 99999;
	cursor: pointer;
}
.hamburger{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hamburger:before{
	content: '';
	position: absolute;
	height: 54px;
	width: 54px;
	background: var(--secondary-color);
	border-radius: 50%;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
	z-index: 0;
}
.hamburger svg{
	z-index: 9;
}
.menu-hamburger.active .hamburger:before{
	opacity: 0;
}
.menu-hamburger svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-hamburger.active svg {
  transform: rotate(90deg);
}
.menu-hamburger path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-hamburger svg path.center{
	stroke: #fff;
}
.menu-hamburger path:nth-child(1) {
  transform-origin: 36% 40%;
}
.menu-hamburger path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.menu-hamburger path:nth-child(3) {
  transform-origin: 35% 63%;
}
.menu-hamburger path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.menu-hamburger path:nth-child(5) {
  transform-origin: 61% 52%;
}
.menu-hamburger path:nth-child(6) {
  transform-origin: 62% 52%;
	stroke-dasharray: 8 299;
}
.menu-hamburger.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.menu-hamburger.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.menu-hamburger.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.menu-hamburger.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.menu-hamburger.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.menu-hamburger.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
	stroke-dasharray: 29 299;
}




.menu-hamburger .hamburger.btn-open.hide{
	display: none;
}
.menu-hamburger .hamburger.btn-close{
	position: relative;
	right: 0;
	z-index: 2;
	visibility: hidden;
}
.menu-hamburger .hamburger.btn-close.active{
	visibility: visible;
}
.menu-hamburger .text{
	margin-right: 15px;
	color: #fff;
}
.menu-hamburger .line span{
	height: 1px;
	position: relative;
	width: 30px;
	background: #fff;
	display: block;
	right: 0;
	top: -4px;
	border-radius: 2px;
	transition-duration: 0.5s;
  transition-property: transform;
}
.menu-hamburger .line span.line2{
	top: 4px; 
}
.btn-close.active .line1{
	right: 0px;
	top: 3px;
	transform: rotate(45deg);
}
.btn-close.active .line2{
	transform: rotate(-45deg);
	right: 0px;
	top: 1px !important;
}

/* Replace the existing .header-overlay styles with these */
.header-overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); 
    will-change: transform;
    z-index: 991;
}

.navigation-wrap {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: auto;
    height: 100%;
}


.nav-content-left {
    width: 28%;
		height: 100%;
    padding: 100px 40px;
		display: flex;
    flex-direction: column;
		justify-content: space-between; 
	align-items: center;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
}
.nav-content-left .logo {
	display: block;
	width: 100%;
	text-align: center;
}
.nav-content-left .logo img{
	height: 90px;
	margin: auto;
	width: auto;
}
nav .contact .widget-title{
	font-size: 40px;
	margin-bottom: 30px;
	background: linear-gradient(to right, #fbf0c6, #b19236);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
nav .contact .custom-contact-widget p{
	display: block;
	margin: 0;
}
nav .contact .custom-contact-widget p .icon{
	display: none;
}
nav .social-icons{
	list-style: none;
}
.navigation ul li a{
	line-height: 40px;
	border: none;
}
.nav-content-right {
    width: 72%;
    background-size: cover;
    background-position: center;
    padding: 80px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 12px;
}

.btn-line {
    position: relative;
    width: 100%;
    height: 100%;
}

.btn-line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
}

.btn-line .top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.btn-line .bottom {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.btn-close:hover{
	background: var(--primary-color);
}

.nav-content-right:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.65;
}
.overlay-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
}

.navigation ul li a,
.navigation ul li a span {
  position: relative;
  display: block;
}
.navigation ul li a 
.navigation .sub-menu{
	display: none;
}
.navigation .nav-menu {
	width: 100%;
}
.navigation .nav-menu .menu-main-menu-container{
	width: 100%;
}
.navigation .nav-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	columns: 2;
  column-gap: 20px;
	display: block;
	counter-reset: roman-counter;
	
  /* vendor prefixes (Chrome/WebKit) */
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
.navigation .nav-menu ul li{
	counter-increment: roman-counter; 
  padding: 35px 0;
  position: relative;
  padding-left: 2.5em; 
	break-inside: avoid; 
}
/* Force first 4 li into column 1 */
.navigation .nav-menu ul li:nth-child(-n+4) {
 
}

/* Force 5th item into column 2 */
.navigation .nav-menu ul li:nth-child(5) {
  break-before: column;
}
.navigation .nav-menu ul li:before {
  content: counter(roman-counter, upper-roman) ".";
  position: absolute;
  left: 0;
  color: #ddd;
	top: 50%;
	left: 0;
	font-weight: 300;
	transform: translate(0%, -50%);
}
.navigation .nav-menu li.menu-item {
  font-size: 20px;
	font-weight: 700;
  transition: color ease-in-out 0.4s;
	position: relative;
}
.navigation .nav-menu  li  a {
  color: #fff;
	font-size: 55px;
	font-family: "MitchaellaFreeModernUnique", "Kdam Thmor Pro", serif !important;
  text-decoration: none;
	display: block;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	line-height: 1.5;
	
}
.navigation .nav-menu  li  a span.num{
	display: flex;
}
.navigation .nav-menu  li  a span.num .menu-number{
	color: var(--light-gray);
	padding-right: 15px;
}

.navigation .nav-menu  li  a span.num{
	transition: opacity 0.3s ease, color 0.3s ease;
	will-change: transform;
	opacity: 0;
	bottom: -90px;
}
.menu_bar{
	display: flex;
	-webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
	bottom: 3px;
	position: relative;
}

.navigation .nav-menu li a .text {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	
}
.navigation .nav-menu li > a > span {
  display: block;
	overflow: hidden;
}
.navigation .nav-menu ul li:hover a .text{
	color: var(--primary);
}
.contact-info{
	position: relative;
	transform: translate(0, 70px);
  opacity: 0;
  transition: color ease-in-out 0.4s;
}

.navigation .nav-menu ul > li .sub-menu {
   display: none;
    position: relative;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    transition: max-height 0.9s ease, opacity 0.3s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.navigation .nav-menu ul > li .sub-menu:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #ddd;
	left: 6px;
}
.navigation .nav-menu ul > li .sub-menu a{
	font-size: 22px;
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
}

.navigation .nav-menu ul .sub-menu li {
    padding: 10px;
}

.navigation .nav-menu ul .sub-menu li a {
  color: #333;
  text-decoration: none;
	position: relative;
	overflow: visible;
}

.navigation .nav-menu ul .sub-menu li:hover a {
    color: var(--primary);
}
.navigation .nav-menu ul .sub-menu li a:before{
	content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background: var(--primary);
  border-radius: 50%;
  top: 8px;
  left: -50px;
	transition: transform 0.3s ease;
	transform: scale(0);
}
.navigation .nav-menu ul .sub-menu li.current-menu-item a:before,
.navigation .nav-menu ul .sub-menu li a:hover:before{
	transform: scale(1);
}
.navigation .nav-menu ul li.current-menu-item a .text,
.navigation .nav-menu ul li.current-menu-parent a .text,
.navigation .nav-menu ul ul li.current-menu-item a{
	color: var(--primary);
}

.contact-info p{
	display: flex;
	margin: 10px 0;
}
.contact-info p:nth-child(n+3){
	align-items: center;
}
.contact-info .icon{
	height: 34px;
	width: 34px;
	line-height: 40px;
	background: var(--primary);
	text-align: center;
	border-radius: 50%;
	align-items: center;
  display: flex;
	margin-right: 10px;
}
.contact-info .icon i{
	width: 34px;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
}
.contact-info .contact-heading{
	color: var(--gray);
	margin-bottom: 20px;
}

.navigation .social-links {
  width: 100%;
  background: var(--primary);
  bottom: -10%;
  position: absolute;
  left: 0;
  padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	z-index: 91;
}
.navigation .social-links a{
	color: #fff;
	text-align: center;
	height: 36px;
	width: 36px;
	line-height: 35px;
	border:1px solid #fff;
	border-radius: 50%;
	margin: 0 5px;
}
.navigation .social-links a:hover{
	background: #fff;
	color: var(--primary);
}
.navigation .social-links .social-heading{
	font-size: 18px;
	font-weight: normal;
	margin-right: 20px;
}

.nav-menu li .dropdown {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 26px;
  border: 1px solid var(--gray);
  line-height: 15px;
  border-radius: 50px;
	cursor: pointer;
	display: none;
}
.nav-menu li .dropdown i{
	color: text;
	font-size: 18px;
	top: -4px;
	left: 6px;
	position: relative;
	transition-duration: 0.5s;
  transition-property: transform;
}
ul li.open .dropdown i{
	transform: rotate(180deg);
}
.nav-menu li a .hover {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	
}
.nav-menu li.menu-item.open .dropdown{
	border-color: var(--primary);
	background: var(--primary);
	color: #fff;
	line-height: 12px;
}

/* home slideshow */
.custom-swiper .content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s;
  transition-delay: 0s;
}
.custom-swiper .swiper-slide-active .sub-title {
  transition-delay: 0.2s !important;
}
.custom-swiper .swiper-slide-active .slide-title {
  transition-delay: 0.4s !important;
}
.custom-swiper .swiper-slide-active .slide-desc {
  transition-delay: 0.6s !important;
}
.custom-swiper .swiper-slide-active .slide-button {
  transition-delay: 0.8s !important;
}
.custom-swiper .swiper-slide-active .sub-title,
.custom-swiper .swiper-slide-active .slide-title,
.custom-swiper .swiper-slide-active .slide-desc,
.custom-swiper .swiper-slide-active .slide-button{
		opacity: 1;
	transform: translateY(0) !important;
}



/*** room ***/
/* room slide : home */
.swiper{
	z-index: 99 !important;
	position: relative;
}
.our-room-grid .room-item img{
	display: block;
}
.our-room-grid .room-item {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.our-room-grid .room-item  .room-thumbnail img{
	width: 100%;
	height: 530px;
	object-fit: cover;
}
.our-room-grid .room-item .room-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	background: linear-gradient(0deg,var(--primary-color) 0%, rgba(0, 0, 0, 0) 40%);

	display: flex;
	justify-content: space-between;
  flex-direction: column;
	padding: 25px;
	color: #fff;
	
}
.our-room-grid .room-content .room-title{
	color: var(--primary-color);
}
.room-content .room-details{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.room-content .room-button-wrapper{
	margin-top: 25px;
}
.our-room-grid .room-content .details{
	transform: translateY(75px);
	transition: all 0.5s ease;
}
.our-room-grid .room-item:hover .details{
	transform: translateY(0);
}
.room-details .detail-item {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: column;
  text-align: center;
	font-size: 15px;
	line-height: 1.2;
	flex: 1;
}
.room-details .detail-item .icon{
	display: flex;
	align-items: center;
}
.room-details .detail-item img{
	height: 22px;
	width: auto;
}
.room-content .btn-readmore{
	display: block;
	background: #fff;
	color: var(--primary-color);
	text-align: center;
	padding: 6px
}
.room-content .btn-readmore:hover{
	background: var(--secondary-color);
}
.room-swiper {
	padding-bottom: 60px !important;
}
.swiper-pagination-bullet{
	background: #999;
	width: 10px !important;
	height: 10px !important;
}
.swiper-pagination-bullet-active{
	background: var(--secondary-color) !important;
}
.swiper-navigation {
  position: absolute;
	width: 116%;
  display: flex;
  justify-content: space-between;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
}
.navigation-gallery-slide{
	top: 35%;
}
.swiper-pagination-custom{
	text-align: right;
	font-family: "MitchaellaFreeModernUnique", "Kdam Thmor Pro", serif !important;
	font-size: 30px;
}
.swiper-button-prev-custom, 
.swiper-button-next-custom {
  position: static; /* override swiper's default positioning */
  width: 90px;
  height: 90px;
  background: #fff;
  color: var(--primary-color);
	border-radius: 50%;
	border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover{
	background: var(--primary-color);
	color: #fff;
}


/* room list */
.our-room .item{
	margin-bottom: 60px;
}
.our-room .item:last-child{
	margin-bottom: 0;
}
.our-room .room-item{
	position: relative;
	height: 700px;
	overflow: hidden;
}
.our-room .item .room-thumbnail{
	padding-left: 15%;
}
.our-room .room-title{
	font-size: 120px;
	font-weight: normal;
	color: var(--secondary-color);
}
.our-room .item .room-thumbnail{
	height: 100%;
}
.our-room .item .room-thumbnail img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}
.our-room .room-content{
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: end;
	gap: 0;
	color: #fff;
	bottom: 0;
}
.our-room .room-content .number{
	height: 100%;
	width: 37%;
	background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(6px) brightness(0.9);
    backdrop-filter: blur(6px) brightness(0.9);
	color: var(--secondary-color);
	display: flex;
	align-items: end;
	justify-content: end;
	padding: 3% 12%;
	font-size: 100px;
	border-right: 1px solid rgb(255 255 255 / 40%);
}
.our-room .room-content  .content{
	width: 73%;
	display: flex;
	align-items: end;
	padding: 40px;
	transform: translateY(0);
	gap: 40px;
	transition: all 0.5s ease;
}
.our-room .room-content .content .bottom {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, max-height 0.35s ease;
	
}
.our-room .room-content .desc{
	margin-top: 20px;
}
.our-room .item:hover .content{
	background: var(--primary-color);
background: linear-gradient(0deg,var(--primary-color)  0%, rgba(0, 0, 0, 0) 100%);
}
.our-room .item:hover .content .bottom {
    opacity: 1;
    max-height: 300px; 
}
.our-room .room-content .number h1{
	font-size: 150px;
	font-weight: normal;
}

.our-room .item:nth-child(even) .room-content{
	flex-direction: row-reverse;
	text-align: right;
}
.our-room .item:nth-child(even) .content{
	flex-direction: row-reverse;
}
.our-room .item:nth-child(even) .room-content .room-details{
	justify-content: end;
}
.our-room .item:nth-child(even) .room-thumbnail{
	padding-right: 15%;
	padding-left: 0;
}
.our-room .item:nth-child(even) .room-content .number{
	padding: 3% 5%;
	justify-content: start;
}
.our-room .item:hover .room-thumbnail img{
	transform: scale(1.1);
}
.our-room .item .btn-icon {
	background: transparent;
}
.our-room .item .btn-icon span{
	height: 130px;
	width: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 2px solid #fff;
	padding: 20px;
	transform: rotate(-30deg);
	transition: all 0.5s ease;
}

.our-room .item .btn-icon:hover span{
	transform: rotate(0deg);
	background: var(--primary-color);
}

/*** single room ***/
.room-gallery .gallery-main{
	display: flex;
	gap: 2px;
	margin-bottom: 60px;
}
.room-gallery .gallery-main .list{
	flex: 1;
}
.room-gallery .gallery-main .list.gallery-featured img{
	height: 651px;
	width: 100%;
}
.room-gallery .gallery-main .list.gallery-grid img {
	height: 325px;
	width: 100%;
}
.room-gallery .gallery-main .list img{
	object-fit: cover;
	object-position: center;
}
.room-gallery .gallery-main .gallery-grid{
	grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1px;
}
.room-gallery img{
	display: block;
}
.gallery-grid .gallery-item{
	position: relative;
}
.gallery-grid .gallery-item.gallery-more a {
	display: block !important;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.gallery-grid .gallery-item .more-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #00000050;
}

.gallery-grid .gallery-item .more-overlay .number{
	font-size: 40px;
	font-weight: 600;
}
.room-content-wrap{
	display: flex;
	flex-wrap: wrap;
}
.room-content-wrap .content-left{
	width: 65%;
	padding-right: 60px;
}

.room-content-wrap .content-right{
	width: 35%;
}

.room-meta{
	display: flex;
	gap: 40px;
	margin-bottom: 30px;
}
.room-meta .map .icon{
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
}
.room-meta .star .icon{
	color: var(--secondary-color);
} 
.room-meta div{
	display: flex;
	align-items: center;
	gap: 10px;
}
.room-description{
}
.single-our-room .detail{
	margin: 40px 0;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 15px;
}
.single-our-room .detail .room-heading{
	font-size: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.detail ul,
.detail ol{
	list-style: none;
	padding: 0;
	margin: 0;
	 display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.detail ul li{
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px 0;
}
.detail ul li .icon{
	height: 32px;
	width: 32px;
	display: flex;
}
.detail ul li .icon img{
	height: 28px;
}

.highlights-grid{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.highlights-grid .highlight-item{
	position: relative;
	padding: 5px 0;
	padding-left: 35px;
}
.highlight-item:before{
	content: '\f00c';
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	height: 22px;
	width: 22px;
	line-height: 22px;
	font-size: 12px;
	display: flex;
	align-content: center;
	justify-content: center;
	left: 0;
	top: 10px;
	border: 1px solid #AD0726;
	border-radius: 50%;
	color: #AD0726;
}

.room-price .amount {
	font-size: 40px;
	font-weight: bold;
}
.room-booking-room{
	margin-top: 30px;
}
.room-price.has-discount{
	color: #999;
	position: relative;
	text-align: center;
}
.room-price.has-discount .amount{
	position: relative;
	text-decoration: line-through;
}
.room-price-discount{
	border-left: 1px solid #ddd;
  padding-left: 30px;
  text-align: center;
}
.room-price-discount .amount{
	font-size: 40px;
	font-weight: bold;
	color: var(--primary-color);
}
.room-price-group {
    display: flex;
    gap: 10px;
}

.room-price-group > div{
	flex: 1;
}

/*.room-price.has-discount::after {
    content: "Regular Price";
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: normal;
} */
.room-price-discount .price-desc{
	background: #eee;
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 8px;
	align-items: center;
}
.room-price-discount .desc {
    font-size: 16px;
    color: #4CAF50;
	font-weight: 600;
}

.discount-badge {
    background: #d82c2c;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
	display: flex;
  justify-content: center;
  align-items: center;
}

/* related room */
.related-room{
	padding: 80px 0
}
.related-room .swiper{
	padding-bottom: 50px !important;
}
.related-room .related-title{
	margin-bottom: 30px;
}
.related-room .room-item .room-content{
	padding: 0;
}
.related-room .room-title{
	padding: 20px 15px;
}
.related-room .details{
	padding: 20px 15px;
}


/* booking form */
.booking-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 15px;
}

.booking-form .form-row {
    display: flex;
    flex-wrap: wrap;
}

.booking-form .form-group {
    padding: 0 5px;
  	margin-bottom: 15px;
    width: 100%;
}

.booking-form .form-group.col-md-6 {
    width: 50%;
}
.booking-form .label p{
	font-size: 14px;
	color: #666;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.booking-form textarea {
    min-height: 120px;
}

.booking-form .wpcf7-submit {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.booking-form .wpcf7-submit:hover {
    background: var(--secondary-color);
	color:  var(--primary-color);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: block !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.wpcf7-not-valid {
    border-color: #dc3232 !important;
}


.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  border-width: 1px;
  border-radius: 8px;
  font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output{
  background: #fff4d2;
  border-color: #cca234;
  color: #a07812;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #d2e8c4;
  border-color: #239d2e;
  color: #2d641a;
}

/* offer */
.posts-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.posts-grid .item{
	background: #f1f1f2;
	border: 1px solid #ddd;
}
.posts-grid .item img{
	height: 330px;
	width: 100%;
	object-fit: cover;
}
.posts-grid .item .post-content{
	padding: 20px;
}
.posts-grid .item .post-title{
	font-size: 28px;
	font-weight: 600 !important;
	color: var(--primary-color);
}
.posts-grid .item .desc{
	margin: 15px 0 25px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
}

.posts-grid .item a.read-more{
	color: var(--primary-color);
	font-weight: 600 !important;
	border-bottom: 1px solid var(--primary-color);
}


/* single offer */
.single-post-hero{
	height: 800px;
	margin-top: -90px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-post-hero:before{
	content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
	z-index: 1;
}
.hero-content{
	height: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 9;
	text-align: center;
}
.hero-content .sub-title{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
section.section-offer{
	background: var(--primary-color);
	text-align: center;
	color: #fff;
	padding: 80px 0;
}
.section-offer p{
	font-size: 24px;
}
.section-offer-content{
	padding: 80px 0;
}
.section-offer-content .content {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.offer-content .sub-title-content{
	color: var(--primary-color);
	margin-bottom: 15px;
	font-size: 26px;
}
.offer-content .offer-title{
	color: var(--primary-color);
}
.content-heading{
	color: var(--primary-color);
	margin-bottom: 20px;
}
.offer-date {
	font-size: 22px;
	margin-bottom: 15px;
}
.offer-date .icon{
	margin-right: 10px;
	color: var(--secondary-color);
}
.offer-date .date{
	font-weight: 600;
	margin: 0 8px;
}
.gallery-content{
	margin: 50px 0;
}
.gallery-content .gallery {
    display: grid;
    gap: 20px;
}

.gallery.single-column {
    grid-template-columns: 1fr;
    max-width: 100%;
}

.gallery.two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.gallery.two-columns img{
	height: 440px;
	object-fit: cover;
}

@media (max-width: 768px) {
    .gallery.two-columns {
        grid-template-columns: 1fr;
    }
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* offer khmer */
html[lang="km"] .single-offer h1{
	font-size: 45px;
}
html[lang="km"] .single-offer h2{
	font-size: 40px;
}


/* elementor widget */
/* custom gallery carousel */
.custom-gallery-carousel {
    position: relative;
    width: 100%;
}

.custom-gallery-carousel .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding-bottom: 40px;
}

.custom-gallery-carousel .swiper-slide {
    overflow: hidden;
}

.custom-gallery-carousel .swiper-slide img {
    width: 100%;
    display: block;
	object-fit: cover;
}

.custom-gallery-carousel .swiper-button-next,
.custom-gallery-carousel .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-gallery-carousel .swiper-button-prev {
    left: 10px;
}

.custom-gallery-carousel .swiper-button-next {
    right: 10px;
}

.custom-gallery-carousel .swiper-button-next:after,
.custom-gallery-carousel .swiper-button-prev:after {
    font-family: 'swiper-icons';
    font-size: 24px;
}

.custom-gallery-carousel .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
}

.custom-gallery-carousel .swiper-pagination-bullet {
    opacity: 1;
    transition: all 0.3s ease;
}

.custom-gallery-carousel .swiper-pagination-bullet-active {
    transform: scale(1.2);
}

/* image style 1 */
.img-style-1 .elementor-image-box-wrapper{
	overflow: hidden;
	position: relative;
}
.img-style-1 .elementor-image-box-img{
	margin-bottom: 0 !important;
}
.elementor-image-box-img{
	position: relative;
}
.elementor-image-box-img:before{
	content: '';
	position: absolute;
	height: 60%;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
}
.elementor-image-box-content{
	position: relative;
	z-index: 9;
}
.img-style-1 .elementor-image-box-content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	transform: translateY(100%);
	text-align: left;
	padding: 0 30px;
}
.img-style-1 .elementor-image-box-title{
	
	background: linear-gradient(to right, #fbf0c6, #b19236);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
	
}
.img-style-1 .elementor-image-box-wrapper:hover .elementor-image-box-content{
	transform: translateY(-30px)
}

.img-style-1.no-hover .elementor-image-box-content{
	transform: translateY(0);
	bottom: 25px;
}
.img-style-1.no-hover .elementor-image-box-title{
	
	background: none;
    background-clip: border-box;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  display: block;
	
}


/* gallery slide */
 .galleryThumb {
                height:220px;
                box-sizing: border-box;
                padding: 10px 0;
            }
            .galleryThumb .swiper-slide {
                width: 25%;
                height: 100%;
                opacity: 0.4;
                cursor: pointer;
            }
            .galleryThumb .swiper-slide-thumb-active {
                opacity: 1;
            }
            .swiperGallery {
                width: 100%;
                height: 680px;
            }
            .galleryThumb img,
            .swiperGallery img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
            }

/* contact form */
/* Contact Form 7 Styling */
.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea.form-control {
    min-height: 120px;
}

.btn-main {
    background: #0073aa;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-main:hover {
    background: #005177;
}
/* 404 */
.main-404{
	margin-top: -90px;
}
.error-404{
	height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	background: url(https://heritagevillagekampot.com/wp-content/uploads/2025/08/menu-bg-header.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.error-404:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.4;
}
.content-404{
	position: relative;
	z-index: 99;
	text-align: center;
}
.content-404 .page-header{
	margin-bottom: 15px;
}
.btn-backhome{
	display: inline-block;
    background: var(--secondary-color);
	color: var(--primary-color) !important;
    padding: 10px 30px;
    margin-top: 40px;
}
.btn-backhome:hover{
	color: var(--secondary-color) !important;
	background: var(--primary-color);
}
/* form contact 7 */
.btn-submit{
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 50px !important;
  background: var(--primary-color) !important;
  color: #fff!important;
	cursor: pointer !important;
}
.btn-submit:hover{
	color: var(--primary-color) !important;
  background: var(--secondary-color) !important;
}

/* footer */
footer ul,
footer ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li{
	margin-bottom: 8px;
}
footer{
	background: var(--primary-color);
	color: #fff;
}

footer .book-content{
	text-align: center;
	padding: 160px 10px;
	position: relative;
	z-index: 9;
}
.book-description{
	display: flex;
	justify-content: center;
	gap: 5px;
}
.book-description img{
	height: 16px;
	margin-top: 4px;
}
.book-content .book-title{
	color: var(--secondary-color);
} 
.book-content .book-button{
	background: var(--secondary-color);
	color: var(--primary-color);
	padding: 12px 30px;
	display: inline-block;
	margin-top: 30px;
}
.book-content .book-button:hover{
	background: #ffffff;
	color: var(--primary-color);
}
footer .bottom-footer{
	padding: 50px 0;
}
footer .bottom-footer .footer-row{
	display: flex;
}
footer .bottom-footer .footer-row .column{
	flex: 1;
}
.column-logo{
	text-align: center;
}
.column-logo img{
	height: 100px !important;
	width: auto !important;
	margin: auto;
}
.column-contact{
	text-align: right;
}

footer .column-copyright{
	padding: 20px 0;
	border-top: 1px solid rgb(221 221 221 / 20%);
	text-align: center;
}
.custom-contact-widget p {
  display: flex;
  gap: 10px;
	justify-content: end;
}

/* social icon */
.social-icons{
	display: flex;
	justify-content: end;
	gap: 10px;
	margin-top: 50px;
}
.social-icons li a{
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #fff;
}

/* other */
.elementor-heading-title i{
	
}

/* on ipad 12 */
@media (max-width: 1204.98px) {
	body,p{
		font-size: 18px;
	}
	h1{
	font-size: 60px;
	}
	h2{
		font-size: 48px;
	}
	h3{
		font-size: 42px;
	}
	h4{
		font-size: 35px;
	}
	h5{
		font-size: 30px;
	}
	h6{
		font-size: 28px;
	}
	
	main .container{
		padding: 0 30px;
	}
	/* header */
	header{
		padding-right: 0;
	}
	.navigation .nav-menu li a {
	  font-size: 44px;
	}
	.navigation .nav-menu ul li {
	  padding-left: 2em;
	}
	.nav-content-left .logo img {
	  height: 60px;
	}
	.nav-content-right {
	  width: 68%;
	  padding: 30px;
	}
	.nav-content-left {
	  width: 32%;
	  height: 100%;
	  padding: 80px 20px;
	}
	html[lang="km"]  .navigation .nav-menu ul li{
		padding: 25px 0;
		padding-left: 2.5em;
	}
	html[lang="km"] .navigation .nav-menu li a{
		font-size: 35px;
	}
	/* room list style */
	
	.our-room .room-item {
	  height: 530px;
	}
	.our-room .room-content .desc p{
		font-size: 15px;
	}
	.our-room .room-title{
		font-size: 60px;
	}
	
	/* single room */
	.room-content-wrap .content-left {
	  padding-right: 30px;
	}
	.room-gallery .gallery-main .list.gallery-featured img {
	  height: 401px;
	}
	.room-gallery .gallery-main .list.gallery-grid img {
	  height: 200px;
	}
	.detail ul, .detail ol {
	  gap: 5px;
		grid-template-columns: repeat(2, 1fr);
	}
	.detail ul li {
	  gap: 0;
	  font-size: 16px;
		padding: 2px 0;
	}
	.detail ul li .icon img {
	  height: 20px;
	}
	.related-room {
	  padding: 50px 0;
	}
	
	/* offer */
	.posts-grid {
	  gap: 15px;
	}
	.posts-grid .item .post-title {
	  font-size: 22px;
	}
	
	/* single offer */
	.single-post-hero {
	  height: 500px;
	
	}
	html[lang="km"] .single-offer h1{
	font-size: 35px;
	}
	html[lang="km"] .single-offer h2{
		font-size: 30px;
	}

	.hero-content{
		padding-top: 60px !important;
	}
	.gallery.two-columns img {
	  height: 350px;
	}
	
	/* footer */
	footer .book-content{
		padding: 100px 10px;
	}
	.column-logo img {
	  height: 65px !important;
	}
	html[lang="km"] .book-title {
	  font-size: 30px;
	}
	/* other */
	/* gallery slide */
	.swiperGallery {
	  height: 450px;
	}
	.galleryThumb {
	  height: 150px;
	}
	
	.img-style-1 .elementor-image-box-content {
	  transform: translateY(-30px);
	}

}
/* ipad 11 */

@media (max-width: 910.98px) {
	header .header-wrap{
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	}
	header .site-branding {
	  width: 30%;
	  text-align: left;
	  justify-content: start;
	}
	header .site-branding img {
	  height: 50px;
	}
	.nav-content-left{
		width: 35%;
	}
	.nav-content-right{
		width: 65%;
		padding: 40px;
	}
	.navigation .nav-menu ul li {
	  padding: 28px 0;
	  padding-left: 2.2em;
	}
	 .navigation .nav-menu li a {
		font-size: 30px;
	  }
	
	header .menu-left{
		display: none;
	}
	header .menu-right::before, header .menu-left::before{
		display: none;
	}
	header .menu-right {
	  width: 60%;
	}
	.header-language ul li .flag img {
	  width: 28px;
	}
	.header-button a {
	  font-size: 20px;
	  padding: 6px 20px;
	}
	.hamburger::before {
	  height: 45px;
	  width: 45px;
	}
	.nav-content-right {
	  width: 64%;
	  padding: 20px;
	}
	.nav-content-left {
	  width: 36%;
	  height: 100%;
	  padding: 60px 15px;
	}
	
	html[lang="km"]  .navigation .nav-menu ul li{
		padding: 20px 0;
		padding-left: 2em;
	}
	html[lang="km"] .navigation .nav-menu li a{
		font-size: 28px;
	}
	/* single room */
	.detail ul, .detail ol {
	  columns: 2;
	}
	.booking-form .form-group.col-md-6 {
	  width: 100%;
	}
	.booking-form {
	  padding: 20px 10px;
	}
	.room-price-group{
		margin-top: 30px;
	}
	.room-price .amount {
	  font-size: 30px;
	}
	.room-price-discount .amount {
		  font-size: 30px;
		}
	
	.room-price-discount .desc {
		  font-size: 12px;
		}
	.discount-badge {
		  font-size: 12px;
		}
	
	
	/* offer */
	.posts-grid {
	  grid-template-columns: repeat(2, 1fr);
	}
	
	/* other */
}
/* on mobile phone */
@media (max-width: 767.98px) {
	body,p{
		font-size: 18px;
	}
	h1{
	font-size: 44px;
	}
	h2{
		font-size: 38px;
	}
	h3{
		font-size: 34px;
	}
	h4{
		font-size: 30px;
	}
	h5{
		font-size: 30px;
	}
	h6{
		font-size: 28px;
	}
	
	html[lang="km"] h1{
	font-size: 45px;
	}
	html[lang="km"] h2{
		font-size: 35px;
	}
	html[lang="km"] h3{
		font-size: 30px;
	}
	html[lang="km"] h4{
		font-size: 28px;
	}
	html[lang="km"] h5{
		font-size: 25px;
	}
	html[lang="km"] h6{
		font-size: 20px;
	}
	/* header */
	header{
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	}
	header > .container{
		padding-right: 5px;
	}
	header .header-wrap {
	  height: 56px;
		border-bottom: 0;
	}
	 header .site-branding img {
		height: 35px;
	  }
	.header-button{
		display: none;
	}
	.navigation .nav-menu ul li::before {
	  top: 25px;
	  transform: translate(0%, 0%);
	}
	.hamburger {
	  width: 48px;
	}
	 .hamburger::before {
		height: 36px;
		width: 36px;
	  }
	.navigation-wrap {
	  flex-direction: column;
	}
	.nav-content-right{
		order: 1;
		width: 100%;
		padding: 30px 15px;
	}
	.nav-content-left{
		order: 2;
		width: 100%;
		padding: 20px 15px;
	}
	.navigation .nav-menu li.menu-item {
	  font-size: 12px;
	}
	 .navigation .nav-menu li a {
		font-size: 28px;
	  }
	.navigation .nav-menu ul li {
	  padding: 15px 0;
		padding-left: 2em;
	}
	.nav-content-left .logo img {
		height: 40px;
	  }
	html[lang="km"] .navigation .nav-menu li a {
		font-size: 22px;
	  }
	
	/* room */
	.our-room-grid.grid .item{
		margin-bottom: 20px;
	}
	.our-room-grid .room-content .details{
		transform: translateY(0px);
	}
	.our-room .room-title{
		font-size: 40px;
	}
	
	/* siingel room */
	main .container {
		padding: 0 20px;
	  }
	.room-content-wrap .content-left{
		width: 100%;
		padding: 0;
	}
	.room-content-wrap .content-right{
		width: 100%;
	}
	.single-our-room .detail {
	  margin: 10px 0;
	}
	.room-gallery .gallery-main {
	  gap: 5px;
	  margin-bottom: 30px;
	  flex-direction: column;
	}
	.room-gallery .gallery-main .list.gallery-featured img {
		height: 230px;
	  }
	.room-gallery .gallery-main .gallery-grid {
	  gap: 5px;
	}
	.room-gallery .gallery-main .list.gallery-grid img {
		height: 111px;
	  }
	.highlights-grid{
		grid-template-columns: 1fr;
	}
	
	.related-room {
	  padding: 30px 0;
	}
	
	/* offer */
	.posts-grid{
		grid-template-columns: 1fr;
	}
	.posts-grid .item img {
	  height: 260px;
	}
	html[lang="km"] .single-offer h1{
	font-size: 28px;
	}
	html[lang="km"] .single-offer h2{
		font-size: 22px;
	}

	
	/* single offer */
	 .single-post-hero {
		height: 320px;
	  }
	.hero-content .sub-title {
	  font-size: 16px;
	}
	section.section-offer {
	  padding: 40px 0;
	}
	.section-offer p {
	  font-size: 18px;
	}
	.section-offer-content {
	  padding: 40px 0;
	}
	.offer-content .sub-title-content {
	  font-size: 20px;
	}
	.gallery.two-columns img {
	  height: 270px;
	}
	.gallery-content {
	  margin: 30px 0;
	}
	
	/* footer */
	footer .book-content {
	  padding: 60px 0px;
	}
	.book-content .book-title{
		font-size: 38px;
	}
	html[lang="km"] .book-title {
	  font-size: 24px;
	}
	.book-description{
		font-size: 16px;
	}
	.book-description img{
		height: 16px;
	}
	.book-content .book-button {
	  font-size: 16px;
	}
	footer .footer-row{
		flex-direction: column;
	}
	.column-logo{
		order: 1;
	}
	.column-contact{
		order: 2;
		margin-top: 20px;
	}
	.column-menu{
		order: 3;
	}
	.custom-contact-widget p {
	  justify-content: center;
	}
	.social-icons {
	  	margin-top: 40px;
		margin-bottom: 20px;
		justify-content: center;
	}
	footer .bottom-footer{
		padding: 50px 0 20px 0;
	}
	.column-menu ul {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  text-align: center;
	  border-top: 1px solid rgba(255, 255, 255, 0.20);
	  padding-top: 20px;
	  margin-top: 20px;
	}
	.column-menu ul li a{
		font-size: 16px;
	}
	.copyright-text{
		font-size: 16px;
	}
	/* other */
	.swiper-navigation{
		display: none;
	}
	/* gallery slide */
	.swiperGallery {
	  height: 330px;
	}
	.galleryThumb {
	  height: 90px;
	}
}
