/*!
Theme Name: cv_tours
Theme URI: http://underscores.me/
Author: [ ꝚΞ :: core :: ]
Author URI: http://re.core
Description: CV Tours
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: cv_tours
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.

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

:root {
	--brand-color-1: #D74929;
	--brand-color-2: #FFCE2A;
	--brand-color-3: #231F20;


	--text-color-1: #262626;
	--text-color-2: #758599;
	--text-color-3: #9CA3AF;


	--accent-color: #D74929;
	--border-color: #9CA3AF;

	--button-bg-hover: #D74929;
	--footer-text-color: #9CA3AF;
  }

/* 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 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
  }

  .text-thin {
	font-weight: 100;
  }
  .text-medium {
	font-weight: 500;
  }
  .text-bold {
	font-weight: 700;
  }
  .text-black {
	font-weight: 700;
  }


/**
 * 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;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/* 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;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

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

p {
	margin-bottom: 1.5em;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

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: var(--brand-color-1);
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

a:visited {
	color: var(--brand-color-3);
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

.main-navigation ul ul a {
	width: 100%;
}

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

.main-navigation li {
	position: relative;
}

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

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

.sub-menu:hover .sub-menu {
    left: 100%;
}

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* RE:Style */

.gray-bg {
    background-color: #fcfcfc;
    background-image: url(data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e0e0e0' /%3E%3C/svg%3E);
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 100px;
	background-size: 10%;
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15 Q20 0 40 15 T80 15' stroke='%23eeeeee' stroke-width='1' fill='none' stroke-dasharray='5 5' /%3E%3C/svg%3E");
	background-repeat: repeat;
}

.tour-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
  }

  /* .tour-item, .tour-single {
    color: #000000;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 255, 234, 0.3);
  } */

  .tour-thumb img, .tour-thumb-large img {
	width: 100%;
	height: auto;
	border-radius: 6px;
  }

  .tour-meta p {
	margin: 0.5rem 0;
  }



  .tour-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

.tour-card:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.tour-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

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

.tour-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.tour-card-pricing {
    color: #c00;
    font-weight: bold;
    margin: 0.5rem 0;
}

.tour-card-dates {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #333;
}

.btn-tour {
    display: inline-block;
    background: #FFC300;
    color: #000;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    border: none;
}

/* // tour card */

.main-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.tours-grid {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    /* gap: 2rem; */
	gap: 25px;
    padding: 2rem 1rem;
}

.tour-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.tour-card__link {
    /* display: flex;
    flex-direction: column;
    height: 100%; */
    color: inherit;
    text-decoration: none;
}

.tour-card__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tour-card__content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-card__title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #333;
}

.tour-card_shortdesc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.4;
    flex-grow: 1;
}

.tour-card__meta {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 1rem;
}

.tour-card__price {
    font-size: 20px;
    font-weight: 400;
    color: var(--brand-color-1);
    margin-bottom: 0.5rem;
    margin: 6px auto 16px;
}

.tour-card__price span {
    color: #111;
    font-size: 16px;
}

.tour-card__label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 0.25rem;
    color: #333;
}

.tour-card__dates-wrapper {
    display: flex;
    font-size: 0.85rem;
    color: #555;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.tour-card__dates {
    display: flex;
    max-width: 204px;
    align-items: flex-end;
    text-align: justify;
}

.tour-card__button {
    margin-top: auto;
}

.tour-card__button .btn {
    display: inline-block;
    background-color: var(--brand-color-2);
    color: #000;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
    text-decoration: none;
}

.tour-card__button .btn:hover {
    background-color: #f2b400;
}

.tour-item.hidden {
	display: none;
}

.tours-load-more-wrap {
    display: block;
    margin: 24px auto;
}

#tours-load-more {
    color: #fff;
    background: var(--brand-color-1);
    padding: 11px 50px;
    border: 0px;
    border-radius: 8px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}







/* ==== Header Wrapper ==== */
.site-header {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.site-header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	flex-wrap: wrap;
}

/* ==== Phone Section ==== */
.header-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #333;
}

.header-phone-icon {
	width: 36px;
	height: 36px;

	background-color: #c44a2f;
	background-image: url('assets/icons/phone-call.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px; /* 🔥 відступ навколо іконки */

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;
}


.header-phone .label {
	color: #888;
	font-size: 12px;
	margin-bottom: 2px;
}

.header-phone .number {
	font-weight: bold;
}

.header-phone .number a {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/* ==== Logo + Title ==== */
.site-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
}

/* .site-logo img {
	max-height: 60px;
} */

.site-logo-text {
	color: #c44a2f;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1;
}

/* ==== Language & Login ==== */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
}

.lang-switcher select {
	padding: 5px 10px;
	font-size: 14px;
}

.trp-language-switcher {
    width: auto;
}

.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    vertical-align: middle;
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 8px 3px 8px;
    border: 1.5px solid rgba(5, 88, 142, 0.22);
    border-radius: 8px;
}

.login-btn {
    background: #c44a2f;
    color: #fff;
    padding: 15.5px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
	cursor: pointer;
	min-width: 176px;
}

.login-btn:hover {
	background: #a83724;
}

/* Контейнер */
.lang-switcher .trp-language-switcher {
    display: flex !important;
    align-items: center;
}

/* Повністю прибираємо "поточну" мову */
.lang-switcher .trp-ls-shortcode-current-language {
    display: none !important;
}

/* Список мов — завжди видимий */
.lang-switcher .trp-ls-shortcode-language {
    display: flex !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
}

/* Ховаємо disabled (поточну) */
.lang-switcher .trp-ls-disabled-language {
    display: none !important;
}

/* Лінк виглядає як звичайна кнопка */
.lang-switcher .trp-ls-shortcode-language a {
    pointer-events: auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

/* Прибираємо hover-логіку dropdown */
.lang-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    display: flex !important;
}

/* Прибираємо background-стрілку TranslatePress */
.lang-switcher .trp-language-switcher > div {
    background-image: none !important;
    padding-right: 13px !important;
    width: 46px !important;
	border-radius: 46px !important;
}

.trp-language-switcher > div > a {
	padding: 10px 3px !important;
}

.trp-language-switcher > div > a:hover {
    background: none !important;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	padding: 2px 8px !important;
}

/* ==== Navigation ==== */
.main-navigation {
	background: #fff;
	border-top: 1px solid #eee;
	margin-top: 15px;
}

.main-navigation ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    gap: 25px;
}

.main-navigation a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	padding: 5px 0;
}

.main-navigation li:hover > a {
	color: #c44a2f;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	z-index: 999;
}

.main-navigation li:hover > ul {
    display: block;
    width: 100%;
	min-width: fit-content;
	min-width: 196px;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul a {
	color: #444;
	padding: 6px 10px;
	display: block;
}

.main-navigation ul ul a:hover {
	background: #f5f5f5;
	color: #c44a2f;
}

.burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 60px;
    background: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 4px 8px 3px 8px;
    border: 1.5px solid rgba(5, 88, 142, 0.22);
    border-radius: 8px;
    padding: 14px;
}

.burger-menu span {
	display: block;
	height: 3px;
	background: #000;
	border-radius: 2px;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.modal-content {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	max-width: 500px;
	width: 90%;
	position: relative;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
}


/* Top Slider */

.vertical-slider {
	height: 68vh;
	overflow: hidden;
	position: relative;
  }
  .vertical-slider .slide {
	height: 68vh;
	width: 100%;
  }
  .slide-bg {
	background-size: cover;
	background-position: center;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .slide-content {
	color: #fff;
	text-align: center;
	/* background: rgba(0, 0, 0, 0.4); */
	padding: 1rem;
	border-radius: 10px;
	width: 100%;
	max-width: 1024px;
  }

  h2.slide-title {
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
	margin-top: 10px;
}

.slide-subtitle {
	font-size: 32px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
	letter-spacing: 0.06em;
	opacity: 0.72;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: rgba(255, 255, 255, 1) !important;
	opacity: 1; /* важливо, щоб Swiper не застосував власну непрозорість */
	margin: 12px 0 !important; /* якщо потрібно вертикальний відступ */
  }

  span.swiper-pagination-bullet {
    background-color: var(--brand-color-3) !important;
    margin: 10px 6px !important;
}


  .swiper-pagination-bullet-active {
	background-color: var(--brand-color-1) !important;
  }

.tours-hero h1 {
    font-size: 38px;
    font-weight: 500;
}

.page-id-2 .tours-hero h1 {
	    text-align: center;
}

.tours-filter {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    gap: 20px;
    max-width: max-content;
    margin: 0 auto;
    margin-top: -36px;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, 8px) !important;
    right: var(--swiper-pagination-right, auto) !important;
}

.filter-group select, .filter-group input {
    /* width: 100%; */
    padding: 12px 18px 12px 14px;
    border: 1px solid #ccd6dd;
    border-radius: 10px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
    font-size: 16px;
    color: #333;
    /* gap: 20px; */
    /* display: flex; */
    /* flex-flow: row wrap; */
    margin: 6px;
	-webkit-appearance: none;
    appearance: none;
}

section.tours-filter button {
    background-color: var(--brand-color-1);
    color: #ffffff;
    padding: 16px 36px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 6px;
}

.tour-filter .filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tour-filter .filter-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.filter-field label {
    margin-left: 10px;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    top: 58% !important;
    transform: translate3d(0px, -58%, 0);
}



/* footer.css */

.site-footer {
    background-color: #fff;
    /* margin-top: 100px; */
    font-family: 'Inter', sans-serif;
    color: #000;
    border-top: 1px solid rgba(5, 88, 142, 0.16);
}

.footer-top {
    padding: 60px 20px 0;
}

.footer-columns {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.5fr 2fr 2fr;
    gap: 40px;
}

.footer-col h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
}

.footer-logo img {
	width: 80px;
	margin-bottom: 15px;
}

.footer-logo-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #c6492c;
}

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

.footer-nav ul li,
.footer-bottom-menu ul li {
	margin-bottom: 10px;
}

.footer-nav ul li a,
.footer-bottom-menu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

ul#menu-quick-links {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#menu-quick-links li a {
    color: #111;
    text-decoration: none;
}

.footer-column.contact ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 16px;
	color: #000;
}

.footer-contact-item i {
	color: #c6492c;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.5;
}

.footer-newsletter p {
	font-size: 16px;
	margin-bottom: 12px;
}

.footer-newsletter form {
	display: flex;
}

.footer-newsletter input[type="email"] {
	flex: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}

.footer-newsletter button {
	background-color: #f9c841;
	color: #000;
	border: none;
	padding: 10px 20px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-weight: 600;
}

.footer-socials {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    gap: 14px;
}

.icon-facebook {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url('assets/icons/facebook.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }

  .icon-twitter {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url('assets/icons/twitter.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }

  .icon-instagram {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url('assets/icons/instagram.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }

  .icon-youtube {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url('assets/icons/youtube.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }

  .icon-mail {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('assets/icons/fmail.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }

  .icon-phone {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('assets/icons/fphone.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }

  .icon-location {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('assets/icons/flocation.svg');
	background-size: contain;
	background-repeat: no-repeat;
  }



.footer-bottom {
	background-color: #c6492c;
	color: #fff;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin-top: 60px;
}

.footer-bottom-menu ul {
	display: flex;
	gap: 20px;
}
.footer-bottom-menu ul li a {
	color: #fff;
	text-decoration: none;
}

ul#menu-bottom-right {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    list-style: none;
    padding: 0px !important;
    margin: 0px;
}

ul#menu-bottom-right li {
    margin: 0px 10px;
}

ul#menu-bottom-right li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}



.footer-bottom-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}



/* partners.css */

.partners-section {
    padding: 60px 0px;
    background-color: #fafafa;
    margin-top: 100px;
}

.partners-section-wrap {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 60px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
}

.partners-header h2 {
    font-size: 38px;
    font-weight: 500;
	margin-bottom: 10px;
}
.partners-header h2 span {
	color: #e4552f;
}
.partners-header p {
	color: #5c667b;
	max-width: 700px;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 30px;
    height: 120px;
}

.partner-card h3 {
    display: none;
}

.partner-card {
	display: block;
	text-align: center;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
	transition: transform 0.3s ease;
}
.partner-card:hover {
	transform: translateY(-5px);
}
.partner-card img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.partner-card h3 {
	font-size: 18px;
	margin-top: 15px;
	color: #111;
}


/* contact.css */

h1.page-title span {
    color: #e4552f;
}

.contact_page {
    padding-bottom: 100px;
}

.contact-section {
    /* padding: 60px 0px; */
    background-color: #fff;
    margin-top: 100px;
  }

  .contact_page .contact-section {
    background-color: #fff;
    margin-top: 60px;
  }

  .contact-section-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
  }

  .contact-grid {
    display: grid;
    grid-template-columns: 510px 1fr;
    gap: 56px;
    align-items: start;
  }

	.contact-info h2 {
		font-size: 32px;
		font-weight: 500;
		margin-bottom: 12px;
	}

  .contact-box-wrap {
    border: 1px solid #dee2e7;
    border-radius: 20px;
    padding: 32px;
  }

  .phones-wrap-s {
    margin: 2px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .contact-box {
	margin-bottom: 24px;
  }

  .contact-box a {
    color: #758599;
    text-decoration: none;
    font-size: 16px;
    margin-left: 28px;
  }

  .contact-box p {
    margin: 10px 0px;
  }

  .contact-box p span {
    color: #758599;
    text-decoration: none;
    font-size: 16px;
  }

  .contact-box .label {
    font-weight: bold;
    color: #cc4c1f;
    margin-bottom: 4px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
  }

  .contact-box p strong {
    display: inline;
    margin-top: 20px;
    margin-left: 28px;
  }

  .phones div {
	margin: 2px 0;
  }

  .contact-map iframe {
    width: 100%;
    height: 550px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
  }

  .icon-email2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('assets/icons/email2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: translateX(-20px); */
  }

  .icon-phone2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('assets/icons/fphone.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: translateX(-20px); */
  }

  .icon-clock {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('assets/icons/clock.svg');
	background-size: contain;
	background-repeat: no-repeat;
	/* transform: translateX(-20px); */
  }

  .icon-location2 {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url('assets/icons/flocation2.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: -12px;
  }

  .contact-map-title {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
  }

	.contact-map-title h3 {
		font-size: 32px;
		font-weight: 500;
		margin-bottom: 12px;
		vertical-align: middle;
	}

  .contact-divider {
	border: 0;
	border-top: 1px solid #dee2e7;
	margin: 24px 0;
	max-width: 100%;
  }

  /* testimonials.css */

section.testimonials-section h2 {
    font-size: 38px;
    font-weight: 500;
}

.testimonials-section {
	padding: 60px 0;
    background: #f9fafc;
    margin-top: 100px;
}

.testimonials_page .testimonials-section {
    background: #fff;
}

.testimonials-section-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
}

.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.btn-review {
    background: #ffc107;
    color: #000;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.btn-review img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #dee2e7;
  position: relative;
  height: 100%;
  padding-top: 40px;
  position: relative;
  overflow: visible;
  margin-bottom: 120px;
}
.testimonial-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2c2c2c;
  margin-bottom: 12px;
  font-weight: 500;
}
.testimonial-head span {
    font-weight: 400;
}
.testimonial-content {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.testimonial-icon {
	width: 48px;
	height: 48px;

	background-image: url('assets/icons/testimonial.svg');
	background-color: #f9c62e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;

	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}


/* .swiper-slide {
  overflow: visible !important;
}

.swiper-wrapper {
  overflow: visible !important;
}

.swiper, .testimonials-swiper {
  overflow: visible !important;
} */


.review-modal {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex; justify-content: center; align-items: center;
  z-index: 999;
}
.review-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
}
.review-modal-content h3 {
  margin-bottom: 15px;
}
.review-modal-content input,
.review-modal-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.review-modal-content button {
  padding: 10px 15px;
  margin-right: 10px;
  border: none;
  border-radius: 6px;
}

.review-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.4);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
  }

  .review-modal.active {
	opacity: 1;
	pointer-events: auto;
  }

  .review-modal-content {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	max-width: 500px;
	width: 100%;
	z-index: 10;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	position: relative;
	animation: fadeInUp 0.3s ease;
  }

  @keyframes fadeInUp {
	from {
	  transform: translateY(20px);
	  opacity: 0;
	}
	to {
	  transform: translateY(0);
	  opacity: 1;
	}
  }


	/* experts.css */

	section.experts-section h2 {
		font-size: 38px;
		font-weight: 500;
		text-align: center;
	}

	section.experts-section {
		/* padding: 60px 0px; */
		background-color: #fff;
		margin-top: 100px;
	}

	.container {
		width: 100%;
		max-width: 1240px;
		margin: 0 auto;
		align-items: center;
	}

	.swiper-container {
		overflow: hidden;
		box-sizing: border-box;
	}

	.swiper-slide {
		box-sizing: border-box;
	}

	.expert-card {
		background: #fff;
		border-radius: 12px;
		border: 1px solid #ddd;
		padding: 20px;
		text-align: center;
		box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	}

	.expert-text {
		min-height: 150px;
/* 		border-bottom: 1px solid #1111111f; */
	}

	.expert-photo img {
		border-radius: 8px;
		max-width: 100%;
		height: auto;
	}
	.expert-name {
		margin-top: 15px;
		font-weight: bold;
		font-size: 18px;
	}
	.expert-phone {
		margin-top: 15px;
		font-weight: 500;
		color: #b52e00;
	}
	.section-title .highlight {
		color: #b52e00;
	}
	.expert-card {
		background: #fff;
		border-radius: 12px;
		border: 1px solid #ddd;
		padding: 20px;
		text-align: center;
		box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	}
	.expert-photo {
		height: 210px;
		overflow: hidden;
		border-radius: 8px;
	}

	.expert-photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}

	.expert-name {
		margin-top: 15px;
		font-weight: bold;
		font-size: 18px;
	}
	.expert-phone {
		margin-top: 15px;
		font-weight: 500;
		color: #b52e00;
		text-align: right;
	}
	.section-title .highlight {
		color: #b52e00;
	}

	.experts-nav-buttons {
		display: flex;
		gap: 12px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}

	.experts-button-prev,
	.experts-button-next {
		background-color: #fcd34d; /* жовтий */
		border-radius: 8px;
		padding: 10px;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.experts-button-prev:hover,
	.experts-button-next:hover {
		background-color: #fbbf24; /* трохи темніший жовтий */
	}

	.experts-button-prev svg,
	.experts-button-next svg {
		display: block;
	}

	.experts-section .container {
		position: relative;
		padding-top: 0px; /* щоб заголовок і кнопки не злипались */
	}


/* live-tour-slider.css */

.live-tour-slider-header h2 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.live-tour-slider .slide-bg {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
}

.live-tour-slider .slide-content {
    color: white;
    padding: 2rem;
    max-width: 600px;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
}

.live-tour-slider .slide-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.live-tour-slider .slide-subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
}

.live-tour-slider .slide-btn {
    display: inline-block;
    background-color: #facc15;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

h2 span {
	color: #D74929;
}

.slide-bg a {
	text-decoration: none;
}

/* all-pages.css */

.tours-hero-page {
	display: grid;
	grid-template-columns: 490px 1fr;
	gap: 40px;
	align-items: start;
}

.post_thumbnail_img img {
	width: 100%;
	height: auto;
	display: block;
}

.tours-content {
	margin-top: 60px;
}

.hero-img-rounded {
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 16 / 10; /* або 480 / 300 = 8 / 5 */
	max-width: 480px;
}

.all_pages {
    margin-top: 60px;
}

.tour-twice-wrap {
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 43px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	align-items: start;
}

.tour-card-sidebar__link {
    text-decoration: none;
}

.sidebar-tour-thumb {
    width: 198px;
    height: 192px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: block;
}

.tour-card-sidebar__title {
    color: var(--text-color-1);
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
}

.tour-card-sidebar_shortdesc {
	color: var(--text-color-2);
    font-size: 12px;
    font-weight: 400;
}

.tour-card-sidebar__dates {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 6px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

span.tour-card__dates_all {
	color: var(--text-color-2);
    font-size: 11px;
    font-weight: 600;
	margin-top: 6px;
}

.tour-card-sidebar__content .tour-card__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--brand-color-1);
}

.tour-card-sidebar__content .tour-card__price span {
    font-size: 8px;
    font-weight: 500;
    color: var(--brand-color-3);
}


.tour-card-sidebar__content .tour-card__button .btn {
	color: var(--brand-color-3);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
}

.tour-card-sidebar {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid rgba(5, 88, 142, 0.22);
    border-radius: 12px;
}

.tour-card-sidebar__content span.tour-card__label {
    font-size: 12px;
	margin-top: 6px;
}

/* single-tour-slider.css */

.single-tour-slider {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	max-width: 716px;
	margin: 0 auto;
  }

  .single-tour-slider .swiper-slide-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	object-fit: cover;
  }

  .swiper-button-prev,
  .swiper-button-next {
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 10px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
  }

  .swiper-pagination {
	bottom: 10px !important;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    --swiper-navigation-size: 16px !important;
}

.swiper-button-prev, .swiper-button-next {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px !important;
    margin: 0px;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #fff;
}

/* timeblock shortcode */

.timeblock {
	color: var(--text-color-3);
	font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 12px;
}

.timeblock i {
    margin-right: 8px;
}

.timeblock strong {
    font-size: 18px;
    color: var(--text-color-1);
}

.icon-stc-i1 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('assets/icons/single-tour-content-i1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	/* transform: translateX(-20px); */
  }

  .icon-stc-i2 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('assets/icons/single-tour-content-i2.svg');
	background-size: contain;
	background-repeat: no-repeat;
	/* transform: translateX(-20px); */
  }

  .icon-stc-i3 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('assets/icons/single-tour-content-i3.svg');
	background-size: contain;
	background-repeat: no-repeat;
	/* transform: translateX(-20px); */
  }

  .icon-stc-i4 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('assets/icons/single-tour-content-i4.svg');
	background-size: contain;
	background-repeat: no-repeat;
	/* transform: translateX(-20px); */
  }

  .icon-stc-i5 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('assets/icons/single-tour-content-i5.svg');
	background-size: contain;
	background-repeat: no-repeat;
	/* transform: translateX(-20px); */
  }

.tour_row1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.left_column {
    flex: 0 1 auto;
    padding-right: 48px;
    position: relative;
}

.right_column {
    flex: 1;
    padding-left: 48px;
}

.left_column::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(5, 88, 142, 0.22);
    pointer-events: none;
}

@media (max-width: 768px) {
    .tour_row1 {
        flex-direction: column;
    }

    .left_column::after {
        display: none;
    }
}

.tour-single__h3 {
    color: var(--brand-color-1);
    font-size: 27px;
    font-weight: 500;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.tour-single__h3 i {
    margin-right: 16px;
}

.tour-card__button .tour-card__link {
    display: none;
}

.tour-single__details {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
	margin-bottom: 12px;
}

.tour-single__details > * {
    flex: 1;
}

ul.tour-single__dates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 0;
    margin: 0;
    margin-left: 16px;
    align-items: center;
    align-content: center;
    justify-content: center;
    list-style: none;
    color: var(--text-color-2);
}

ul.tour-single__dates li {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

span.tour-time-total {
    display: block;
    font-size: 14px;
    font-weight: 600;
	margin-left: 32px;
	margin-bottom: 6px;
}

span.tour-time-duration {
    display: block;
    font-size: 14px;
    font-weight: 400;
	margin-left: 32px;
	color: var(--text-color-2);
}

.price-wrapper {
    color: var(--text-color-2);
	margin-bottom: 20px;
}

span.tour-price-label {
	color: #404040;
    font-size: 14px;
    font-weight: 600;
	margin-left: 32px;
}

.dates-wrapper {
    margin-bottom: 20px;
}

.dates-wrapper strong {
	font-size: 18px;
    margin-bottom: 20px;
	display: flex;

}

.dates-wrapper > strong > img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.time-wrapper {
    margin-bottom: 20px;
}

.time-wrapper strong {
	font-size: 18px;
    margin-bottom: 20px;
	display: flex;
}

.time-wrapper > strong > img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.price-wrapper strong {
	color: #404040;
	font-size: 18px;
    margin-bottom: 20px;
	display: flex;
}

.price-wrapper > strong > img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

span.tour-price-value {
    font-size: 18px;
    font-weight: 500;
    color: var(--brand-color-1);
}

ul.tour-single__dates li:nth-child(odd):after {
    content: "|";
    color: #1111114f;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
}

.site-logo-mob {
    display: none;
}



/* Tables */

/* =========================
   Content Tables (Modern)
========================= */

.entry-content table,
.tours-content table,
.archive-tours table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* Header row (first row) */
.entry-content table tr:first-child,
.tours-content table tr:first-child {
	background: #f6f6f6;
	font-weight: 600;
}

/* Cells */
.entry-content table th,
.entry-content table td,
.tours-content table th,
.tours-content table td {
	padding: 14px 16px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

/* First column (labels) */
.entry-content table td:first-child,
.tours-content table td:first-child {
	text-align: left;
	font-weight: 600;
	color: #333;
	background: #fafafa;
	white-space: nowrap;
}

/* Hover row */
.entry-content table tr:hover,
.tours-content table tr:hover {
	background: #fff7f3;
}

/* Remove last border */
.entry-content table tr:last-child td,
.tours-content table tr:last-child td {
	border-bottom: none;
}


/* Екскурсоводи — 4 в ряд */
.archive-experts .experts-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

/* Адаптив */
@media (max-width: 1200px) {
	.archive-experts .experts-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.archive-experts .experts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 520px) {
	.archive-experts .experts-grid {
		grid-template-columns: 1fr;
	}
}




/* CF7 */

/* Контейнер форми */

.tour-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #1111110d;
    background: #ffffffcc;
}

  /* Повнорозмірне поле — якщо треба (наприклад textarea або total) */
  .wpcf7 form p:has(textarea),
  .wpcf7 form p:has(#total-price),
  .wpcf7 form p:has([type="submit"]) {
	grid-column: span 2;
  }

/* Загальний стиль полів */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px 12px 42px;
  border: 1px solid #ccd6dd;
  border-radius: 10px;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px;
  font-size: 16px;
  color: #333;
}

.wpcf7 textarea {
  background-image: none !important;
}

/* Тур (location icon) */
input[name="tour-name"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/></svg>");
}

/* Дата (calendar icon) */
input[name="tour-date"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM5 20V9h14v11H5z'/></svg>");
}

/* Дорослі (person icon) */
input[name="adults"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 12c2.21 0 4-1.79 4-4S14.21 4 12 4 8 5.79 8 8s1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/></svg>");
}

/* Діти (child icon) */
input[name="children"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 4.5C13.38 4.5 14.5 5.62 14.5 7S13.38 9.5 12 9.5 9.5 8.38 9.5 7 10.62 4.5 12 4.5zM12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4S14.21 2 12 2zM6 22v-1c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v1H6z'/></svg>");
}

/* Ім’я (user icon) */
input[name="contact-name"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/></svg>");
}

/* Телефон (phone icon) */
input[name="phone"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1 1 0 011.06-.27 11.36 11.36 0 003.55.57 1 1 0 011 1v3.5a1 1 0 01-1 1C9.93 22 2 14.07 2 4a1 1 0 011-1H6.5a1 1 0 011 1c0 1.21.2 2.39.57 3.55a1 1 0 01-.27 1.06l-2.18 2.18z'/></svg>");
}

/* Електронна пошта (email icon) */
input[name="email"] {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 2v.01L12 13 4 6.01V6h16zM4 18V8l8 5 8-5v10H4z'/></svg>");
}

.wpcf7 textarea {
	height: 49px; /* Зменшена висота */
	padding: 8px 12px;
	resize: vertical; /* можна замінити на 'none', щоб не розтягувалось */
	border: 1px solid #ccd6dd;
  }

  /* Прибрати іконку для textarea */
  .wpcf7 textarea {
	background-image: none;
  }

  /* Стиль кнопки */
  .wpcf7 input[type="submit"] {
    background-color: var(--brand-color-1, #f7c948);
    color: #ffffff;
    padding: 16px 36px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

  .wpcf7 input[type="submit"]:hover {
	background-color: #e6b700;
  }

  /* Стиль total price */
  #total-price {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-top: 22px;
}

  .tour-form p {
		margin: 12px 0px;
	}

	.wpcf7 form .wpcf7-response-output {
		margin: 2em 0.5em 1em;
		padding: 0.2em 1em;
		border: 2px solid #00a0d2;
		width: 100%;
		padding: 12px 16px 12px 42px;
		border: 1px solid #ccd6dd;
		border-radius: 10px;
		background-color: #fafafa;
		background-repeat: no-repeat;
		background-position: 12px center;
		background-size: 20px;
		font-size: 18px;
		font-weight: 500;
		color: #333;
		text-align: center;
	}





























/* // Mobile */

@media (max-width: 1280px) {
	.tour-twice-wrap {
		display: block;
	}
}


@media (max-width: 1080px) {

	.main-navigation {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 140px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
	}

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

	.burger-menu {
		display: flex;
	}

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

	.contact-grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.partners-section-wrap {
		display: grid;
		grid-template-columns: 1fr;
	}

	.footer-columns {
		display: grid;
		grid-template-columns: 2fr 2fr;
		gap: 40px;
	}

	h2.slide-title {
		font-size: 48px;
	}

	.slide-subtitle {
		font-size: 24px;
	}

	.tour-filter .filter-group {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
	}

	.filter-group select, .filter-group input {
		max-width: 140px;
	}

	.tours-filter {
		max-width: 800px;
	}

	.tours-hero h1 {
		font-size: 28px;
	}

	.live-tour-slider-header h2 {
		font-size: 26px;
	}

	section.experts-section h2 {
		font-size: 26px;
	}

	section.testimonials-section h2 {
		font-size: 26px;
	}

	.contact-info h2 {
		font-size: 26px;
	}

	.contact-map-title h3 {
		font-size: 26px;
	}

	.partners-header h2 {
		font-size: 26px;
	}

	.tours-hero-page {
		display: grid;
		grid-template-columns: 380px 1fr;
	}

    .main-navigation {
        top: 140px;
        height: 100vh;
    }

	.main-navigation ul {
		flex-flow: column wrap;
	}
	
	.trp-language-switcher > div {
		background-color: #d64928;
	}
	
	.trp-language-switcher > div {
		border: 1px solid #fff;
		border-radius: 50px;
	}
	
	
	
	



}

@media (max-width: 768px) {
	
	.site-logo-mob {
        display: flex;
        max-width: 148px;
    }

	.main-navigation {
        top: 280px;
	}

	.tours-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

    .site-header .header-inner {
        flex-flow: column;
        padding: 0px;
    }

	h2.slide-title {
		font-size: 32px;
	}

	.slide-subtitle {
		font-size: 18px;
	}

	.header-phone-icon {
		display: none;
	}

    .header-phone {
        display: flex;
        margin-bottom: 14px;
        text-align: center;
        width: calc(100% + 16px);
        justify-content: center;
        background: #fece29;
        order: 2;
        padding: 7px;
        margin-top: 1px;
		margin-left: -8px;
        margin-right: -8px;
    }
	
	.header-phone .label {
		display: none;
	}

	.header-actions {
		margin-top: 14px;
	}

	.tour-filter .filter-field {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 47%;
	}

	.filter-group select, .filter-group input {
        max-width: 100%;
    }

	.live-tour-slider .slide-title {
		font-size: 24px;
	}

	.tour-single__h3 {
		font-size: 20px;
	}

	.tours-hero-page {
        display: grid;
        grid-template-columns: 1fr;
    }

	.section-header {
		display: flex;
		justify-content: space-between;
        align-items: flex-start;
		margin-bottom: 30px;
		flex-flow: column wrap;
	}

	.phones-wrap-s {
		display: grid;
		grid-template-columns: 1fr;
	}

	.experts-nav-buttons {
		top: auto;
		bottom: -70px;
		right: initial;
		margin: 0 auto;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
	}
	
    .header-actions {
        gap: 0px;
        width: calc(100% + 16px);
        justify-content: space-between;
        background: #d64928;
        padding: 8px;
        align-items: center;
        height: 93px;
        padding: 23px 22px 21px 15px;
        margin: 0px auto;
        margin-left: -8px;
        margin-right: -8px;
    }
	
	.site-logo {
		display: none;
	}
	
	.site-logo-mob {
		display: flex;
	}
	
	.trp-language-switcher > div > a > img {
		display: none;
	}
	
    .trp-language-switcher > div > a {
        padding: 0px;
        color: #fff;
		width: 20px;
    }
	
	.trp-language-switcher .trp-ls-shortcode-current-language {
		display: inline-block;
		background: none;
		border: 1px solid #fff;
		border-radius: 46px;
	}
	
	.trp-language-switcher .trp-ls-shortcode-current-language {
        width: 45px !important;
        height: 45px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
	
	.burger-menu span {
		display: block;
		width: 100%;
		height: 1.5px !important;
		background-color: #fff;
	}
	
	.login-btn {
		display: none;
	}
	
	.main-navigation ul {
		gap: 6px;
	}
	
	.site-header {
		padding: 0px;
	}
	
	.tours-hero-top-slide .swiper,
	.tours-hero-top-slide .swiper-wrapper,
	.tours-hero-top-slide .swiper-slide {
		height: 320px !important;
		max-height: 320px !important;
	}
	
	.tours-hero-top-slide .slide-bg {
		height: 100%;
	}




}

@media (max-width: 480px) {
    .tour-card__title {
        font-size: 1rem;
    }

    .tour-card__content {
        padding: 1rem;
    }

    .tour-card__button .btn {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }

	h2.slide-title {
		font-size: 24px;
	}

	.slide-subtitle {
		font-size: 16px;
	}

/* 	.tour-filter .filter-field {
		width: 100%;
	} */
	
	.tour-filter .filter-group {
		gap: 4px;
	}
	
	.tours-filter {
		padding: 10px 2px;
	}
	
	section.tours-filter button {
		padding: 12px 24px;
		font-size: 14px;
	}
	
	.filter-field label {
		margin-left: 10px;
		font-size: 14px;
	}
	
	.filter-group select, .filter-group input {
		padding: 12px 10px 12px 10px;
		font-size: 14px;
	}

	.footer-columns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.footer-column.logo {
		display: none;
	}

	.footer-column.links {
		display: none;
	}

	.footer-column.newsletter {
		display: none;
	}

	.tour-card-sidebar {
		display: flex;
		flex-flow: column wrap;
	}

	.sidebar-tour-thumb {
		display: block;
		margin: 0 auto;
	}

	.live-tour-slider .slide-title {
		font-size: 18px;
	}

	.live-tour-slider .slide-subtitle {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.partners-grid {
		height: auto;
	}

	.contact-map iframe {
		width: 100%;
		height: 246px;
		border-radius: 8px;
		border: 1px solid #e0e0e0;
	}
	
	#site-navigation.open a {
        font-size: 20px;
        font-weight: 500;
    }
	
	#site-navigation.open li {
        margin: 8px 0;
    }
	
	#site-navigation .sub-menu {
		display: none;
    }














}


/* ================= MOBILE ONLY ================= */
@media (max-width: 768px) {

/* ======== Бургер ======== */
.burger-menu {
  position: relative;
  width: 32px;
  height: 24px; /* збільшив, щоб 3 лінії були видимі */
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
  margin: 10px 0px;
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff; /* білі смужки замінив на жовтий #ffc107 */
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ===== Хрестик при відкритті меню ===== */
.burger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translateY(16px);
	background: #111;
}

.burger-menu.active span:nth-child(2) {
  opacity: 0; /* ховаємо середню лінію */
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-16px);
	background: #111;
}

/* Блокування скролу body */
body.menu-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}


	/* ======== Мобільне меню ======== */
	#site-navigation {
	  position: fixed;
	  inset: 0;
	  height: 100dvh;
	  background: #fff;
	  opacity: 0;
	  visibility: hidden;
	  transform: translateY(-20px);
	  transition: all 0.3s ease;
	  z-index: 1000;

	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: flex-start;
	  padding-top: 100px;
	  overflow: hidden;
	}

	#site-navigation.open {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	}

	/* Скрол усередині меню */
	#site-navigation .menu {
	  flex: 1;
	  width: 100%;
	  overflow-y: auto;
	  -webkit-overflow-scrolling: touch;
	  padding: 0 20px 40px;
	  text-align: center;
	}

	#site-navigation ul {
	  list-style: none;
	  padding: 0;
	}

	#site-navigation li {
	  margin: 15px 0;
	}

	#site-navigation a {
	  color: #000;
	  text-decoration: none;
	  font-size: 22px;
	  font-weight: 500;
	}

	#site-navigation .sub-menu {
	  margin-top: 10px;
	  padding-left: 15px;
	  border-left: 2px solid #ccc;
	}

	#site-navigation .sub-menu a {
	  font-size: 18px;
	}
	
    .header-phone .number a:last-child {
        display: none;
    }

}

/* ================= DESKTOP ================= */
@media (min-width: 769px) {
	  .burger-menu {
		display: none;
	  }

	  #site-navigation {
		position: static;
		height: auto;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: transparent;
	  }
}


.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* працює і по горизонталі, і по вертикалі */
}

.photo-grid img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .photo-grid {
        grid-template-columns: 1fr;
    }
	
	.tours-hero h1 {
        font-size: 18px;
    }
}

}


.reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.report-card img {
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .reports-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .reports-grid {
        grid-template-columns: 1fr;
    }
}

// Floating Contact

#floatingContact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floatingContact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fc-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.3s ease;
}

#floatingContact.active .fc-list {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fc-item,
.fc-toggle {
    width: 55px;
    height: 55px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

.fc-item:hover,
.fc-toggle:hover {
    transform: scale(1.1);
}

.fc-icon svg,
.fc-toggle svg {
    width: 24px;
    height: 24px;
}

.fc-close {
    display: none;
}

#floatingContact.active .fc-phone {
    display: none;
}

#floatingContact.active .fc-close {
    display: block;
}

/* Легка анімація "дригання" */
@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(-10deg); }
    75% { transform: rotate(6deg); }
    100% { transform: rotate(0deg); }
}

.fc-toggle {
    animation: shake 2s infinite;
}


