/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */
@font-face {
	 font-family: 'eliamosq';
	 src: url('../kobo/fonts/eliamosq.woff2') format('woff2'),
		  url('../kobo/fonts/eliamosq.woff') format('woff'),
		  url('../kobo/fonts/eliamosq.otf') format('opentype');
	 font-weight: normal;
	 font-style: normal;
	 font-display: swap;
	 } 
:root {
	--kobo_color_black: #131614;  
	--kobo_color_accent: #5E6266;
	/* --kobo_color_linen: #FEFAF7; */
	--kobo_color_linen: #e0d6ca;
	--kobo_color_gold: #CDB97D;
	--kobo_color_accb: #5E6266;
	--kobo_color_bg: #F3EEE8;  
	--kobo_font_body: "Open Sans", sans-serif;
	--kobo_font_heading: "EB Garamond", serif;
	--kobo_font_q: "eliamosq", serif;
	--kobo_font_weight: normal;
	--kobo_font_size_body: 14px;
	--kobo_font_size_btn: 14px;
	--kobo_font_size_titles: 44px;
	--kobo_font_size_row_titles: 26px;
	--kobo_font_size_subtitles: 10px; 
	--kobo_font_size_q: 50px;
	--kobo_font_subtitle_sz: 22px;
	--kobo_font_secitle_sz: 20px; 
	--kobo_slider_height: 100vh !important;
	/* --kobo_slider_height: calc(100vh - 142px) !important; */
} 
/* body.has-overlay-header{
	--kobo_slider_height: 100vh !important;
} */

/* ============================================================
   Dev Temp Nots

 --kobo_slider_height: calc(100vh - (132px)) !important; 
 
 body.koboportal .someSelector { ... }
 body.koboaqua   .someSelector { ... }
 
 
 
 ============================================================ */

/* ============================================================
	  Dev
	  ============================================================ */

.koboDev {
	background: #fffae6; 
	border: 1px dashed #d4aa00;
	color: #665500;
	font-family: monospace;
	font-size: 13px; 
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.8;
	text-align: center;
}
.koboDevRed {
	background: #ffecec;
	border: 1px dashed #cc0000;
	color: #660000;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.9;
	text-align: center;
}
.pdEditThis {
	display: none;
	position: fixed;
	top: 200px;
	background: red;
	left: -42px;
	padding: 5px 20px;
	font-weight: bold;
	z-index: 10000;
	transform: rotate(90deg);
}
.pdEditThis a {
	color: #FFF;
	text-decoration: none !important;
}
.logged-in .pdEditThis {
	display: block !important;
}
.koboClear {
	clear: both;
}
.koboClear5 {
	clear: both;
	padding: 5px;
}
.koboClear10 {
	clear: both;
	padding: 10px;
}
.koboClear15 {
	clear: both;
	padding: 15px;
}
.koboClear20 {
	clear: both;
	padding: 20px;
}
.no-results{
	text-align: center;
}
/* ============================================================
  TOP
  ============================================================ */
.kobotop {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 20px;
	margin-top: -1px;
}
.kobobook a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	padding: 0;
	background: transparent;
	/* border-bottom: 1px solid; */
	text-decoration: underline !important;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.hasnt-overlay-header .kobobook a,
.is-sticky .kobobook a {
	color: var(--kobo_color_black) !important; 
}
.has-overlay-header .kobobook a{
	color: #FFF; 
}
.koboclub{
	margin-right: 20px;
}
.koboclub a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 3px 0;  
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.has-overlay-header .koboclub a{
	color: #FFF;
}
.is-sticky .koboclub a {
	color: var(--kobo_color_black); 
}
.kobotopleft {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}
.kobotopgroup {
	width: 77px;
}
.kobotopgroup img {
	width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	filter: none;
}
.has-overlay-header .kobotopgroup img {
	filter: brightness(0) invert(1);
}
.is-sticky .kobotopgroup img {
	filter: none;
}
.koboportal .kobotopgroup {
	display: none;
}
 
/* ==========================================================
   FINAL CSS — New Namespace: koboslider_
========================================================== */
.homeslider {
  position: relative;
  height: var(--kobo_slider_height);
  margin: 0 auto;
  overflow: hidden;
}
#koboslider_slider{
	height: 100%;
}
#koboslider_slider ul{
	margin: 0;
}
.koboslider_video {
	object-fit: cover !important;
	width: 100%;
	height: 100vh;
}

#koboslider_video_container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

#koboslider_controls {
	width: fit-content;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

.koboslider_btn_icon {
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	border-radius: 50%;
}

.koboslider_title_meta{
  position:absolute;
  top:50%;
  transform:translateY(-50%) !important;
  z-index:10;
  max-width:700px;
  padding:0 20px;
  width:fit-content;
}

.koboslider_title_meta.align-center{
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

.koboslider_title_meta.align-left{
  left:10%;
  right:unset;
  margin:0;
  text-align:left;
}

.koboslider_title_meta.align-right{
  right:10%;
  left:unset;
  margin:0;
  text-align:right;
}

.koboslider_title_meta.align-topcenter{
  top:18%;
  left:0;
  right:0;
  transform:none;
  margin:0 auto;
  text-align:center;
}

.koboslider_title_meta.align-bottomcenter{
  top:auto;
  bottom:18%;
  left:0;
  right:0;
  transform:none;
  margin:0 auto;
  text-align:center;
}
.koboslider_title_meta.align-bottomleft{
  top:auto;
  bottom: 80px;
  left: 80px;
  right:unset;
  transform:none;
  margin:0 auto;
  text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_size_titles);
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF; 
}

.koboslider_sub {
	color: #FFF;
	font-size: 16px;
} 
.koboslider_btn {
	margin: 35px 0 0;
} 
.koboslider_btn a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 30px;
	text-decoration: none !important;
} 
.koboslider_item {
	height: var(--kobo_slider_height);
} 
.koboslider_bg {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
} 
#koboslider_slider .flex-direction-nav a{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	font-size: 30px;
	color: #FFF;
	text-decoration: none !important;
	/* background: #000000;*/
} 
#koboslider_slider .flex-direction-nav .flex-prev{
	left: 20px;
} 
#koboslider_slider .flex-direction-nav .flex-next{
	right: 20px;
}
#koboslider_slider.kobonarrw1 .flex-direction-nav{
	display:none !important;
}
 
 
/* ============================================================
  MISC ELEM
  ============================================================ */
*,
html {
	scroll-behavior: smooth !important;
}
#book {
	scroll-margin-top: 120px;
	overflow: initial !important;
}
/* [data-kobo-reveal]{
	visibility: visible;
}  */
.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	color: #000;
	overflow: hidden;
}
.scrollD {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	z-index: 10;
	bottom: 10px;
}
.scrollDb {
	height: 20px;
	width: 1px;
	background: #FFF;
	margin: 0 auto;
}
.scrollD span {
	/* background: #0000004a; */
	padding: 1px 7px;
}
.copyrights {
	font-size: 11px;
	letter-spacing: 0.6px;
	font-weight: 400;
	color: var(--kobo_color_black);
}
.copyrights a {
	color: var(--kobo_color_black);
}
.fancybox-caption {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.is-sticky #site-header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.is-sticky #site-logo img {
	max-width: 60px;
}
.kobohrsrow_noresults{
	text-align: center;
	font-style: italic;
}  
.header-one #site-logo{ 
	display: flex;
	align-items: center;
	gap: 20px;
}
.site-logo-koborc img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
	max-width: 150px !important;
}
.is-sticky .site-logo-koborc img{
	max-width: 100px !important;
}
.hasnt-overlay-header .site-logo-koborc img,
.is-sticky .site-logo-koborc img{
	filter: brightness(0) saturate(100%) !important;
}
/* ============================================================
	  BURGER MENU
	  ============================================================ */
#mobile-menu a { 
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomenunav {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavb {
	width: 35px;
	height: 2px;
	background: #FFF;
	margin: 7px 0;
}
.kobomenunavc {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavcT {
	/* margin-top: 2px; */
	color: #FFF;
	font-size: var(--kobo_font_size_btn);
	font-family: var(--kobo_font_heading);
	letter-spacing: 1.2px;
	line-height: 1;
}
.hasnt-overlay-header .kobomenunav,
.hasnt-overlay-header .kobomenunavb,
.hasnt-overlay-header .kobomenunavc {
	background: var(--kobo_color_black);
}
.is-sticky .kobomenunav,
.is-sticky .kobomenunavb,
.is-sticky .kobomenunavc {
	background: var(--kobo_color_black);
}
.kobomenunavc,
.kobomenunavb {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* #mobile-menu a:hover .kobomenunavb {
	width: 35px;
	background: var(--kobo_color_black);
}
#mobile-menu a:hover .kobomenunavc {
	width: 30px;
} */
.is-sticky .kobomenunavcT,
.hasnt-overlay-header .kobomenunavcT {
	color: var(--kobo_color_black);
}
.kobomobmenu{
	/* position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center; */
} 
.kobo-club-bm{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.kobo-book-bm{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase; 
	font-weight: 400;
	font-size: 13px;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid !important;
	letter-spacing: .12em;
}
.kobomobmsoc{
	
}
.kobomobmsocTitle{
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: 18px;
	margin: 0 0 10px;
}
.kobomobmsocR{
	font-size: 16px !important;
	line-height: 26px !important;
}
.koboespa{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1000;
	max-width: 300px;
}

.koboespa img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display:block;
}

/* close button */
.koboespaClose{
	position:absolute;
	top:-8px;
	right:-8px;
	width:22px;
	height:22px;
	background:#000;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
	font-weight:bold;
}
#kobo-manage-consent {
	position: fixed;
	left: unset !important;
	right: 16px;
}
.kobomobmenubg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100vh;
	position: revert;
}
.kobomobmenubgL{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.kobomobmenubgL img{
	max-width: 150px;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.kobomobmenudat{
	position: absolute;
	left: 40px;
	bottom: 40px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomobmenudatSocial{
	display: flex;
	gap: 20px;
}
/* ============================================================
  BUTTONS
   ============================================================ */

.koboBtn {
	background: transparent;
	color: var(--kobo_color_black);
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;

	text-transform: uppercase;
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	letter-spacing: 1px;
	font-weight: 500;

	transition: color .35s ease;
}

/* base subtle line */
.koboBtn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 1px;
	background: var(--kobo_color_accent);
	opacity: .5;
}

/* animated accent line */
.koboBtn::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 2px;
	background: var(--kobo_color_accent, var(--kobo_color_black));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}

.koboBtn:hover {
	color: var(--kobo_color_accent, var(--kobo_color_black)) !important;
}

.koboBtn:hover::after {
	transform: scaleX(1);
}
   
.koboBtnG{
	 --shine: #fccb3a61;
   
	 position:relative;
	 isolation:isolate; 
	 display:inline-flex;
	 align-items:center;
	 justify-content:center;
   
	 padding:10px 40px;
	 border:0;
	 background:var(--kobo_color_gold);
	 color:#fff;
   
	 text-transform:uppercase;
	 font-size:13px;
	 letter-spacing:1px;
	 font-weight:500;
	 overflow:hidden;
	 cursor:pointer;
   
	 transition:color .45s ease;
   }
   
   /* layers go BEHIND the text */
   .koboBtnG::before{
	 content:"";
	 position:absolute;
	 inset:0;
	 background:linear-gradient(135deg,var(--kobo_color_bg),var(--kobo_color_ivory));
	 transform:translateX(-130%);
	 transition:transform 1s cubic-bezier(.25,.46,.45,.94);
	 z-index:-2;
   }
   
   .koboBtnG::after{
	 content:"";
	 position:absolute;
	 inset:0 auto 0 -180%;
	 width:55%;
	 background:linear-gradient(120deg,transparent 0%,var(--shine) 50%,transparent 100%);
	 transform:skewX(-18deg);
	 transition:left 1.2s cubic-bezier(.25,.46,.45,.94);
	 z-index:-1;
   }
   
   /* hover */
   .koboBtnG:hover::before{transform:translateX(0)}
   .koboBtnG:hover::after{left:180%}
   .koboBtnG:hover{
	 color:var(--kobo_color_gold)!important; /* text visible on light gradient */
	 text-decoration:none!important;
   }

  .koboDotBtn {
	   display: inline-flex;
	   gap: 10px;
	   font-size: 12px;
	   letter-spacing: 0.15em;
	   text-transform: uppercase;
	   text-decoration: none !important;
	   color: var(--kobo_color_black);
	   font-weight: 500;
	   align-items: center;
   } 
   .koboDotBtn::before {
	   content: "";
	   width: 6px;
	   height: 6px;
	   background: var(--kobo_color_black);
	   border-radius: 50%;
	   display: inline-block;
   } 
   .koboDotBtn:hover {
	   opacity: 0.7;
   }

  .koboDotBtnW {
	   display: inline-flex;
	   gap: 10px;
	   font-size: 12px;
	   letter-spacing: 0.15em;
	   text-transform: uppercase;
	   text-decoration: none !important;
	   color: #FFF;
	   font-weight: 500;
	   align-items: center;
   } 
   .koboDotBtnW::before {
	   content: "";
	   width: 6px;
	   height: 6px;
	   background: #FFF;
	   border-radius: 50%;
	   display: inline-block;
   } 
   .koboDotBtnW:hover {
	   opacity: 0.7;
   }

.koboBtnW{
	 background: transparent;
	 color: #FFF;
	 border: 1px solid;
	 padding: 10px 20px;
	 display: inline-block;
	 vertical-align: middle;
	 text-align: left;
	 position: relative;
	 text-transform: uppercase;
	 text-decoration: none !important;
	 font-size: var(--kobo_font_size_btn);
	 letter-spacing: 1px;
	 font-weight: 500;
	 transition: color .35s ease; 
   }
   
   /* base subtle white line */
   .koboBtnW::before{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:1px;
	 background:#FFF;
	 opacity:.45;
   }
   
   /* animated white line */
   .koboBtnW::after{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:2px;
	 background:#FFF;
	 transform:scaleX(0);
	 transform-origin:left;
	 transition:transform .35s ease;
   }
   
   .koboBtnW:hover{
	 color:#eee !important;
   }
   
   .koboBtnW:hover::after{
	 transform:scaleX(1);
   }

.koboBtnB{
  --shine:rgba(255,255,255,.13);

  position:relative;
  isolation:isolate;          /* IMPORTANT: keeps negative z-index inside */
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:10px 40px;
  border:0;
  background:var(--kobo_color_black);
  color:#fff;

  text-transform:uppercase;
  font-size:13px;
  letter-spacing:1px;
  font-weight:500;
  overflow:hidden;
  cursor:pointer;

  transition:color .45s ease;
}
.koboBtnBspecs{
	padding: 10px 26px;
}
/* layers go BEHIND the text */
.koboBtnB::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,var(--kobo_color_bg),var(--kobo_color_accent));
  transform:translateX(-130%);
  transition:transform 1s cubic-bezier(.25,.46,.45,.94);
  z-index:-2;
}

.koboBtnB::after{
  content:"";
  position:absolute;
  inset:0 auto 0 -180%;
  width:55%;
  background:linear-gradient(120deg,transparent 0%,var(--shine) 50%,transparent 100%);
  transform:skewX(-18deg);
  transition:left 1.2s cubic-bezier(.25,.46,.45,.94);
  z-index:-1;
}

/* hover */
.koboBtnB:hover::before{transform:translateX(0)}
.koboBtnB:hover::after{left:180%}
.koboBtnB:hover{
  color:var(--kobo_color_black)!important; /* text visible on light gradient */
  text-decoration:none!important;
}


/* Row Button */
.koboNbtn {
	font-size: var(--kobo_font_size_btn);
	font-family: var(--kobo_font_heading);
	color: var(--kobo_color_black);
	text-transform: lowercase;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.koboNbtn::after {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
	opacity: .35;
	transform-origin: left;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.koboNbtn:hover::after {
	transform: scaleX(1.3) translateX(6px);
	opacity: 1;
}

.koboNbtnw {
	font-size: var(--kobo_font_size_btn);
	font-family: var(--kobo_font_heading);
	color: #FFF;
	text-transform: normal;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.koboNbtnw::after {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
	opacity: .35;
	transform-origin: left;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.koboNbtnw:hover::after {
	transform: scaleX(1.3) translateX(6px);
	opacity: 1;
}



.koboBtnf{
	--shine: #fccb3a61; 
	position:relative;
	isolation:isolate; 
	display:inline-flex;
	align-items:center;
	justify-content:center; 
	padding:10px 40px;
	border:0;
	background: transparent;
	/* background:var(--kobo_color_linen); */
	color:#fff; 
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	font-weight:500;
	overflow:hidden;
	cursor:pointer; 
	transition:color .45s ease;
} 
.koboBtnf::before{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(135deg,var(--kobo_color_linen),var(--kobo_color_ivory));
	transform:translateX(-130%);
	transition:transform 1s cubic-bezier(.25,.46,.45,.94);
	z-index:-2;
}
  
.koboBtnf::after{
	content:"";
	position:absolute;
	inset:0 auto 0 -180%;
	width:55%;
	background:linear-gradient(120deg,transparent 0%,var(--shine) 50%,transparent 100%);
	transform:skewX(-18deg);
	transition:left 1.2s cubic-bezier(.25,.46,.45,.94);
	z-index:-1;
}
  
/* hover */
.koboBtnf:hover::before{transform:translateX(0)}
.koboBtnf:hover::after{left:180%}
.koboBtnf:hover{
	color:var(--kobo_color_gold)!important; /* text visible on light gradient */
	text-decoration:none!important;
}

/* ============================================================
   Map
   ============================================================ */

#mapContact {
	width: 100%;
	height: 560px;
}
.maptitle{
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
} 
.maplink a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	border-bottom: 1px solid var(--kobo_color_black);
	padding: 0 0 1px;
	font-size: 12px;
}
.gm-style-iw-chr { 
	position: absolute;
	right: 0;
	max-width: 40px;
}
.gm-style .gm-style-iw-d { 
	padding: 20px 10px 10px 8px;
}
/* ============================================================
  FOOTER
  ============================================================ */
.koboFooter {
	  background: var(--kobo_color_linen);
	  padding: 70px 10px;
  }
  
  .koboFooterInner {
	  width: min(1200px, 95%);
	  margin: 0 auto;
  }
  
  .koboFblcka {
	  display: flex;
	  gap: 20px;
	  justify-content: space-between;
  }
  
  .koboFblckaF {
	  width: 33%;
  }
  
  .koboFblckaL {
	  width: 77%;
  }
  
  .koboFooterLogo {
	  max-width: 200px;
  }
  
  .koboFblckaLInner {
	  display: flex;
	  gap: 60px;
	  position: relative;
	  justify-content: flex-end;
	  align-items: center;
  }
  
  .koboFblckaLInner>.koboFblckaS {
	  /* flex: 1 1 0;
  		min-width: 0;  */
  		width: 33.333%;
  }
  
  .koboFblckaLInner>.koboFblckaS:nth-child(2) {
	  position: relative;
	  padding-left: 60px;
	  width: 52.66%;
  }
  
  .koboFblckaLInner>.koboFblckaS:nth-child(2)::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  width: 1px;
	  background: linear-gradient(to bottom,
			  transparent,
			  rgba(0, 0, 0, 0.15),
			  transparent);
  }
  
  .koboFblckaSMenu {
	  display: flex;
	  gap: 60px;
  }
  
  .koboFblckaS {}
  
  .koboFootData {
	  padding: 0 0 5px;
  }
  
  .koboFooterSsmap{
	  min-height: 200px;
	  display: flex;
	  align-items: center;
	  width: 33%;
	  justify-content: center;
  }
  
  .koboFooterSsmap ul {
	  margin: 0;
  }
  
  .koboFooterSsmap ul li {
	  list-style-type: none;
	  padding: 0 0 12px;
  }
  
  .koboFblckaSMenu {
	  display: flex;
	  gap: 60px;
	  /* align-items: center; */
  }
  
  .koboFootDataspac {
	  margin-bottom: 20px;
  }
  
  .koboFooterb {
	  background: var(--kobo_color_bg);
	  padding: 70px 10px;
  }
  
  .koboFooterbInner {
	  width: min(1200px, 95%);
	  margin: 0 auto;
  }
  .koboFblckb{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .koboFooterSocial{
	  display: flex;
	  gap: 20px;
  }
  .koboFooterSocialS{
	  
  }
  .koboFooterSocialS{
	  border: 1px solid #dad6d6;
	  border-radius: 50%;
	  width: 40px;
	  height: 40px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .koboFblckc{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-top: 50px;
  }	
  .koboFblckcF{
	  width: 30%;
  }	
  .koboFblckcS{ 
	  width: 70%;
  }
  .koboFblckcSpartners{
	  display: flex;
	  gap: 10px;
	  align-items: center;
	  justify-content: flex-end;
	  margin-right: 0;
	  margin-left: auto;
  }
  .koboFblckcSpartner img{
	  user-select: none;
	  -moz-user-select: none;
	  -webkit-user-drag: none;
	  -webkit-user-select: none;
	  -ms-user-select: none;
	  pointer-events: none;
  }
  
  .fmhtenumber{
	  text-align: center;
	  margin: 40px 0 0 ;
	  font-size: 13px;
  }
 
/* ============================================================
  META P
  ============================================================ */


.kobohmeta {
	max-width: 880px;
	margin: 80px auto;
	text-align: center;
}
.kobohmetanh{
	margin: 0 auto 80px;
}
.kobohmetanb{
	margin: 0 auto;
}
.kobohmeta_title{
	margin: 20px 0; 
}
.kobohmeta_title h1 {
 	font-size: var(--kobo_font_size_titles); 
	margin: 0;
} 
.kobohmeta_subtitle h2 { 
	font-size: var(--kobo_font_size_subtitles);
	font-family: var(--kobo_font_body);
	margin: 0;
	text-transform: uppercase;
}
.kobohmeta_text {
	padding: 20px 0 0;
} 
.kobohmeta_btn {}

.koboftext{
	text-align: left;
}
.koboftext ul{
	
}
.koboftext a{
	color: var(--kobo_color_black);
	font-weight: bold;
}
 
/* =========================================
   NEWSLETTER BOX
========================================= */

.koboNl{ 
	border-top: 2px solid var(--kobo_color_linen);
	border-bottom: 2px solid var(--kobo_color_linen);
	background: var(--kobo_color_ivory);
}
.koboNlInner{
	margin: 0 auto;
	width: min(1500px, 95%);
	padding: 50px 0;
	display: flex;
	gap: 40px;
	align-items: center;
}
.koboNlL{
	width: 25%;
}
.koboNlM{
	width: 40%;
}
.koboNlR{
	width: 35%;
}
.koboNlLTitle{
	font-style: var(--kobo_font_size_subtitles);
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight); 
	font-size: var(--kobo_font_subtitle_sz);
	text-align: center;
}
.koboNlLText{	
	max-width: 90%;
}
.koboSignup{
	width: 100%;
	display: flex;
	gap: 10px;
} 
.koboSignup input[type="email"]{
	background: transparent;
	color: var(--kobo_color_black);
	border: 0;
	border-bottom: 1px solid var(--kobo_color_black) !important;
	width: 100%;
	border-radius: 0;
	
}
.koboSignup__btn{
	background: var(--kobo_color_black);
	border-radius: 0;
	width: 100%;
}


/* =========================
   KOBO — ACF Gallery Masonry
   Desktop 3 / Mobile 1
   ========================= */

.koboGal{
  padding: 0 0 100px;
}

.koboGalMasonry{
  column-count: 3;
  column-gap: clamp(12px, 1.5vw, 22px);
  width: min(1400px, 95%);
  margin: 0 auto;
}

.koboGalItem{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin: 0 0 clamp(12px, 1.5vw, 22px);
}

.koboGalLink{
  display: block;
  text-decoration: none;
}

.koboGalImg{
  width: 100%;
  height: auto;
  display: block; 
  transform: translateZ(0);
  transition: transform .35s ease, filter .35s ease;
} 
@media (hover:hover){
  .koboGalLink:hover .koboGalImg{
	transform: scale(1.01);
	filter: saturate(1.03) contrast(1.02);
  }
} 
@media (max-width: 1024px){
  .koboGalMasonry{ column-count: 2; }
} 
@media (max-width: 640px){
  .koboGalMasonry{ column-count: 1; } 
} 

/* ======================================================

   KOBO — CONTACT SECTION

   ====================================================== */

 .kobonconta{
	 display: flex;
	 gap: 80px; 
	 flex-wrap: wrap;
	 width: min(1200px, 95%);
	 margin: 0 auto 100px;
 }	
 .koboncontaL{
	 flex: 3;
 }
 .koboncontaR{
	 flex: 7;
 }
 .koboncontaTitle h2{
	 font-size: var(--kobo_font_size_row_titles);
	 margin: 0 0 25px;
 }
 .koboncontaDIcon{
	 width: 25px;
	 text-align: left;
 }
 .koboncontaDataS{
	 display: flex;
	 gap: 5px;
	 padding: 0 0 5px;
 }
 .koboContSGD{
	 margin: 25px 0 0;
 } 
 .koboncontbTitle{
	 font-size: var(--kobo_font_subtitle_sz);
	 font-family: var(--kobo_font_heading);
	 margin: 0 0 25px;
	 text-align: center;
 }
 .koboncontaText{
	 
 }
 
 .kobocontSocial{
	display: flex;
	gap: 20px;
 }
 .kobocontSocialS{
	border: 1px solid #dad6d6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
 }
 .kobocsfa{
	 color: var(--kobo_color_black);
 }
 .koboContS{
	margin: 20px 0; 
 }
 .koboContSDat{
	 
 }
 .koboContSDat a{
	color: var(--kobo_color_black);
	text-decoration: none !important; 
 }
 
 .koboncontaL,
 .koboncontaR{
	 min-width: 0;
 }
 
 @media (max-width: 768px){
 
	 .kobonconta{
		 width: min(100%, 90%);
		 margin: 0 auto 70px;
		 gap: 45px;
		 flex-direction: column;
	 }
 
	 .koboncontaL,
	 .koboncontaR{
		 flex: 1 1 100%;
		 width: 100%;
		 min-width: 0;
	 }
 
	 .koboncontaTitle h2{
		 margin: 0 0 20px;
	 }
 
	 .koboncontaDataS{
		 gap: 10px;
		 padding: 0 0 12px;
		 align-items: flex-start;
	 }
 
	 .koboncontaDIcon{
		 width: 22px;
		 flex: 0 0 22px;
	 }
 
	 .koboncontaDIcon img{
		 width: 100%;
		 height: auto;
		 display: block;
	 }
 
	 .koboContSGD{
		 margin: 25px 0 0;
	 }
 
	 .koboncontbTitle{
		 text-align: left;
		 margin: 0 0 20px;
	 }
 
	 .kobocontSocial{
		 gap: 12px;
		 flex-wrap: wrap;
	 }
 
	 .kobocontSocialS{
		 width: 38px;
		 height: 38px;
	 }
 
	 .koboContS{
		 margin: 22px 0;
	 }
 
	 .koboContSDat{
		 display: flex;
		 flex-direction: column;
		 gap: 3px;
		 margin: 0 0 12px;
	 }
 
	 .koboncontaMWrap{
		 width: 100%;
		 overflow: hidden;
	 }
 
 }
 
 
 
 
/* CONTACT FORM - LUXURY STYLE */
.wpcf7 form{
	width:min(760px, 100%);
	margin:0 auto;
}

.contForm,
.contFormCh,
.reqFrom{
	width:100%;
	margin-bottom:22px;
}

.contForm input,
.contForm textarea{
	width:100%;
	background:transparent;
	border:none;
	border-bottom:1px solid rgba(0,0,0,.16);
	color: var(--kobo_color_black);
	padding:0 0 16px;
	font-size:15px;
	font-weight:400;
	line-height:1.7;
	letter-spacing:.02em;
	border-radius:0;
	box-shadow:none;
	outline:none;
	transition:all .35s ease;
	-webkit-appearance:none;
	appearance:none;
	font-family:inherit;
}

.contForm input{
	height:56px;
}

.contForm textarea{
	min-height:140px;
	resize:vertical;
	padding-top:10px;
}

.contForm input::placeholder,
.contForm textarea::placeholder{
	color:var(--kobo_color_black);
	opacity:1;
	letter-spacing:.08em;
	text-transform:uppercase;
	font-size:13px;
}

.contForm input:focus,
.contForm textarea:focus{
	border-bottom-color:var(--kobo_color_black);
}

.contForm textarea:focus{
	box-shadow:none;
}

/* checkbox */
.contFormCh{
	font-size: 10px;
	line-height: 1;
	color: var(--kobo_color_black);
	position: relative;
}

.contFormCh .wpcf7-form-control-wrap{
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
}

.contFormCh input[type="checkbox"]{
	width:16px;
	height:16px;
	margin:4px 10px 0 0;
	accent-color: var(--kobo_color_black);
	cursor:pointer;
}

.contFormCh a{
	color: var(--kobo_color_black);
	text-decoration:none;
	border-bottom:1px solid rgba(136,165,152,.35);
	transition:all .3s ease;
}

.contFormCh a:hover{
	color: var(--kobo_color_black);
	border-bottom-color: var(--kobo_color_black);;
}

/* submit */
.reqFrom{
	margin-top:34px;
}

.reqFrom input[type="submit"]{
	display: inline-block;
	background: transparent;
	border: 1px solid var(--kobo_color_black);
	color: var(--kobo_color_black);
	padding: 13px 28px;
	min-width: 211px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .24em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .35s ease;
	-webkit-appearance: none;
	appearance: none;
}

.reqFrom input[type="submit"]:hover{
	background:#88A598;
	border:1px solid #88A598; 
	color: #FFF;
}

.reqFrom input[type="submit"]:focus{
	outline:none;
	box-shadow:none;
}

/* validation */
.wpcf7-not-valid-tip{
	margin-top:8px;
	font-size:11px;
	letter-spacing:.04em;
	color:#b35b5b;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	margin:25px 0 0;
	padding:14px 18px;
	border:1px solid rgba(179,91,91,.25);
	background:rgba(255,255,255,.45);
	color:#8f5f5f;
	font-size:14px;
	line-height:1.7;
}

.wpcf7 form.sent .wpcf7-response-output{
	margin:25px 0 0;
	padding:14px 18px;
	border:1px solid rgba(136,165,152,.35);
	background:rgba(255,255,255,.45);
	color:#6b8278;
	font-size:12px;
	line-height:1.7;
}

.koboClear{
	clear:both;
}

/* optional spacing if labels/errors break flow */
.wpcf7-form-control-wrap{
	display:block;
}
 


/* mobile */
@media (max-width: 767px){
	.contForm,
	.contFormCh,
	.reqFrom{
		margin-bottom:18px;
	}
	
	.contForm input,
	.contForm textarea{
		font-size:14px;
		padding:0 0 14px;
	}
	
	.contForm input{
		height:40px;
	}
	
	.contForm textarea{ 
	}
	
	.contForm input::placeholder,
	.contForm textarea::placeholder{
		font-size:10px;
		letter-spacing:.14em;
	}
	
	.reqFrom{
		margin-top:26px;
	}
	
	.reqFrom input[type="submit"]{
		width:100%;
		min-width:100%;
		padding:16px 24px;
	}
}



/* ======================================================

   KOBO — SINGLE ROOM

   ====================================================== */
   
 .kobosroomspec{
  display: flex;
  margin: 100px auto;
  width: 95%;
  max-width: 1400px;
  gap: 40px;
  align-items: center;
} 
.kobosroomspecR{
	width: 40%;
} 

.kobosroomspecL{
	width: 60%;
} 
.kobosroomspecLBg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 500px; 
}
.kobosroomspecRInner{
	max-width: 80%;
	margin: 0 auto;
}  
.koboroomgallery {
	width: 95%;
	margin: 100px auto;
}

.koboroomgalleryTitle {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_titles);
	font-weight: var(--kobo_font_weight);
} 
.koboproomGalleryWrap {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* SLIDER GAP FIX */
.koboproomGallery {
	margin: 0 -15px;
}

/* ITEM */
.koboproomGallery .koboproomGallery__item {
	padding: 0 15px;
	box-sizing: border-box;
}

.koboproomGallery .koboproomGallery__item a {
	display: block;
	height: 480px;
	overflow: hidden;
	position: relative;
}

/* IMAGE */
.koboproomGallery .koboproomGallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

/* HOVER */
.koboproomGallery .koboproomGallery__item a:hover img {
	transform: scale(1.04);
}

/* SLICK FIX (equal height) */
.koboproomGallery .slick-track {
	display: flex !important;
}

.koboproomGallery .slick-slide {
	height: inherit !important;
}

.koboproomGallery .slick-slide > div {
	height: 100%;
}

/* =========================================
   ARROWS (BOTTOM RIGHT - ISOLATED)
========================================= */
 
.koboproomGallery__arrows {
	position: absolute;
	right: 5%;
	bottom: -40px;
	display: flex;
	gap: 40px;
}
 
.koboLineArrow {
	position: relative;
	width: 60px;
	height: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
} 
.koboLineArrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #444;
	transform: translateY(-50%);
	transition: all .25s ease;
} 
.koboLineArrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: translateY(-50%) rotate(45deg);
	transition: all .25s ease;
}
 
.koboLineArrow--next::after {
	right: 0;
} 
.koboLineArrow--prev::after {
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
} 
.koboLineArrow:hover::before,
.koboLineArrow:hover::after {
	opacity: 0.7;
}
.koboproomGallery__arrows button:hover{
	background-color: transparent !important;
	background: transparent !important;
}
 
.koboLineArrow.slick-disabled {
	opacity: .3;
	pointer-events: none;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1024px) {
	.koboproomGalleryWrap {
		max-width: 100%;
	}
}

@media (max-width: 767px) {

	.koboroomgallery {
		margin: 70px auto;
	}

	.koboproomGalleryWrap {
		max-width: 100%;
		padding-bottom: 70px;
	}

	.koboproomGallery {
		margin: 0 -6px;
	}

	.koboproomGallery .koboproomGallery__item {
		padding: 0 6px;
	}

	.koboproomGallery .koboproomGallery__item a {
		height: 420px;
	}

	.koboproomGallery__arrows {
		right: 6px;
		bottom: 0;
	}

	.koboGalleryArrow {
		width: 40px;
		height: 40px;
	}
}

.koboRoomGallerySection {
	  width: min(1400px, 95%);
	  margin-left: auto;
	  margin-right: 0;
	  padding: 80px 0 20px;
	  position: relative;
   }
   
   .koboRoomGallerySection__panel { 
		/* padding: 34px 34px 70px; */
		padding: 20px 0 30px;
		position: relative;
   }
   
   .koboRoomGallerySection__slider {
		position: relative;
		z-index: 2;
   }
   
   .koboRoomGallerySection__caption {
		max-width: 420px;
		padding: 18px 0 0 80px;
		position: relative;
		z-index: 3;
   }
   
   .koboRoomGallerySection__title {
		margin: 0 0 6px;
		font-family: var(--kobo_font_body);
		font-size: 34px;
		line-height: 1;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #5c5c5c;
   }
   
   .koboRoomGallerySection__sub {
		margin: 0;
		font-family: var(--kobo_font_body);
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 0.22em;
		text-transform: uppercase;
		color: #777;
   }
   .kobosroomrelRow .kobofod4{
		margin: 50px auto 100px;
   }
    
/* kobo rooms relet */
  
 .kobosroomrel{
	 
 } 
.kobosroomrelRow .koboHomeSec2 {
	background: var(--kobo_color_bg);
	padding: 40px 0 100px;
	margin: 0 0 50px;
}

 
 /* kobo single gallery  */
 
 .kobogalNavWrap {
	 width: min(1400px, 95%);
	 margin: 30px auto 50px;
 }
 
 .kobogalNav {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 14px 28px;
	 align-items: center;
	 justify-content: center;
 }
 
 .kobogalNav__item {
	 position: relative;
	 display: inline-block;
	 padding: 0;
	 text-decoration: none !important;
	 color: var(--kobo_color_black);
	 transition: opacity .3s ease;
	 font-weight: var(--kobo_font_weight);
	 text-transform: uppercase;
 }
 
 .kobogalNav__item::after {
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 0;
	 height: 2px;
	 background: var(--kobo_color_ivory);
	 transition: width .35s ease;
 }
 
 .kobogalNav__item:hover::after,
 .kobogalNav__item.is-active::after {
	 width: 100%;
	 border-bottom: 0.5px solid;
 }
 
 .kobogalNav__item:hover {
	 opacity: .75;
 }
 
 .kobogalGridWrap {
	 width: min(1400px, 95%);
	 margin: 0 auto 80px;
 }
 
 .kobogalGrid {
	 display: grid;
	 grid-template-columns: repeat(3, minmax(0, 1fr));
	 gap: 24px;
 }
 
 .kobogalGrid__item {
	 position: relative;
 }
 
 .kobogalGrid__link {
	 display: block;
	 overflow: hidden;
	 aspect-ratio: 4 / 5;
 }
 
 .kobogalGrid__link img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 display: block;
	 transition: transform .45s ease;
 }
 
 .kobogalGrid__item:hover .kobogalGrid__link img {
	 transform: scale(1.04);
 }
 
 .kobogalGrid__title {
	 margin-top: 12px;
	 text-align: center;
	 line-height: 1.5;
 }
 
 @media (max-width: 980px) {
	 .kobogalGrid {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	 }
 }
 
 @media (max-width: 680px) {
	 .kobogalGrid {
		 grid-template-columns: 1fr;
	 }
 
	 .kobogalNav {
		 gap: 10px 18px;
	 }
 }	
 
 @media (max-width: 980px){
 
	 .kobospaPromo__row{
		 grid-template-columns: 1fr;
	 }
 
	 .kobospaPromo__image{
		 min-height: 360px;
	 }
 
	 .kobospaPromo__content{
		 max-width: 100%;
		 margin: -40px 20px 0;
		 padding: 30px 24px;
	 }
 
	 .kobospaPromo__actions{
		 justify-content: flex-start;
	 }
 }

/* tablet */
@media (max-width: 1024px){
	.koboExpPatternWrap{
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.koboExpItem--style1,
	.koboExpItem--style2,
	.koboExpItem--style3,
	.koboExpItem--style4{
		grid-column: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.koboExpItem--style1 .koboExpMedia,
	.koboExpItem--style2 .koboExpMedia{
		aspect-ratio: 0.78 / 1;
	}

	.koboExpItem--style3,
	.koboExpItem--style4{
		grid-column: 1 / -1;
	}

	.koboExpItem--style3 .koboExpMedia,
	.koboExpItem--style4 .koboExpMedia{
		aspect-ratio: 1.7 / 1;
	}
}

/* kobo dining */
/* =========================================
   Dining Rows
========================================= */

.kobodiningRows {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: min(1400px, 95%);
	margin: 70px auto 80px;

}

.kobodiningRow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 50px;
	width: 100%;
}

.kobodiningRow--reverse .kobodiningRow__media {
	order: 2;
}

.kobodiningRow--reverse .kobodiningRow__content {
	order: 1;
}

.kobodiningRow__media,
.kobodiningRow__content {
	width: 100%;
}

.kobodiningRow__imageLink {
	display: block;
	text-decoration: none;
}

.kobodiningRow__imageWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 4 / 3;
}

.kobodiningRow__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}

.kobodiningRow:hover .kobodiningRow__image {
	transform: scale(1.05);
}

.kobodiningRow__title {
	margin: 0;
	font-size: var(--kobo_font_subtitle_sz);
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
}

.kobodiningRow__title a {
	color: inherit;
	text-decoration: none;
}

.kobodiningRow__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 25px 0;
}

.kobodiningRow__metaItem {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.kobodiningRow__metaLabel {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .7;
}

.kobodiningRow__metaValue {
	font-size: 16px;
	line-height: 1.5;
}

.kobodiningRow__excerpt {
	margin: 10px 0 0;
}

.kobodiningRow__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.kobodiningRow__actions .koboDotBtn {
	display: inline-flex;
}

/* hidden state after filter */
.kobodiningRow[style*="display: none"] {
	display: none !important;
}

@media (max-width: 1024px) {
	.kobodiningRow {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.kobodiningRow--reverse .kobodiningRow__media,
	.kobodiningRow--reverse .kobodiningRow__content {
		order: initial;
	}

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

@media (max-width: 767px) {
	.kobodiningRows {
		gap: 40px;
	}

	.kobodiningRow__title {
		font-size: 28px;
	}

	.kobodiningRow__meta {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}
 .kobodinreq{
		margin: 0 auto 100px;
		width: 95%;
		max-width: 1400px;
		padding: 50px;
		border: 1px solid var(--kobo_color_black);
   }  
   .kobodinreqTitle h3{
		margin: 0 0 10px;
		font-size: var(--kobo_font_size_titles);
		font-family: var(--kobo_font_heading);
		font-weight: var(--kobo_font_weight); 
		 line-height: 1;
		 text-transform: uppercase;
		 letter-spacing: .04em;
   }
   .kobodinreqForm{
		
   }
 .kobobookdin{
	 text-align: center;
	 margin: -60px auto 50px;
 }
 .kobo-book-atable{
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 min-width: 140px;
	 height: 40px;
	 padding: 0 18px;
	 border: 1px solid var(--kobo_color_black);
	 font-size: var(--kobo_font_size_btn);
	 letter-spacing: .08em;
	 text-transform: uppercase;
	 color: var(--kobo_color_black);
	 text-decoration: none !important;
	 background: transparent;
	 transition: all .25s ease;
	 margin-top: 30px;
 }
 .kobo-book-room:hover{
	   opacity:0.8;
	}
 .koboReservationPopup{
	 position:fixed;
	 inset:0;
	 z-index:99999;
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 opacity:0;
	 visibility:hidden;
	 transition:0.3s ease;
 }
 
 .koboReservationPopup.active{
	 opacity:1;
	 visibility:visible;
 }
 
 .koboReservationPopup__overlay{
	 position:absolute;
	 inset:0;
	 background:rgba(0,0,0,0.7);
	 backdrop-filter:blur(4px);
 }
 
 .koboReservationPopup__inner{
	 position:relative;
	 z-index:2;
	 background:#fff;
	 padding:10px;
	 border-radius:20px;
	 max-width:95vw;
	 max-height:95vh;
	 overflow:hidden;
	 box-shadow:0 20px 60px rgba(0,0,0,0.3);
 }
 
 .koboReservationPopup__inner iframe{
	 display:block;
	 border:0;
	 width:450px;
	 max-width:90vw;
	 height:550px;
	 max-height:85vh;
 }
 
 .koboReservationPopup__close{
	 position:absolute;
	 top:10px;
	 right:10px;
	 width:38px;
	 height:38px;
	 border:0;
	 border-radius:50%;
	 background:#000;
	 color:#fff;
	 font-size:24px;
	 cursor:pointer;
	 line-height:1;
	 z-index:5;
 }
   
 /* =========================================
	KOBO Form Grid
 ========================================= */
 
 .kobowedform {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
 }
 
 /* half */
 .kobowedformSL {
	  grid-column: span 1;
 }
 
 /* full */
 .kobowedformS:not(.kobowedformSL) {
	  grid-column: 1 / -1;
 }
 
 
 /* =========================================
	Inputs
 ========================================= */
 
 .kobowedform input,
 .kobowedform textarea {
	  width: 100%;
	  border: 1px solid var(--kobo_color_black);
	  background: transparent;
	  padding: 14px 16px;
	  font-size: 14px;
	  font-family: var(--kobo_font_body);
	  color: var(--kobo_color_black);
	  transition: all .25s ease;
	  border-radius: 0;
 }
 .kobowedform .flatpickr-wrapper { 
	 width: 100%;
 }
 .kobodinreqForm .wpcf7-form p {
	 margin-bottom: 0;
 }
 .kobodinreqForm .wpcf7 form {
	 width: 100%;
	 margin: 0 auto;
 }
 .kobowedform input:focus,
 .kobowedform textarea:focus {
	  outline: none;
	  border-color: #000;
 }
 
 .kobowedform textarea {
	  min-height: 120px;
	  resize: vertical;
 }
 
 /* =========================================
	Submit
 ========================================= */
 
 .kobowedform input[type="submit"] {
	  width: 100%;
	 cursor: pointer;
	 background: var(--kobo_color_black);
	 border: 1px solid var(--kobo_color_black);
	 padding: 14px 30px;
	 color: #FFF;
	 font-family: var(--kobo_font_heading);
	 text-transform: uppercase;
	 letter-spacing: .1em;
	 transition: all .3s ease;
 }
 
 .kobowedform input[type="submit"]:hover {
	  background: var(--kobo_color_black);
	  color: #fff;
 }
 
 /* =========================================
	GDPR
 ========================================= */
 
 .kobowedformS:last-child {
	  font-size: 12px;
	  line-height: 1.6;
	  opacity: .7;
 }
 .kobowedformS a{
	  color: var(--kobo_color_black);
	  font-weight: bold;
	  text-decoration: none !important;
 }
 
 /* =========================================
	Flatpickr
 ========================================= */
 
 .flatpickr-calendar {
	  border-radius: 0 !important;
	  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	  font-family: var(--kobo_font_body);
 }
 
 .flatpickr-day.selected,
 .flatpickr-day.startRange,
 .flatpickr-day.endRange {
	  background: var(--kobo_color_black);
	  border-color: var(--kobo_color_black);
	  color: #fff;
 }
 
 .flatpickr-day:hover {
	  background: #f0f0f0;
 }
 
 .flatpickr-prev-month,
 .flatpickr-next-month {
	  color: var(--kobo_color_black);
 }
 
 /* =========================================
	Mobile
 ========================================= */
 
 @media (max-width: 767px) {
	  .kobowedform {
		   grid-template-columns: 1fr;
		   gap: 16px;
	  }
 
	  .kobowedform input,
	  .kobowedform textarea {
		   padding: 12px;
	  }
 }
 
 #restbook{ 
   scroll-margin-top: 200px;
   overflow: initial !important;
 }


/* kobo location */

.kobolocmap{
	margin: 100px 5%;
}

/* kobo services */
 .koboServicesRows {
	 display: flex;
	 flex-direction: column;
	 gap: 80px;
	 margin: 100px auto 0;
 }
 
 .koboServicesRow {
	 position: relative;
 }
 
 .koboServicesRow--style1,
 .koboServicesRow--style2 {
	 width: min(1200px, 92%);
	 margin: 0 auto;
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 60px;
	 align-items: center;
 }
 
 .koboServicesRow__image {
	 overflow: hidden;
 }
 
 .koboServicesRow__image img {
	 display: block;
	 width: 100%;
	 height: 620px;
	 object-fit: cover;
	 transition: transform .6s ease;
 }
 
 .koboServicesRow:hover .koboServicesRow__image img {
	 transform: scale(1.04);
 }
 
 .koboServicesRow__content {
	 position: relative;
 }
 
 .koboServicesRow__title {
	 margin: 0 0 18px; 
	 font-size: var(--kobo_font_subtitle_sz);
	 color: var(--kobo_color_black);
	 font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
 }
 
 .koboServicesRow__text{
	 line-height: 1.7;
 }
 .koboServicesRow__text ul{
	 margin: 0 30px 30px 30px;
	 font-size: 13px;
 }
 .koboServicesRow__text > *:last-child {
	 margin-bottom: 0;
 }
 
 .koboServicesRow--style2 .koboServicesRow__image {
	 order: 2;
 }
 
 .koboServicesRow--style2 .koboServicesRow__content {
	 order: 1;
 }
 
 .koboServicesRow--style3 {
	 width: 100%;
 }
 
 .koboServicesRow--style3 .koboServicesRow__bg {
	 position: relative;
	 width: 100%;
	 min-height: 680px;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 display: flex;
	 align-items: flex-end;
 }
 
 .koboServicesRow--style3 .koboServicesRow__overlay {
	 position: absolute;
	 inset: 0;
	 background: linear-gradient(
		 to top,
		 rgba(0, 0, 0, 0.72) 0%,
		 rgba(0, 0, 0, 0.28) 42%,
		 rgba(0, 0, 0, 0.05) 100%
	 );
 }
 
 .koboServicesRow--style3 .koboServicesRow__inner {
	 position: relative;
	 z-index: 2;
	 width: min(1200px, 92%);
	 margin: 0 auto;
	 padding: 70px 0;
	 display: flex;
	 justify-content: flex-end;
 }
 
 .koboServicesRow--style3 .koboServicesRow__content {
	 max-width: 430px;
	 color: #fff;
	 text-align: right;
 }
 
 .koboServicesRow--style3 .koboServicesRow__title {
	 margin: 0 0 14px;
	 color: #fff;
 }
 
 .koboServicesRow--style3 .koboServicesRow__text {
	 color: #fff;
 }
 
 .koboServicesRow--style3 .koboServicesRow__text a {
	 color: inherit;
 }
 
 .koboServicesRow--style3 .koboServicesRow__text > *:last-child {
	 margin-bottom: 0;
 }
 
 @media (max-width: 991px) {
	 .koboServicesRows {
		 gap: 60px;
	 }
 
	 .koboServicesRow--style1,
	 .koboServicesRow--style2 {
		 grid-template-columns: 1fr;
		 gap: 30px;
	 }
 
	 .koboServicesRow--style2 .koboServicesRow__image,
	 .koboServicesRow--style2 .koboServicesRow__content {
		 order: initial;
	 }
 
	 .koboServicesRow__image img {
		 height: 420px;
	 }
 
	 .koboServicesRow--style3 .koboServicesRow__bg {
		 min-height: 520px;
	 }
 
	 .koboServicesRow--style3 .koboServicesRow__inner {
		 justify-content: flex-start;
		 padding: 50px 0;
	 }
 
	 .koboServicesRow--style3 .koboServicesRow__content {
		 max-width: 100%;
		 text-align: left;
	 }
 }
 
 @media (max-width: 767px) {
	 .koboServicesRow__image img {
		 height: 320px;
	 }
 
	 .koboServicesRow--style3 .koboServicesRow__bg {
		 min-height: 430px;
	 }
 
	 .koboServicesRow--style3 .koboServicesRow__inner {
		 padding: 35px 0;
	 }
 }
.koboadserv {
	margin: 40px auto 100px;
	max-width: 1000px;
	padding: 20px; 
 }
.koboadservTitle {
	font-size: var(--kobo_font_subtitle_sz);
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	text-align: center;
	margin: 0 auto 50px;
 }
.koboadservR {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 10px 30px;
	 padding: 0 30px 30px;
 }
 .koboadservR p {
	 margin: 0;
	 border-bottom: 1px solid #e9e6e6;
	 padding: 9px 0;
 }

/* kobo about */
.koboServicesRowsabout{
	margin-bottom: 100px;
}
.kobohfpage{
	max-width: 1200px;
	width: 95%;
	margin: 50px auto; 
}
.kobohfpageTitle h1{
	text-align: center;
	text-transform: uppercase;
	font-family: var(--kobo_font_body);
	font-weight: 300;
	font-size: var(--kobo_font_size_body);
	margin: 0 0 20px;
}

.kobohfpageΗTitle h1{
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_heading_w);
	font-size: var(--kobo_font_size_titles); 
}

.kobohfpageSubt h2{
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	line-height: 1.3;
	text-align: center;
}
.kobohfpageText{
	text-align: left;
	margin: 40px 0;
}
.kobohfpageText a{
	color: var(--kobo_color_black);
	text-decoration: underline !important;
}
.kobohfpageTextsm{
	max-width: 800px;
	margin: 20px auto;
	text-align: center;
}

/* kobo faq */
.koboFaq {
	width: min(1100px, 92%);
	margin: 0 auto;
	padding: 20px 0 100px;
}

.koboFaqSection + .koboFaqSection {
	margin-top: 70px;
}

.koboFaqSection__head {
	margin-bottom: 30px;
}

.koboFaqSection__head h2 {
	margin: 0; 
	line-height: 1.1;
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_heading_w);
	font-size: var(--kobo_font_size_titles);
	color: var(--kobo_color_black);
}

.koboFaqAccordion {
	border-top: 1px solid rgba(0,0,0,.12);
}

.koboFaqItem {
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.koboFaqItem button:hover{
	background: transparent;
	opacity: 0.7;
}
.koboFaqItem__button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
	background: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	text-align: left;
	box-shadow: none;
}

.koboFaqItem__title {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--kobo_color_black);
}

.koboFaqItem__icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.koboFaqItem__icon::before,
.koboFaqItem__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 1.5px;
	background: var(--kobo_color_black);
	transform: translate(-50%, -50%);
	transition: .25s ease;
}

.koboFaqItem__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.koboFaqItem.is-open .koboFaqItem__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.koboFaqItem__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

.koboFaqItem__contentInner {
	padding: 0 0 26px;
	max-width: 900px;
}

.koboFaqItem__contentInner,
.koboFaqItem__contentInner p,
.koboFaqItem__contentInner li {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.koboFaqItem__contentInner p:first-child {
	margin-top: 0;
}

.koboFaqItem__contentInner p:last-child {
	margin-bottom: 0;
}

.koboFaqItem__contentInner ul,
.koboFaqItem__contentInner ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

@media (max-width: 768px) {
	.koboFaq {
		padding: 50px 0 80px;
	}

	.koboFaqSection + .koboFaqSection {
		margin-top: 50px;
	}

	.koboFaqItem__button {
		padding: 18px 0;
		gap: 14px;
	}

	.koboFaqItem__title {
		font-size: 17px;
	}

	.koboFaqItem__contentInner,
	.koboFaqItem__contentInner p,
	.koboFaqItem__contentInner li {
		font-size: 15px;
		line-height: 1.7;
	}
}	

/* ======================================================

   KOBO — BOOK FORM SLIDER SECTION

   ====================================================== */

.kobobbar{
	   position: absolute;
	   bottom: 100px;
	   z-index: 999;
	   right: 0;
	   left: 0;
	   width: fit-content;
	   margin: 0 auto;
   }
   /* WRAPPER */
   .kobobbarForm {
	   display: flex;
	   align-items: center;
	   gap: 26px;
	   background: rgba(235, 232, 224, .95);
	   padding: 20px 30px;
	   font-family: var(--kobo_font_body);
   }
   .kobobbarForm input[type="hidden"] {
   
	   display: none !important;
	   visibility: hidden !important;
	   position: absolute !important;
	   left: -9999px !important;
	   width: 0 !important;
	   height: 0 !important;
	   padding: 0 !important;
	   margin: 0 !important;
	   border: 0 !important;
   
   }
   .kobobbarForm .flatpickr-input[readonly]:not(.kobobbarDateDisplay) {
   
	   display: none !important;
   
   }
   .kobobbarDateDisplay {
   
	   background: transparent !important;
	   box-shadow: none !important;
   
   } 
   .kobobbarDateDisplay::placeholder {
	   color: #888;
	   opacity: 1;
   }
   /* ======================
	  DATES (LEFT BLOCK)
   ====================== */
   .kobobbarItem--dates {
	   position: relative;
	   min-width: 260px;
   }
   
   .kobobbarItem--dates input[type="text"] {
	   width: 100%;
	   border: none;
	   border-bottom: 1px solid rgba(0,0,0,.2);
	   background: transparent;
	   padding: 6px 26px 6px 0;
	   font-size: 13px;
	   letter-spacing: .06em;
	   text-transform: uppercase;
	   color: var(--kobo_color_black);
	   outline: none;
   }
   
   /* hide hidden checkout */
   .kobobbarItem--dates input[type="hidden"] {
	   display: none;
   }
   
   /* arrow */
   .kobobbarItem--dates::after {
	   content: "";
	   width: 6px;
	   height: 6px;
	   border-right: 1px solid #333;
	   border-bottom: 1px solid #333;
	   transform: rotate(45deg);
	   position: absolute;
	   right: 4px;
	   top: 12px;
	   pointer-events: none;
   }
   
   /* placeholder */
   .kobobbarItem--dates input::placeholder {
	   color: var(--kobo_color_black);
	   font-size: 13px;
	   letter-spacing: .06em;
	   text-transform: uppercase;
   }
   
   /* ======================
	  COUNTERS (ADULTS / CHILDREN)
   ====================== */
   .kobobbarItem--count {
	   display: flex;
	   align-items: center;
	   gap: 12px;
   }
   
   .kobobbarLabel {
	   font-size: 13px;
	   letter-spacing: .08em;
	   color:var(--kobo_color_black);
	   text-transform: uppercase;
	   white-space: nowrap;
   }
   
   /* pill */
   .kobobbarCount {
	   display: inline-flex;
	   align-items: center;
	   justify-content: center;
	   border: 1px solid rgba(0,0,0,.45);
	   border-radius: 999px;
	   height: 36px;
	   min-width: 72px;
	   padding: 0 10px;
	   gap: 10px;
   }
   
   /* +/- */
   .kobobbarCount button {
	   border: 0;
	   background: none;
	   width: 14px;
	   height: 24px;
	   font-size: 14px;
	   line-height: 1;
	   color:var(--kobo_color_black);
	   cursor: pointer;
	   padding: 0;
   }
   
   /* number */
   .kobobbarCount input {
	   width: 18px;
	   border: 0;
	   background: transparent;
	   text-align: center;
	   font-size: 12px;
	   color:var(--kobo_color_black);
	   pointer-events: none;
	   padding: 0;
	   -moz-appearance: textfield;
   }
   
   .kobobbarCount input::-webkit-outer-spin-button,
   .kobobbarCount input::-webkit-inner-spin-button {
	   -webkit-appearance: none;
	   margin: 0;
   }
   
   /* ======================
	  BUTTON
   ====================== */
   .kobobbarItem--btn {
	   margin-left: auto;
   }
   
   .kobobbarBtn {
	   border: 1px solid rgba(0,0,0,.4);
	   border-radius: 999px;
	   background: transparent;
	   padding: 8px 22px;
	   font-size: 11px;
	   letter-spacing: .06em;
	   text-transform: uppercase;
	   color: #333;
	   cursor: pointer;
	   transition: all .25s ease;
   }
   
   .kobobbarBtn:hover {
	   background: #111;
	   color: #fff;
	   border-color: #111;
   }
   
   /* ======================
	  RESPONSIVE
   ====================== */
   @media (max-width: 767px) {
   
	   .kobobbarForm {
		   flex-direction: column;
		   align-items: stretch;
		   gap: 16px;
		   padding: 20px;
	   }
   
	   .kobobbarItem--dates {
		   min-width: 100%;
	   }
   
	   .kobobbarItem--btn {
		   margin-left: 0;
	   }
   
	   .kobobbarBtn {
		   width: 100%;
	   }
   }

/* ======================================================
   
	 KOBO — Villas Row
   
	 ====================================================== */

.koboVillasArchive { 
	 padding: 20px 0;
 } 
 /* Filters */
 .koboFilters {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 gap: 18px;
	 margin-bottom: 40px;
	 font-size: 13px;
	 flex-wrap: wrap;
 } 
 .koboFilterBtn {
	 color: var(--kobo_color_black);
	 text-decoration: none;
	 opacity: .75;
	 transition: opacity .25s ease;
 } 
 .koboFilterBtn.active{
	 opacity: 1;
	  text-decoration: underline; 
	  font-weight: 500;
 }
 .koboFilterBtn:hover { 
	 text-decoration: none !important;  
 } 
 .koboFilterSep {
	 opacity: .35;
 } 
 .koboFilterItem {
	 transition: opacity .25s ease;
 } 
 .koboFilterItem.is-hidden {
	 display: none !important;
 } 
 .koboFilterNoResults {
	 text-align: center;
	 width: 100%;
	 margin: 40px auto;
 }
 /* Rooms Row */
 .koboVillaGrid {
	 width: min(1500px, 94%);
	 margin: 70px auto 100px;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 gap: 90px 44px;
 } 
 .koboVillaCard {
	 width: calc(33.333% - 30px);
	 max-width: 480px;
 } 
 .koboVillaCardImg {
	 display: block;
	 overflow: hidden;
	 aspect-ratio: 1 / .95; 
 } 
 .koboVillaCardImg img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 display: block;
	 transition: transform .7s ease;
 } 
 .koboVillaCard:hover .koboVillaCardImg img {
	 transform: scale(1.04);
 }  
 .koboVillaCardTitle {
	 margin: 22px 0 14px;
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_size_row_titles);
	 font-weight: 400;
	 line-height: 1.1;
 } 
 .koboVillaCardTitle a {
	 color: var(--kobo_color_black);
	 text-decoration: none;
 } 
 .koboVillaSpecs {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 12px;
	 margin-bottom: 14px;
	 font-size: 12px;
	 opacity: .75;
 } 
 .koboVillaSpecs span:not(:last-child)::after {
	 content: "|";
	 margin-left: 12px;
	 opacity: .45;
 } 
 .koboVillaExcerpt {
	 line-height: 1.6;
	 max-width: 90%;
	 margin-bottom: 22px;
 }
 .koboVillaBtns{
	 display: flex;
	 gap: 25px;
 }
  
 /* Room Row Responsive */
 @media (max-width: 1024px) {
	 .koboVillaCard {
		 width: calc(50% - 20px);
	 }
 
	 .koboFilters {
		 margin-bottom: 40px;
	 }
 }
 
 .koboFiltersWrap{
 
	 position: relative;
 
 }
 
 @media (max-width: 640px) {
	 .koboVillasArchive {
		 padding: 10px 0;
	 }
 
	 /* .koboFilters {
		 gap: 12px;
		 font-size: 12px;
		 margin-bottom: 40px;
	 } */
 
 	.koboFilters{
	 
		 justify-content: flex-start;
		 flex-wrap: nowrap;
		 overflow-x: auto;
		 overflow-y: hidden;
		 -webkit-overflow-scrolling: touch;
		 padding-bottom: 6px;
		 gap: 12px;
		 scrollbar-width: none;
		 margin: 0 20px;
	 }
	 .koboFilters::-webkit-scrollbar{
		 display:none;
	 }
	 .koboFilters > *{
		 flex: 0 0 auto;
		 white-space: nowrap;
	 }
	 /* right fade */
	 .koboFiltersWrap:after{
		 content:'';
		 position:absolute;
		 right:0;
		 top:0;
		 width:60px;
		 height:100%;
		 pointer-events:none;
		 background:linear-gradient(to right,
			 rgba(255,255,255,0),
			 rgba(255,255,255,1)
		 );
	 }
	 /* swipe hint */
	 .koboFiltersWrap:before{
		 content:'← Swipe →';
		 position:absolute;
		 right:10px;
		 bottom:-12px;
		 font-size:10px;
		 letter-spacing:.5px;
		 opacity:.6;
		 pointer-events:none;
		 z-index:2;
	 }
	 .koboVillaGrid {
		 width: min(520px, 92%);
	 }
 
	 .koboVillaCard {
		 width: 100%;
		 max-width: 100%;
	 } 
 
	 .koboVillaExcerpt {
		 max-width: 100%;
	 }
 }

/* ======================================================
 
 KOBO — Home 
 
 ====================================================== */
 /* 1 SECTION */
 .kobohomeSection1 { 
	 padding: 50px 0;
 }
 
 .kobohomeSection1Inner {
	 width: min(1180px, 90%);
	 margin: 0 auto;
	 display: grid;
	 grid-template-columns: 32% 48%;
	 justify-content: center;
	 gap: 70px;
	 align-items: start;
 }
 
 .kobohomeSection1Left {
	 padding-top: 0;
 }
 
 .kobohomeSection1Title {
	 font-family: var(--kobo_font_q);
	 font-size: var(--kobo_font_size_q);
	 line-height: 0.95;
	 color: var(--kobo_color_black);
	 margin-bottom: 55px;
 }
 
 .kobohomeSection1ImageSmall {
	 width: 100%;
	 max-width: 90%;
	 aspect-ratio: 1 / 1.35;
	 overflow: hidden;
 }
 
 .kobohomeSection1ImageSmall img,
 .kobohomeSection1ImageBig,
 .kobohomeSection1Video {
	 width: 100%;
	 height: 100%;
	 display: block;
	 object-fit: cover;
 }
 
 .kobohomeSection1Right {
	 width: 100%;
	 aspect-ratio: 1 / 1.28;
	 overflow: hidden;
 }
 
 .kobohomeSection1ImageBig,
 .kobohomeSection1Video {
	 height: 100%;
 }
 
 @media (max-width: 767px) {
	 .kobohomeSection1 {
		 padding: 60px 0;
	 }
 
	 .kobohomeSection1Inner {
		 grid-template-columns: 1fr;
		 gap: 35px;
	 }
 
	 .kobohomeSection1Title {
		 margin-bottom: 45px;
	 }
 
	 .kobohomeSection1ImageSmall {
		 max-width: 70%;
	 }
 
	 .kobohomeSection1Right {
		 aspect-ratio: 1 / 1.25;
	 }
 }	
 
 /* Kobo Full Banner */
 .kobobanfull {
	 margin: 50px auto;
 }
 
 .kobobanfull_in {
	 position: relative;
	 width: 100%;
	 height: 720px;
	 display: flex;
	 overflow: hidden;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
 }
 
 .kobobanfull_in::before {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: rgb(0 0 0 / 30%);
	 z-index: 1;
 }
 
 .kobobanfull_video {
	 position: absolute;
	 inset: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: 0;
 }
 
 .kobobanfull_meta {
	 position: relative;
	 z-index: 2;
	 color: #fff;
	 padding: 100px 50px;
	 max-width: 700px;
 }
 
 .kobobanfull_title h3 {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_subtitle_sz);
	 line-height: 1.2;
	 text-transform: uppercase;
	 margin: 0 0 10px;
 }
 
 .kobobanfull_text {
	 margin: 0 0 20px;
 }
 
 /* Positions */
 .kobobanfull_in--topleft {
	 align-items: flex-start;
	 justify-content: flex-start;
	 text-align: left;
 }
 
 .kobobanfull_in--topright {
	 align-items: flex-start;
	 justify-content: flex-end;
	 text-align: left;
 }
 
 .kobobanfull_in--center {
	 align-items: center;
	 justify-content: center;
	 text-align: center;
 }
 
 .kobobanfull_in--bottomleft {
	 align-items: flex-end;
	 justify-content: flex-start;
	 text-align: left;
 }
 
 .kobobanfull_in--bottomright {
	 align-items: flex-end;
	 justify-content: flex-end;
	 text-align: left;
 }
 
 .kobobanfull_villas{
	 display: flex;
	 gap: 20px;	
	 margin: 20px auto;
	 justify-content: center;
 }
 .kobobanfull_villatype{
	 
 }
 /* Kobo Full Banner Villas */
 
 .koboVillaBan {
	 margin: 50px auto;
 }
 
 .koboVillaBan__in {
	 position: relative;
	 width: 100%;
	 height: 720px;
	 display: flex;
	 overflow: hidden;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
 }
 
 .koboVillaBan__in::before {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: rgb(0 0 0 / 30%);
	 z-index: 2;
 }
 
 .koboVillaBan__hoverBg {
	 position: absolute;
	 inset: 0;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 opacity: 0;
	 transition: opacity .35s ease;
	 z-index: 1;
	 pointer-events: none;
 }
 
 .koboVillaBan__in.is-villa-hover .koboVillaBan__hoverBg {
	 opacity: 1;
 }
 
 .koboVillaBan__video {
	 position: absolute;
	 inset: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: 0;
 }
 
 .koboVillaBan__meta {
	 position: relative;
	 z-index: 3;
	 color: #fff;
	 padding: 100px 50px;
	 max-width: 700px;
 }
 
 .koboVillaBan__title h3 {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_subtitle_sz);
	 line-height: 1.2;
	 text-transform: uppercase;
	 margin: 0 0 10px;
 }
 
 .koboVillaBan__text {
	 margin: 0 0 20px;
 }
 
 .koboVillaBan__types {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 20px;
	 margin: 20px auto;
	 justify-content: center;
 }
 
 .koboVillaBan__in--topleft {
	 align-items: flex-start;
	 justify-content: flex-start;
	 text-align: left;
 }
 
 .koboVillaBan__in--topright {
	 align-items: flex-start;
	 justify-content: flex-end;
	 text-align: left;
 }
 
 .koboVillaBan__in--center {
	 align-items: center;
	 justify-content: center;
	 text-align: center;
 }
 
 .koboVillaBan__in--bottomleft {
	 align-items: flex-end;
	 justify-content: flex-start;
	 text-align: left;
 }
 
 .koboVillaBan__in--bottomright {
	 align-items: flex-end;
	 justify-content: flex-end;
	 text-align: left;
 }
 
 /* ======================================================
  
  KOBO — Promo Cols
  
  ====================================================== */
 
 .kobopromosCols {
	 padding: 50px 0;
 }
 
 .kobopromosCols__inner {
	 width: min(1200px, 95%);
	 margin: 0 auto;
	 display: flex;
	 justify-content: center;
	 gap: 22px;
 }
 
 .kobopromosCols__item {
	 width: 33.333%;
	 /* max-width: 360px; */
 }
 
 .kobopromosCols__image {
	 width: 100%;
	 aspect-ratio: 1 / 1.35;
	 overflow: hidden;
	 margin-bottom: 18px;
 }
 
 .kobopromosCols__image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 display: block;
 }
 
 .kobopromosCols__subtitle {
	 font-size: var(--kobo_font_size_subtitles);
	 font-family: var(--kobo_font_body);
	 text-transform: uppercase;
	 margin-bottom: 8px;
 }
 
 .kobopromosCols__title {
	 font-size: var(--kobo_font_size_row_titles);
	 font-family: var(--kobo_font_heading);
	 font-weight: 400;
	 margin: 0 0 22px;
 }
 
 .kobopromosCols__text {
	 font-size: var(--kobo_font_size_body);
	 font-family: var(--kobo_font_body);
	 line-height: 1.6;
	 margin-bottom: 28px;
 }
 
 .kobopromosCols__image {
	 position: relative;
	 overflow: hidden;
 }
 
 .kobopromosCols__image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 display: block;
	 transition: transform .7s cubic-bezier(.22,.61,.36,1);
	 will-change: transform;
 }
 
 /* Hover */
 .kobopromosCols__item:hover .kobopromosCols__image img {
	 transform: scale(1.06);
 }
 
 @media (max-width: 767px) {
	 .kobopromosCols {
		 padding: 60px 0 70px;
	 }
 
	 .kobopromosCols__inner {
		 width: 88%;
		 flex-direction: column;
		 gap: 46px;
	 }
 
	 .kobopromosCols__item {
		 width: 100%;
		 max-width: none;
	 }
 
	 .kobopromosCols__image {
		 aspect-ratio: 1 / 1.25;
	 }
 }
 
 /* ======================================================
 
 KOBO — Featured On (FINAL CENTERED BLOCK)
 
 ====================================================== */
 
 .kobofeaturedOn {
	 margin: 50px 0;
	 padding: 40px 0 20px;
	 border-top: 1px solid rgba(19,22,20,.25);
	 border-bottom: 1px solid rgba(19,22,20,.25);
	 overflow: hidden;
 } 
 .kobofeaturedOn__head {
	 text-align: center;
	 margin-bottom: 55px;
 }
 
 .kobofeaturedOn__head h2 {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_size_row_titles);
	 font-weight: 400;
	 margin: 0;
 } 
 .kobofeaturedOn__slider .slick-track {
	 display: flex !important;
 }
 
 .kobofeaturedOn__slide {
	 display: flex !important;
	 justify-content: center;
	 align-items: center;
	 padding: 0 22px;
	 height: auto !important;
 } 
 .kobofeaturedOn__card {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 text-align: center;
	 width: 100%;
 } 
 .kobofeaturedOn__image {
	 width: 100%;
	 margin-bottom: 18px;
 }
 
 .kobofeaturedOn__image img {
	 width: 100%;
	 height: auto;
	 display: block;
 } 
 .kobofeaturedOn__meta {
	 max-width: 320px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 6px;
 }
  
 .kobofeaturedOn__quote {
	 font-family: var(--kobo_font_body);
	 font-size: 12px;
	 font-style: italic;
	 line-height: 1.45;
 }
 .kobofeaturedOn__card a{
	 color: var(--kobo_color_black);
	 text-decoration: none !important;
 }
  
 .kobofeaturedOn__source {
	 font-family: var(--kobo_font_body);
	 font-size: 11px;
	 line-height: 1.3;
	 opacity: 0.8;
 } 
 .kobofeaturedOn .slick-dots {
	 position: static;
	 margin-top: 45px;
	 display: flex !important;
	 justify-content: center;
	 gap: 8px;
 }
 
 .kobofeaturedOn .slick-dots li {
	 margin: 0;
 }
 
 .kobofeaturedOn .slick-dots button {
	 width: 8px;
	 height: 8px;
	 padding: 0;
	 border-radius: 50%;
	 background: rgba(19,22,20,.18);
 }
 
 .kobofeaturedOn .slick-dots button::before {
	 display: none;
 }
 
 .kobofeaturedOn .slick-dots li.slick-active button {
	 background: rgba(19,22,20,.7);
 }
 
 /* ======================
	MOBILE
 ====================== */
 @media (max-width: 767px) {
 
	 .kobofeaturedOn {
		 padding: 35px 0 55px;
	 }
 
	 .kobofeaturedOn__head {
		 margin-bottom: 35px;
	 }
 
	 .kobofeaturedOn__slide {
		 padding: 0 12px;
	 }
 }


/* ======================================================
 
 KOBO — Home Section 4
 
 ====================================================== */
 
 .kobohomeSection4 {
	 padding: 50px 0;
 }
 
 .kobohomeSection4__inner {
	 width: min(1080px, 90%);
	 margin: 0 auto;
	 display: flex;
	 justify-content: center;
	 align-items: flex-start;
	 gap: 90px;
 }
 
 .kobohomeSection4__left {
	 width: 55%;
 }
 
 .kobohomeSection4__media {
	 width: 100%;
	 height: auto;
	 display: block;
	 object-fit: cover;
 }
 
 .kobohomeSection4__right {
	 width: 35%;
	 padding-top: 5px;
 }
 
 .kobohomeSection4__title {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_size_row_titles); 
	 margin: 0 0 34px;
 }
 
 .kobohomeSection4__text {
	 font-family: var(--kobo_font_body); 
	 line-height: 1.6;
	 margin-bottom: 24px;
 }
 
 .kobohomeSection4__smallImage {
	 width: 100%;
	 margin-top: 34px;
 }
 
 .kobohomeSection4__smallImage img {
	 width: 100%;
	 height: auto;
	 display: block;
	 filter: grayscale(100%);
 }

/* wrapper safety */
 .kobohomeSection4__left {
	 overflow: hidden;
 }
 
 /* media */
 .kobohomeSection4__media {
	 width: 100%;
	 height: auto;
	 display: block;
	 object-fit: cover;
	 transition: transform .9s cubic-bezier(.22,.61,.36,1);
	 will-change: transform;
 }
 
 /* hover */
 .kobohomeSection4__left:hover .kobohomeSection4__media {
	 transform: scale(1.06);
 }
 
 @media (max-width: 991px) {
	 .kobohomeSection4__inner {
		 flex-direction: column;
		 gap: 45px;
	 }
 
	 .kobohomeSection4__left,
	 .kobohomeSection4__right {
		 width: 100%;
	 }
 
	 .kobohomeSection4__right {
		 padding-top: 0;
	 }
 
	 .kobohomeSection4__smallImage {
		 max-width: 420px;
	 }
 }
 
 @media (max-width: 767px) {
	 .kobohomeSection4 {
		 padding: 70px 0;
	 }
 
	 .kobohomeSection4__inner {
		 width: 88%;
	 }
 }
 
/* ======================================================
 
 KOBO — Home Section 5
 
 ====================================================== */
 
 .kobohomeSection5 {
	 padding: 50px 0 100px;
 }
 
 .kobohomeSection5__inner {
	 width: min(1400px, 95%);
	 margin: 0 auto;
	 display: flex;
	 justify-content: center;
	 align-items: flex-start;
	 gap: 28px;
 }
 
 .kobohomeSection5__left {
	 width: 32%;
 }
 
 .kobohomeSection5__right {
	 width: 58%;
	 overflow: hidden;
 }
 
 .kobohomeSection5__smallImage {
	 width: 100%;
	 margin-bottom: 42px;
	 overflow: hidden;
 }
 
 .kobohomeSection5__smallImage img {
	 width: 100%;
	 height: 400px;
	 object-fit: cover;
	 display: block;
	 transition: transform .9s cubic-bezier(.22,.61,.36,1);
	 will-change: transform;
 }
 
 .kobohomeSection5__rightMedia {
	 width: 100%;
	 height: auto;
	 max-height: 700px;
	 object-fit: cover;
	 display: block;
	 transition: transform .9s cubic-bezier(.22,.61,.36,1);
	 will-change: transform;
 }
 
 .kobohomeSection5__smallImage:hover img,
 .kobohomeSection5__right:hover .kobohomeSection5__rightMedia {
	 transform: scale(1.06);
 }
 
 .kobohomeSection5__content {
	 max-width: 340px;
 }
 
 .kobohomeSection5__title {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_size_row_titles);
	 margin: 0 0 28px;
 }
 
 .kobohomeSection5__text {
	 font-family: var(--kobo_font_body);
	 line-height: 1.6;
	 margin-bottom: 24px;
 }
 
 /* ======================
	RESPONSIVE
 ====================== */
 
 @media (max-width: 991px) {
	 .kobohomeSection5__inner {
		 flex-direction: column;
		 gap: 40px;
	 }
 
	 .kobohomeSection5__left,
	 .kobohomeSection5__right {
		 width: 100%;
	 }
 
	 .kobohomeSection5__content {
		 max-width: none;
	 }
 }
 
 @media (max-width: 767px) {
	 .kobohomeSection5 {
		 padding: 20px 0 70px;
	 }
 
	 .kobohomeSection5__inner {
		 width: 88%;
	 }
 
	 .kobohomeSection5__smallImage {
		 margin-bottom: 30px;
	 }
 
	 .kobohomeSection5__smallImage img {
		 height: 300px;
	 }
 
	 .kobohomeSection5__rightMedia {
		 max-height: none;
	 }
	 .kobohomeSection4__smallImage{
		 display: none;
	 }
 }
 
 /* ======================================================
 
 KOBO — Featured Logos
 
 ====================================================== */
 
 .kobofeaturedLogos {
	 padding: 35px 0 28px;
	 text-align: center;
	 overflow: hidden;
 }
 
 .kobofeaturedLogos__head {
	 margin-bottom: 35px;
 }
 
 .kobofeaturedLogos__head h2 {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_size_row_titles);
	 font-weight: 400;
	 margin: 0;
 }
 
 .kobofeaturedLogos__slider {
	 width: min(1250px, 94%);
	 margin: 0 auto;
 }
 
 .kobofeaturedLogos__slide {
	 padding: 0 24px;
 }
 
 .kobofeaturedLogos__logo {
	 height: 55px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
 }
 
 .kobofeaturedLogos__logo img {
	 max-width: 180px;
	 max-height: 45px;
	 width: auto;
	 height: auto;
	 display: block;
	 object-fit: contain;
	 filter: grayscale(100%);
	 opacity: .75;
	 transition: opacity .35s ease, filter .35s ease;
 }
 
 .kobofeaturedLogos__logo:hover img {
	 filter: grayscale(0%);
	 opacity: 1;
 }
 
 /* Dots */
 .kobofeaturedLogos .slick-dots {
	 position: static;
	 margin-top: 40px;
	 display: flex !important;
	 justify-content: center;
	 gap: 7px;
 }
 
 .kobofeaturedLogos .slick-dots li {
	 width: auto;
	 height: auto;
	 margin: 0;
 }
 
 .kobofeaturedLogos .slick-dots button {
	 width: 7px;
	 height: 7px;
	 padding: 0;
	 border-radius: 50%;
	 background: rgba(19,22,20,.2);
 }
 
 .kobofeaturedLogos .slick-dots button::before {
	 display: none;
 }
 
 .kobofeaturedLogos .slick-dots li.slick-active button {
	 background: rgba(19,22,20,.7);
 }
 
 @media (max-width: 767px) {
	 .kobofeaturedLogos__slide {
		 padding: 0 18px;
	 }
 
	 .kobofeaturedLogos__logo img {
		 max-width: 150px;
		 max-height: 38px;
	 }
 }
 
 /* ======================================================
  
  KOBO — Single Villa 
  
  ====================================================== */

.koboslider_sview_title{
	color: #FFF;
}
.kobosvilla{
	 width: min(1180px, 90%);
	  margin: 70px auto;
	  display: grid;
	  grid-template-columns: 50% 50%;
	  justify-content: center;
	  /* gap: 70px; */
	  align-items: start;
   }  
   .kobosvillaL{
		
   }  
   .kobosvillaR{
		
   }
   .kobosvillametaTitle h2{
	   font-family: var(--kobo_font_heading);
	   font-size: var(--kobo_font_size_row_titles); 
	   margin: 0 0 35px;
   }
   .kobosvillametatext{
		max-width: 80%;
   }
   .kobosrviewSpecs{
	  width:100%; 
	  display:grid;
	  grid-template-columns:1fr 1fr;
	  column-gap:32px;
	  row-gap:18px;
	 max-width: 400px;
	 margin-right: 0;
	 margin-left: auto;
   }
   
   .kobosrviewSpec{
	  padding-bottom:14px;
	  border-bottom:1px solid rgba(0,0,0,.25);
	  min-height:74px;
   }
   
   .kobosrviewSpecTitle{
	  font-family:var(--kobo_font_heading);
	  font-weight:var(--kobo_font_weight);
	  margin-bottom:7px;
   }
   
   .kobo-book-inroom{
	  display:flex;
	  align-items:flex-end;
   }
   
   .kobo-book-room{
	  display:inline-flex;
	  align-items:center;
	  justify-content:center;
	  min-width:140px;
	  height:40px;
	  padding:0 18px;
	  border:1px solid var(--kobo_color_black);
	  font-size:var(--kobo_font_size_btn);
	  letter-spacing:.08em;
	  text-transform:uppercase;
	  color:var(--kobo_color_black);
	  text-decoration:none !important;
	  background:transparent;
	  transition:all .25s ease;
	  margin-top: 30px;
   }
   
   .kobo-book-room:hover{
	  opacity:0.8;
   }
   
   /* ======================================================
   
   KOBO — Property Room Amenities
   
   ====================================================== */
   
   .koboproAmenities {
		padding: 50px 0;
   }
   
   .koboproAmenities__inner {
		width: min(1180px, 90%);
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 110px;
   }
   
   .koboproAmenities__image {
		width: 52%;
		overflow: hidden;
   }
   
   .koboproAmenities__image img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
		transition: transform .9s cubic-bezier(.22,.61,.36,1);
		will-change: transform;
		max-height: 750px;
   }
   
   .koboproAmenities__image:hover img {
		transform: scale(1.06);
   }
   
   .koboproAmenities__content {
		width: 38%;
		max-width: 520px;
   }
   
   .koboproAmenities__block h2 {
		font-family: var(--kobo_font_heading);
		font-size: var(--kobo_font_size_row_titles); 
		text-transform: uppercase;
		margin: 0 0 34px;
   }
   
   .koboproAmenities__text {
		column-count: 2;
		column-gap: 70px;
		font-family: var(--kobo_font_body);
		font-size: var(--kobo_font_size_body);
		line-height: 1.7;
   }
   
   .koboproAmenities__text p {
		margin: 0 0 14px;
		break-inside: avoid;
   }
   
   .koboproAmenities__block--comforts {
		margin-top: 54px;
		padding-top: 54px;
		border-top: 1px solid rgba(19,22,20,.55);
   }
   
   @media (max-width: 991px) {
		.koboproAmenities__inner {
			 flex-direction: column;
			 gap: 50px;
		}
   
		.koboproAmenities__image,
		.koboproAmenities__content {
			 width: 100%;
			 max-width: none;
		}
   }
   
   @media (max-width: 767px) {
		.koboproAmenities {
			 padding: 70px 0;
		}
   
		.koboproAmenities__inner {
			 width: 88%;
		}
   
		/* .koboproAmenities__text {
			 column-count: 1;
		}
    */
		.koboproAmenities__block--comforts {
			 margin-top: 40px;
			 padding-top: 40px;
		}
		.kobosvilla { 
			margin: 40px auto;
			grid-template-columns: 1fr;
		}
		.kobosvillaL{
			width: 100%;
		}
		.kobosvillaR{
			width: 100%;
		}
   }

/* ======================================================
	  
	  KOBO — Property Room Gallery
	  
	  ====================================================== */
	  
	  .koboproGallery {
		   padding: 50px 0;
		   overflow: hidden;
	  }
	  
	  .koboproGallery__head {
		   text-align: center;
		   margin-bottom: 42px;
	  }
	  
	  .koboproGallery__head h2 {
		   font-family: var(--kobo_font_heading);
		   font-size: var(--kobo_font_size_row_titles);
		   font-weight: 400;
		   margin: 0;
	  }
	  
	  .koboproGallery__slider {
		   width: min(1500px, 95%);
		   margin: 0 auto;
	  }
	  
	  .koboproGallery__slide {
		   padding: 0;
	  }
	  
	  .koboproGallery__image {
		   width: 100%;
		   height: 420px;
		   overflow: hidden;
	  }
	  
	  .koboproGallery__image img {
		   width: 100%;
		   height: 100%;
		   object-fit: cover;
		   display: block;
		   transition: transform .9s cubic-bezier(.22,.61,.36,1);
		   will-change: transform;
	  }
	  
	  .koboproGallery__image:hover img {
		   transform: scale(1.06);
	  }
	  
	  /* Arrows */
	  .koboproGallery .slick-arrow {
		   position: absolute;
		   top: 50%;
		   transform: translateY(-50%);
		   z-index: 5;
		   width: 38px;
		   height: 38px;
		   border: 0;
		   background: transparent;
		   font-size: 0;
		   cursor: pointer;
	  }
	  
	  .koboproGallery .slick-prev {
		   left: -42px;
	  }
	  
	  .koboproGallery .slick-next {
		   right: -42px;
	  }
	  
	  .koboproGallery .slick-prev::before,
	  .koboproGallery .slick-next::before {
		   font-size: 34px;
		   line-height: 1;
		   color: var(--kobo_color_black);
		   opacity: 1;
	  }
	  
	  .koboproGallery .slick-prev::before {
		   content: "‹";
	  }
	  
	  .koboproGallery .slick-next::before {
		   content: "›";
	  }
	  
	  @media (max-width: 991px) {
		   .koboproGallery__image {
				height: 340px;
		   }
	  }
	  
	  @media (max-width: 767px) {
		   .koboproGallery {
				padding: 55px 0 70px;
		   }
	  
		   .koboproGallery__slider {
				width: 88%;
		   }
	  
		   .koboproGallery__image {
				height: 280px;
		   }
	  
		   .koboproGallery .slick-prev {
				left: -28px;
		   }
	  
		   .koboproGallery .slick-next {
				right: -28px;
		   }
	  }      

/* ======================================================

KOBO — Single Room Promo

====================================================== */

.kobosingleRoomPromo {
	padding: 50px 0;
}

.kobosingleRoomPromo__inner {
	width: min(1180px, 90%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 90px;
}

.kobosingleRoomPromo__left {
	width: 58%;
}

.kobosingleRoomPromo__right {
	width: 32%;
}

.kobosingleRoomPromo__subtitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	margin-bottom: 18px;
}

.kobosingleRoomPromo__mainMedia,
.kobosingleRoomPromo__sideImage {
	overflow: hidden;
}

.kobosingleRoomPromo__media,
.kobosingleRoomPromo__sideImage img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.kobosingleRoomPromo__mainMedia:hover .kobosingleRoomPromo__media,
.kobosingleRoomPromo__sideImage:hover img {
	transform: scale(1.06);
}

.kobosingleRoomPromo__sideImage {
	width: 100%;
	margin-bottom: 58px;
}

.kobosingleRoomPromo__content {
	max-width: 360px;
}

.kobosingleRoomPromo__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	margin: 0 0 34px;
}

.kobosingleRoomPromo__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.kobosingleRoomPromo__inner {
		flex-direction: column;
		gap: 45px;
	}

	.kobosingleRoomPromo__left,
	.kobosingleRoomPromo__right {
		width: 100%;
	}

	.kobosingleRoomPromo__content {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.kobosingleRoomPromo {
		padding: 70px 0;
	}

	.kobosingleRoomPromo__inner {
		width: 88%;
	}

	.kobosingleRoomPromo__sideImage {
		margin-bottom: 35px;
	}
} 

/* ======================================================

KOBO — Related Villas

====================================================== */

.kobovillaRelated {
	padding: 50px 0 100px;
}

.kobovillaRelated__inner {
	width: min(1080px, 94%);
	margin: 0 auto;
	position: relative;
}

.kobovillaRelated__heading {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles); 
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 58px;
}

.kobovillaRelated__slide {
	padding: 0 14px;
}
.kobovillaRelated__slider .koboVillaCard { 
	width: 100%;
	max-width: none; 
}
.kobovillaRelated .koboVillaCardImg {
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}

.kobovillaRelated .koboVillaCardImg img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.kobovillaRelated .koboVillaCardImg:hover img {
	transform: scale(1.06);
}

.kobovillaRelated .koboVillaCardTitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 16px;
}

.kobovillaRelated .koboVillaCardTitle a {
	color: inherit;
	text-decoration: none;
}

.kobovillaRelated .koboVillaSpecs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 18px;
	font-family: var(--kobo_font_body);
	font-size: 13px;
}

.kobovillaRelated .koboVillaSpecs span:not(:last-child)::after {
	content: "|";
	margin-left: 14px;
	opacity: .45;
}

.kobovillaRelated .koboVillaExcerpt {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	max-width: 560px;
	margin-bottom: 24px;
}

/* Arrows bottom right */
.kobovillaRelated__arrows {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 28px;
	margin-top: 34px;
}

.kobovillaRelated__arrows .slick-arrow {
	position: static;
	transform: none;
	width: 54px;
	height: 28px;
	border: 0;
	background: transparent;
	font-size: 0;
	cursor: pointer;
}

.kobovillaRelated__arrows .slick-prev::before,
.kobovillaRelated__arrows .slick-next::before {
	font-size: 46px;
	line-height: 1;
	color: var(--kobo_color_black);
	opacity: 1;
	font-family: serif;
}

.kobovillaRelated__arrows .slick-prev::before {
	content: "←";
}

.kobovillaRelated__arrows .slick-next::before {
	content: "→";
}

@media (max-width: 991px) {
	.kobovillaRelated .koboVillaCardImg img {
		height: 420px;
	}
}

@media (max-width: 767px) {
	.kobovillaRelated {
		padding: 70px 0;
	}

	.kobovillaRelated__inner {
		width: 88%;
	}

	.kobovillaRelated__heading {
		margin-bottom: 38px;
	}

	.kobovillaRelated__slide {
		padding: 0;
	}

	.kobovillaRelated .koboVillaCardImg img {
		height: 340px;
	}

	.kobovillaRelated__arrows {
		justify-content: center;
	}
}

/* ======================================================

KOBO — Offers Archive/List

====================================================== */

.koboOffers {
	padding: 0 0 110px;
}

.koboOffers__inner {
	width: min(1350px, 90%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.koboOfferRow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 85px;
}

.koboOfferRow__image {
	width: 58%;
	display: block;
	overflow: hidden;
}

.koboOfferRow__image img {
	width: 100%;
	height: 550px;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.koboOfferRow__image:hover img {
	transform: scale(1.06);
}

.koboOfferRow__content {
	width: 34%;
	max-width: 420px;
}

.koboOfferRow__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 28px;
}

.koboOfferRow__text {
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_body);
	line-height: 1.55;
	margin-bottom: 28px;
}

.koboOfferRow__text p {
	margin: 0 0 18px;
}

.koboOfferRow__text ul {
	margin: 12px 0 0;
	padding-left: 18px;
}

.koboOfferRow__text li {
	margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 991px) {
	.koboOffers__inner {
		gap: 70px;
	}

	.koboOfferRow {
		flex-direction: column;
		align-items: flex-start;
		gap: 35px;
	}

	.koboOfferRow__image,
	.koboOfferRow__content {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.koboOffers {
		padding: 70px 0;
	}

	.koboOffers__inner {
		width: 88%;
		gap: 60px;
	}

	.koboOfferRow__title {
		margin-bottom: 22px;
	}
}
 
	/* ======================================================
KOBO — Dining Section 2
====================================================== */

.kobodiningSec2 {
	padding: 90px 0 50px;
}

.kobodiningSec2__inner {
	width: min(1400px, 95%);
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.kobodiningSec2__left {
	width: 28%;
	max-width: 360px;
}

.kobodiningSec2__subtitle {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.kobodiningSec2__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_titles);
	margin: 0 0 26px;
	line-height: 1.1;
}

.kobodiningSec2__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
}

/* RIGHT */

.kobodiningSec2__right {
	width: 72%;
	position: relative;
}

.kobodiningSec2__slide {
	padding: 0 14px;
}

.kobodiningSec2__image {
	overflow: hidden;
}

.kobodiningSec2__image img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
}

.kobodiningSec2__image:hover img {
	transform: scale(1.06);
}

.kobodiningSec2__caption {
	text-align: left;
	margin-top: 14px;
	font-family: var(--kobo_font_heading);
	font-size: 15px;
}

/* ARROWS bottom right */

.kobodiningSec2__arrows {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 28px;
	margin-top: 48px;
	padding-right: 35px;
}

.kobodiningSec2__arrows .slick-arrow {
	position: static;
	transform: none;
	width: 52px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
}

.kobodiningSec2__arrows .slick-prev::before,
.kobodiningSec2__arrows .slick-next::before {
	font-size: 46px;
	line-height: 1;
	color: var(--kobo_color_black);
	opacity: 1;
	font-family: serif;
}

.kobodiningSec2__arrows .slick-prev::before {
	content: "←";
}

.kobodiningSec2__arrows .slick-next::before {
	content: "→";
}

/* Responsive */

@media (max-width: 991px) {
	.kobodiningSec2__inner {
		flex-direction: column;
		gap: 40px;
	}

	.kobodiningSec2__left,
	.kobodiningSec2__right {
		width: 100%;
	}
}	
 

 
/* ======================================================
KOBO — Dining Section 3
====================================================== */

.kobodiningSec3 {
	padding: 50px 0;
}

.kobodiningSec3__inner {
	width: min(1400px, 90%);
	margin: 0 auto;
}

.kobodiningSec3__head {
	width: min(920px, 88%);
	margin: 0 auto 60px;
	text-align: center;
}

.kobodiningSec3__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	margin: 0 0 24px;
}

.kobodiningSec3__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
}

.kobodiningSec3__list {
	display: flex;
	justify-content: center;
	gap: 22px;
	flex-wrap: wrap;
}

.kobodiningSec3__item {
	width: calc(33.333% - 15px);
	max-width: 420px;
}

.kobodiningSec3__image {
	width: 100%;
	aspect-ratio: 1 / 1.4;
	overflow: hidden;
	margin-bottom: 24px;
}

.kobodiningSec3__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.kobodiningSec3__image:hover img {
	transform: scale(1.06);
}

.kobodiningSec3__itemTitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 24px;
}

.kobodiningSec3__itemText {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	margin-bottom: 42px;
}

@media (max-width: 991px) {
	.kobodiningSec3__item {
		width: calc(50% - 12px);
	}
}

@media (max-width: 767px) {
	.kobodiningSec3 {
		padding: 70px 0;
	}

	.kobodiningSec3__inner {
		width: 88%;
	}

	.kobodiningSec3__head {
		margin-bottom: 40px;
	}

	.kobodiningSec3__item {
		width: 100%;
		max-width: none;
	}

	.kobodiningSec3__itemText {
		margin-bottom: 28px;
	}
}

/* ======================================================
KOBO — Dining Section 4
====================================================== */

.kobodiningSec4 {
	padding: 90px 0;
}

.kobodiningSec4__inner {
	width: min(1400px, 92%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 80px;
}

.kobodiningSec4__image {
	width: 60%;
	overflow: hidden;
}

.kobodiningSec4__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
}

.kobodiningSec4__image:hover img {
	transform: scale(1.05);
}

.kobodiningSec4__content {
	width: 34%;
	max-width: 420px;
}

.kobodiningSec4__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
}

.kobodiningSec4__text { 
	line-height: 1.6;
}

/* Responsive */

@media (max-width: 991px) {
	.kobodiningSec4__inner {
		flex-direction: column;
		gap: 40px;
	}

	.kobodiningSec4__image,
	.kobodiningSec4__content {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.kobodiningSec4 {
		padding: 70px 0;
	}

	.kobodiningSec4__inner {
		width: 88%;
	}
}
  
/* ======================================================

KOBO — Wellness Section 1

====================================================== */

.kobowellness1 {
	padding: 50px 0;
}

.kobowellness1__inner {
	width: min(1180px, 90%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 90px;
}

.kobowellness1__left {
	width: 58%;
}

.kobowellness1__right {
	width: 32%;
}

.kobowellness1__subtitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	margin-bottom: 18px;
}

.kobowellness1__mainMedia,
.kobowellness1__sideImage {
	overflow: hidden;
}

.kobowellness1__media,
.kobowellness1__sideImage img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
	max-height: 750px;
}

.kobowellness1__mainMedia:hover .kobowellness1__media,
.kobowellness1__sideImage:hover img {
	transform: scale(1.06);
}

.kobowellness1__sideImage {
	width: 100%;
	margin-bottom: 58px;
}

.kobowellness1__content {
	max-width: 360px;
}

.kobowellness1__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	margin: 0 0 34px;
}

.kobowellness1__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	margin-bottom: 28px;
}

.kobowellness1__menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	margin-top: 22px;
}

@media (max-width: 991px) {
	.kobowellness1__inner {
		flex-direction: column;
		gap: 45px;
	}

	.kobowellness1__left,
	.kobowellness1__right {
		width: 100%;
	}

	.kobowellness1__content {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.kobowellness1 {
		padding: 70px 0;
	}

	.kobowellness1__inner {
		width: 88%;
	}

	.kobowellness1__sideImage {
		margin-bottom: 35px;
	}
}
  
/* ======================================================

KOBO — Wellness Section 3

====================================================== */

.kobowellness3 {
	padding: 50px 0;
}

.kobowellness3__image { 
	width: 100%;
	height: 620px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.kobowellness3__image img {
	width: 100%;
	height: 620px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.kobowellness3__image:hover img {
	transform: scale(1.04);
}

.kobowellness3__content {
	width: min(920px, 88%);
	margin: 55px auto 0;
	text-align: center;
}

.kobowellness3__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	margin: 0 0 28px;
}

.kobowellness3__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
}

.kobowellness3__btn{
	margin: 20px 0 0;
}

@media (max-width: 991px) {
	.kobowellness3__image img {
		height: 440px;
	}
}

@media (max-width: 767px) {
	.kobowellness3 {
		padding-bottom: 60px;
	}

	.kobowellness3__image img {
		height: 320px;
	}

	.kobowellness3__content {
		margin-top: 38px;
	}
}  
  
/* ======================================================
KOBO — Wellness Section 4
====================================================== */

.kobowellness4 {
	padding: 50px 0;
}

.kobowellness4__inner {
	width: min(1300px, 92%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 80px;
}

/* LEFT */

.kobowellness4__content {
	width: 30%;
	max-width: 340px;
}

.kobowellness4__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
}

.kobowellness4__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
}

/* RIGHT */

.kobowellness4__images {
	width: 70%;
	display: flex;
	gap: 28px;
}

.kobowellness4__image {
	width: 50%;
	overflow: hidden;
}

.kobowellness4__image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.kobowellness4__image:hover img {
	transform: scale(1.06);
}

/* Responsive */

@media (max-width: 991px) {
	.kobowellness4__inner {
		flex-direction: column;
		gap: 40px;
	}

	.kobowellness4__content,
	.kobowellness4__images {
		width: 100%;
		max-width: none;
	}

	.kobowellness4__image img {
		height: 360px;
	}
}

@media (max-width: 767px) {
	.kobowellness4 {
		padding: 70px 0;
	}

	.kobowellness4__inner {
		width: 88%;
	}

	.kobowellness4__images {
		flex-direction: column;
	}

	.kobowellness4__image {
		width: 100%;
	}
}

/* ======================================================
KOBO — Experiences Section 1
====================================================== */

.koboexpSec1 {
	padding: 0;
}

.koboexpSec1__inner {
	width: min(1200px, 90%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 85px;
}

.koboexpSec1__mediaWrap {
	width: 58%;
	overflow: hidden;
}

.koboexpSec1__media {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
	max-height: 720px;
}

.koboexpSec1__mediaWrap:hover .koboexpSec1__media {
	transform: scale(1.06);
}

.koboexpSec1__content {
	width: 34%;
	max-width: 420px;
}

.koboexpSec1__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 28px;
}

.koboexpSec1__text { 
	line-height: 1.6;
	margin-bottom: 26px;
}

@media (max-width: 991px) {
	.koboexpSec1__inner {
		flex-direction: column;
		gap: 40px;
	}

	.koboexpSec1__mediaWrap,
	.koboexpSec1__content {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.koboexpSec1 {
		padding: 70px 0;
	}

	.koboexpSec1__inner {
		width: 88%;
	}
}

/* ======================================================
KOBO — Experiences Section 2
====================================================== */

.koboexpSec2 {
	padding: 50px 0;
	text-align: center;
}

.koboexpSec2__inner {
	width: min(920px, 88%);
	margin: 0 auto;
}

.koboexpSec2__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 18px;
}

.koboexpSec2__text { 
	line-height: 1.6; 
}

/* Responsive */

@media (max-width: 767px) {
	.koboexpSec2 {
		padding: 70px 0 40px;
	}

	.koboexpSec2__inner {
		width: 88%;
	}
}

/* ======================================================
KOBO — Experiences Section 3
====================================================== */

.koboexpSec3 {
	padding: 50px 0 ;
}

.koboexpSec3__inner {
	width: min(1180px, 95%);
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 42px;
}

.koboexpSec3__left {
	width: 31%;
}

.koboexpSec3__right {
	width: 69%;
}

.koboexpSec3__smallImage,
.koboexpSec3__mainMedia {
	overflow: hidden;
}

.koboexpSec3__smallImage img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.koboexpSec3__media {
	width: 100%;
	height: 410px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.koboexpSec3__smallImage:hover img,
.koboexpSec3__mainMedia:hover .koboexpSec3__media {
	transform: scale(1.06);
}

.koboexpSec3__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.2;
	margin: 28px 0 0;
}

.koboexpSec3__content {
	max-width: 690px;
	margin-top: 28px;
}

.koboexpSec3__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	margin-bottom: 22px;
}

@media (max-width: 991px) {
	.koboexpSec3__inner {
		flex-direction: column;
		gap: 35px;
	}

	.koboexpSec3__left,
	.koboexpSec3__right {
		width: 100%;
	}

	.koboexpSec3__smallImage img,
	.koboexpSec3__media {
		height: 360px;
	}
}

@media (max-width: 767px) {
	.koboexpSec3 {
		padding: 60px 0 70px;
	}

	.koboexpSec3__inner {
		width: 88%;
	}

	.koboexpSec3__smallImage img,
	.koboexpSec3__media {
		height: 300px;
	}
}

/* ======================================================
KOBO — Experiences Sections 5 & 6
====================================================== */

.koboexpSec56 {
	padding: 50px 0;
}

.koboexpSec56__inner {
	width: min(1180px, 90%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 90px;
}

.koboexpSec56__left {
	width: 34%;
	padding-top: 20px;
}

.koboexpSec56__right {
	width: 56%;
}

.koboexpSec56__leftContent {
	max-width: 340px;
	margin-bottom: 42px;
}

.koboexpSec56__rightContent {
	max-width: 600px;
	margin-top: 28px;
}

.koboexpSec56__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 22px;
}

.koboexpSec56__title--large {
	font-size: var(--kobo_font_size_row_titles);
	margin-bottom: 20px;
}

.koboexpSec56__text {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	margin-bottom: 22px;
}

.koboexpSec56__smallImage,
.koboexpSec56__mainImage {
	overflow: hidden;
}

.koboexpSec56__smallImage img,
.koboexpSec56__mainImage img {
	width: 100%;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.koboexpSec56__smallImage img {
	height: 390px;
	filter: grayscale(100%);
}

.koboexpSec56__mainImage img {
	height: 640px;
}

.koboexpSec56__smallImage:hover img,
.koboexpSec56__mainImage:hover img {
	transform: scale(1.06);
}

@media (max-width: 991px) {
	.koboexpSec56__inner {
		flex-direction: column;
		gap: 55px;
	}

	.koboexpSec56__left,
	.koboexpSec56__right {
		width: 100%;
		padding-top: 0;
	}

	.koboexpSec56__leftContent,
	.koboexpSec56__rightContent {
		max-width: none;
	}

	.koboexpSec56__mainImage img {
		height: 460px;
	}
}

@media (max-width: 767px) {
	.koboexpSec56 {
		padding: 70px 0;
	}

	.koboexpSec56__inner {
		width: 88%;
	}

	.koboexpSec56__smallImage img,
	.koboexpSec56__mainImage img {
		height: 320px;
	}
}
.koboexpla{
	padding-bottom: 100px;
}

/* ======================================================

KOBO — xxxx SECTION

====================================================== */


/* kobo en */

/* kobo resp */
@media (max-width: 1500px){
	.navbar-style-one .dropdown-menu>li.menu-item>a {
		margin: 0 5px;
	}
	.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
		padding-right: 10px;
		font-size: 13px;
	} 
	#site-logo img {
		max-width: 120px;
	}
	.site-logo-koborc img { 
		max-width: 120px !important;
	}
	.kobobook a {
		font-size: 13px;
	}
	
}
@media (max-width: 767px){
	:root { 
		--kobo_font_size_body: 13px;
		--kobo_font_size_btn: 13px;
		--kobo_font_size_titles: 30px;
		--kobo_font_size_row_titles: 24px;

		--kobo_slider_height: calc(100vh - 150px) !important;
	} 
	#site-header-inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.is-sticky #site-header-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#site-logo img { 
		max-width: 100px;
	} 
	.header-one #site-logo { 
		gap: 0;
		flex-wrap: wrap;
		justify-content: center;
		float: none;
	}
	.site-logo-koborc{
		width: 100%; 
		margin-top: 5px;
	}
	.site-logo-koborc img{
		max-width: 90px !important;
		margin: 0 auto;
		text-align: center;
	}
	.is-sticky .site-logo-koborc { 
		display: none !important;
	}
	.kobomenunavcT{
		display: none;
	}
	#mobile-menu a {
		gap: 10px;
	}
	#sidr-main.left{
		left: -95%;
	}
	#sidr-main {
		width: 95%;
	}
	.kobohmeta {
		margin: 40px 10px;
	}
	.koboFblckaF {
		width: 100%;
	}
	.koboFblcka {
		gap: 40px; 
		flex-wrap: wrap;
	}
	.koboFooterLogo {
		max-width: 150px;
		margin: 0 auto;
	}
	.koboFblckaL {
		width: 100%;
	}
	.koboFblckaLInner {
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
		align-items: center; 
		text-align: center;
	}
	.koboFblckaLInner>.koboFblckaS {
		width: 100%;
	}
	.koboFblckaLInner>.koboFblckaS:nth-child(2) { 
		padding-left: 0;
		width: 100%;
	}
	.koboFblckaLInner>.koboFblckaS:nth-child(2)::before{
		display: none;
	}
	.koboFblckc { 
		flex-wrap: wrap;
	}
	.koboFblckcF {
		width: 100%;
		text-align: center;
	}
	.koboFblckcS {
		width: 100%;
		margin: 40px 20px 0;
	}
	.koboFblckcSpartners{ 
		flex-wrap: wrap;
		justify-content: center;
	}
	.koboFblckcSpartner{
		width: 33.333%;
	}
	.kobobbar{
		display: none;
	}
	
	body.single-villas{ 
		--kobo_font_size_titles: 32px; 
	}
	.kobo-book-room{ 
		margin: 20px 0 40px;
	}
	.kobohomeSection5__right{
		display: none !important;
	}
	.kobosingleRoomPromo__media{
		display: none !important;
	}
	
	
}