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

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

/* Fixed Header
--------------------------------------------- */
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 0.5rem 1rem;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.site-branding {
	flex-shrink: 0;
}

.site-branding .custom-logo {
	display: block;
	max-height: 60px;
	width: auto;
}

.site-branding .custom-logo img {
	height: 60px;
	width: auto;
	max-width: none;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
}

.site-title a {
	text-decoration: none;
	color: #333;
}

/* Hamburger Menu Button */
.menu-toggle {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
}

.hamburger-line {
	width: 100%;
	height: 3px;
	background-color: #333;
	transition: all 0.3s ease;
	border-radius: 2px;
}

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

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

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

/* Body padding to account for fixed header */
body {
	padding-top: 80px;
}

/* Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-top: -80px;
	padding-top: 80px;
}

.hero-container {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: white;
	padding: 3rem 2rem;
	max-width: 800px;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-title {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	font-weight: 800;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
	opacity: 0;
	transform: translateY(50px);
	line-height: 1.2;
	letter-spacing: -1px;
}

.hero-subtitle {
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	opacity: 0;
	transform: translateY(30px);
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
}

.hero-cta {
	display: inline-block;
	padding: 1.2rem 2.5rem;
	background: linear-gradient(135deg, #007cba, #005a87);
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: 0;
	transform: translateY(40px) scale(0.9);
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 25px rgba(0, 124, 186, 0.3);
}

.hero-cta:hover {
	background: linear-gradient(135deg, #005a87, #004066);
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 12px 35px rgba(0, 124, 186, 0.5);
	border-color: rgba(255, 255, 255, 0.4);
}

/* Popular Destinations Section */
.popular-destinations-section {
	position: relative;
	padding: 80px 0;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('img/cldv2b.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
	overflow: hidden;
}

.destinations-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

.destinations-content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 4rem;
	align-items: start;
}

.destinations-text {
	padding-right: 2rem;
}

.destinations-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.destinations-description {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.destinations-slider {
	position: relative;
}

.slider-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.tour-slide {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	color: #333;
}

.tour-slide:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

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

.tour-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.tour-slide:hover .tour-image img {
	transform: scale(1.1);
}

.tour-content {
	padding: 1.5rem;
}

.tour-title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #333;
	line-height: 1.3;
}

.tour-location,
.tour-duration {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
}

.tour-location::before {
	content: "📍";
	margin-right: 0.5rem;
}

.tour-duration::before {
	content: "🕒";
	margin-right: 0.5rem;
}

.view-all-tours {
	display: inline-block;
	padding: 12px 30px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.view-all-tours:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
	text-decoration: none;
	color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
	.popular-destinations-section {
		padding: 60px 0;
		background-attachment: scroll;
	}

	.destinations-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.destinations-text {
		padding-right: 0;
		text-align: center;
	}

	.destinations-title {
		font-size: 2.5rem;
	}

	.slider-container {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1rem;
	}

	.tour-content {
		padding: 1rem;
	}
}

@media (max-width: 480px) {
	.destinations-title {
		font-size: 2rem;
	}

	.slider-container {
		grid-template-columns: 1fr;
	}

	.destinations-container {
		padding: 0 1rem;
	}
}

/* Why Choose Us Section */
.choose-us-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
}

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

.choose-us-section .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.choose-us-header {
	text-align: center;
	margin-bottom: 60px;
}

.choose-us-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.choose-us-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #f39c12, #e67e22);
	border-radius: 2px;
}

.choose-us-subtitle {
	font-size: 1.2rem;
	color: #7f8c8d;
	margin-top: 20px;
	font-weight: 400;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
	align-items: start;
}

.feature-card {
	background: white;
	padding: 40px 30px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3498db, #2980b9);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.feature-card:nth-child(2)::before {
	background: linear-gradient(90deg, #e74c3c, #c0392b);
}

.feature-card:nth-child(3)::before {
	background: linear-gradient(90deg, #27ae60, #229954);
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

.feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	background: linear-gradient(135deg, #f39c12, #e67e22);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: white;
	position: relative;
	transition: all 0.3s ease;
}

.feature-card:nth-child(2) .feature-icon {
	background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.feature-card:nth-child(3) .feature-icon {
	background: linear-gradient(135deg, #27ae60, #229954);
}

.feature-icon::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 2px solid transparent;
	border-radius: 50%;
	background: linear-gradient(135deg, #f39c12, #e67e22) border-box;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.feature-card:hover .feature-icon::before {
	opacity: 1;
}

.feature-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 15px;
	line-height: 1.3;
}

.feature-description {
	font-size: 1rem;
	color: #7f8c8d;
	line-height: 1.6;
	margin: 0;
}

/* Responsive Design for Choose Us Section */
@media (max-width: 768px) {
	.choose-us-section {
		padding: 60px 0;
	}

	.choose-us-title {
		font-size: 2rem;
	}

	.choose-us-subtitle {
		font-size: 1.1rem;
	}

	.features-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.feature-card {
		padding: 30px 20px;
	}

	.feature-icon {
		width: 70px;
		height: 70px;
		font-size: 1.8rem;
	}

	.feature-title {
		font-size: 1.2rem;
	}

	.feature-description {
		font-size: 0.95rem;
	}
}

/* Latest Posts Grid Section */
.latest-posts-grid-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	position: relative;
	overflow: hidden;
}

.latest-posts-grid-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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23000" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>') repeat;
	pointer-events: none;
}

.grid-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.grid-header {
	text-align: center;
	margin-bottom: 60px;
}

.grid-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.grid-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #667eea, #764ba2);
	border-radius: 2px;
}

.grid-subtitle {
	font-size: 1.2rem;
	color: #7f8c8d;
	margin-top: 20px;
	font-weight: 400;
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.grid-post {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.grid-post:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.grid-post-image {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.grid-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.grid-post:hover .grid-post-image img {
	transform: scale(1.1);
}

.grid-post-content {
	padding: 30px;
}

.grid-post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: #7f8c8d;
}

.grid-post-date {
	font-weight: 600;
}

.grid-post-category {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 600;
}

.grid-post-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.3;
}

.grid-post-title a {
	color: #2c3e50;
	text-decoration: none;
	transition: color 0.3s ease;
}

.grid-post-title a:hover {
	color: #667eea;
}

.grid-post-excerpt {
	color: #5d6d7e;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 1rem;
}

.grid-read-more {
	display: inline-block;
	color: #667eea;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.grid-read-more:hover {
	color: #764ba2;
	transform: translateX(5px);
}

.grid-footer {
	text-align: center;
}

.view-all-posts {
	display: inline-block;
	padding: 15px 35px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.view-all-posts:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
	color: white;
}

/* Responsive Design for Grid */
@media (max-width: 768px) {
	.latest-posts-grid-section {
		padding: 60px 0;
	}
	
	.grid-title {
		font-size: 2.2rem;
	}
	
	.posts-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.grid-post-content {
		padding: 25px;
	}
	
	.grid-post-image {
		height: 200px;
	}
}

@media (max-width: 480px) {
	.grid-title {
		font-size: 2rem;
	}
	
	.grid-subtitle {
		font-size: 1rem;
	}
	
	.grid-post-content {
		padding: 20px;
	}
	
	.grid-post-image {
		height: 180px;
	}
	
	.view-all-posts {
		padding: 12px 25px;
		font-size: 1rem;
	}
}

/* Footer Styles */
.site-footer {
	position: relative;
	background-image: url('/wp-content/themes/v2b/img/fbnr.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #1a1a1a;
	color: white;
	padding: 80px 0 30px;
	margin-top: 0;
}

.footer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	backdrop-filter: blur(0.5px);
	z-index: 1;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.footer-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-bottom: 50px;
}

.footer-column {
	padding: 0 15px;
}

.footer-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #667eea, #764ba2);
	border-radius: 2px;
}

.footer-content p {
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
}

/* Social Links */
.social-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.social-link {
	display: inline-block;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.1);
	color: white;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
	background: linear-gradient(135deg, #667eea, #764ba2);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Payment Methods */
.payment-methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.payment-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.payment-item:last-child {
	border-bottom: none;
}

.payment-item:hover {
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 5px;
}

.payment-icon {
	font-size: 1.2rem;
	width: 25px;
	text-align: center;
}

.payment-item span:last-child {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
}

.payment-note {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	font-style: italic;
	margin-top: 15px;
}

/* Contact Info */
.contact-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 10px 0;
}

.contact-icon {
	font-size: 1.3rem;
	width: 25px;
	text-align: center;
	margin-top: 2px;
}

.contact-details strong {
	color: #000;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}

.contact-details a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-details a:hover {
	color: #667eea;
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}

.footer-copyright p,
.footer-credit p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
}

.footer-credit {
	text-align: right;
}

.footer-credit p {
	color: rgba(255, 255, 255, 0.6);
	font-style: italic;
}

/* Responsive Footer */
@media (max-width: 992px) {
	.footer-columns {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.footer-column {
		padding: 0;
	}
	
	.footer-bottom {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}
	
	.footer-credit {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.site-footer {
		padding: 60px 0 20px;
	}
	
	.footer-title {
		font-size: 1.3rem;
	}
	
	.footer-container {
		padding: 0 15px;
	}
}

@media (max-width: 480px) {
	.footer-columns {
		gap: 30px;
	}
	
	.footer-title {
		font-size: 1.2rem;
	}
}

/* Archive Grid Styles */
.archive .site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	background-color: #f5f5f5;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
				  linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
	background-size: 20px 20px;
	border-radius: 0 0 12px 12px;
}

.page-header {
	text-align: center;
	margin-bottom: 50px;
	padding: 40px 30px;
	background-color: #2c3e50;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.page-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.archive-description {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.85);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Archive Grid */
.archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
	padding: 10px;
}

.archive-post {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid #d0d0d0;
}

.archive-post:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
	border-color: #bbb;
}

.archive-post-image {
	position: relative;
	overflow: hidden;
	height: 220px;
}

.archive-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

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

.archive-post-content {
	padding: 25px;
}

.archive-post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: #666;
}

.post-date,
.post-category {
	color: #666;
}

.post-category a {
	color: #666;
	text-decoration: none;
}

.post-category a:hover {
	color: #000;
}

.archive-post-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.3;
}

.archive-post-title a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.archive-post-title a:hover {
	color: #333;
}

.archive-post-excerpt {
	color: #333;
	line-height: 1.6;
	margin-bottom: 20px;
}

.read-more-link {
	color: #000;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 8px 0;
	display: inline-block;
}

.read-more-link:hover {
	color: #333;
	transform: translateX(5px);
}

.archive-navigation {
	text-align: center;
	margin-top: 50px;
	padding: 25px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.archive-navigation .nav-links {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.archive-navigation .page-numbers {
	padding: 12px 18px;
	border: 1px solid #ddd;
	color: #000;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	font-weight: 500;
}

.archive-navigation .page-numbers:hover,
.archive-navigation .page-numbers.current {
	background: #000;
	color: #fff;
	border-color: #000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.no-posts-found {
	text-align: center;
	padding: 60px 30px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	margin: 40px auto;
	max-width: 600px;
}

.no-posts-found h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #333;
}

.no-posts-found p {
	font-size: 1.1rem;
	max-width: 400px;
	margin: 0 auto;
	color: #666;
	line-height: 1.6;
}

/* Responsive Archive Grid */
@media (max-width: 768px) {
	.archive-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.page-title {
		font-size: 2rem;
	}
	
	.archive-post-image {
		height: 200px;
	}
	
	.archive-post-content {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.page-title {
		font-size: 1.8rem;
	}
	
	.archive-post-title {
		font-size: 1.2rem;
	}
	
	.archive-post-content {
		padding: 15px;
	}
}

/* Contact & Location Section */
.contact-section {
	padding: 120px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
	color: white;
	position: relative;
	overflow: hidden;
}

.contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
				radial-gradient(circle at 80% 20%, rgba(255, 118, 117, 0.3) 0%, transparent 50%),
				radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.2) 0%, transparent 50%);
	pointer-events: none;
}

.contact-section .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}

.contact-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
}

.contact-info {
	padding: 40px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.contact-title {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 25px;
	line-height: 1.1;
	text-align: center;
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #2c3e50;
}

.contact-subtitle {
	font-size: 1.4rem;
	margin-bottom: 50px;
	opacity: 0.95;
	line-height: 1.6;
	text-align: center;
	font-weight: 400;
	color: #555;
}

.contact-details {
	display: flex;
	color:#000;
	flex-direction: column;
	gap: 30px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 25px 30px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
	border-radius: 20px;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.contact-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.6s ease;
}

.contact-item:hover::before {
	left: 100%;
}

.contact-item:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
	border-color: rgba(255, 255, 255, 0.4);
}

.contact-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	color: white;
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
	transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
}

.contact-text {
	flex: 1;
}

.contact-label {
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.contact-address,
.contact-whatsapp {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
}

.contact-whatsapp {
	transition: all 0.3s ease;
}

.contact-whatsapp:hover {
	color: #25D366;
	text-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
}

.contact-map {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 3px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
	backdrop-filter: blur(10px);
	padding: 8px;
}

.contact-map:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
	border-color: rgba(255, 255, 255, 0.2);
}

.contact-map iframe {
	width: 100%;
	height: 450px;
	border: none;
	display: block;
	border-radius: 22px;
	filter: contrast(1.1) saturate(1.2);
	transition: filter 0.3s ease;
}

.contact-map:hover iframe {
	filter: contrast(1.2) saturate(1.3) brightness(1.05);
}

/* Responsive Design for Contact Section */
@media (max-width: 768px) {
	.contact-section {
		padding: 80px 0;
	}

	.contact-section .container {
		padding: 0 20px;
	}

	.contact-content {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.contact-info {
		padding: 30px 25px;
		text-align: center;
	}

	.contact-title {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}

	.contact-subtitle {
		font-size: 1.1rem;
		margin-bottom: 40px;
		text-align: center;
	}

	.contact-details {
		gap: 25px;
	}

	.contact-item {
		padding: 20px 25px;
		gap: 15px;
	}

	.contact-icon {
		width: 50px;
		height: 50px;
		font-size: 1.3rem;
	}

	.contact-address,
	.contact-whatsapp {
		font-size: 1rem;
	}

	.contact-map {
		padding: 6px;
		border-radius: 25px;
	}

	.contact-map iframe {
		height: 350px;
		border-radius: 19px;
	}
}

/* Content Area Styling */
.content-area {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	min-height: 60vh;
}

.content-area::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>');
	pointer-events: none;
}

.content-area .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

/* Desktop Hero Styles */
@media screen and (min-width: 768px) {
	.hero-section {
		margin-top: -100px;
		padding-top: 100px;
	}

	.hero-title {
		font-size: 5rem;
		letter-spacing: -2px;
	}

	.hero-subtitle {
		font-size: 1.8rem;
		margin-bottom: 3rem;
	}

	.hero-content {
		padding: 4rem 3rem;
		max-width: 900px;
	}

	.hero-cta {
		padding: 1.5rem 3rem;
		font-size: 1.1rem;
	}

	.content-area {
		padding: 4rem 2rem;
	}
}

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	border-radius: 4px;
	overflow: hidden;
}

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

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 1rem;
	color: #333;
	border-bottom: 1px solid #eee;
	transition: background-color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background-color: #f8f9fa;
	color: #007cba;
}

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

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

/* Desktop Navigation */
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		position: static;
		background: transparent;
		box-shadow: none;
		min-width: auto;
		border-radius: 0;
	}

	.main-navigation a {
		padding: 0.5rem 1rem;
		border-bottom: none;
		white-space: nowrap;
	}

	.main-navigation ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		min-width: 200px;
	}

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

	.main-navigation ul ul a {
		padding: 1rem;
		border-bottom: 1px solid #eee;
	}

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

	/* Larger logo on desktop */
	.site-branding .custom-logo {
		max-height: 80px;
	}

	.site-branding .custom-logo img {
		height: 80px;
	}

	.fixed-header {
		padding: 1rem;
	}

	body {
		padding-top: 100px;
	}
}

.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 3rem;
	background: linear-gradient(135deg, rgba(236, 240, 241, 1) 0%, rgba(220, 226, 228, 0.98) 100%);
	border-radius: 25px;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(189, 195, 199, 0.8);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
	padding: 40px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	opacity: 0;
	transform: translateY(30px);
}

.post::before,
.page::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.1), transparent);
	transition: left 0.6s ease;
}

.post:hover::before,
.page:hover::before {
	left: 100%;
}

.post:hover,
.page:hover {
	transform: translateY(-10px) scale(1.02);
	background: linear-gradient(135deg, rgba(248, 249, 250, 1) 0%, rgba(236, 240, 241, 0.98) 100%);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(52, 152, 219, 0.15);
	border-color: rgba(52, 152, 219, 0.4);
}

.post.animate-in,
.page.animate-in {
	opacity: 1;
	transform: translateY(0);
}

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

.entry-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	position: relative;
}

.entry-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #2c3e50;
	margin-bottom: 15px;
	line-height: 1.2;
	transition: color 0.3s ease;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: all 0.3s ease;
}

.entry-title a:hover {
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.entry-meta {
	font-size: 0.9rem;
	color: #7f8c8d;
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.entry-meta a {
	color: #3498db;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-meta a:hover {
	color: #2980b9;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 30px 0 0;
	line-height: 1.8;
	color: #444;
	font-size: 1.1rem;
}

.entry-content p {
	margin-bottom: 1.5em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #2c3e50;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 700;
}

.entry-footer {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	font-size: 0.9rem;
	color: #7f8c8d;
}

.entry-footer a {
	color: #3498db;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-footer a:hover {
	color: #2980b9;
}

.page-links {
	clear: both;
	margin: 30px 0;
	text-align: center;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	color: white;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 600;
}

.page-links a:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

.page-links > span {
	background: #95a5a6;
	cursor: default;
}

/* Page Header Styling */
.page-header {
	text-align: center;
	margin-bottom: 60px;
	padding: 40px;
	background: linear-gradient(135deg, rgba(52, 73, 94, 0.95) 0%, rgba(44, 62, 80, 0.9) 100%);
	border-radius: 25px;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(52, 73, 94, 0.3);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
}

.page-title {
	font-size: 3rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 15px;
	background: linear-gradient(135deg, #ffffff 0%, #ecf0f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.page-subtitle {
	font-size: 1.2rem;
	color: #bdc3c7;
	margin: 0;
	font-weight: 400;
}

/* Posts Navigation */
.posts-navigation {
	margin-top: 60px;
	text-align: center;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	max-width: 600px;
	margin: 0 auto;
}

.nav-previous,
.nav-next {
	flex: 1;
}

.nav-previous a,
.nav-next a {
	display: inline-block;
	padding: 15px 30px;
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	color: white;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.nav-previous a:hover,
.nav-next a:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 12px 35px rgba(52, 152, 219, 0.5);
}

/* Posts Container */
.posts-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* Responsive Design for Posts Section */
@media (max-width: 768px) {
	.content-area {
		padding: 40px 20px;
	}
	
	.page-header {
		padding: 30px 20px;
		margin-bottom: 40px;
	}
	
	.page-title {
		font-size: 2.2rem;
	}
	
	.page-subtitle {
		font-size: 1rem;
	}
	
	.post,
	.page {
		padding: 25px;
		margin-bottom: 25px;
	}
	
	.entry-title {
		font-size: 1.8rem;
	}
	
	.entry-content h2 {
		font-size: 1.5rem;
	}
	
	.entry-content h3 {
		font-size: 1.3rem;
	}
	
	.nav-links {
		flex-direction: column;
		gap: 15px;
	}
	
	.nav-previous a,
	.nav-next a {
		padding: 12px 25px;
		font-size: 0.9rem;
	}
	
	.posts-container {
		gap: 25px;
	}
}

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

/* Single Post Layout Styling
--------------------------------------------- */
.single-post-article {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.single-post-header {
	margin-bottom: 30px;
	text-align: center;
}

.single-post-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.single-post-image {
	margin-bottom: 30px;
	text-align: center;
}

.single-featured-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.single-post-content {
	margin-bottom: 40px;
	color: #444;
	line-height: 1.8;
	font-size: 1.1rem;
}

.single-post-content p {
	margin-bottom: 20px;
	color: #444;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	color: #333;
	margin-top: 30px;
	margin-bottom: 15px;
}

.single-post-content ul,
.single-post-content ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

.single-post-content li {
	margin-bottom: 8px;
	color: #444;
}

.single-post-booking {
	text-align: center;
	margin: 40px 0;
	padding: 30px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 15px;
	border: 2px solid rgba(52, 152, 219, 0.1);
}

.single-book-now-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	background: linear-gradient(135deg, #25D366, #128C7E);
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.single-book-now-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
	color: white;
	text-decoration: none;
}

.book-icon {
	font-size: 1.2rem;
}

/* Responsive Design for Single Posts */
@media (max-width: 768px) {
	.single-post-article {
		padding: 20px 15px;
		margin: 10px;
	}
	
	.single-post-title {
		font-size: 2rem;
	}
	
	.single-post-content {
		font-size: 1rem;
	}
	
	.single-book-now-btn {
		padding: 12px 25px;
		font-size: 1rem;
	}
}
