/*!
Theme Name: jaffalitravel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jaffalitravel
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.

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

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

/*--------------------------------------------------------------
>>> 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 3em;
}

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:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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 {
	display: block;
	background: transparent;
	border: 1px solid var(--color-gold);
	color: var(--color-gold);
	padding: 0.5rem 1rem;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
}

@media screen and (min-width: 62em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: row;
		position: static;
		padding: 0;
		box-shadow: none;
		border: none;
		gap: 2rem;
	}
}

.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;
}

/* --- Jaffali Travel Services Custom Styles --- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
	--color-charcoal: #121212;
	--color-charcoal-light: #222222;
	--color-gold: #D4AF37;
	--color-gold-hover: #b5952f;
	--color-champagne: #FAF9F6;
	--color-white: #ffffff;
	--font-heading: 'Playfair Display', serif;
	--font-body: 'Lato', sans-serif;
}

body {
	background-color: var(--color-champagne);
	color: var(--color-charcoal);
	font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: var(--font-heading);
	color: var(--color-charcoal);
}

a {
	color: var(--color-gold);
	transition: color 0.3s ease;
}

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

/* Header & Nav */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: var(--color-white);
	border-bottom: 2px solid var(--color-gold);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.site-title a {
	color: var(--color-charcoal);
	text-decoration: none;
}

.site-description {
	display: none;
	/* Hide tagline for minimalist look */
}

/* Underscore's default menu resets */
.main-navigation,
.main-navigation ul {
	width: auto;
}

.main-navigation ul {
	display: flex;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	color: var(--color-charcoal);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 1px;
	padding: 0.5rem 0;
	border-bottom: 2px solid transparent;
}

.main-navigation a:hover {
	border-bottom: 2px solid var(--color-gold);
	color: var(--color-gold);
}

/* Logo Stylization */
.jaffali-custom-logo-wrapper img {
	max-height: 80px;
	width: auto;
	object-fit: contain;
}

.footer-custom-logo-wrapper img {
	max-height: 120px;
	width: auto;
	object-fit: contain;
}

.jaffali-logo-container {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 10px;
}

.jaffali-pillar-j {
	font-family: var(--font-heading);
	font-size: 3.5rem;
	color: var(--color-gold);
	line-height: 1;
	position: absolute;
	left: -10px;
	top: -15px;
	z-index: 10;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.jaffali-logo-circle {
	width: 60px;
	height: 60px;
	margin-left: 20px;
	border: 2px solid var(--color-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--color-white);
}

.logo-text {
	font-family: var(--font-body);
	font-size: 0.5rem;
	font-weight: 700;
	color: var(--color-charcoal);
	text-transform: uppercase;
	line-height: 1.1;
}

/* Button */
.btn-gold-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e6c875 0%, #D4AF37 100%);
	color: var(--color-white);
	font-family: var(--font-body);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 1rem 2.5rem;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.btn-gold-circle:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
	color: var(--color-white);
}

.btn-gold-metallic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #FDE08B 0%, #D4AF37 40%, #AA8022 100%);
	color: var(--color-charcoal) !important;
	font-family: var(--font-body);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 1.2rem 3rem;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid #FDE08B;
}

.btn-gold-metallic:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 15px 40px rgba(212, 175, 55, 0.6), inset 0 2px 10px rgba(255, 255, 255, 0.8);
	background: linear-gradient(135deg, #FFF3C4 0%, #E6C875 40%, #B5952F 100%);
}

/* Photorealistic Hero Section */
.hero-section {
	position: relative;
	height: 100vh;
	min-height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.photorealistic-hero {
	/* Local hero image */
	background-image: url('./images/DSCF9323.jpg');
	background-color: var(--color-charcoal);
}

.hero-overlay-gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(18, 18, 18, 0.7) 0%, rgba(212, 175, 55, 0.2) 50%, rgba(18, 18, 18, 0.85) 100%);
}

.hero-content {
	position: relative;
	z-index: 10;
	color: var(--color-champagne);
	max-width: 900px;
	padding: 2rem;
}

.hero-headline {
	font-family: var(--font-heading);
	font-size: 5rem;
	font-weight: 400;
	color: var(--color-champagne);
	letter-spacing: 4px;
	margin-bottom: 1.5rem;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.hero-subheadline {
	font-family: var(--font-body);
	font-size: 1.4rem;
	font-weight: 300;
	color: var(--color-white);
	max-width: 700px;
	margin: 0 auto 3rem;
	line-height: 1.6;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* Floating Artifacts Animation */
.floating-artifacts {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.artifact {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.6;
	animation: float 20s infinite ease-in-out alternate;
	filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.8));
}

.artifact-compass {
	width: 150px;
	height: 150px;
	top: 20%;
	left: 15%;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23D4AF37"><circle cx="50" cy="50" r="45" fill="none" stroke="%23D4AF37" stroke-width="2"/><polygon points="50,10 60,50 50,90 40,50"/></svg>');
	animation-duration: 25s;
}

.artifact-lamp {
	width: 120px;
	height: 120px;
	top: 40%;
	right: 20%;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23D4AF37"><path d="M20,60 Q50,90 80,60 Q80,40 60,30 Q40,30 20,60 Z" fill="none" stroke="%23D4AF37" stroke-width="3"/><path d="M10,60 Q20,50 30,55" fill="none" stroke="%23D4AF37" stroke-width="3"/></svg>');
	animation-duration: 22s;
	animation-delay: -5s;
}

.artifact-ksar {
	width: 180px;
	height: 180px;
	bottom: 15%;
	left: 30%;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23D4AF37"><rect x="20" y="50" width="20" height="30" fill="none" stroke="%23D4AF37" stroke-width="2"/><rect x="40" y="30" width="20" height="50" fill="none" stroke="%23D4AF37" stroke-width="2"/><rect x="60" y="40" width="20" height="40" fill="none" stroke="%23D4AF37" stroke-width="2"/><path d="M25,50 Q30,40 35,50 M45,30 Q50,20 55,30 M65,40 Q70,30 75,40" fill="none" stroke="%23D4AF37" stroke-width="2"/></svg>');
	animation-duration: 28s;
	animation-delay: -10s;
}

@keyframes float {
	0% {
		transform: translateY(0) rotate(0deg);
	}

	100% {
		transform: translateY(-50px) rotate(15deg);
	}
}

/* About Section */
.about-section {
	padding: 8rem 2rem;
	background-color: var(--color-white);
}

.about-container {
	max-width: 1200px;
	margin: 0 auto;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.about-image-wrapper {
	position: relative;
	padding-right: 2rem;
}

.about-image-wrapper::after {
	content: '';
	position: absolute;
	top: 2rem;
	right: 0;
	bottom: -2rem;
	width: 100%;
	border: 2px solid var(--color-gold);
	z-index: 0;
	border-radius: 10px;
}

.about-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content .section-title {
	margin-bottom: 2rem;
	text-align: left;
}

.about-content .section-title::after {
	margin: 1rem 0 0;
}

.about-text {
	font-family: var(--font-body);
	font-size: 1.15rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 2.5rem;
	text-align: left;
}

.about-gold-accent {
	width: 12px;
	height: 12px;
	background-color: var(--color-gold);
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

@media (max-width: 900px) {
	.about-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.about-image-wrapper {
		padding-right: 0;
		margin-bottom: 3rem;
	}

	.about-image-wrapper::after {
		display: none;
	}

	.about-image-wrapper div[style*="position: absolute"] {
		left: 0 !important;
		bottom: -20px !important;
		width: calc(100% - 40px);
		margin: 0 20px;
		justify-content: center;
	}

	.about-content .section-title,
	.about-text {
		text-align: center;
	}

	.about-content .section-title::after {
		margin: 1rem auto 0;
	}

	.about-gold-accent {
		margin: 0 auto !important;
	}
}

/* Excursions Section */
.excursions-section {
	padding: 6rem 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 3rem;
	color: var(--color-charcoal);
	position: relative;
}

.section-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: var(--color-gold);
	margin: 1rem auto 0;
}

.excursions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 3rem;
}

.excursion-card {
	background: var(--color-white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	text-align: center;
	padding-bottom: 2rem;
}

.excursion-card:hover {
	transform: translateY(-10px);
}

.excursion-image-wrapper {
	padding: 2rem;
}

.excursion-image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
	border: 5px solid var(--color-champagne);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.excursion-card h3 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
}

.excursion-card p {
	padding: 0 2rem;
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 1.5rem;
}

.btn-card {
	color: var(--color-gold);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-decoration: none;
}

.btn-card:hover {
	text-decoration: underline;
}

/* Photorealistic Footer Section */
.photorealistic-footer {
	position: relative;
	background-color: var(--color-charcoal);
	color: var(--color-champagne);
	padding: 8rem 4rem 1rem;
	overflow: hidden;
}

.photorealistic-footer::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, var(--color-gold) 50%, transparent 100%);
	box-shadow: 0 0 30px 5px rgba(212, 175, 55, 0.4);
}

.footer-mist-overlay {
	position: absolute;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	background: radial-gradient(circle at 50% 150%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
	pointer-events: none;
	z-index: 1;
}

.footer-fragments {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}

/* Fragment positioning */
.col-1-fragments .fragment-compass-needle {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 60px;
	height: 60px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23D4AF37"><polygon points="50,10 60,50 50,90 40,50"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.4;
	animation: float 15s infinite ease-in-out alternate;
	filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
}

.col-4-fragments .fragment-palm-leaf {
	position: absolute;
	top: 50%;
	right: 10%;
	width: 80px;
	height: 80px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23D4AF37"><path d="M50 10 Q60 40 90 50 Q60 60 50 90 Q40 60 10 50 Q40 40 50 10 Z" fill="none" stroke="%23D4AF37" stroke-width="2"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	animation: float 22s infinite ease-in-out alternate-reverse;
	filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
}

.footer-container {
	position: relative;
	z-index: 10;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
	gap: 5rem;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.footer-branding .footer-logo-circle {
	width: 90px;
	height: 90px;
	border: 1px solid var(--color-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	background: transparent;
	box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
}

.footer-branding .logo-text {
	font-family: var(--font-body);
	font-size: 0.65rem;
	font-weight: 300;
	color: var(--color-champagne);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 2px;
}

.brand-statement {
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 300;
	color: rgba(212, 175, 55, 0.8);
	line-height: 1.8;
	max-width: 250px;
	letter-spacing: 0.5px;
}

.footer-heading {
	font-family: var(--font-heading);
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--color-gold);
	letter-spacing: 4px;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}

.footer-nav ul,
.footer-connect ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav li,
.footer-connect li {
	margin-bottom: 1.5rem;
}

.footer-nav a {
	font-family: var(--font-body);
	color: var(--color-champagne);
	text-decoration: none;
	font-size: 0.8rem;
	letter-spacing: 2px;
	transition: all 0.4s ease;
	opacity: 0.7;
	text-transform: uppercase;
}

.footer-nav a:hover {
	opacity: 1;
	color: var(--color-gold);
}

.footer-connect li {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	color: rgba(250, 249, 246, 0.6);
	font-size: 0.85rem;
	letter-spacing: 1px;
}

.footer-icon {
	width: 16px;
	height: 16px;
	color: var(--color-gold);
	flex-shrink: 0;
	margin-top: 2px;
	opacity: 0.8;
}

.footer-socials-minimal {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.footer-socials-minimal a {
	color: rgba(212, 175, 55, 0.7);
	width: 20px;
	height: 20px;
	transition: all 0.4s ease;
}

.footer-socials-minimal a:hover {
	color: var(--color-gold);
	transform: translateY(-2px);
}

.trust-badges {
	display: flex;
	gap: 1.5rem;
}

.badge {
	border: 1px solid rgba(212, 175, 55, 0.4);
	padding: 0.4rem 1rem;
	font-size: 0.65rem;
	color: rgba(212, 175, 55, 0.8);
	border-radius: 2px;
	letter-spacing: 2px;
}

.footer-bottom {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 3rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.j-separator {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, transparent, var(--color-gold), transparent);
}

.footer-bottom .site-info {
	font-size: 0.65rem;
	color: rgba(250, 249, 246, 0.4);
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.footer-container {
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
	}
}

@media (max-width: 768px) {
	.site-header {
		padding: 0.8rem 1.5rem;
		position: sticky;
		top: 0;
		width: 100%;
	}

	.site-branding {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main-navigation ul {
		transition: all 0.3s ease-in-out;
		transform-origin: top;
		transform: scaleY(0);
		opacity: 0;
		padding: 1rem 2rem !important;
		gap: 0 !important;
		display: flex; /* Always flex in mobile to allow transform toggle */
		flex-direction: column;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background: var(--color-white);
		box-shadow: 0 10px 20px rgba(0,0,0,0.1);
		border-bottom: 2px solid var(--color-gold);
		z-index: 1000;
	}

	.main-navigation.toggled ul {
		transform: scaleY(1);
		opacity: 1;
	}

	.main-navigation ul li {
		width: 100% !important;
		margin: 0 !important;
	}

	.main-navigation ul a {
		padding: 1.2rem 0 !important;
		border-bottom: 1px solid rgba(0,0,0,0.05) !important;
		width: 100% !important;
		display: block !important;
	}

	.main-navigation ul li:last-child a {
		border-bottom: none !important;
	}

	.jaffali-custom-logo-wrapper img {
		max-height: 50px;
	}

	.hero-section {
		height: auto;
		min-height: 600px;
		padding-top: 100px;
	}

	.hero-headline {
		font-size: 1.25rem;
		letter-spacing: 1px;
		line-height: 1.2;
	}

	.hero-subheadline {
		font-size: 1.1rem;
		margin-bottom: 2rem;
	}

	.btn-gold-metallic {
		padding: 1rem 2rem;
		font-size: 0.8rem;
	}

	.section-title {
		font-size: 2rem;
	}

	.about-section,
	.excursions-section,
	.photorealistic-footer {
		padding: 4rem 1.5rem;
	}
}

@media (max-width: 600px) {
	.footer-container {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 2.5rem;
	}

	.footer-heading {
		margin-bottom: 1.5rem;
		margin-top: 1rem;
	}

	.footer-socials-minimal,
	.trust-badges {
		justify-content: center;
	}

	.footer-connect li {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
	}

	.brand-statement {
		max-width: 100%;
		margin: 0 auto;
	}
}

/* Hero Search Form - Premium Stylish Design */
.hero-search-form {
	margin: 3rem 0;
	display: flex;
	justify-content: center;
	animation: floatSearch 6s ease-in-out infinite;
	position: relative;
	z-index: 10;
}

@keyframes floatSearch {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

.search-input-wrapper {
	display: flex;
	align-items: center;
	background: rgba(20, 20, 20, 0.4);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(212, 175, 55, 0.4);
	border-radius: 60px;
	padding: 0.6rem 0.8rem;
	width: 100%;
	max-width: 550px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.search-input-wrapper:focus-within,
.search-input-wrapper:hover {
	border-color: rgba(212, 175, 55, 1);
	background: rgba(10, 10, 10, 0.6);
	box-shadow: 0 15px 40px rgba(212, 175, 55, 0.25), inset 0 2px 2px rgba(212, 175, 55, 0.1);
	transform: scale(1.02);
}

.hero-search-input {
	background: transparent !important;
	border: none !important;
	color: #fff !important;
	font-size: 1.1rem;
	font-weight: 300;
	padding: 0.5rem 1.5rem !important;
	width: 100%;
	outline: none;
	box-shadow: none !important;
	letter-spacing: 0.5px;
}

.hero-search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
	transition: color 0.3s ease;
}

.search-input-wrapper:focus-within .hero-search-input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.hero-search-submit {
	background: linear-gradient(135deg, #f2d06b 0%, #d4af37 50%, #aa841c 100%) !important;
	border: none !important;
	border-radius: 50% !important;
	width: 55px !important;
	height: 55px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111 !important;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	flex-shrink: 0;
	padding: 0 !important;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
	position: relative;
	overflow: hidden;
}

/* Shine effect on the button */
.hero-search-submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	animation: shine 4s infinite;
}

@keyframes shine {
	0% {
		left: -100%;
	}

	20% {
		left: 200%;
	}

	100% {
		left: 200%;
	}
}

.hero-search-submit:hover {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}

.hero-search-submit svg {
	stroke-width: 2.5px;
	width: 22px;
	height: 22px;
	transition: transform 0.3s ease;
}

.hero-search-submit:hover svg {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.hero-search-form {
		margin: 2rem 0;
		animation: none;
	}

	.search-input-wrapper {
		max-width: 90%;
		padding: 0.4rem 0.6rem;
	}

	.hero-search-input {
		font-size: 0.95rem;
		padding: 0.4rem 1rem !important;
	}

	.hero-search-submit {
		width: 48px !important;
		height: 48px !important;
	}
}