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

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

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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




/* Slick Slider CSS Define Here */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}


/* Theme CSS Starts Here
=================================================================================*/

@font-face {
    font-family: 'DejaVu Sans Mono';
    src: url('assets/`/DejaVuSansMono-Bold.eot');
    src: url('assets/fonts/DejaVuSansMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DejaVuSansMono-Bold.woff2') format('woff2'),
        url('assets/fonts/DejaVuSansMono-Bold.woff') format('woff'),
        url('assets/fonts/DejaVuSansMono-Bold.ttf') format('truetype'),
        url('assets/fonts/DejaVuSansMono-Bold.svg#DejaVuSansMono-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans Mono';
    src: url('assets/fonts/DejaVuSansMono.eot');
    src: url('assets/fonts/DejaVuSansMono.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DejaVuSansMono.woff2') format('woff2'),
        url('assets/fonts/DejaVuSansMono.woff') format('woff'),
        url('assets/fonts/DejaVuSansMono.ttf') format('truetype'),
        url('assets/fonts/DejaVuSansMono.svg#DejaVuSansMono') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('assets/fonts/DejaVuSans-Bold.eot');
    src: url('assets/fonts/DejaVuSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DejaVuSans-Bold.woff2') format('woff2'),
        url('assets/fonts/DejaVuSans-Bold.woff') format('woff'),
        url('assets/fonts/DejaVuSans-Bold.ttf') format('truetype'),
        url('assets/fonts/DejaVuSans-Bold.svg#DejaVuSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('assets/fonts/DejaVuSans.eot');
    src: url('assets/fonts/DejaVuSans.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DejaVuSans.woff2') format('woff2'),
        url('assets/fonts/DejaVuSans.woff') format('woff'),
        url('assets/fonts/DejaVuSans.ttf') format('truetype'),
        url('assets/fonts/DejaVuSans.svg#DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Serif';
    src: url('asstes/fonts/DejaVuSerif-Bold.eot');
    src: url('asstes/fonts/DejaVuSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('asstes/fonts/DejaVuSerif-Bold.woff2') format('woff2'),
        url('asstes/fonts/DejaVuSerif-Bold.woff') format('woff'),
        url('asstes/fonts/DejaVuSerif-Bold.ttf') format('truetype'),
        url('asstes/fonts/DejaVuSerif-Bold.svg#DejaVuSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Serif';
    src: url('assets/fonts/DejaVuSerif.eot');
    src: url('assets/fonts/DejaVuSerif.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DejaVuSerif.woff2') format('woff2'),
        url('assets/fonts/DejaVuSerif.woff') format('woff'),
        url('assets/fonts/DejaVuSerif.ttf') format('truetype'),
        url('assets/fonts/DejaVuSerif.svg#DejaVuSerif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Serif';
    src: url('assets/fonts/DejaVuSerif-Italic.eot');
    src: url('assets/fonts/DejaVuSerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DejaVuSerif-Italic.woff2') format('woff2'),
        url('assets/fonts/DejaVuSerif-Italic.woff') format('woff'),
        url('assets/fonts/DejaVuSerif-Italic.ttf') format('truetype'),
        url('assets/fonts/DejaVuSerif-Italic.svg#DejaVuSerif-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Black.eot');
    src: url('assets/fonts/DMSans-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Black.woff2') format('woff2'),
        url('assets/fonts/DMSans-Black.woff') format('woff'),
        url('assets/fonts/DMSans-Black.ttf') format('truetype'),
        url('assets/fonts/DMSans-Black.svg#DMSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Bold.eot');
    src: url('assets/fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Bold.woff2') format('woff2'),
        url('assets/fonts/DMSans-Bold.woff') format('woff'),
        url('assets/fonts/DMSans-Bold.ttf') format('truetype'),
        url('assets/fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Medium.eot');
    src: url('assets/fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Medium.woff2') format('woff2'),
        url('assets/fonts/DMSans-Medium.woff') format('woff'),
        url('assets/fonts/DMSans-Medium.ttf') format('truetype'),
        url('assets/fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-SemiBold.eot');
    src: url('assets/fonts/DMSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('assets/fonts/DMSans-SemiBold.woff') format('woff'),
        url('assets/fonts/DMSans-SemiBold.ttf') format('truetype'),
        url('assets/fonts/DMSans-SemiBold.svg#DMSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Light.eot');
    src: url('assets/fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Light.woff2') format('woff2'),
        url('assets/fonts/DMSans-Light.woff') format('woff'),
        url('assets/fonts/DMSans-Light.ttf') format('truetype'),
        url('assets/fonts/DMSans-Light.svg#DMSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Regular.eot');
    src: url('assets/fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Regular.woff2') format('woff2'),
        url('assets/fonts/DMSans-Regular.woff') format('woff'),
        url('assets/fonts/DMSans-Regular.ttf') format('truetype'),
        url('assets/fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
	--color-text: #1C2B2D;
	--color-link: #C9953A;
	--color-link-hover: #3B8686;
	--color-button-bg: #3B8686;
	--color-button-text: #F3EDE4;
	--color-button-border: #3B8686;
  }
  
  html {
	font-size: 16px;
  }
  
  body {
	margin: 0;
	font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-text);
	background: #F3EDE4;
  }
  
  img {
	max-width: 100%;
	height: auto;
	display: block;
  }
  
  /* Layout */
  .container {
	width: 100%;
	max-width: 1340px;
	padding: 0 30px;
	margin: 0 auto;
}
.post, .page {
	margin: 0;
}
  
  /* Headings */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	margin: 0 0 0.5em;
	font-family: "DejaVu Serif", "Times New Roman", Times, serif;
	line-height: 1.2;
	color: var(--color-text);
  }
  
  h1 { font-size: 85px; font-weight: 400; }
  h2 { font-size: 48px; font-weight: 400; }
  h3 { font-size: 36px; font-weight: 400; }
  h4 { font-size: 24px; font-weight: 400; }
  h5 { font-size: 22px; font-weight: 400; }
  h6 { font-size: 20px; font-weight: 400; }
  
  /* Links */
  a {
	color: var(--color-link);
	text-decoration: underline;
	transition: none;
  }
  
  a:hover,
  a:focus-visible {
	color: var(--color-link-hover);
	text-decoration: none;
	transition: none;
  }
  
  /* Buttons */
  button,
  .button, input[type="submit"] {
	background: var(--color-button-bg);
	color: var(--color-button-text);
	border: 2px solid var(--color-button-border);
	border-radius: 0;
	padding: 11px 21px 9px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	font-family: "DejaVu Sans Mono", "Courier New", Courier, monospace;
	letter-spacing: 0.08em;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	text-transform: uppercase;
  }
  
  button:hover,
  button:focus-visible,
  .button:hover,
  .button:focus-visible, input[type="submit"]:hover,
  input[type="submit"]:focus-visible, input[type="submit"]:hover,
  .button:focus-visible {
	color: var(--color-button-text);
	background: #C9953A;
	border-color: #C9953A;
  }

  .site-wrapper {
	overflow: hidden;
  }
  


  /* Banner Section Starts Here
  ==================================================================== */
  .banner_sec {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 72px 0;
  }



  
/* ===========================
   BANNER SECTION
   =========================== */
.banner {
	position: relative;
	display: flex;
	flex-direction: column;
	background-size: cover;
	color: #F3EDE4;
	overflow: hidden;
  }
  /* .banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.9;
	background:
	linear-gradient(
	  180deg,
	  #D4A060 0%,
	  #C9953A 0,
	  #3A2010 15%,
	  #1A1A14 25%,
	  #141E18 39%,
	  #163028 47%,
	  #184840 54%,
	  #1A6060 68%,
	  #1E7272 80%,
	  #207880 90%,
	  #1E6E7A 100%
	),
	linear-gradient(
	  180deg,
	  #D4A060 0%,
	  #C9953A 0,
	  #3A2010 15%,
	  #1A1A14 25%,
	  #141E18 39%,
	  #163028 47%,
	  #184840 54%,
	  #1A6060 68%,
	  #1E7272 80%,
	  #207880 90%,
	  #1E6E7A 100%
	);
  } */

  #descent-rail{
	position:fixed;
	right:20px;
	top:0;
	bottom:30px;
	width:1px;
	z-index:300;
	pointer-events:none;
	display: none;
  }
  .home #descent-rail {
	display: block;
  }
  #descent-rail::before {
	content: "";
	border-right: dotted 4px #C9953A;
	position: absolute;
	top: 0;
	bottom: -30px;
	left: 0;
	right: 0;
  }
  #descent-fill{
	position:absolute;top:0;left:0;right:0;height:0;
	background:linear-gradient(to bottom,
	  rgba(201,149,58,.6) 0%,
	  rgba(59,134,134,.8) 50%,
	  rgba(107,196,199,1) 100%
	);
	transition:height .1s linear;
	display: none;
  }
  #descent-dot{
	position:absolute;right:-3px;
	width:7px;height:7px;border-radius:50%;
	background:var(--evap-cyan);
	box-shadow:0 0 10px rgba(107,196,199,.9);
	transform:translateY(0);
	transition:top .1s linear;
	display: none;
  }
  #descent-label{
	position:absolute;
	right:14px;
	white-space:nowrap;
	transform:translateY(5px);
	transition:top .1s linear;
	background: #C9953A;
	padding: 2px 10px;
	border-radius: 9999px;
	color: #2C2622;
	font-size: 12px;
	line-height: 1.5;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  }
  
  /* ===========================
	 HEADER
	 =========================== */
  .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 68px 0;
  }
  
  .header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1371px;
  }
  
  /* Logo */
  .logo {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #F3EDE4;
	gap: 4px;
  }
  
  .logo:hover {
	color: #F3EDE4;
	text-decoration: none;
  }
  
  
  /* Navigation */
  .nav__list {
	display: flex;
	align-items: center;
	gap: 23px;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .nav__list li {
	list-style: none;
	padding: 1px 0 0;
	margin: 0;
  } 
  .nav__list a {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	display: block;
	color: 	#F3EDE4;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: color 0.2s;
	text-transform: uppercase;
  }
  
  .nav__list a:after {
	content: "";
	display: block;
	background: url(assets/images/menu-arrow.svg) no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
  
  .nav__list a:hover {
	color: #C9953A;
  }
  
  .nav__list svg {
	width: 10px;
	height: 6px;
	flex-shrink: 0;
  }
  
  /* Mobile Nav Toggle */
  .nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
  }
  
  .nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
  }
  .header__top__btn__wrap {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1371px;
	top: 0;
	text-align: right;
  }
  .header__top__btn__wrap__inner {
	display: inline-block;
	background: #3B8686;
	padding: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  }
  .header__top__btn__wrap__inner a {
	display: inline-block;
	color: #F3EDE4;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	text-transform: uppercase;
	padding: 8px 15px 6px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.header__top__btn__wrap__inner a.active, .header__top__btn__wrap__inner a:hover {
	background: #2D5F5F;
	color: #F3EDE4;
}

/* —— Megamenu (desktop) —— */
.nav__item--mega {
	position: static;
}

.mega_menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -50px;
	background: #1C2B2D;
	border-top: solid 1px #C9953A;
	z-index: 99999;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}
.mega_menu:before {
    content: "";
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    height: 54px;
    display: block;
}

@media (min-width: 992px) {
	.nav__item--mega:hover .mega_menu,
	.nav__item--mega:focus-within .mega_menu,
	.nav__item--mega .mega_menu:hover {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}
}

.mega_menu__inner {
	padding: 28px 0 44px;
}

@media (min-width: 1200px) {
	.mega_menu__inner {
		display: grid;
		grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
		grid-template-rows: repeat(10, auto);
		align-items: stretch;
		column-gap: 40px;
	}
}
@media (min-width: 992px) {
	.mega_menu__inner {
		display: grid;
		grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
		grid-template-rows: repeat(10, auto);
		align-items: stretch;
		column-gap: 40px;
	}
}

.mega_menu__tab {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	width: 100%;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 17px 17px 16px;
	margin: 0;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	text-transform: uppercase;
	color: #F3EDE4;
	border-radius: 0;
	position: relative;
	transition: background 0.2s ease, color 0.2s ease;
}

.mega_menu__tab-title {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #F3EDE4;
	text-decoration: underline;
	text-underline-offset: 3px;
	position: relative;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	width: 100%;
}

.mega_menu__tab-title::after {
	content: "";
	background: url(assets/images/link-arrow.svg) no-repeat center center;
	background-size: 100%;
    display: block;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 7px;
    height: 12px;
	opacity: 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.mega_menu__tab.is-active .mega_menu__tab-title {
	color: #C9953A;
}
.mega_menu__tab.is-active .mega_menu__tab-title::after {
	right: -10px;
	opacity: 1;	
}

.mega_menu__tab.is-active {
	background: #3B868626;
}

.mega_menu__tab-desc {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #F3EDE4;
	margin-top: 7px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
}


.mega_menu__tab-icon {
	display: none;
}
.mega_menu__col li a::after {
	display: none;
}
@media (min-width: 992px) {

	.mega_menu__tab[data-mega-panel="destinations"] {
		grid-column: 1;
		grid-row: 1;
	}
	.mega_menu__tab[data-mega-panel="tours"] {
		grid-column: 1;
		grid-row: 2;
	}
	.mega_menu__tab[data-mega-panel="experiences"] {
		grid-column: 1;
		grid-row: 3;
	}
	.mega_menu__tab[data-mega-panel="dining"] {
		grid-column: 1;
		grid-row: 4;
	}

	.mega_menu__panel {
		grid-column: 2;
		grid-row: 1 / -1; /* -1 = always span to last row, no matter how many tabs */
		align-self: start;
		display: none;
		padding-top: 4px;
		height: 100%;
	}

	.mega_menu__panel.is-active {
		display: block;
	}
}

.mega_menu__cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 32px;
	border-left: 1px solid #c9953a40;
	padding-left: 36px;
	min-height: 100%;
}

.mega_menu__col {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #c9953a40;
	padding-left: 24px;
}

.mega_menu__col:first-child {
	border-left: none;
	padding-left: 0;
}

.mega_menu__col li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}

.mega_menu__col a {
    font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;
    color: #F3EDE4;
    text-decoration: none;
    text-transform: inherit;
    display: inline-block;
    transition: color 0.2s ease;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.mega_menu__col a:hover {
	color: #C9953A;
}

/* Mobile nav chrome (hidden on desktop) */
.mobile-nav__bar {
	display: none;
}

.mobile-nav__close {
	background: none;
	border: none;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
	font-family: inherit;
}
.mega-menu-open .header {
	background: #1C2B2D;
}


  
  /* ===========================
	 BANNER CONTENT
	 =========================== */
  .banner__content {
	flex: 1;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    padding: 254px 0 233px;
    position: relative;
    z-index: 1;
  }
  
  .banner__content .container {
	display: flex;
	flex-direction: column;
	align-items: center;
  }


  .hotel_about_details_sec {
	padding: 0 0 13px;
	overflow: hidden;
  }
  
  
  /* Country Tabs */
  .banner__tabs {
	display: flex;
	gap: 11px;
	margin-bottom: 70px;
  }
  .banner__tabs .button {
	position: relative;
	background: #3B8686 !important;
	border-color: #3B8686 !important;
	cursor: default;
  }
  .banner__tabs .button::before {
	content: "";
	border: solid 1px #FFFFFF;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 9px;
  }
.banner__tabs .button::after {
	content: "";
	display: block;
	background: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 17px;
    left: 26px;
	border-radius: 100%;
}
  .tab {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 14px 20px 10px;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
	border: solid 1px #F3EDE4;
	color: #F3EDE4;
	text-transform: uppercase;
	min-width: 113px;
  }
  
  .tab--active {
	background-color: #3B8686;
	color: #F3EDE4;
	border-color: #3B8686;
  }
  
  .tab:not(.tab--active) {
	background-color: transparent;
	border: solid 1px #F3EDE4;
	color: #F3EDE4;
  }
  
  .tab:hover {
	color: #F3EDE4;
	text-decoration: none;
  }
  
  .tab:not(.tab--active):hover {
	border-color: #F3EDE4;
  }
  
  /* Data Ticker */
  .banner__ticker {
	display: flex;
	align-items: center;
	gap: 41px;
	margin-bottom: 32px;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #C9953A;
  }
  
  /* Heading */
  .banner__heading {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-weight: 400;
	color: #F3EDE4;
	margin-bottom: 28px;
	max-width: 900px;
	position: relative;
  }
  
  .banner__heading em {
	font-style: normal;
	color: #C9953A;
  }
  
  /* Badge */
  .banner__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #C9953A;
	color: #1C2B2D;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 4px 12px;
	border-radius: 20px;
	position: absolute;
	right: -80px;
	bottom: 20px;
  }
  
  /* Subtitle */
  .banner__subtitle {
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	line-height: 1.6;
	color: #F3EDE4;
	max-width: 900px;
	font-weight: 400;
	margin-top: 1px;
  }

  .hero-scene{
	opacity: 0.9;
	position:absolute;inset:0;
	/* The gradient simulates the descent visually:
	   top = golden desert sky, middle = dark earth,
	   bottom = mineral-teal Dead Sea water */
	/*	background:linear-gradient(180deg,
	  #d4a060 0%,   
	  #8a5828 10%,
	  #3a2010 18%,
	  #1a1a14 24%, 
	  #141e18 32%,
	  #163028 42%,
	  #184840 54%,
	  #1a6060 68%,  
	  #1e7272 80%,
	  #207880 90%,
	  #1e6e7a 100%   
	);*/
	animation:heroBreath 5s ease-in-out infinite alternate;
  }
  @keyframes heroBreath{
	0%{filter:brightness(1)}
	100%{filter:brightness(0.7) saturate(1)}
  }
  
  /* Top gradient fade for readability */
  .hero-vignette{
	opacity: 0.9;
	position:absolute;inset:0;
	background:linear-gradient(180deg,
	  rgba(28,43,45,.45) 0%,
	  rgba(28,43,45,.0) 35%,
	  rgba(28,43,45,.0) 60%,
	  rgba(28,43,45,.65) 100%
	);
  }
  

  /* ===========================
   THREE COLUMN / PILLARS SECTION
   =========================== */
.pillars {
	position: relative;
	overflow: hidden;
	background: #1C2B2D;
  }
  
  .pillars__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	position: relative;
  }
  
  .pillars__col::before,
  .pillars__col::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none;
  }
  
  .pillars__col::before {
	top: 0;
	height: 180px;
	background: linear-gradient(180deg, #0c1a1c 10%, transparent 100%);
  }
  
  .pillars__col::after {
	bottom: 0;
	height: 180px;
	background: linear-gradient(0deg, #0c1a1c 10%, transparent 100%);
  }
  
  .pillars__col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	position: relative;
  }

  .pillars__col__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	padding: 64px 54px;
	height: 100%;
	min-height: 607px;
  }

  .pillars__col > * {
	position: relative;
	z-index: 9999999;
  }
  .pillars__content {
	height: 0;
	overflow: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	opacity: 0;
  }
  .pillars__content p {
	color: #F3EDE4;
	margin-top: 0;
  }
  .pillars__content .button {
	background: #C9953A;
	border-color: #C9953A;
  }
  .pillars__content .button:hover, .pillars__content .button:focus {
	background: #3B8686;
	border-color: #3B8686;
  }
  .pillars__col:hover .pillars__content {
	height: 100%;
	opacity: 1;
  }
  
  /* Gradient vertical divider — bright in middle, fades at top & bottom */
  .pillars__col:not(:last-child) .pillars__col__inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(
	  180deg,
	  transparent 0%,
	  rgba(201, 149,58, 0.06) 5%,
	  rgba(201, 149,58, 1) 50%,
	  rgba(201, 149,58, 0.06) 95%,
	  transparent 100%
	);
	z-index: 2;
  }
  
  /* Column gradient backgrounds */
  .pillars__col--float {
	background: linear-gradient(
	  180deg,
	  #0d1e2a 0%,
	  #132a3a 30%,
	  #1a3548 60%,
	  #1c3850 100%
	);
  }
  
  .pillars__col--heal {
	background: linear-gradient(
	  180deg,
	  #1a2a2a 0%,
	  #1e3530 30%,
	  #264035 60%,
	  #2a4538 100%
	);
  }
  
  .pillars__col--explore {
	background: linear-gradient(
	  180deg,
	  #2a2018 0%,
	  #3a2d1e 30%,
	  #4a3824 60%,
	  #503d28 100%
	);
  }
  
  .pillars__label {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #C9953A;
	text-transform: uppercase;
	padding-top: 40px;
  }
  
  .pillars__heading {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.1;
	color: #F3EDE4;
	margin-bottom: 0;
  }
  
  .pillars__heading em {
	font-style: italic;
	color: #C9953A;
	display: block;
  }


  /* ===========================
   WHAT BRINGS YOU SECTION
   =========================== */
.brings {
	background-color: #F3EDE4;
	padding: 113px 0 55px;
  }
  
  .brings__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	padding-top: 15px;
  }
  
  .brings__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 390px;
	overflow: hidden;
	text-decoration: none;
	color: #F3EDE4;
	border-radius: 0;
  }
  
  .brings__card:hover {
	text-decoration: none;
	color: #F3EDE4;
  }
  
  .brings__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition: transform 0.4s ease;
  }
  
  .brings__card:hover .brings__img {
	transform: scale(1.03);
  }
  
  .brings__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
	  180deg,
	  transparent 0%,
	  transparent 30%,
	  rgba(28, 43, 45, 0.55) 60%,
	  rgba(28, 43, 45, 0.9) 100%
	);
  }
  
  .brings__body {
	position: relative;
	z-index: 2;
	padding: 44px;
	display: block;
	flex-direction: column;
	gap: 10px;
  }
  
  .brings__badge {
	display: inline-block;
	align-self: flex-start;
	background-color: #3B8686;
	color: #F3EDE4;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 7px 3px 8px;
	margin-bottom: 19px;
  }
  
  .brings__name {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: #F3EDE4;
	margin-bottom: 10px;
  }
  
  .brings__desc {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	max-width: 520px;
	margin-top: 0;
	margin-bottom: 25px;
}
.brings__cta {
	color: #C9953A;
	text-decoration: underline;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", "Courier New", Courier, monospace;
	font-weight: 700;
	text-underline-offset: 4px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.brings__cta:after {
	content: "";
	background: url(assets/images/link-arrow.svg) no-repeat center center;
	background-size: 100%;
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: -22px;
    top: 5px;
}

/* ===========================
   DISCOVER THE DEAD SEA SECTION
   =========================== */
   .discover {
	background-color: #F3EDE4;
	padding: 55px 0 112px;
  }
  
  .discover__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
	border-top: solid 2px #C9953A;
	padding-top: 113px;
	padding-bottom: 27px;
}
  
  .discover__header h2 {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	color: #1C2B2D;
	margin-bottom: 0;
}
  
  .discover__grid {
	display: grid;
	grid-template-columns: 1.5633fr 1fr 1fr;
	gap: 8px;
	align-items: start;
  }
  
  .discover__card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #1C2B2D;
	background-color: #FFFFFF;
	height: 100%;
}
  
  .discover__card:hover {
	text-decoration: none;
	color: #1C2B2D;
  }
  
  .discover__card .discover__img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 0;
  }
  
  .discover__card .discover__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
  }
  
  .discover__card:hover .discover__img-wrap img {
	transform: scale(1.03);
  }
  
  .discover__card .discover__img-wrap span {
	position: absolute;
	bottom: 18px;
	left: 24px;
	background-color: #F3EDE4;
	color: #2C2622;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 7px 3px 8px;
  }
  .discover__card--large .discover__img-wrap span {
	bottom: 30px;
	left: 40px;
  }
  
  .discover__card .discover__content {
	padding: 32px 33px 31px;
  }
  
  .discover__card .discover__content h3 {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 24px;
	line-height: 1.416666666666667;
	color: #1C2B2D;
  }
  
  .discover__card .discover__content p {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1C2B2D;
  }
  
  
  /* Large card — taller image */
  .discover__card--large .discover__img-wrap {
	height: 403px;
  }
  
  .discover__card--large .discover__content h3 {
	font-size: 24px;
	margin-bottom: 7px;
  }
  
  /* Small cards — shorter image */
  .discover__card--small .discover__img-wrap {
	height: 272px;
  }
  
  .discover__card--small .discover__content h3 {
	font-size: 22px;
  }
  
  .discover__card--small .discover__content p {
	margin-bottom: 34px;
}


/* ===========================
   MINERALS SECTION
   =========================== */
   .minerals {
	background-color: #0e1618;
	padding: 113px 0 80px;
	color: #F3EDE4;
  }
  
  /* Header — title left, tabs right */
  .minerals__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 48px;
	gap: 40px;
  }
  
  .minerals__header > div {
	max-width: 620px;
  }
  
  .minerals__header h2 {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 48px;
	line-height: 1.2;
	color: #F3EDE4;
	margin-bottom: 24px;
  }
  
  .minerals__header p {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #F3EDE4;
  }
  
  /* Tabs */
  .minerals__tabs {
	display: flex;
	gap: 11px;
	flex-shrink: 0;
	position: relative;
	top: -3px;
}
  
  .minerals__tab {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 13px 23px 11px 24px;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  }
  
  .minerals__tab--active {
	background-color: #3B8686;
	color: #F3EDE4;
	border: 1px solid #3B8686;
  }
  
  .minerals__tab:not(.minerals__tab--active) {
	background-color: transparent;
	color: #F3EDE4;
	border: 1px solid #F3EDE4;
  }
  
  .minerals__tab:hover, .minerals__tab:focus {
	color: #F3EDE4;
	text-decoration: none;
  }
  
  .minerals__tab:not(.minerals__tab--active):hover {
	border-color: rgba(243, 237, 228, 0.7);
  }
  
  /* Tab Panels — show/hide */
  .minerals__panel {
	display: none;
  }
  
  .minerals__panel--active {
	display: block;
  }
  
  /* Content — sidebar + table */
  .minerals__content {
	display: grid;
	grid-template-columns: 302px 1fr;
	gap: 0;
	align-items: stretch;
	border: solid 1px #2D5F5F;
}
  
  /* Left Sidebar */
  .minerals__sidebar {
	background: #2D5F5F;
	padding: 48px 60px 48px 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
  }
  
  .minerals__sidebar dl {
	display: flex;
	flex-direction: column;
	gap: 6px;
  }
  
  .minerals__sidebar dt {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	color: #3B8686;
	margin-bottom: 2px;
  }
  
  .minerals__sidebar dd {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 400;
	color: #F3EDE4;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0;
}
  
  /* Mineral Rows Table */
  .minerals__table {
	display: flex;
	flex-direction: column;
  }
  
  .minerals__row {
	display: grid;
	grid-template-columns: 280px 1fr auto;
	align-items: center;
	padding: 25px 22px 26px 32px;
	border-bottom: 1px solid #2D5F5F;
  }
  
  .minerals__row:last-child {
	border-bottom: none;
  }
  
  .minerals__row > div {
	display: flex;
	align-items: baseline;
	gap: 14px;
  }
  
  .minerals__row strong {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.3;
	color: #FFFFFF;
  }
  
  .minerals__row small {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #3B8686;
	text-transform: uppercase;
  }
  
  .minerals__row p {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #F3EDE4;
	margin: 0;
	padding: 0 30px;
  }
  
  .minerals__row em {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	color: #C9953A;
	text-align: right;
	white-space: nowrap;
  }


  
/* ===========================
   PLAN SECTION
   =========================== */
.plan {
	background-color: #F3EDE4;
	padding: 113px 0;
  }
  
  .plan__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	gap: 40px;
  }
  
  .plan__header h2 {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 48px;
	line-height: 1.2;
	color: #1C2B2D;
  }
  
  /* Tabs */

  .plan__tabs {
	display: flex;
	gap: 14px;
	flex-shrink: 0;
	position: relative;
	top: -13px;
}
  
  .plan__tab {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 13px 23px 11px 24px;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
	color: #F3EDE4;
}
  
  .plan__tab--active {
	background-color: #3B8686;
	color: #F3EDE4;
	border: 1px solid #3B8686;
  }
  
  .plan__tab:not(.plan__tab--active) {
	background-color: transparent;
	color: #1C2B2D;
	border: 1px solid #1C2B2D;
  }
  .plan__tab:hover, .plan__tab:focus {
	background: #3B8686;
	color: #F3EDE4;
  }
  
  .plan__tab:not(.plan__tab--active):hover, .plan__tab:not(.plan__tab--active):focus {
	border-color:#3B8686;
  }

  
  /* Panels */
  .plan__panel {
	display: none;
  }
  
  .plan__panel--active {
	display: block;
  }
  
  /* Slider */
  .plan__slider {
	margin: 0 -2px;
  }
  
  .plan__slider .slick-slide {
	padding: 0 2px;
  }
  
  .plan__slider .slick-list {
	overflow: hidden;
  }
  
  /* Card */
  .plan__card {
	outline: none;
  }
  
  .plan__card .brings__card {
	height: 485px;
  }

  .plan__card .brings__card .brings__body {
	padding: 24px 24px 23px;
  }
  .plan__card .brings__card .brings__body .brings__badge {
	margin-bottom: 27px;
  }
  .plan__card .brings__card .brings__body .brings__name {
	margin-bottom: 8px;
  }
  .plan__card .brings__card .brings__overlay {
	background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(44, 38, 34, 0.7) 60%, rgba(44, 38, 34, 1) 100%);
  }
  .plan_desc {
	color: #C9953A;
	font-size: 14px;
	line-height: 1.5;
  }
  

  /* ===========================
   QUOTE SECTION
   =========================== */
.quote {
	background-color: #2C2622;
	padding: 112px 0;
	text-align: center;
  }
  
  .quote span {
	display: block;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #3B8686;
	margin-bottom: 21px;
	text-transform: uppercase;
  }
  
  .quote blockquote {
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.2;
	color: #F3EDE4;
	max-width: 930px;
	margin: 0 auto;
  }

  /* ===========================
   DISPATCH (NEWSLETTER) SECTION
   =========================== */
.dispatch {
	background-color: #2D5F5F;
	padding: 82px 0 56px;
  }
  
  .dispatch__inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 175px;
  }
  
  .dispatch__inner > div:first-child {
	max-width: 570px;
	flex-shrink: 0;
  }
  
  .dispatch__inner h2 {
	color: #F3EDE4;
	margin-bottom: 11px;
  }
  
  .dispatch__inner p {
	font-family: 'DM Sans', sans-serif;
	color: #F3EDE4;
  }
  
  .dispatch__form {
	flex: 1;
	min-width: 0;
  }
  
  .dispatch__field {
	display: flex;
	gap: 0;
	margin-bottom: 12px;
  }
  
  .dispatch__field input {
	flex: 1;
	min-width: 0;
	padding: 16px 20px;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	color: #F3EDE4;
	background: transparent;
	border: 1px solid rgba(243, 237, 228, 0.45);
	outline: none;
	transition: border-color 0.2s;
  }
  
  .dispatch__field input::placeholder {
	color: rgba(243, 237, 228, 0.5);
  }
  
  .dispatch__field input:focus {
	border-color: #F3EDE4;
  }
  
  .dispatch__field button {
	padding: 16px 28px;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #F3EDE4;
	background-color: transparent;
	border: 1px solid rgba(243, 237, 228, 0.45);
	border-left: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s, border-color 0.2s;
  }
  
  .dispatch__field button:hover {
	background-color: rgba(243, 237, 228, 0.1);
	border-color: #F3EDE4;
  }
  

  /* ===========================
   INSTAGRAM SECTION
   =========================== */
  .instagram {
	background-color: #F3EDE4;
	padding: 113px 0;
	text-align: center;
  }
  .instagram p {
	font-size: 18px;
	line-height: 1.5;
	color: #1C2B2D;
	margin-bottom: 24px;
  }

  /* ===========================
	 FOOTER
	 =========================== */
  .footer {
	background-color: #0e1618;
	padding: 78px 0 50px;
	color: #F3EDE4;
  }
  
  .footer__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	padding-bottom: 86px;
  }
  
  .footer__grid h4 {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	color: #3B8686;
	text-transform: uppercase;
	margin-bottom: 24px;
  }
  
  .footer__grid ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 0;
	margin: 0;
  }
  
  .footer__grid ul a {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #F3EDE4;
	text-decoration: none;
	transition: color 0.2s;
  }
  
  .footer__grid ul a:hover {
	color: #C9953A;
  }
  
  .footer hr {
	border: none;
	background-color: #F3EDE4;
	margin: 0;
  }
  
  .footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 0;
	gap: 24px;
  }
  
  .footer__bottom > div:first-child {
	display: flex;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
  }
  
  .footer__bottom span {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	color: #F3EDE4;
  }
  
  .footer__bottom > div:first-child a {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	color: #F3EDE4;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s;
  }
  
  .footer__bottom > div:first-child a:hover {
	color: #C9953A;
  }
  
  .footer__social {
	display: flex;
	align-items: center;
	gap: 16px;
  }
  
  .footer__social a {
	color: #F3EDE4;
	transition: color 0.2s;
	display: flex;
  }
  
  .footer__social a:hover {
	color: #C9953A;
  }
  
  /* ===========================
   SCROLL ANIMATIONS
   =========================== */
.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .reveal.visible {
	opacity: 1;
	transform: translateY(0);
  }
  
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
  .reveal-delay-4 { transition-delay: 0.4s; }
  .reveal-delay-5 { transition-delay: 0.5s; }
  .reveal-delay-6 { transition-delay: 0.6s; }
  .reveal-delay-7 { transition-delay: 0.7s; }
  .reveal-delay-8 { transition-delay: 0.8s; }
  .reveal-delay-9 { transition-delay: 0.9s; }
  .reveal-delay-10 { transition-delay: 1s; }

  .slick-dots {
	list-style: none;
	padding: 0;
	margin: 56px 0 0;
  }
  .slick-dots li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 8px 0 0;
 }
 .slick-dots li button {
	padding: 0;
    font-size: 0;
    line-height: 0;
    background: #1C2B2D;
    opacity: 0.2;
    display: block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: none;

 }
 .slick-dots li.slick-active button, .slick-dots li:hover button {
	opacity: 1;
 }
 .slick-arrow {
	font-size: 0;
	line-height: 0;
	padding: 0;
	background: url(assets/images/sliderArrow.svg) no-repeat center center !important;
	background-size: 100% !important;
	display: block;
	position: absolute;
	bottom: -17px;
	right: 57px;
	border: none;
	padding: 0;
	width: 48px;
	height: 48px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	cursor: pointer;
}
.slick-arrow.slick-next {
	right: -7px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.slick-arrow:hover, .slick-arrow:focus {
	opacity: 0.7;
}



.dispatch__form {
	position: relative;
	padding-right: 248px;
}
.dispatch__form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.dispatch__form p {
	margin: 0;
}
.dispatch__privacy {
	color: #F3EDE4;
	font-size: 12px;
	display: block;
	margin-top: 7px;
}
.dispatch__form input[type="email"], .dispatch__form input[type="text"], .dispatch__form input[type="search"] {
	border: solid 1px #F3EDE4;
	display: block;
	width: 100%;
	padding: 16px 20px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	color: #F3EDE4;
	background: transparent;
	outline: none;
	transition: border-color 0.2s;
	height: 50px;
	border-radius: 0;
}
.dispatch__form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #F3EDE4;
	opacity: 1;
	font-family: 'DM Sans', sans-serif;
}
.dispatch__form input::-moz-placeholder { /* Firefox 19+ */
	color: #F3EDE4;
	opacity: 1;
	font-family: 'DM Sans', sans-serif;
}
.dispatch__form input:-ms-input-placeholder { /* IE 10+ */
	color: #F3EDE4;
	opacity: 1;
	font-family: 'DM Sans', sans-serif;
}
.dispatch__form input:-moz-placeholder { /* Firefox 18- */
	color: #F3EDE4;
	opacity: 1;
	font-family: 'DM Sans', sans-serif;
}
.dispatch__form .wpcf7-spinner {
	position: absolute;
    bottom: -30px;
}


#sb_instagram #sbi_images {
	gap: 8px !important;
}
#sb_instagram .sbi_follow_btn a svg {
	display: none !important;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	background: var(--color-button-bg) !important;
    color: var(--color-button-text) !important;
    border: 2px solid var(--color-button-border) !important;
    border-radius: 0 !important;
    padding: 11px 21px 9px !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 700 !important;
    font-family: "DejaVu Sans Mono", "Courier New", Courier, monospace !important;
    letter-spacing: 0.08em !important;
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    text-transform: uppercase !important;
	margin-top: 28px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram .sbi_follow_btn a:hover {
	background: #C9953A !important;
}


/* ===========================
   HOTEL CATEGORY PAGE
   =========================== */

/* Hotel Banner */
.hotel-banner {
	position: relative;
	min-height: 550px;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  .hotel-banner::after {
	content: '';
	position: absolute;
	background: linear-gradient(to bottom,  rgba(28,43,45,1) 0%,rgba(28,43,45,0) 100%);
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  .hotel-banner::before {
	content: '';
	position: absolute;
	background: linear-gradient(to right,  rgba(28,43,45,1) 0%,rgba(28,43,45,0) 100%);
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  .hotel-banner .header {
	position: relative;
	z-index: 1;
  }
  
  .hotel-banner__content {
	flex: 1;
	display: flex;
	align-items: flex-end;
	padding: 140px 0 106px;
	position: relative;
	z-index: 1;
  }
  
  .hotel-banner__content h1 {
	font-size: 56px;
	color: #F3EDE4;
  }
  
  .hotel-banner__content h1 em {
	color: #C9953A;
	font-style: normal;
	display: block;
  }
  
  /* Breadcrumb */
  .breadcrumb {
	background-color: #F3EDE4;
	padding: 79px 0 21px;
  }
  
  .breadcrumb ul {
	display: flex;
	align-items: center;
	gap: 28px;
	color: #1C2B2D;
	text-decoration: none;
	padding: 0;
	margin: 0;
  }

  .breadcrumb ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
  }
  .breadcrumb ul li::after {
	content: "›";
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-52%);
    font-size: 22px;
    line-height: 1;
  }
  .breadcrumb ul li:last-child:after {
	display: none;
  }
  
  .breadcrumb a {
	color: #1C2B2D;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
  }
  
  .breadcrumb a:hover {
	color: #3B8686;
  }
  
  /* Featured Guide */
  .featured-guide {
	background-color: #F3EDE4;
	padding: 60px 0;
  }
  
  .featured-guide__inner {
	display: grid;
	grid-template-columns: 1.12fr 1fr;
	gap: 50px;
	align-items: center;
  }
  
  .featured-guide__img {
	position: relative;
	overflow: hidden;
  }
  
  .featured-guide__img img {
	display: block;
	width: 100%;
  }
  
  .featured-guide__img span {
	position: absolute;
	bottom: 35px;
	left: 40px;
	background-color: #F3EDE4;
	color: #2C2622;
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.08em;
	padding: 5px 7px 3px 9px;
	text-transform: uppercase;
  }
  
  .featured-guide__body h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 14px;
	color: #3B8686;
  }
  
  .featured-guide__body p {
	margin-bottom: 17px;
  }
  
  /* Hotel Filter */
  .hotel-filter {
	background-color: #F3EDE4;
	padding: 20px 0 40px;
  }

  .hotel-filter h2 {
	margin-bottom: 39px;
  }
  
  .hotel-filter__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
	gap: 20px;
  }
  
  .hotel-filter__header h2 {
	font-size: 36px;
  }
  
  .hotel-filter__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
  }

  .hotel-filter__actions .button {
	padding: 11px 21px 9px 26px;
	font-weight: 400;
  }
  .hotel-filter__actions .button img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
  }
  
  .hotel-filter__sort {
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
  }
  .hotel-filter__sort select {
	border: none;
	background-position: right 7px center !important;
	color: #1C2B2D;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	font-family: 'DM Sans', sans-serif;
	padding: 12px 21px 12px 14px;
  }
  
  .hotel-filter__bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 39px;
  }
  
  .hotel-filter__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
  }
  
  .hotel-filter__field label {
	color: #1C2B2D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2px;
  }
  
  .hotel-filter__field label a {
	color: #1C2B2D;
	text-decoration: none;
  }
  
  .hotel-filter__field label a:hover {
	color: #3B8686;
  }
  
  .hotel-filter__field input,
  .hotel-filter__field select {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 12px 14px;
	background: transparent;
	border: 1px solid #1C2B2D;
	color: #1C2B2D;
	outline: none;
	transition: border-color 0.2s;
	border-radius: 0;
	width: 100%;
  }

  select {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 12px 40px 12px 14px;
	background: transparent url('assets/images/select-arrow.svg') no-repeat right 14px center !important;
	background-size: 12px !important;
	border: 1px solid #1C2B2D;
	color: #1C2B2D;
	outline: none;
	transition: border-color 0.2s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	cursor: pointer;
  }
  
  .hotel-filter__field input:focus,
  .hotel-filter__field select:focus {
	border-color: #3B8686;
  }
  
  .hotel-filter__field input[type="text"] {
	padding-left: 50px;
	background: url(assets/images/search-icon.svg) no-repeat left 15px center !important;
	background-size: 18px !important;
  }
  
  .hotel-filter__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .hotel-filter__meta span {
	font-size: 14px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #1C2B2D;
  }
  
  .hotel-filter__meta .button {
	position: relative;
	border: solid 1px #1C2B2D;
	background: transparent;
	text-transform: inherit;
	color: #1C2B2D;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	padding: 7px 38px 7px 16px;
  }
  .hotel-filter__meta .button::after {
	content: "";
	display: block;
	background: url('assets/images/close-icon.svg') no-repeat center center;
	background-size: 100%;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 11px;
  }
  .hotel-filter__meta .button:hover {
	background: #C9953A;
	border-color: #C9953A;
  }
  
  /* Category Grid */
  .cat-grid {
	background-color: #F3EDE4;
	padding: 0 0 80px;
  }
  
  .cat-grid__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 24px;
  }
  
  .cat-grid__row:last-child {
	margin-bottom: 0;
  }
  
  .cat-grid__card {
	text-decoration: none;
	display: block;
	background: #1C2B2D;
	padding: 0 25px 23px;
  }

  .cat-grid__card p {
	color: #F3EDE4;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 17px;
  }
  
  .cat-grid__img {
	overflow: hidden;
	margin: 0 -25px 23px;
  }
  
  .cat-grid__img img {
	width: 100%;
	display: block;
	height: 272px;
	object-fit: cover;
	transition: transform 0.4s ease;
  }
  
  .cat-grid__card:hover .cat-grid__img img {
	transform: scale(1.05);
  }
  
  .cat-grid__card strong {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", sans-serif;
	font-weight: 700;
	color: #F3EDE4;
	display: block;
	padding: 2px 0 8px;
  }

  .cat-grid__card h3 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 17px;
	color: #F3EDE4;
  }

  .cat-grid__card figure {
	margin: 0 0 10px;
  }
  
  .cat-grid__card span {
	font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #C9953A;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 4px;
	position: relative;
  }

  .cat-grid__card span::after {
	content: "›";
    position: absolute;
    right: -29px;
    top: -3px;
    display: block;
    font-size: 31px;
    line-height: 1;
    font-weight: 300;
  }
  
  /* Icon cards (bottom row) */
  .cat-grid__card--icon {
	text-align: center;
	padding: 40px 20px;
	border: 1px solid rgba(28, 43, 45, 0.12);
	background: #fff;
  }
  
  .cat-grid__icon {
	margin-bottom: 16px;
  }
  
  .cat-grid__card--icon h3 {
	font-size: 18px;
	margin-bottom: 10px;
  }
  
  .properties-worth-knowing {
	padding-top: 30px !important;
	padding-bottom: 53px !important;
  }
  .properties-worth-knowing .plan__header {
	border-top: solid 2px #C9953A;
	padding-top: 113px;
  }
  
  .the-research-before-decide .discover__grid {
	grid-template-columns: 1fr 1fr 1fr;
  }

  .the-research-before-decide .discover__card .discover__img-wrap {
	height: 272px;
  }
  .the-research-before-decide .discover__card .discover__img-wrap span {
	bottom: 14px;
  }
  .the-research-before-decide .discover__card .discover__content {
    padding: 24px 25px 23px;
  }
  .the-research-before-decide .discover__card .discover__content h3 {
	margin-bottom: 16px;
  }



  /* Simple Content Section
  ===============================================*/
  .simple_content_sec {
	background: #F3EDE4;
	padding: 60px 0 23px;
  }
  .simple_content_sec h2 {
	margin-bottom: 11px;
  }
  .simple_content_sec p {
	margin-top: 0;
	margin-bottom: 16px;
  }

  /* Hotel Listing */
.hotel-listing {
	background: #F3EDE4;
	padding: 39px 0;
  }
  
  .hotel-listing__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 33px;
	align-items: start;
	padding: 80px 0 0;
	border-top: 2px solid #C9953A;
  }
  
  .hotel-listing__img img {
	height: 420px;
	object-fit: cover;
  }
  
  .hotel-listing__body small {
	display: block;
	font-family: 'DejaVu Sans Mono', monospace;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #2D5F5F;
	letter-spacing: 0.08em;
	margin-bottom: 13px;
  }

  .hotel-listing__body figure {
	display: none;
  }
  
  .hotel-listing__body h3 {
	font-size: 32px;
	color: #3B8686;
	font-weight: 400;
	margin-bottom: 11px;
  }
  
  .hotel-listing__body p {
	margin-bottom: 16px;
	line-height: 1.5;
  }
  
  .hotel-listing__body p:last-child {
	margin-bottom: 0;
  }

  .dark-content-wrap {
	background: #2C2622;
	padding: 65px 30px;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 48px;
  }
  .dark-content-wrap h3 {
	color: #F3EDE4;
	font-size: 24px;
	line-height: 1.4;
	font-family: 'DejaVu Serif', 'Times New Roman', Times, serif;
	font-weight: 400;
	margin: 0;
  }
  .dark-content-wrap h3 p {
	margin: 0;
  }
  .icon_title_content_wrap {
	padding-top: 25px;
  }
 .icon_title_content_wrap h4 {
	padding-left: 40px;
	position: relative;
	color: #1C2B2D;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 9px;
}
  .icon_title_content_wrap h4 img {
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
  }
  .icon_title_content_wrap p {
	margin-bottom: 16px;
	margin-top: 0;
  }
  .hotel_listing_btn_wrap {
	padding-top: 24px;
  }

  /* Comparison Table */
.compare-table {
	padding: 71px 0;
	background: #F3EDE4;
  }
  
  .compare-table__rule {
	border: none;
	border-top: 2px solid #C9953A;
	margin: 0 0 112px;
  }

  .compare-table h2 {
	margin-bottom: 40px;
  }
  
  
  .compare-table__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
  }
  
  .compare-table table, .detail-accordion__body table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
  }
  
  .compare-table th,
  .compare-table td,
  .detail-accordion__body th,
  .detail-accordion__body td {
	padding: 23px 16px;
	border-bottom: 1px solid #1C2B2D;
	color: #1C2B2D;
	text-align: center;
	vertical-align: middle;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
  }
  .compare-table td,
  .detail-accordion__body td {
	padding: 17px 16px 14px;
  }
  .compare-table td:first-child,
  .detail-accordion__body td:first-child {
	color: #2D5F5F;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding-left: 0;
	font-family: 'DejaVu Sans Mono', monospace;
	text-align: left;
  }
  
  .compare-table th,
  .detail-accordion__body th {
	text-align: center;
	font-family: 'DejaVu Sans Mono', monospace;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2D5F5F;
	white-space: nowrap;
  }

  .compare-table th:first-child,
  .detail-accordion__body th:first-child {
	text-align: left;
	padding-left: 0;
	width: 32.3%;
  }
  


  /* FAQ Accordion */
.faq {
	padding: 15px 0 40px;
	background: #F3EDE4;
  }
  
  .faq__rule {
	border: none;
	border-top: 2px solid #C9953A;
	margin: 0 -17px 80px;
  }
  
  .faq h2 {
	margin-bottom: 15px;
  }
  
  .faq__item {
	border-bottom: 1px solid #1C2B2D;
	margin-bottom: 23px;
  }
  
  .faq__item summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0 26px;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.4;
	font-family: "DejaVu Serif", "Times New Roman", Times, serif;
	font-weight: 400;
	color: #1C2B2D;
	list-style: none;
  }
  
  .faq__item summary::-webkit-details-marker {
	display: none;
  }
  
  .faq__item summary::marker {
	display: none;
	content: '';
  }
  
  .faq__item summary svg {
	flex-shrink: 0;
	margin-left: 24px;
	color: #C9953A;
	transition: transform 0.3s ease;
	width: 30px;
    height: 30px;
  }
  
  .faq__item[open] summary svg {
	transform: rotate(180deg);
  }
  
  .faq__answer {
	padding: 0 0 24px;
	max-width: 94%;
  }
  
  .faq__answer p {
	line-height: 1.5;
	margin-top: 0;
  }
  .hotel-load-more {
	text-align: center;
	padding-top: 16px;
}

  /* Hotel Detail Section */
.hotel-detail {
	padding: 48px 0 80px;
	background: #F3EDE4;
}
  
  .hotel-detail__header {
	margin-bottom: 32px;
  }
  
  .hotel-detail__header h1 {
	font-size: 48px;
	color: #3B8686;
	font-weight: 400;
	margin-bottom: 11px;
  }
  
  .hotel-detail__meta {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 20px;
	margin-bottom: 47px;
	padding-left: 4px;
  }

  .hotel-detail__meta span {
	color: #1C2B2D;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	margin-right: 8px;
	display: flex;
	align-items: center;
	gap: 19px;
  }
  .hotel-detail__meta span.hotel_room_Details {
	gap: 6px;
  }
  .hotel-detail__meta span span {
	margin-left: 6px;
  }
  .hotel-detail__meta span span:first-child {
	margin-left: 0;
  }


  
  /* Gallery — Desktop: CSS grid (1 large + 2×2) | Mobile: Slick slider */
  .hotel-detail__gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 1fr;
	gap: 32px;
  }
  
  .hotel-detail__gallery > div:first-child {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	height: 624px;
  }
  .hotel-detail__gallery > div {
	height: 296px;
  }  
  .hotel-detail__gallery img {
	height: 100%;
	object-fit: cover;
  }
  
  /* Slider styles (apply when Slick inits on mobile) */
  .hotel-detail__gallery.slick-initialized {
	display: block;
  }
  
  .hotel-detail__gallery.slick-initialized img {
	height: 380px;
  }
  
  #hotel-listings-load-more {
	text-align: left;
    background: #F3EDE4;
    padding: 20px 0 10px
  }


  /* Detail Tabs */
.detail-tabs {
	display: flex;
	gap: 15px;
	margin-top: 0;
	margin-bottom: 80px;
  }
  
  .detail-tabs__tab {
	padding: 13px 22px 11px 24px;
	font-family: 'DejaVu Sans Mono', monospace;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #1C2B2D;
	border: 1px solid #1C2B2D;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	text-transform: uppercase;
  }
  
  
  .detail-tabs__tab:hover, .detail-tabs__tab--active {
	color: #F3EDE4;
	border-color: #3B8686;
	background: #3B8686;
  }
  
  /* Tab Panels — show/hide */
  .detail-panel {
	display: none;
  }
  
  .detail-panel--active {
	display: block;
  }
  
  /* Sidebar Panels — show/hide */
  .sidebar-panel {
	display: none;
  }
  
  .sidebar-panel--active {
	display: block;
  }
  
  /* Amenities Grid */
  .amenities-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
  }
  
  .amenities-grid__item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 52px 10px 51px	;
	background-color: #3B8686;
	color: #F3EDE4;
	font-family: 'DejaVu Sans Mono', monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}
.amenities-grid__item img {
	width: 34px;
    height: 34px;
    object-fit: contain;
}
  
  .amenities-grid__item svg {
	stroke: #F3EDE4;
  }
  
  /* Sidebar Dark Card — doubled selector for specificity */
  .detail-sidebar__card.detail-sidebar__card--dark {
	background-color: #1C2B2D;
	color: #F3EDE4;
  }
  
  .detail-sidebar__card--dark h3 {
	color: #F3EDE4;
  }
  
  .detail-sidebar__card--dark p {
	color: rgba(243, 237, 228, 0.7);
  }
  
  .detail-sidebar__card--dark label {
	color: rgba(243, 237, 228, 0.6);
  }
  
  .detail-sidebar__card--dark .detail-sidebar__check {
	color: rgba(243, 237, 228, 0.7);
  }
  
  .detail-sidebar__card--dark hr {
	border-color: rgba(243, 237, 228, 0.15);
  }
  
  .detail-sidebar__card--dark .detail-sidebar__info li {
	border-color: rgba(243, 237, 228, 0.1);
	color: #F3EDE4;
  }
  
  .detail-sidebar__link {
	display: block;
	font-family: 'DejaVu Sans Mono', monospace;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #C9953A;
	text-decoration: none;
	margin-bottom: 20px;
  }
  
  .detail-sidebar__booking-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
  }
  
  .button--outline {
	background-color: transparent;
	border: 2px solid #3B8686;
	color: #F3EDE4;
	padding: 10px 24px;
  }
  
  .button--outline:hover {
	background-color: #3B8686;
  }
  
  /* Location Map */
  .location-map {
	margin-bottom: 40px;
  }
  .location-map iframe {
	display: block;
	border: none;
	width: 100%;
	height: 400px;
  }
  
  .location-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 28px;
	color: #3B8686;
	font-weight: 400;
	margin-bottom: 20px;
  }
  
  /* Dark sidebar contact rows */
  .detail-sidebar__contact {
	margin-top: 16px;
  }
  
  .detail-sidebar__contact > div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(243, 237, 228, 0.1);
	font-size: 14px;
  }
  
  .detail-sidebar__contact svg {
	color: #3B8686;
	flex-shrink: 0;
  }
  
  .detail-sidebar__contact span {
	flex-shrink: 0;
  }
  
  .detail-sidebar__contact strong {
	margin-left: auto;
	color: #F3EDE4;
	font-weight: 400;
	font-size: 13px;
  }
    
  /* Two-Column Layout */
  .detail-layout {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 60px;
  }
  
  /* Wide Column */
  .detail-main {
	width: 56.8%;
  }
  aside.detail-sidebar {
    width: 39%;
 }
  .detail-section {
	margin-bottom: 32px;
  }
  .detail-section h3 {
	color: #3B8686;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 11px;
  }
  .detail-section p {
	margin-top: 0;
  }

  .detail-layout .dark-content-wrap {
	padding: 49px 50px 50px;
	margin-top: 40px;
	margin-bottom: 40px;
  }

  .detail-amenities-grid {
	display: block;
	margin:  0 -7px 40px;
  }
  .detail-amenities-grid .amenities-grid__item {
	margin: 0 7px;
	padding: 35px 10px 34px;
  }
  
  
  /* Accordion — Desktop: always open, hide arrow | Mobile: toggle */
  .detail-accordion__item {
	border-left: 2px solid #3B8686;
	padding: 0 0 0 22px;
	margin-bottom: 40px;
  }
  
  .detail-accordion__item summary, .detail-accordion__item .detail-accordion__item-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 0 7px;
	font-family: 'DejaVu Serif', serif;
	font-size: 24px;
	font-weight: 400;
	cursor: default;
	list-style: none;
	color: #3B8686;
  }
  
  .detail-accordion__item summary::-webkit-details-marker, .detail-accordion__item .detail-accordion__item-header::-webkit-details-marker {
	display: none;
  }
  
  .detail-accordion__item summary svg:first-child, .detail-accordion__item .detail-accordion__item-header svg:first-child {
	color: #3B8686;
	flex-shrink: 0;
  }
  
  .detail-accordion__arrow {
	margin-left: auto;
	color: #C9953A;
	transition: transform 0.3s;
	display: none;
  }
  
  .detail-accordion__body {
	padding: 0;
  }
  
  .detail-accordion__body p {
	margin-bottom: 14px;
	margin-top: 0;
  }
  
  .detail-accordion__body p:last-child {
	margin-bottom: 0;
  }
  
  .detail-accordion__body strong {
	display: block;
	background-color: #F3EDE4;
	border-left: 3px solid #3B8686;
	padding: 16px 20px;
	margin-top: 16px;
	line-height: 1.6;
  }
  
  /* Sidebar */
  .detail-sidebar__card {
	background-color: #1C2B2D;
	border-top: solid 10px #3B8686;
	padding: 32px 42px 42px;
	margin-bottom: 40px;
  }
  
  .detail-sidebar__card h3 {
	font-size: 28px;
	line-height: 1.3;
	color: #F3EDE4;
	margin-bottom: 7px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
  }
  
  .detail-sidebar__card > p {
	color: #F3EDE4;
	margin-bottom: 32px;
	margin-top: 0;
  }
  .detail-sidebar__card ul {
	margin: 0 0 0 24px;
	padding: 0;
	color: #F3EDE4;
  }
  .detail-sidebar__card ul li {
	margin: 0 0 1px;
	padding: 0;
  }

  .detail-sidebar__card h3 a {
	position: relative;
	margin-left: 38px;
	color: #C9953A;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 19px;
	line-height: 1.5;
	font-weight: bold;
	font-family: "DejaVu Sans Mono", sans-serif;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
  }
  .detail-sidebar__card h3 a::before {
	content: "";
	background: url(assets/images/directions.svg) no-repeat center center;
	background-size: 100%;
	display: block;
	position: absolute;
	left: -40px;
	top: 0;
	width: 28px;
	height: 28px;
  }
  .detail-sidebar__card h3 a:hover {
	opacity: 0.7;
  }
  .detail-sidebar__getDirection {
	padding: 24px 42px 25px;
  }
  .detail-sidebar__cta {
	display: block;
	text-align: center;
	margin-bottom: 20px;
  }
  
  .detail-sidebar__field {
	margin-bottom: 12px;
  }
  
  .detail-sidebar__field label {
	display: block;
	font-size: 12px;
	color: rgba(28, 43, 45, 0.5);
	margin-bottom: 4px;
  }
  
  .detail-sidebar__field span {
	font-size: 15px;
  }
  
  .detail-sidebar__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
  }
  
  .detail-sidebar__check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(28, 43, 45, 0.6);
	margin: 12px 0;
	cursor: pointer;
  }
  
  .detail-sidebar__booking {
	text-align: center;
	padding: 12px 0 0;
  }
  
  .detail-sidebar__card .detail-sidebar__info {
	list-style: none;
	padding: 0;
	margin: 32px 0 0;
  }
  
  .detail-sidebar__card .detail-sidebar__info li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;	
  }
  .detail-sidebar__card .detail-sidebar__info li:last-child {
	margin-bottom: 0;
  }
  .detail-sidebar__card .detail-sidebar__info li span {
	display: flex;
  }
  .detail-sidebar__card .detail-sidebar__info li span img {
	margin-right: 13px;
  }
  .detail-sidebar__card .detail-sidebar__info li a {
	opacity: 0.6;
	display: block;
	color: #F3EDE4;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	text-decoration: none;
  }
  .detail-sidebar__card .detail-sidebar__info li span:nth-child(2) {
	opacity: 0.5;
  }
  .detail-sidebar__card .detail-sidebar__info li a:hover, .detail-sidebar__card .detail-sidebar__info li a:focus {
	opacity: 1;
  }

  .detail-sidebar__properties {
	margin-top: 40px;
  }
  
  .detail-sidebar__prop {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 0 40px;
	text-decoration: none;
	color: #1C2B2D;
  }

  .detail-sidebar__prop:last-child {
	margin-bottom: 0;
  }
  
  .detail-sidebar__prop img {
	width: 117px;
	height: 117px;
	object-fit: cover;
	flex-shrink: 0;
  }

  .detail-sidebar__prop h4 {
	color: #F3EDE4;
	font-size: 20px;
	line-height: 1.4;
	font-family: "DejaVu Serif", sans-serif;
	font-weight: 400;
	margin: 0 0 4px;
  }
  .detail-sidebar__prop p {
	color: #C9953A;
	margin: 0 0 13px;
  }

  .bookingcom-sidebar-widget > div {
	border-top: solid 10px #3B8686 !important;
    padding: 32px 42px 42px !important;
    margin-bottom: 40px;
  }
  #flexi_searchbox h2, .flexi_searchbox h2 {
	color: #C9953A !important;
	text-decoration: underline !important;
	display: inline-block !important;
	text-underline-offset: 5px !important;
	position: relative;
	text-transform: uppercase !important;
	font-family: "DejaVu Sans Mono", sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	letter-spacing: 0.08em !important;
  }
  #flexi_searchbox h2::after, .flexi_searchbox h2::after {
	content: "";
	background: url(assets/images/right-arrow.svg) no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: -31px;
	top: -1px;
  }
  #flexi_searchbox h3, .flexi_searchbox h3 {
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-family: "DM Sans", sans-serif !important;
	font-weight: 400 !important;
  }

  #flexi_searchbox #b_searchboxInc #b_destination, .flexi_searchbox .b_searchboxInc .b_destination {
	border: solid 1px #F3EDE4 !important;
    margin-top: 10px !important;
    height: 50px !important;
    border-radius: 7px !important;
  }
  #flexi_searchbox h4, .flexi_searchbox h4 {
	font-size: 14px !important;
	line-height: 1.5 !important;
	font-family: "DM Sans", sans-serif !important;
	font-weight: 400 !important;
	color: #F3EDE4 !important;
	margin-bottom: 10px !important;
  }
  .bos-date-field__display {
	padding: 35px 0 5px !important;
	font-size: 16px !important;
    font-weight: 600 !important;
	font-family: "DM Sans", sans-serif !important;
  }
  #flexi_searchbox #b_searchboxInc, .flexi_searchbox .b_searchboxInc {
	color: #F3EDE4;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-family: "DM Sans", sans-serif !important;
	font-weight: 400 !important;
	color: #F3EDE4 !important;
	margin-bottom: 10px !important;
  }
  #flexi_searchbox #b_idf, .flexi_searchbox input[type=checkbox].b_idf {
	border-color: #F3EDE4 !important;
    opacity: 1 !important;
    background: #F3EDE4 !important;
	border-radius: 0 !important;
  }
  #flexi_searchbox #b_idf:before, .flexi_searchbox input[type=checkbox].b_idf:before {
	left: 5px !important;
    top: 1px !important;
    border: solid #3B8686 !important;
	border-width: 0 .1rem .1rem 0 !important;
  }
  #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton, .flexi_searchbox .b_searchboxInc .b_submitButton_wrapper .b_submitButton {
	background: var(--color-button-bg) !important;
    color: var(--color-button-text) !important;
    border: 2px solid var(--color-button-border) !important;
    border-radius: 0;
    padding: 11px 21px 9px !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    font-family: "DejaVu Sans Mono", "Courier New", Courier, monospace !important;
    letter-spacing: 0.08em;
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    text-transform: uppercase !important;
    width: 50% !important;
    box-shadow: none !important;
    outline: none !important;
  }
  #flexi_searchbox #b_searchboxInc #b_flexible_dates, .flexi_searchbox .b_searchboxInc .b_flexible_dates {
	margin: 0 0 2.2em !important;
  }
  #flexi_searchbox #b_logo, .flexi_searchbox .b_logo {
    position: absolute;
    bottom: 61px;
    left: 42px;
    width: 40%;
}


  .Complete-comparison-table {
	padding-top: 25px;
	padding-bottom: 8px;
  }
  .Complete-comparison-table th:first-child {
	width: auto;
  }
  .note {
	margin-top: 16px;
  }
  .dark-content-wrap-sec {
	padding-bottom: 65px;
  }

  .compare-left-table {
	padding-top: 35px;
  }
  .compare-left-table th, .compare-left-table td {
	text-align: left;
	width: 50%;
  }
  .southern-beaches-category {
	padding-bottom: 43px;
  }
  .compare-left-table .compare-table__rule, .southern-beaches-category .compare-table__rule, .compare-threes-left-table .compare-table__rule {
	margin-bottom: 80px;
	margin-left: -17px;
	margin-right: -17px;
  }
  .southern-beaches-category .cat-grid__row {
	padding-top: 16px;
  }
  .compare-threes-left-table {
	padding-top: 35px;
	padding-bottom: 15px;
  }
  .compare-threes-left-table th, .compare-threes-left-table td {
	text-align: left;
	width: 33.33%;
  }

  .remove-top-border .discover__header {
	padding-top: 50px;
	border-top: none;
  }

  .beaches-about-details-sec .detail-main {
	width: 100%;
  }
  .beaches-about-details-sec .detail-layout .dark-content-wrap {
	margin-top: 81px;
    margin-bottom: 78px;
  }
  .beaches-about-details-sec .detail-section p {
	margin-bottom: 17px;
  }

  .facilities-amenities-tab .detail-section {
	border-top: solid 2px #C9953A;
	margin-top: 54px;
	padding-top: 81px;
	margin-left: -17px;
	margin-right: -17px;
	padding-left: 17px;
	padding-right: 17px;
  }

  .beaches-about-details-sec .facilities-amenities-tab .dark-content-wrap {
	margin-top: 41px;
	margin-bottom: 40px;
  }
  .beaches-about-details-sec .facilities-amenities-tab .amenities-grid__item {
	justify-content: flex-start;
	padding: 49px 10px 48px;
  }


  /* Directions / How to Get There */
.directions {
	padding: 80px 0;
  }
  
  .directions h2 {
	font-size: 36px;
	margin-bottom: 40px;
  }
  
  .directions__timeline {
	padding-left: 0;
  }
  
  .directions__step {
	display: flex;
	gap: 24px;
	position: relative;
	padding-bottom: 55px;
  }
  
  /* Vertical line connector */
  .directions__step::before {
	content: '';
	position: absolute;
	left: 23px;
	top: 44px;
	bottom: 0;
	width: 2px;
	border-left: dashed 2px #3B8686;
  }
  
  .directions__step:last-child::before {
	display: none;
  }
  .directions__step:last-child {
	padding-bottom: 39px;
  }
  
  .directions__icon {
	width: 50px;
	height: 50px;
	background-color: #3B8686;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	top: 5px;
  }
  
  .directions__content {
	flex: 1;
	padding-top: 4px;
  }
  
  .directions__content h5 {
	font-family: 'DejaVu Sans Mono', monospace;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #3B8686;
	margin: 0 0 3px;
	text-transform: uppercase;
  }
  
  .directions__content p {
	line-height: 1.5;
	color: #1C2B2D;
	margin: 0;
  }
  .howtogetto-content h4 {
	color: #3B8686;
	font-size: 32px;
	line-height: 1.3;
	font-family: "DejaVu Serif", sans-serif;
	font-weight: 400;
	margin-bottom: 36px;
  }

  .nearby-attractions-tab .cat-grid__img {
	margin-bottom: 25px;
  }
  .nearby-attractions-tab .cat-grid__card h3 {
	margin-bottom: 7px;
  }
  



  .things-to-do-grid h2 {
	border-top: solid 2px #C9953A;
	padding-top: 81px;
	margin-bottom: 39px;
  }
  .remove-top-border h2 {
	border-top: none;
	padding-top: 60px;
  }
  .the-research-before-decide.remove-top-border h2 {
	padding-top: 0;
  }


.restaurants-category-sec .cat-grid__row {
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.restaurants-category-sec .cat-grid__row .cat-grid__img img {
	height: 347px;
}

.title_icon_content_sec {
	padding-bottom: 1px;
}

.title_icon_content_sec +  .restaurants-category-sec {
	padding-top: 37px;
}

.cat-grid__card-footer {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cat-grid__card-footer li {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
	display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
	align-items: start;
}
.cat-grid__card-footer li  > span {
	display: flex;
	align-items: center;
	color: #F3EDE4;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.cat-grid__card-footer li span::after {
	display: none;
}
.cat-grid__card-footer li  > span img {
	width: 22px;
	margin-right: 9px;
	position: relative;
	top: -2px;
}
.cat-grid__card-footer li > strong {
	padding: 0;
    line-height: 1;
	position: relative;
	top: 0;
	color: #3B8686;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", sans-serif;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
    vertical-align: top;
	text-transform: uppercase;
}

.restaurants-category-sec h2 {
	margin-bottom: 32px;
}
.restaurants-category-sec .compare-table__rule {
	margin-bottom: 80px;
	margin-left: -17px;
	margin-right: -17px;
}
.restaurants-category-sec .cat-grid__card > strong {
	color: #C9953A;
}
.restaurants-category-sec .cat-grid__card h3 {
	color: #C9953A;
	font-size: 32px;
	margin-bottom: 11px;
}
.restaurants-category-sec .cat-grid__card p {
	margin-bottom: 20px;
}
.restaurants-category-sec .cat-grid__card {
	padding: 0 32px 23px;
}
.restaurants-category-sec .cat-grid__card .cat-grid__img {
	margin: 0 -32px 30px;
}

.details-restaurant-amenities-grid {
	grid-template-columns: repeat(4, calc(25% - 12px));
}

/* Menu Grid — 2 columns */
.menu-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 24px;
  }
  
  .menu-grid__item {
	display: flex;
	background-color: #1C2B2D;
	overflow: hidden;
  }
  
  .menu-grid__item img {
	width: 117px;
	min-height: 88px;
	object-fit: cover;
	flex-shrink: 0;
	align-self: stretch;
  }
  
  .menu-grid__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6px 18px;
  }
  
  .menu-grid__info strong {
	color: #F3EDE4;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 4px;
  }
  
  .menu-grid__info span {
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #F3EDE4;
  }
  .menu_list_wrap {
	padding-top: 41px;
  }
  .menu_list_wrap h3 {
	color: #3B8686;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 11px;
  }
  .location_info_item {
	max-width: 250px;
	margin-bottom: 30px !important;
  }
  .location_info_item span {
	align-items: flex-start;
  }
  .location_info_item img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	position: relative;
	top: 2px;
  }
  .cat-grid__card-footer-more {
	display: none !important;
  }

/* ============================================================
   About Us page — template-about-us.php
   Desktop + mobile (matches DeadSea About comps: teal, beige, gold, charcoal)
   ============================================================ */

.about-page {
	--ap-teal: #2a5354;
	--ap-teal-dark: #234747;
	--ap-beige: #f3ede4;
	--ap-beige-2: #f2ede4;
	--ap-gold: #d4af37;
	--ap-gold-soft: #c9953a;
	--ap-charcoal: #1a1d1e;
	--ap-brown: #2d241e;
	--ap-white: #fff;
	--ap-body-on-dark: rgba(255, 255, 255, 0.88);
	--ap-font-serif: "Playfair Display", "DejaVu Serif", Georgia, "Times New Roman", serif;
	--ap-font-sans: "Montserrat", "DM Sans", system-ui, -apple-system, sans-serif;
	color: #1c2b2d;
	font-family: var(--ap-font-sans);
	font-size: 15px;
	line-height: 1.65;
}

.about-page h2,
.about-page .about-diff__title,
.about-page .about-quote__text {
	font-family: var(--ap-font-serif);
	font-weight: 600;
}

.about-page .about-diff__item h3,
.about-page .about-why__card h3,
.about-page .about-team__role {
	font-family: var(--ap-font-sans);
}

/* --- Depth: full-bleed photo inside container + inset teal panel (right), comp match --- */
.about-depth {
	padding: 59px 0 96px;
}

.about-depth__frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #1c2b2d;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 40px;
}

.about-depth__panel {
	max-width: 48.25%;
	box-sizing: border-box;
	background: #2D5F5F;
	color: #fff;
	padding: 40px 40px 46px;
	margin-left: auto;
}

.about-depth__panel h2 {
	color: #F3EDE4;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 24px;
}

.about-depth__panel p {
	color: #F3EDE4;
	margin: 0 0 16px;
}

.about-depth__panel p:last-of-type {
	margin-bottom: 32px;
}

.about-depth__cta {
	display: inline-block;
	align-self: flex-start;
	font-family: var(--ap-font-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #4a8d8d;
	border: none;
	border-radius: 0;
	padding: 15px 30px;
	transition: background 0.25s ease, filter 0.25s ease;
}

.about-depth__cta:hover {
	background: #3f7c7c;
}

/* Logo strip — cream bar, teal logoipsum marks (comp match) */
.about-depth__logos {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 0;
	padding: 76px 27px 0;
	border-top: none;
}

.about-depth__logo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 1 auto;
	min-width: 0;
	color: #2c4c44;
	max-width: 153px;
}

.about-depth__logo span {
	font-family: var(--ap-font-sans);
	font-size: clamp(13px, 1.35vw, 16px);
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #2c4c44;
	text-transform: lowercase;
	line-height: 1;
}

/* --- What makes us different --- */
.about-diff {
	background: #1C2B2D;
	color: #F3EDE4;
	padding: 81px 0 79px;
}
.about-diff h2 {
	color: #F3EDE4;
	margin-bottom: 40px;
}

.about-diff__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 80px;
}

.about-diff__num {
	display: block;
	color: #C9953A;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}

.about-diff__item h3 {
	display: block;
	color: #C9953A;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: solid 1px #C9953A;
	padding-bottom: 23px;
	margin-bottom: 25px;
}

.about-diff__item p {
	color: #F3EDE4;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0;
}

/* --- Why choose us --- */
.about-why-choose-us {
	padding: 81px 0 22px;
}

.about-why-choose-us h2 {
	margin-bottom: 39px;
}

.about-why__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.about-why__card {
	position: relative;
	padding: 41px 25px 40px 104px;
	border-radius: 0;
	box-sizing: border-box;
	background: #2D5F5F;
}

.about-why__card figure {
	position: absolute;
	left: 40px;
	top: 25px;
	width: 48px;
	height: 48px;
	text-align: center;
}

.about-why__card figure img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	width: auto;
	height: auto;
}

.about-why__card h3 {
	color: #C9953A;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-family: "DejaVu Sans Mono", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.about-why__card p {
	color: #F3EDE4;
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
}

/* Carousel chrome: hidden on desktop */
.about-carousel__footer {
	display: none;
}

.about-carousel__arrows {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.about-carousel__btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: none;
	background: var(--ap-teal);
	color: #F3EDE4;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 22px rgba(42, 83, 84, 0.28);
	transition: background 0.2s ease, transform 0.15s ease;
}

.about-carousel__btn:hover {
	background: var(--ap-teal-dark);
}

.about-carousel__btn:active {
	transform: scale(0.96);
}

.about-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.about-carousel__dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ap-teal);
	opacity: 0.3;
}

.about-carousel__dots span:first-of-type {
	opacity: 1;
}

/* --- Meet the team (comp: cream bg, left title, 3 cols, teal / #121817, gold names, role tag BL) --- */
.about-team-behind-deadsea {
	padding: 56px 0 80px;
}

.about-team-behind-deadsea h2 {
	border-top: solid 2px #C9953A;
	padding-top: 81px;
	margin-bottom: 39px;
}

.about-team__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

.about-team__card {
	display: grid;
	grid-template-rows: 1fr 1fr;
	background: transparent;
	border-radius: 0;
	overflow: hidden;
}

.about-team__photo {
	position: relative;
	background: #2D5F5F;
	overflow: hidden;
	min-height: 0;
}

.about-team__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.about-team__role {
	position: absolute;
    bottom: 17px;
    left: 20px;
    background-color: #F3EDE4;
    color: #2C2622;
    font-family: 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 5px 7px 3px 9px;
    text-transform: uppercase;
}

.about-team__body {
	position: relative;
	z-index: 1;
	background: #121817;
	padding: 25px 25px 15px;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.about-team__body h3 {
	color: #C9953A;
	font-size: 24px;
	line-height: 1.4;
	font-family: "DejaVu Serif", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.about-team__body p {
	color: #F3EDE4;
	margin: 0 0 28px;
}

.about-team__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 0;
	line-height: 1;
}

.about-team__social li {
	line-height: 1;
}

.about-team__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 0;
	min-width: 0;
	height: auto;
	color: #b89356;
	background: transparent;
	text-decoration: none;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.about-team__social a:hover {
	opacity: 0.85;
	background: transparent;
}

.about-team__social svg {
	display: block;
}


.golden-quote span {
	color: #C9953A;
}

/* --- Discover --- */
.about-discover {
	background: var(--ap-beige);
	padding: 64px 0 80px;
}

.about-discover__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1.15fr);
	grid-template-rows: auto repeat(2, 263px);
	gap: 12px;
	align-items: stretch;
}

.about-discover__copy h2 {
	font-size: 48px;
	margin: 0 0 15px;
	color: #1C2B2D;
}

.about-discover__copy p {
	margin: 0 0 18px;
	color: #1C2B2D;
}

.about-discover__cell {
	overflow: hidden;
	border-radius: 0;
}

.about-discover__cell img {
	width: 100%;
	height: 100%;
	min-height: 120px;
	object-fit: cover;
	display: block;
}

.about-discover__copy {
	grid-column: 1 / span 3;
	grid-row: 1;
	padding: 8px 110px 28px 16px;
}

.about-discover__cell--hero {
	grid-column: 4;
	grid-row: 1 / span 2;
}

.about-discover__cell--feature {
	grid-column: 3;
	grid-row: 2 / span 2;
}

.about-discover__cell--a {
	grid-column: 1;
	grid-row: 2;
}

.about-discover__cell--b {
	grid-column: 2;
	grid-row: 2;
}

.about-discover__cell--c {
	grid-column: 1 / span 2;
	grid-row: 3;
}

.about-discover__cell--d {
	grid-column: 4;
	grid-row: 3;
}

/* Mobile image strip: hidden on desktop */
.about-discover__slider {
	display: none;
}

/* --- Tablet --- */
@media (max-width: 991px) {
	.about-depth__frame {
		min-height: 340px;
		aspect-ratio: 16 / 10;
		max-height: none;
	}

	.about-depth__panel {
		top: 28px;
		right: 28px;
		bottom: 28px;
		width: min(460px, 52%);
		padding: 32px 28px 36px;
	}

	.about-diff__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.about-diff__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.about-team__grid {
		gap: 20px;
	}

	.about-discover__layout {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		gap: 12px;
	}

	.about-discover__layout > .about-discover__cell {
		height: auto;
	}

	.about-discover__copy {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.about-discover__cell--hero,
	.about-discover__cell--a,
	.about-discover__cell--b,
	.about-discover__cell--feature,
	.about-discover__cell--c,
	.about-discover__cell--d {
		grid-column: auto;
		grid-row: auto;
	}
}

/* --- Mobile: carousels + depth stack --- */
@media (max-width: 767px) {
	.about-depth {
		padding: 32px 0 28px;
	}

	.about-depth__frame {
		min-height: 0;
		max-height: none;
		aspect-ratio: auto;
		display: flex;
		flex-direction: column;
		overflow: visible;
	}

	.about-depth__media {
		position: relative;
		height: 240px;
		flex-shrink: 0;
		overflow: hidden;
	}

	.about-depth__media img {
		position: absolute;
		inset: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.about-depth__panel {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		max-width: none;
		margin-top: 0;
		padding: 28px 22px 32px;
	}

	.about-depth__logos {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 28px;
		column-gap: 20px;
		padding: 44px 14px 48px;
	}

	.about-depth__logo {
		flex: 0 1 calc(50% - 12px);
		max-width: 200px;
		justify-content: center;
	}

	/* Discover: desktop mosaic off, slider on */
	.about-discover__layout > .about-discover__cell {
		display: none;
	}

}




.gallery-section {
	padding: 60px 0 60px;
	overflow: hidden;
}
.gallery-section h2 {
	margin-bottom: 38px;
}
.gallery-section .detail-tabs {
	display: block;
	margin-bottom: 50px;
}
.gallery-section .detail-tabs .detail-tabs__tab {
	display: inline-block;
	margin-bottom: 13px;
	margin-right: 11px;
}

.grid {
	margin: 0 -6px;
}
.grid-sizer,
.grid-item {
  width: 25%;
  padding: 6px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}
.grid-item figure {
	margin: 0;
	display: block;
	position: relative;
}
.video-play-youtube {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}
.video-play-youtube::before {
	content: "";
	display: block;
	background: url('assets/images/play_circle.svg') no-repeat center center;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-size: 100%;

}
button.mfp-close {
	top: 10px;
    width: 30px !important;
    height: 30px;
    text-align: center !important;
    padding: 0 !important;
    line-height: 30px;
    right: 0 !important;
}
.gallery-load-more_wrapper {
    text-align: center;
    padding-top: 46px;
	padding: 46px 20px 0;
}



.still-have-questions {
	padding: 0 0 80px;
}
.breadcrumb + .faq {
	padding-top: 60px;
}
.still-have-questions h3 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 17px;
}
.still-have-questions p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 23px;
}

.privacy-policy__list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #F3EDE4;
	font-size: 18px;
}
.privacy-policy__list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.privacy-policy__list li span {
	color: #C9953A;
}



.privacy-content-section {
    padding: 64px 0 80px;
  }

  .privacy-content-wrap {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 194px;
    align-items: start;
  }

  .privacy-sidebar {
    position: sticky;
    top: 30px;
    align-self: start;
  }

  .privacy-sidebar h4 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	color: #1C2B2D;
	margin-bottom: 15px;
  }

  .privacy-sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .privacy-sidebar__list li {
	margin-bottom: 2px;
}

  .privacy-sidebar__list a {
    display: block;
    padding: 11px 10px 11px 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #1C2B2D;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
  }

  .privacy-sidebar__list a:hover,
  .privacy-sidebar__list a.is-active {
	border-color: #1C2B2D;
  }

  .privacy-sidebar__list a.is-active {
	font-weight: 700;
  }

  .privacy-article {
    min-width: 0;
  }

  .privacy-block {
    scroll-margin-top: 130px;
  }

  .privacy-block + .privacy-block {
    margin-top: 40px;
    padding-top: 8px;
  }

  .privacy-block h2 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.3;
    color: #1C2B2D;
	font-weight: 400;
  }

  .privacy-block h5 {
	position: relative;
	padding-left: 24px;
	color: #1C2B2D;
	font-size: 16px;
	line-height: 1.5;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	margin: 0 0 5px;
  }
  .privacy-block p {
	margin: 0 0 15px;
  }
  .privacy-block p + ul {
	margin-top: -15px;
  }
  .privacy-block ul {
	margin: 0 0 0;
	padding: 0 0 0 23px;
  }
  .privacy-block h5::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	background: #1C2B2D;
  }



  .articles-filter .hotel-filter__bar {
	grid-template-columns: repeat(3, 1fr);
  }
  .articles-filter .hotel-filter__actions .button {
	font-weight: 400;
  }
  .tags-wrap .button {
	margin-right: 14px;
  }


  .article-grid-section .cat-grid__row {
	gap: 16px;
  }
  .article-grid-section .discover__card .discover__img-wrap img{
	height: 272px;
	object-fit: cover;
  }
  .article-grid-section .discover__card .discover__img-wrap span {
	bottom: 14px;
  }
  .article-grid-section .discover__card .discover__content {
	padding: 24px 25px 23px;
  }
  .article-grid-section .discover__card .discover__content h3 {
	margin-bottom: 8px;
  }
  .article-grid-section .discover__card .discover__content p {
	margin-top: 0;
  }
  .article-grid-section__loadmore {
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;
  }


  .article-details-section .hotel-listing__item {
	display: block;
  }
  .simple_content_sec .dark-content-wrap {
	margin-top: 24px;
	margin-bottom: 24px;
  }


  .article-details-section .hotel-listing__item + .hotel-listing__item {
	border-top: none;
	padding-top: 40px;
  }
  .article-details-section .hotel-listing__item .hotel-listing__body p {
	margin-bottom: 14px;
  }
  .article-details-section .hotel-listing__body h3 {
	margin-bottom: 9px;
  }
  .article-details-section + .simple_content_sec h2 {
	border-top: solid 2px #C9953A;
	padding-top: 80px;
	margin-bottom: 16px;
  }
  .article-details-section + .simple_content_sec p {
	margin-bottom: 25px;
  }
  .article-details-section + .simple_content_sec {
	padding-top: 28px;
  }
  .simple_content_sec + .simple_content_sec {
	padding-top: 32px;
  }	
  .simple_content_sec + .simple_content_sec h2 {
	margin-bottom: 16px;
  }
  .simple_content_sec + .simple_content_sec p {
	margin-bottom: 25px;
  }


.error404 .header, .error404 .footer, .error404 .dispatch, .error404 #descent-rail {
    display: none
}

.error-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 40px 0;
    overflow: auto;
    background: #0e1618;
}

.error-404 h1 {
    margin-bottom: 30px;
    color: #F3EDE4;
    letter-spacing: 0;
    margin-top: 0
}

.error_inner_wrap {
    background: #2D5F5F;
    padding: 50px 25px;
    max-width: 500px;
    margin: 0 auto;
    color: #F3EDE4;
    border-radius: 5px;
    text-align: center
}

.error_inner_wrap .logo {
    width: 250px;
    display: block;
    margin: 0 auto 40px
}

.error_inner_wrap .logo img {
    display: block;
    width: 100%
}

.error_inner_wrap h3 {
    border-bottom: solid 1px #F3EDE4;
    border-top: solid 1px #F3EDE4;
    padding: 13px 0;
    margin-bottom: 20px;
    color: #F3EDE4;
    font-size: 22px
}

.error_inner_wrap p {
    margin-bottom: 30px;
}

.breadcrumb + .things-to-do-grid h2 {
	border-top: none;
}


/* For WebKit browsers (Chrome, Edge, Safari) */
.compare-table__scroll::-webkit-scrollbar, .breadcrumb ul::-webkit-scrollbar {
	height: 5px; /* horizontal scrollbar */
	width: 5px;  /* vertical scrollbar */
}
  
.compare-table__scroll::-webkit-scrollbar-track, .breadcrumb ul::-webkit-scrollbar-track {
	background: #2D5F5F; /* dark track */
	border-radius: 0;
}
  
.compare-table__scroll::-webkit-scrollbar-thumb, .breadcrumb ul::-webkit-scrollbar-thumb {
	background: #3B8686; /* teal thumb */
	border-radius: 0;
}
  
.compare-table__scroll::-webkit-scrollbar-thumb:hover, .breadcrumb ul::-webkit-scrollbar-thumb:hover {
	background: #3B8686;
}
  
.single .hotel-banner__content h1 {max-width: 1050px;}
.single .hotel-banner__content h1 em {display: inline;}


.hotel-flexible-sections .detail-accordion__body table {
	min-width: inherit;
}
.hotel-flexible-sections .Complete-comparison-table {
	padding-bottom: 50px;
}
.hotel-flexible-sections .Complete-comparison-table .container {
	padding: 0;
}
