/*!
Theme Name: sipritrip
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: sipritrip
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.

sipritrip 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

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

/*--------------------------------------------------------------
# Modern 2025 UI Variables
--------------------------------------------------------------*/

:root {
	/* Colors - Modern 2025 Palette */
	--primary-color: #6366f1;
	--primary-dark: #4f46e5;
	--primary-light: #a5b4fc;
	--secondary-color: #06b6d4;
	--accent-color: #f59e0b;
	--success-color: #10b981;
	--warning-color: #f59e0b;
	--error-color: #ef4444;
	
	/* Neutrals */
	--white: #ffffff;
	--gray-50: #f9fafb;
	--gray-100: #f3f4f6;
	--gray-200: #e5e7eb;
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-600: #4b5563;
	--gray-700: #374151;
	--gray-800: #1f2937;
	--gray-900: #111827;
	
	/* Typography */
	--font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-base: 1rem;
	--font-size-lg: 1.125rem;
	--font-size-xl: 1.25rem;
	--font-size-2xl: 1.5rem;
	--font-size-3xl: 1.875rem;
	--font-size-4xl: 2.25rem;
	
	/* Spacing */
	--spacing-xs: 0.25rem;
	--spacing-sm: 0.5rem;
	--spacing-md: 1rem;
	--spacing-lg: 1.5rem;
	--spacing-xl: 2rem;
	--spacing-2xl: 3rem;
	--spacing-3xl: 4rem;
	
	/* Border Radius */
	--radius-sm: 0.375rem;
	--radius-md: 0.5rem;
	--radius-lg: 0.75rem;
	--radius-xl: 1rem;
	--radius-2xl: 1.5rem;
	
	/* Shadows */
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	
	/* Transitions */
	--transition-fast: 150ms ease-in-out;
	--transition-normal: 250ms ease-in-out;
	--transition-slow: 350ms ease-in-out;
	
	/* Z-index */
	--z-dropdown: 1000;
	--z-sticky: 1020;
	--z-fixed: 1030;
	--z-modal: 1040;
	--z-popover: 1050;
	--z-tooltip: 1060;
}

/*--------------------------------------------------------------
# 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;
	font-family: var(--font-family-primary);
	font-size: var(--font-size-base);
	line-height: 1.6;
	color: var(--gray-800);
	background-color: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: var(--transition-normal);
}

body.menu-open {
	overflow: hidden;
}

/**
 * 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Modern Header & Navigation
--------------------------------------------------------------*/

/* Header Styles */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: var(--z-fixed);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: all var(--transition-normal);
	padding: var(--spacing-md) 0;
}

.site-header.header-scrolled {
	padding: var(--spacing-sm) 0;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--shadow-lg);
}

.site-header.header-hidden {
	transform: translateY(-100%);
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--spacing-md);
	gap: var(--spacing-lg);
}

/* Site Branding */
.site-branding {
	flex: 0 0 auto;
}

.site-title {
	margin: 0;
	font-size: var(--font-size-xl);
	font-weight: 700;
	line-height: 1.2;
}

.site-title a {
	color: var(--gray-900);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	transition: var(--transition-fast);
}

.site-title a:hover {
	color: var(--primary-color);
	transform: translateY(-1px);
}

.site-title i {
	color: var(--primary-color);
	font-size: 1.2em;
}

/* Custom Logo */
.custom-logo {
	width: 135px;
	height: 80px;
	max-height: 80px;
	object-fit: contain;
	transition: var(--transition-fast);
}

.custom-logo:hover {
	transform: scale(1.05);
}

/* Header Search */
.header-search {
	position: relative;
	flex: 0 0 auto;
	order: 2;
}

.search-toggle {
	background: none;
	border: none;
	padding: var(--spacing-sm);
	border-radius: var(--radius-lg);
	color: var(--gray-600);
	cursor: pointer;
	transition: var(--transition-fast);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
}

.search-toggle:hover {
	background: var(--gray-100);
	color: var(--primary-color);
	transform: scale(1.1);
}

.search-form-container {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: var(--spacing-sm);
	background: var(--white);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-xl);
	padding: var(--spacing-md);
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all var(--transition-normal);
	z-index: var(--z-dropdown);
}

.search-form-container.search-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.search-form-container .search-form {
	display: flex;
	gap: var(--spacing-sm);
}

.search-form-container input[type="search"] {
	flex: 1;
	padding: var(--spacing-sm) var(--spacing-md);
	border: 2px solid var(--gray-200);
	border-radius: var(--radius-md);
	font-size: var(--font-size-sm);
	transition: var(--transition-fast);
}

.search-form-container input[type="search"]:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Mobile Search Fixes */
@media (max-width: 768px) {
	.header-search {
		position: relative;
		order: 2;
		margin-right: var(--spacing-sm);
	}
	
	.search-form-container {
		position: fixed;
		top: 80px;
		left: var(--spacing-md);
		right: var(--spacing-md);
		margin-top: 0;
		min-width: auto;
		width: auto;
		z-index: var(--z-modal);
		max-width: calc(100vw - 2 * var(--spacing-md));
	}
	
	.search-form-container .search-form {
		display: flex;
		gap: var(--spacing-sm);
		width: 100%;
	}
	
	.search-form-container input[type="search"] {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.custom-logo {
		width: 120px;
		height: 70px;
		max-height: 70px;
	}
	
	.search-form-container {
		top: 70px;
		left: var(--spacing-sm);
		right: var(--spacing-sm);
		max-width: calc(100vw - 2 * var(--spacing-sm));
	}
	
	.header-search {
		margin-right: var(--spacing-xs);
	}
}

/*--------------------------------------------------------------
# Map Section
--------------------------------------------------------------*/

.map-section {
	padding: var(--spacing-3xl) 0;
	background: var(--gray-50);
}

.map-header {
	text-align: center;
	margin-bottom: var(--spacing-3xl);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.map-title {
	font-size: var(--font-size-4xl);
	font-weight: 700;
	color: var(--gray-900);
	margin-bottom: var(--spacing-lg);
	position: relative;
	display: inline-block;
}

.map-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 2px;
}

.map-description {
	font-size: var(--font-size-lg);
	color: var(--gray-600);
	line-height: 1.6;
}

.map-container {
	margin-bottom: var(--spacing-3xl);
	border-radius: var(--radius-xl);
	overflow: hidden;
	box-shadow: var(--shadow-xl);
	position: relative;
}

.map-container iframe {
	width: 100%;
	height: 400px;
	border: none;
	display: block;
}

.contact-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--spacing-xl);
	max-width: 800px;
	margin: 0 auto;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: var(--spacing-lg);
	padding: var(--spacing-xl);
	background: white;
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-lg);
	transition: var(--transition-normal);
}

.contact-item:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-xl);
}

.contact-item i {
	font-size: var(--font-size-2xl);
	color: var(--primary-color);
	margin-top: 4px;
	flex-shrink: 0;
}

.contact-item h4 {
	font-size: var(--font-size-lg);
	font-weight: 600;
	color: var(--gray-900);
	margin-bottom: var(--spacing-sm);
}

.contact-item p {
	color: var(--gray-600);
	margin: 0;
	line-height: 1.5;
}

.contact-item a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	transition: var(--transition-normal);
}

.contact-item a:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Mobile Bottom Navigation
--------------------------------------------------------------*/

.mobile-bottom-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--white);
	border-top: 1px solid var(--gray-200);
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
	z-index: var(--z-fixed);
	padding: var(--spacing-xs) 0;
	backdrop-filter: blur(10px);
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.mobile-nav-menu {
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.mobile-nav-item {
	flex: 1;
	display: flex;
	justify-content: center;
}

.mobile-nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: var(--gray-600);
	padding: var(--spacing-xs);
	border-radius: var(--radius-md);
	transition: all var(--transition-fast);
	min-width: 60px;
	position: relative;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
	color: var(--primary-color);
	background: rgba(99, 102, 241, 0.1);
	transform: translateY(-2px);
}

.mobile-nav-icon {
	font-size: 1.2rem;
	margin-bottom: var(--spacing-xs);
	transition: var(--transition-fast);
}

.mobile-nav-link:hover .mobile-nav-icon,
.mobile-nav-link.active .mobile-nav-icon {
	transform: scale(1.1);
}

.mobile-nav-text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

/* Active indicator */
.mobile-nav-link.active::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

/* Show on mobile devices */
@media (max-width: 768px) {
	.mobile-bottom-nav {
		display: block;
	}
	
	/* Map Section Mobile */
	.map-section {
		padding: var(--spacing-xl) 0;
	}

	.map-header {
		margin-bottom: var(--spacing-xl);
		padding: 0 var(--spacing-md);
	}

	.map-title {
		font-size: var(--font-size-xl);
	}

	.map-description {
		font-size: var(--font-size-base);
	}

	.map-container {
		margin: 0 var(--spacing-md) var(--spacing-xl);
		border-radius: var(--radius-lg);
	}

	.map-container iframe {
		height: 300px;
	}

	.contact-info {
		grid-template-columns: 1fr;
		gap: var(--spacing-lg);
		padding: 0 var(--spacing-md);
	}

	.contact-item {
		padding: var(--spacing-lg);
	}
	
	/* Add bottom padding to body to prevent content overlap */
	body {
		padding-bottom: 80px;
	}
	
	/* Adjust main content padding */
	#content {
		padding-bottom: var(--spacing-lg);
	}
}

@media (max-width: 480px) {
	.mobile-nav-text {
		font-size: 0.7rem;
	}
	
	.mobile-nav-icon {
		font-size: 1.1rem;
	}
	
	.mobile-nav-link {
		min-width: 50px;
		padding: var(--spacing-xs) var(--spacing-xs);
	}
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	cursor: pointer;
	padding: var(--spacing-sm);
	border-radius: var(--radius-md);
	transition: var(--transition-fast);
	order: 3;
}

.mobile-menu-toggle:hover {
	background: var(--gray-100);
}

.hamburger-line {
	width: 24px;
	height: 2px;
	background: var(--gray-700);
	border-radius: 2px;
	transition: var(--transition-normal);
	transform-origin: center;
}

.hamburger-line:not(:last-child) {
	margin-bottom: 4px;
}

.mobile-menu-toggle.menu-active .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.menu-active .hamburger-line:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.menu-active .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}

/* Navigation */
.main-navigation {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--white);
	border-radius: 0 0 var(--radius-lg) var(--radius-lg);
	box-shadow: var(--shadow-xl);
	max-height: 0;
	overflow: hidden;
	transition: all var(--transition-normal);
	order: 4;
}

.main-navigation.menu-open {
	max-height: 80vh;
	overflow-y: auto;
}

.nav-menu {
	list-style: none;
	margin: 0;
	padding: var(--spacing-md);
}

.nav-menu li {
	position: relative;
}

.nav-menu a {
	display: block;
	padding: var(--spacing-md);
	color: var(--gray-700);
	text-decoration: none;
	font-weight: 500;
	border-radius: var(--radius-md);
	transition: var(--transition-fast);
}

.nav-menu a:hover,
.nav-menu a:focus {
	background: var(--gray-50);
	color: var(--primary-color);
	transform: translateX(4px);
}

/* Dropdown Menus */
.nav-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: var(--spacing-lg);
	border-left: 2px solid var(--gray-200);
	margin-top: var(--spacing-sm);
}

.nav-menu .sub-menu a {
	padding: var(--spacing-sm) var(--spacing-md);
	font-size: var(--font-size-sm);
	color: var(--gray-600);
}

/* Desktop Navigation */
@media (min-width: 768px) {
	.mobile-menu-toggle {
		display: none;
	}
	
	.main-navigation {
		position: static;
		background: none;
		box-shadow: none;
		max-height: none;
		overflow: visible;
		flex: 1;
		order: 1;
	}
	
	.nav-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: var(--spacing-sm);
		padding: 0;
	}
	
	.nav-menu li {
		position: relative;
	}
	
	.nav-menu a {
		padding: var(--spacing-sm) var(--spacing-md);
		border-radius: var(--radius-lg);
		font-size: var(--font-size-sm);
		font-weight: 500;
	}
	
	.nav-menu a:hover {
		transform: translateY(-2px);
		background: var(--primary-color);
		color: var(--white);
	}
	
	/* Desktop Dropdown */
	.nav-menu .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background: var(--white);
		border-radius: var(--radius-lg);
		box-shadow: var(--shadow-xl);
		min-width: 200px;
		padding: var(--spacing-sm);
		margin: var(--spacing-xs) 0 0 0;
		border: none;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: all var(--transition-normal);
		z-index: var(--z-dropdown);
	}
	
	.nav-menu li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	.nav-menu .sub-menu a {
		padding: var(--spacing-sm) var(--spacing-md);
		color: var(--gray-700);
		font-size: var(--font-size-sm);
	}
	
	.nav-menu .sub-menu a:hover {
		background: var(--gray-50);
		color: var(--primary-color);
		transform: translateX(4px);
	}
	
	.header-search {
		order: 3;
	}
}

@media (min-width: 1024px) {
	.header-container {
		padding: 0 var(--spacing-xl);
	}
	
	.nav-menu {
		gap: var(--spacing-md);
	}
}

/* Ensure main content doesn't hide behind fixed header */
#content {
	padding-top: 100px;
}

@media (min-width: 768px) {
	#content {
		padding-top: 80px;
	}
}

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

/*--------------------------------------------------------------
# Modern Content Styling
--------------------------------------------------------------*/

/* Hero Slider */
.hero-slider {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: var(--gray-900);
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100vh;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity var(--transition-slow);
	background-color: var(--primary-color);
	background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.slide.active {
	opacity: 1;
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.slide-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: white;
	max-width: 800px;
	padding: var(--spacing-xl);
}

.slide-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	margin-bottom: var(--spacing-md);
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
	animation: slideInUp 0.8s ease-out;
}

.slide-description {
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	margin-bottom: var(--spacing-xl);
	opacity: 0.95;
	line-height: 1.6;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	animation: slideInUp 0.8s ease-out 0.2s both;
}

.slide-button {
	display: inline-flex;
	align-items: center;
	gap: var(--spacing-xs);
	padding: var(--spacing-md) var(--spacing-lg);
	background: rgba(255, 255, 255, 0.15);
	color: white;
	text-decoration: none;
	border-radius: var(--radius-xl);
	font-weight: 600;
	font-size: 1.1rem;
	transition: all var(--transition-slow);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: var(--shadow-lg);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	animation: slideInUp 0.8s ease-out 0.4s both;
}

.slide-button:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.25);
	box-shadow: var(--shadow-xl);
	border-color: rgba(255, 255, 255, 0.3);
}

.slide-button:active {
	transform: translateY(0);
}

.slide-button i {
	transition: transform var(--transition-slow);
}

.slide-button:hover i {
	transform: translateX(3px);
}

/* Slider Navigation */
.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all var(--transition-slow);
	backdrop-filter: blur(10px);
	font-size: 1.2rem;
}

.slider-nav:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-50%) scale(1.1);
	box-shadow: var(--shadow-lg);
}

.slider-nav.prev {
	left: var(--spacing-lg);
}

.slider-nav.next {
	right: var(--spacing-lg);
}

/* Slider Dots */
.slider-dots {
	position: absolute;
	bottom: var(--spacing-lg);
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	gap: var(--spacing-xs);
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	cursor: pointer;
	transition: all var(--transition-slow);
}

.dot.active,
.dot:hover {
	background: white;
	transform: scale(1.2);
}

/* Slide Animations */
@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive Hero Slider */
@media (max-width: 768px) {
	.hero-slider {
		min-height: 70vh;
	}
	
	.slider-container {
		height: 70vh;
	}
	
	.slide-content {
		padding: var(--spacing-lg);
	}
	
	.slide-title {
		font-size: clamp(2rem, 8vw, 3rem);
		margin-bottom: var(--spacing-sm);
	}
	
	.slide-description {
		font-size: clamp(1rem, 4vw, 1.2rem);
		margin-bottom: var(--spacing-lg);
	}
	
	.slide-button {
		padding: var(--spacing-sm) var(--spacing-md);
		font-size: 1rem;
	}
	
	.slider-nav {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
	
	.slider-nav.prev {
		left: var(--spacing-sm);
	}
	
	.slider-nav.next {
		right: var(--spacing-sm);
	}
	
	.slider-dots {
		bottom: var(--spacing-sm);
	}
	
	.dot {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 480px) {
	.hero-slider {
		min-height: 60vh;
	}
	
	.slider-container {
		height: 60vh;
	}
	
	.slide-content {
		padding: var(--spacing-md);
	}
	
	.slide-title {
		font-size: clamp(1.8rem, 10vw, 2.5rem);
	}
	
	.slide-description {
		font-size: clamp(0.9rem, 5vw, 1.1rem);
	}
	
	.slider-nav {
		width: 35px;
		height: 35px;
		font-size: 0.9rem;
	}
}

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

.post,
.page {
	margin: 0 0 var(--spacing-2xl);
	background: var(--white);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	transition: var(--transition-normal);
}

.post:hover,
.page:hover {
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}

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

/* Post thumbnail */
.post-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.post-thumbnail img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transition: var(--transition-normal);
}

.post:hover .post-thumbnail img {
	transform: scale(1.05);
}

.entry-header {
	padding: var(--spacing-xl) var(--spacing-xl) var(--spacing-lg);
}

.entry-title {
	font-size: var(--font-size-3xl);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: var(--spacing-md);
	color: var(--gray-900);
}

.entry-title a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition-fast);
}

.entry-title a:hover {
	color: var(--primary-color);
}

.entry-meta {
	display: flex;
	align-items: center;
	gap: var(--spacing-md);
	font-size: var(--font-size-sm);
	color: var(--gray-500);
	margin-bottom: var(--spacing-lg);
}

.entry-meta a {
	color: var(--gray-600);
	text-decoration: none;
	transition: var(--transition-fast);
}

.entry-meta a:hover {
	color: var(--primary-color);
}

.entry-meta i {
	margin-right: var(--spacing-xs);
	color: var(--primary-color);
}

.entry-meta .meta-item {
	display: flex;
	align-items: center;
	gap: var(--spacing-xs);
}

/* Read more button */
.read-more-wrapper {
	margin-top: var(--spacing-md);
}

.read-more-btn {
	display: inline-flex;
	align-items: center;
	gap: var(--spacing-xs);
	padding: var(--spacing-sm) var(--spacing-md);
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	color: var(--white);
	text-decoration: none;
	border-radius: var(--radius-md);
	font-weight: 600;
	font-size: var(--font-size-sm);
	transition: var(--transition-fast);
	box-shadow: var(--shadow-sm);
}

.read-more-btn:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
	color: var(--white);
}

.read-more-btn i {
	transition: var(--transition-fast);
}

.read-more-btn:hover i {
	transform: translateX(4px);
}

/* Entry footer */
.entry-footer {
	padding: var(--spacing-md) var(--spacing-xl) var(--spacing-xl);
	border-top: 1px solid var(--gray-200);
}

.entry-footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing-md);
}

.tags-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--spacing-xs);
	font-size: var(--font-size-sm);
}

.tags-links i {
	color: var(--primary-color);
	margin-right: var(--spacing-xs);
}

.tags-links .tags-title {
	font-weight: 600;
	color: var(--gray-700);
	margin-right: var(--spacing-sm);
}

.tags-links a {
	display: inline-block;
	padding: var(--spacing-xs) var(--spacing-sm);
	background: var(--gray-100);
	color: var(--primary-color);
	text-decoration: none;
	border-radius: var(--radius-sm);
	font-size: var(--font-size-xs);
	transition: var(--transition-fast);
}

.tags-links a:hover {
	background: var(--primary-color);
	color: var(--white);
}

.page-content,
.entry-content,
.entry-summary {
	padding: 0 var(--spacing-xl) var(--spacing-xl);
	line-height: 1.7;
	color: var(--gray-700);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: var(--gray-900);
	font-weight: 600;
	margin-top: var(--spacing-xl);
	margin-bottom: var(--spacing-md);
	line-height: 1.3;
}

.entry-content h2 {
	font-size: var(--font-size-2xl);
}

.entry-content h3 {
	font-size: var(--font-size-xl);
}

.entry-content p {
	margin-bottom: var(--spacing-lg);
}

.entry-content a {
	color: var(--primary-color);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: var(--transition-fast);
}

.entry-content a:hover {
	border-bottom-color: var(--primary-color);
}

.entry-content blockquote {
	border-left: 4px solid var(--primary-color);
	padding: var(--spacing-lg);
	margin: var(--spacing-xl) 0;
	background: var(--gray-50);
	border-radius: 0 var(--radius-md) var(--radius-md) 0;
	font-style: italic;
	color: var(--gray-600);
}

.entry-content ul,
.entry-content ol {
	padding-left: var(--spacing-xl);
	margin-bottom: var(--spacing-lg);
}

.entry-content li {
	margin-bottom: var(--spacing-sm);
}

.page-links {
	clear: both;
	margin: var(--spacing-xl) 0;
	padding: var(--spacing-lg);
	background: var(--gray-50);
	border-radius: var(--radius-md);
	text-align: center;
}

.page-links a {
	display: inline-block;
	padding: var(--spacing-sm) var(--spacing-md);
	margin: 0 var(--spacing-xs);
	background: var(--white);
	color: var(--primary-color);
	text-decoration: none;
	border-radius: var(--radius-sm);
	border: 1px solid var(--gray-200);
	transition: var(--transition-fast);
}

.page-links a:hover {
	background: var(--primary-color);
	color: var(--white);
	border-color: var(--primary-color);
}

/* Featured Image */
.post-thumbnail {
	margin-bottom: var(--spacing-lg);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
	transition: var(--transition-slow);
}

.post-thumbnail:hover img {
	transform: scale(1.05);
}

/* Container and Layout */
.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: var(--spacing-2xl) var(--spacing-md);
}

/* Page Headers */
.page-header {
	text-align: center;
	margin-bottom: var(--spacing-3xl);
	padding: var(--spacing-2xl) 0;
}

.page-title {
	font-size: var(--font-size-3xl);
	font-weight: 700;
	color: var(--gray-900);
	margin-bottom: var(--spacing-md);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-sm);
}

.page-title i {
	color: var(--primary-color);
}

.page-description {
	font-size: var(--font-size-lg);
	color: var(--gray-600);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Posts Grid */
.posts-grid {
	display: grid;
	gap: var(--spacing-2xl);
	margin-bottom: var(--spacing-3xl);
}

@media (min-width: 768px) {
	.posts-grid {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		gap: var(--spacing-xl);
	}
}

@media (min-width: 1024px) {
	.posts-grid {
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}
}

/* Modern Pagination */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--spacing-sm);
	margin: var(--spacing-3xl) 0;
	flex-wrap: wrap;
}

.pagination .nav-links {
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	flex-wrap: wrap;
}

.pagination a,
.pagination .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: var(--spacing-sm) var(--spacing-md);
	border-radius: var(--radius-lg);
	text-decoration: none;
	font-weight: 500;
	transition: all var(--transition-fast);
	border: 2px solid transparent;
}

.pagination a {
	background: var(--white);
	color: var(--gray-700);
	border-color: var(--gray-200);
}

.pagination a:hover {
	background: var(--primary-color);
	color: var(--white);
	border-color: var(--primary-color);
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.pagination .current {
	background: var(--primary-color);
	color: var(--white);
	border-color: var(--primary-color);
	box-shadow: var(--shadow-md);
}

.pagination .prev,
.pagination .next {
	padding: var(--spacing-sm) var(--spacing-lg);
	font-weight: 600;
}

.pagination .dots {
	color: var(--gray-400);
	padding: var(--spacing-sm);
}

/* Form Styling */
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,
select {
	width: 100%;
	padding: var(--spacing-md);
	border: 2px solid var(--gray-200);
	border-radius: var(--radius-md);
	font-size: var(--font-size-base);
	font-family: var(--font-family-primary);
	background: var(--white);
	color: var(--gray-800);
	transition: var(--transition-fast);
}

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,
select:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: var(--spacing-md) var(--spacing-xl);
	background: var(--primary-color);
	color: var(--white);
	border: none;
	border-radius: var(--radius-md);
	font-size: var(--font-size-base);
	font-weight: 600;
	font-family: var(--font-family-primary);
	cursor: pointer;
	transition: all var(--transition-fast);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-sm);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--primary-dark);
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	transform: translateY(0);
}

/* Responsive Design */
@media (min-width: 768px) {
	.site-main {
		padding: var(--spacing-3xl) var(--spacing-xl);
	}
	
	.entry-header {
		padding: var(--spacing-2xl) var(--spacing-2xl) var(--spacing-xl);
	}
	
	.page-content,
	.entry-content,
	.entry-summary {
		padding: 0 var(--spacing-2xl) var(--spacing-2xl);
	}
	
	.page-title {
		font-size: var(--font-size-4xl);
	}
}

@media (min-width: 1024px) {
	.hero-title {
		font-size: 4rem;
	}
	
	.hero-subtitle {
		font-size: var(--font-size-2xl);
	}
}

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

/* Footer
--------------------------------------------------------------*/
.site-footer {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(30, 30, 30, 0.9));
	color: white;
	margin-top: auto;
	backdrop-filter: blur(20px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
}

.site-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="1" stitchTiles="stitch"/><feColorMatrix type="saturate" values="0"/></filter></defs><rect width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.03"/></svg>') repeat;
	pointer-events: none;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--spacing-md);
	position: relative;
	z-index: 1;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: var(--spacing-xl);
	padding: var(--spacing-xl) 0;
}

.footer-section {
	animation: fadeInUp 0.6s ease-out;
}

.footer-title {
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: var(--spacing-md);
	color: white;
}

.footer-title i {
	color: var(--primary-color);
	font-size: 1.25rem;
}

.footer-description {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	margin: 0;
}

.footer-section-title {
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: var(--spacing-md);
	color: white;
}

.footer-section-title i {
	color: var(--primary-color);
	font-size: 1rem;
}

/* Footer menu */
.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: var(--spacing-sm);
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: var(--transition-normal);
	display: flex;
	align-items: center;
	padding: var(--spacing-xs) 0;
}

.footer-menu a:hover {
	color: var(--primary-color);
	transform: translateX(4px);
}

.footer-menu a::before {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-right: var(--spacing-sm);
	color: var(--primary-color);
	transition: var(--transition-normal);
}

/* Social links */
.social-links {
	display: flex;
	gap: var(--spacing-sm);
	flex-wrap: wrap;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	text-decoration: none;
	transition: var(--transition-normal);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
	background: var(--primary-color);
	color: white;
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.social-link i {
	font-size: 1rem;
}

/* Footer contact */
.footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-sm);
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: var(--spacing-sm);
	color: rgba(255, 255, 255, 0.8);
	padding: var(--spacing-xs) 0;
	transition: var(--transition-normal);
}

.footer-contact-item:hover {
	color: var(--primary-color);
	transform: translateX(4px);
}

.footer-contact-item i {
	color: var(--primary-color);
	font-size: 1rem;
	flex-shrink: 0;
	width: 16px;
	text-align: center;
	margin-top: 0.25rem;
}

.footer-contact-item h4 {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 0 0.25rem 0;
}

.footer-contact-item p {
	margin: 0;
}

.footer-contact-item a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition-normal);
	font-size: 0.875rem;
}

.footer-contact-item a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.footer-contact-item span {
	line-height: 1.4;
}

/* Footer bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: var(--spacing-lg) 0;
	margin-top: var(--spacing-lg);
}

.site-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--spacing-md);
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}

.site-info p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: var(--spacing-xs);
}

.site-info i {
	color: var(--primary-color);
}

.site-info a {
	color: var(--primary-color);
	text-decoration: none;
	transition: var(--transition-normal);
}

.site-info a:hover {
	color: white;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	bottom: var(--spacing-lg);
	right: var(--spacing-lg);
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: var(--transition-normal);
	box-shadow: var(--shadow-lg);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	backdrop-filter: blur(10px);
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

.back-to-top i {
	font-size: 1.125rem;
}

/* Floating WhatsApp Button */
.whatsapp-float {
	position: fixed;
	bottom: calc(var(--spacing-lg) + 70px);
	right: var(--spacing-lg);
	width: 60px;
	height: 60px;
	background: #25D366;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: var(--transition-normal);
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	backdrop-filter: blur(10px);
	animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
	transform: translateY(-3px) scale(1.1);
	box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
	color: white;
	text-decoration: none;
}

.whatsapp-float i {
	font-size: 1.5rem;
}

@keyframes whatsapp-pulse {
	0% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	}
	50% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0.1);
	}
	100% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	}
}

/* Responsive footer */
@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		text-align: center;
		gap: var(--spacing-lg);
	}
	
	.site-info {
		flex-direction: column;
		text-align: center;
		gap: var(--spacing-sm);
	}
	
	.social-links {
		justify-content: center;
	}
	
	.back-to-top {
		bottom: var(--spacing-md);
		right: var(--spacing-md);
		width: 45px;
		height: 45px;
	}
	
	.whatsapp-float {
		bottom: calc(var(--spacing-md) + 60px);
		right: var(--spacing-md);
		width: 55px;
		height: 55px;
	}
	
	.whatsapp-float i {
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features-section {
	padding: var(--spacing-3xl) 0;
	background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%);
	border-radius: var(--radius-2xl);
	box-shadow: var(--shadow-xl);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: var(--spacing-xl);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--spacing-lg);
}

.feature-card {
	background: var(--white);
	padding: var(--spacing-2xl);
	border-radius: var(--radius-xl);
	text-align: center;
	box-shadow: var(--shadow-md);
	transition: var(--transition-normal);
	border: 1px solid var(--gray-200);
	position: relative;
	overflow: hidden;
}

.feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	transform: scaleX(0);
	transition: var(--transition-normal);
	transform-origin: left;
}

.feature-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-xl);
}

.feature-card:hover::before {
	transform: scaleX(1);
}

.feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto var(--spacing-lg);
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: var(--transition-normal);
}

.feature-icon::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 50%;
	opacity: 0;
	transition: var(--transition-normal);
	z-index: -1;
}

.feature-card:hover .feature-icon::before {
	opacity: 0.2;
	transform: scale(1.1);
}

.feature-icon i {
	font-size: 2rem;
	color: var(--white);
	z-index: 1;
	position: relative;
}

.feature-card h3 {
	font-size: var(--font-size-lg);
	font-weight: 700;
	color: var(--gray-800);
	margin: 0 0 var(--spacing-md) 0;
	letter-spacing: 0.5px;
	line-height: 1.3;
}

.feature-card p {
	font-size: var(--font-size-base);
	color: var(--gray-600);
	line-height: 1.6;
	margin: 0;
}

/* Responsive features */
@media (max-width: 768px) {
	.features-section {
		margin-top: -60px;
		padding: var(--spacing-2xl) 0;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
		gap: var(--spacing-lg);
		padding: 0 var(--spacing-md);
	}
	
	.feature-card {
		padding: var(--spacing-xl);
	}
	
	.feature-icon {
		width: 60px;
		height: 60px;
		margin-bottom: var(--spacing-md);
	}
	
	.feature-icon i {
		font-size: 1.5rem;
	}
	
	.feature-card h3 {
		font-size: var(--font-size-base);
	}
	
	.feature-card p {
		font-size: var(--font-size-sm);
	}
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

.about-us-section {
	padding: var(--spacing-3xl) 0;
	background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
	position: relative;
	overflow: hidden;
}

.about-us-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	pointer-events: none;
}

.about-us-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--spacing-3xl);
	align-items: center;
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--spacing-lg);
}

.about-us-image {
	position: relative;
}

.about-image {
	width: 100%;
	height: auto;
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-xl);
	transition: var(--transition-normal);
}

.about-image:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-image-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 400px;
	background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
	border: 2px dashed var(--gray-400);
	border-radius: var(--radius-xl);
	color: var(--gray-500);
	transition: var(--transition-normal);
}

.about-image-placeholder:hover {
	background: linear-gradient(135deg, var(--gray-200) 0%, var(--gray-300) 100%);
	border-color: var(--gray-500);
}

.about-image-placeholder i {
	font-size: 3rem;
	margin-bottom: var(--spacing-md);
	opacity: 0.5;
}

.about-image-placeholder p {
	margin: 0;
	font-size: var(--font-size-lg);
	font-weight: 500;
}

.about-us-text {
	padding-left: var(--spacing-lg);
}

.about-us-title {
	font-size: var(--font-size-4xl);
	font-weight: 700;
	color: var(--gray-900);
	margin-bottom: var(--spacing-xl);
	line-height: 1.2;
	position: relative;
}

.about-us-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	border-radius: var(--radius-sm);
}

.about-us-description {
	font-size: var(--font-size-lg);
	line-height: 1.8;
	color: var(--gray-700);
	margin: 0;
}

.about-us-description p {
	margin-bottom: var(--spacing-lg);
}

.about-us-description p:last-child {
	margin-bottom: 0;
}

/* Responsive design for About Us */
@media (max-width: 1024px) {
	.about-us-content {
		gap: var(--spacing-2xl);
	}

	.about-us-title {
		font-size: var(--font-size-3xl);
	}
}

@media (max-width: 768px) {
	.about-us-section {
		padding: var(--spacing-2xl) 0;
	}

	.about-us-content {
		grid-template-columns: 1fr;
		gap: var(--spacing-2xl);
		text-align: center;
		padding: 0 var(--spacing-md);
	}

	.about-us-text {
		padding-left: 0;
	}

	.about-us-title {
		font-size: var(--font-size-2xl);
	}

	.about-us-title::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.about-image-placeholder {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.about-us-section {
		padding: var(--spacing-xl) 0;
	}

	.about-us-title {
		font-size: var(--font-size-xl);
	}

	.about-us-description {
		font-size: var(--font-size-base);
	}

	.about-image-placeholder {
		height: 250px;
	}

	.about-image-placeholder i {
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
# Tours Package Section
--------------------------------------------------------------*/

.tours-package-section {
	padding: var(--spacing-3xl) 0;
	background: white;
	position: relative;
}

.tours-package-header {
	text-align: center;
	margin-bottom: var(--spacing-3xl);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.tours-package-title {
	font-size: var(--font-size-4xl);
	font-weight: 700;
	color: var(--gray-900);
	margin-bottom: var(--spacing-lg);
	position: relative;
}

.tours-package-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	border-radius: var(--radius-sm);
}

.tours-package-description {
	font-size: var(--font-size-lg);
	color: var(--gray-600);
	line-height: 1.7;
	margin: 0;
}

.tours-package-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: var(--spacing-xl);
	margin-top: var(--spacing-2xl);
}

.tour-package-card {
	background: white;
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-xl);
	overflow: hidden;
	transition: var(--transition-normal);
	position: relative;
}

.tour-package-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.tour-package-image {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.tour-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-normal);
}

.tour-package-card:hover .tour-image {
	transform: scale(1.05);
}

.tour-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
	color: var(--gray-400);
}

.tour-image-placeholder i {
	font-size: 3rem;
	opacity: 0.5;
}

.tour-package-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(6, 182, 212, 0.9));
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: var(--transition-normal);
}

.tour-package-card:hover .tour-package-overlay {
	opacity: 1;
}

.tour-package-link {
	color: white;
	text-decoration: none;
	font-weight: 600;
	font-size: var(--font-size-lg);
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	padding: var(--spacing-md) var(--spacing-lg);
	border: 2px solid white;
	border-radius: var(--radius-xl);
	transition: var(--transition-normal);
}

.tour-package-link:hover {
	background: white;
	color: var(--primary-color);
	transform: scale(1.05);
}

.tour-package-content {
	padding: var(--spacing-xl);
}

.tour-package-title {
	margin-bottom: var(--spacing-md);
}

.tour-package-title a {
	color: var(--gray-900);
	text-decoration: none;
	font-size: var(--font-size-xl);
	font-weight: 600;
	line-height: 1.3;
	transition: var(--transition-normal);
	display: block;
}

.tour-package-title a:hover {
	color: var(--primary-color);
}

.tour-package-excerpt {
	color: var(--gray-600);
	line-height: 1.6;
	margin-bottom: var(--spacing-lg);
	font-size: var(--font-size-base);
}

.tour-package-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: var(--spacing-md);
	border-top: 1px solid var(--gray-200);
}

.tour-package-date {
	color: var(--gray-500);
	font-size: var(--font-size-sm);
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
}

.tour-package-read-more {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	font-size: var(--font-size-sm);
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	transition: var(--transition-normal);
}

.tour-package-read-more:hover {
	color: var(--secondary-color);
	transform: translateX(5px);
}

.tour-package-read-more i {
	transition: var(--transition-normal);
}

.tour-package-read-more:hover i {
	transform: translateX(3px);
}

/* Empty state */
.tours-package-empty {
	text-align: center;
	padding: var(--spacing-3xl) var(--spacing-lg);
}

.empty-state {
	max-width: 400px;
	margin: 0 auto;
}

.empty-state i {
	font-size: 4rem;
	color: var(--gray-300);
	margin-bottom: var(--spacing-lg);
}

.empty-state h3 {
	color: var(--gray-600);
	margin-bottom: var(--spacing-md);
	font-size: var(--font-size-xl);
}

.empty-state p {
	color: var(--gray-500);
	line-height: 1.6;
}

/* Tours Package Button */
.tours-package-button-wrapper {
	text-align: center;
	margin-top: var(--spacing-3xl);
	padding-top: var(--spacing-2xl);
	border-top: 1px solid var(--gray-200);
}

.tours-package-explore-btn {
	display: inline-flex;
	align-items: center;
	gap: var(--spacing-sm);
	padding: var(--spacing-lg) var(--spacing-2xl);
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	color: white;
	text-decoration: none;
	border-radius: var(--radius-xl);
	font-weight: 600;
	font-size: var(--font-size-lg);
	transition: var(--transition-normal);
	box-shadow: var(--shadow-xl);
	position: relative;
	overflow: hidden;
}

.tours-package-explore-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s ease;
}

.tours-package-explore-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 25px 50px rgba(37, 99, 235, 0.3);
	color: white;
}

.tours-package-explore-btn:hover::before {
	left: 100%;
}

.tours-package-explore-btn i {
	transition: var(--transition-normal);
}

.tours-package-explore-btn:hover i {
		transform: rotate(45deg);
	}

/* Gallery Section */
.gallery-section {
	padding: var(--spacing-3xl) 0;
	background: var(--gray-50);
}

.gallery-header {
	text-align: center;
	margin-bottom: var(--spacing-3xl);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-title {
	font-size: var(--font-size-4xl);
	font-weight: 700;
	color: var(--gray-900);
	margin-bottom: var(--spacing-lg);
	position: relative;
	display: inline-block;
}

.gallery-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 2px;
}

.gallery-description {
	font-size: var(--font-size-lg);
	color: var(--gray-600);
	line-height: 1.7;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--spacing-lg);
	margin-bottom: var(--spacing-2xl);
}

.gallery-item {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	transition: var(--transition-normal);
	background: white;
}

.gallery-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.gallery-image-wrapper {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-normal);
}

.gallery-item:hover .gallery-image {
	transform: scale(1.1);
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.8), rgba(6, 182, 212, 0.8));
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: var(--transition-normal);
	flex-direction: column;
	gap: var(--spacing-md);
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-zoom-btn {
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid white;
	color: white;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-xl);
	cursor: pointer;
	transition: var(--transition-normal);
	backdrop-filter: blur(10px);
}

.gallery-zoom-btn:hover {
	background: white;
	color: var(--primary-color);
	transform: scale(1.1);
}

.gallery-caption-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: var(--spacing-lg) var(--spacing-md) var(--spacing-md);
	transform: translateY(100%);
	transition: var(--transition-normal);
}

.gallery-item:hover .gallery-caption-overlay {
	transform: translateY(0);
}

.gallery-caption {
	color: white;
	font-size: var(--font-size-sm);
	font-weight: 500;
	text-align: center;
	display: block;
}

/* Gallery Empty State */
.gallery-empty {
	text-align: center;
	padding: var(--spacing-3xl) var(--spacing-lg);
}

.gallery-empty .empty-state {
	max-width: 400px;
	margin: 0 auto;
}

.gallery-empty .empty-state i {
	font-size: 4rem;
	color: var(--gray-300);
	margin-bottom: var(--spacing-lg);
}

.gallery-empty .empty-state h3 {
	color: var(--gray-600);
	margin-bottom: var(--spacing-md);
	font-size: var(--font-size-xl);
}

.gallery-empty .empty-state p {
	color: var(--gray-500);
	line-height: 1.6;
}

/* Lightbox Styles */
.gallery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--spacing-lg);
}

.lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(10px);
}

.lightbox-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-image-container {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.lightbox-image {
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-xl);
}

.lightbox-caption {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: var(--font-size-lg);
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	max-width: 80vw;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-lg);
	cursor: pointer;
	transition: var(--transition-normal);
	backdrop-filter: blur(10px);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.lightbox-close {
	top: -60px;
	right: 0;
}

.lightbox-prev {
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox-next {
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}

/* Responsive design for Tours Package */
@media (max-width: 1024px) {
	.tours-package-grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: var(--spacing-lg);
	}

	.tours-package-title {
		font-size: var(--font-size-3xl);
	}
}

@media (max-width: 768px) {
	.tours-package-section {
		padding: var(--spacing-2xl) 0;
	}

	.tours-package-header {
		margin-bottom: var(--spacing-2xl);
		padding: 0 var(--spacing-md);
	}

	.tours-package-title {
		font-size: var(--font-size-2xl);
	}

	.tours-package-grid {
		grid-template-columns: 1fr;
		gap: var(--spacing-lg);
		padding: 0 var(--spacing-md);
	}

	.tour-package-image {
		height: 200px;
	}

	.tour-package-content {
		padding: var(--spacing-lg);
	}

	.tour-package-meta {
		flex-direction: column;
		gap: var(--spacing-sm);
		align-items: flex-start;
	}

	.tours-package-explore-btn {
		padding: var(--spacing-md) var(--spacing-xl);
		font-size: var(--font-size-base);
	}

	/* Gallery Section Tablet */
	.gallery-section {
		padding: var(--spacing-2xl) 0;
	}

	.gallery-header {
		margin-bottom: var(--spacing-2xl);
		padding: 0 var(--spacing-md);
	}

	.gallery-title {
		font-size: var(--font-size-3xl);
	}

	.gallery-description {
		font-size: var(--font-size-base);
	}

	.gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: var(--spacing-md);
		padding: 0 var(--spacing-md);
	}

	.gallery-image-wrapper {
		height: 200px;
	}

	.gallery-zoom-btn {
		width: 50px;
		height: 50px;
		font-size: var(--font-size-lg);
	}

	.lightbox-close,
	.lightbox-prev,
	.lightbox-next {
		width: 40px;
		height: 40px;
		font-size: var(--font-size-base);
	}

	.lightbox-close {
		top: -50px;
	}

	.lightbox-prev {
		left: -50px;
	}

	.lightbox-next {
		right: -50px;
	}

	.lightbox-caption {
		font-size: var(--font-size-base);
		bottom: -40px;
	}
}

@media (max-width: 480px) {
	.tours-package-section {
		padding: var(--spacing-xl) 0;
	}

	.tours-package-title {
		font-size: var(--font-size-xl);
	}

	.tours-package-description {
		font-size: var(--font-size-base);
	}

	.tour-package-image {
		height: 180px;
	}

	.tour-package-content {
		padding: var(--spacing-md);
	}

	.tour-package-title a {
		font-size: var(--font-size-lg);
	}

	.tour-package-link {
		font-size: var(--font-size-base);
		padding: var(--spacing-sm) var(--spacing-md);
	}

	/* Gallery Section Mobile */
	.gallery-section {
		padding: var(--spacing-xl) 0;
	}

	.gallery-header {
		margin-bottom: var(--spacing-xl);
		padding: 0 var(--spacing-md);
	}

	.gallery-title {
		font-size: var(--font-size-xl);
	}

	.gallery-description {
		font-size: var(--font-size-base);
	}

	.gallery-grid {
		grid-template-columns: 1fr;
		gap: var(--spacing-md);
		padding: 0 var(--spacing-md);
	}

	.gallery-image-wrapper {
		height: 180px;
	}

	.gallery-zoom-btn {
		width: 40px;
		height: 40px;
		font-size: var(--font-size-base);
	}

	.lightbox-close,
	.lightbox-prev,
	.lightbox-next {
		width: 35px;
		height: 35px;
		font-size: var(--font-size-sm);
	}

	.lightbox-close {
		top: -45px;
	}

	.lightbox-prev {
		left: -45px;
	}

	.lightbox-next {
		right: -45px;
	}

	.lightbox-caption {
		font-size: var(--font-size-sm);
		bottom: -35px;
	}
}
