@charset "UTF-8";
/*!
Theme Name: The Fly Shop 2026
Theme URI: http://underscores.me/
Author: Chris Parsons
Author URI: http://parsonshosting.com
Description: A custom theme for The Fly Shop
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-fly-shop-2026
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.

The Fly Shop 2026 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
# Supports
    - Front Page
    - Nav

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://use.typekit.net/ivp5paj.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*--------------------------------------------------------------
# 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,
.setthehook-p {
  color: #404040;
  font-family: "Arimo", serif, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p,
ul,
ol,
dl,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
.setthehook-p {
  font-size: 1.3rem;
}

.feature-content,
.overlay-content {
  font-size: 1.3rem;
}

.small-text {
  font-size: 0.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "corsario-variable", sans-serif;
  font-variation-settings: "opsz" 48, "wght" 400;
  font-optical-sizing: auto;
  font-style: normal;
}

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: #000000;
  border: 0;
  height: 1.5px;
  margin: 1.5em 0;
}

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;
  /*&:visited {
  	color: $color__link-visited;
  }*/
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 40%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#home-page li {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
#home-page li a {
  text-transform: uppercase;
  font-size: 0.76rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Supports
--------------------------------------------- */
.container-404 {
  position: relative;
  height: 500px;
}
.container-404 img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}
.container-404 .container-404-text {
  position: absolute;
  padding: clamp(0.75rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2rem) clamp(1rem, 2vw, 1.618rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 90%;
  border-radius: 0.5rem;
}
.container-404 .container-404-text h1 {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
  margin-top: 0;
  line-height: 1.2;
}
.container-404 .container-404-text p {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
}
.container-404 .container-404-text .btn {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  padding: clamp(0.5rem, 1vw, 0.75rem) clamp(1rem, 2vw, 1.5rem);
}

.error404 .navbar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  transition: background 0.5s ease, background-color 0.5s ease, height 0.3s ease;
  height: 100px;
}
.error404 .navbar:hover {
  background-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
}
.error404 .navbar:hover .nav-link {
  color: #000;
}
.error404 .navbar:hover .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
.error404 .navbar.scrolled {
  background: none;
  background-color: #ffffff;
  height: 60px;
}
.error404 .navbar.scrolled .nav-link {
  color: #000;
}
.error404 .navbar.scrolled .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
.error404 .navbar .nav-link {
  color: rgba(0, 0, 0, 0.9);
  transition: color 0.3s ease;
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.error404 .navbar .navbar-brand .tfs-nav-logo.no-scroll {
  display: none;
}
.error404 .navbar .navbar-brand .tfs-nav-logo.scroll {
  display: initial;
}
.error404 #archive-template .img-fluid-archive {
  max-width: 100%;
  height: 100%;
  min-height: 223px;
  object-fit: cover;
}
.error404 #archive-template .list-group-item {
  border: none;
}
.error404 .btn-link {
  color: #A21418;
}
@media (max-width: 768px) {
  .error404 #archive-template {
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  .container-404 {
    height: 500px;
    position: relative;
  }
  .container-404 img {
    object-fit: cover;
    height: 500px;
    width: 100%;
  }
  .container-404 .container-404-text {
    position: absolute;
    padding: 0 0 1.618em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .container-404 {
    height: 500px;
    position: relative;
  }
  .container-404 img {
    object-fit: cover;
    height: 500px;
    width: 100%;
  }
  .container-404 .container-404-text {
    position: absolute;
    padding: 1.618em 0 1.618em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .container-404 .container-404-text p {
    padding: 0 1rem;
  }
}
.btn-red {
  background-color: #A21418;
  color: #ffffff;
}
.btn-reda.btn:hover {
  background-color: var(--bs-btn-hover-bg) !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:focus-visible {
  outline: none;
  box-shadow: none;
}

.btn-tfs {
  --bs-btn-color: #fff;
  --bs-btn-bg: #A21418;
  --bs-btn-border-color: #A21418;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A21418;
  --bs-btn-hover-border-color: #A21418;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #A21418;
  --bs-btn-active-border-color: #A21418;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A21418;
  --bs-btn-disabled-border-color: #A21418;
}

#report-tab-selector-rivers .nav .btn,
#report-tab-selector-still-waters .nav .btn,
#report-tab-selector-private-waters .nav .btn {
  margin: 0.5rem 0;
  min-width: 300px;
}
#report-tab-selector-rivers .nav .btn.btn-tfs:hover,
#report-tab-selector-still-waters .nav .btn.btn-tfs:hover,
#report-tab-selector-private-waters .nav .btn.btn-tfs:hover {
  background-color: #A21418 !important;
}
#report-tab-selector-rivers .nav .btn.btn-tfs.active,
#report-tab-selector-still-waters .nav .btn.btn-tfs.active,
#report-tab-selector-private-waters .nav .btn.btn-tfs.active {
  background-color: #cd1c2e !important;
}

/* CTA Section Styles */
#cta {
  position: relative;
  overflow: hidden;
}

.cta-trigger-area {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding: 2rem 0;
}

.cta-trigger-area:hover {
  transform: translateY(-5px);
}

.cta-trigger-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.cta-trigger-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.cta-expand-btn {
  background: linear-gradient(135deg, #A21418, #cd1c2e);
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cta-expand-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.cta-expand-btn i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.cta-form-container {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f8f9fa;
  border-radius: 15px;
  margin-top: 2rem;
}

.cta-form-container.expanded {
  max-height: 1800px;
  opacity: 1;
  padding: 2rem;
}

.form-wrapper {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}

.form-header h3 {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
}

.close-form {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 0.5rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-form:hover {
  color: #dc3545;
  background: #f8f9fa;
}

.contact-fallback {
  text-align: center;
  padding: 2rem;
  color: #666;
}

/*.cta-trigger-area.collapsed {
  transform: translateY(-100px);
  opacity: 0;
  pointer-events: none;
}*/
.cta-trigger-area.collapsed {
  transform: translateY(-100px);
  opacity: 0;
  pointer-events: none;
  /* Add a delay that matches your transition duration */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), display 0s 0.4s;
  display: none;
}

.cta-expand-btn.rotated i {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cta-trigger-title {
    font-size: 2rem;
  }
  .form-wrapper {
    padding: 1rem;
  }
  .cta-form-container.expanded {
    padding: 1rem;
  }
}
#ctct_recaptcha_3 {
  display: none !important;
}

.ctct-form-embed.form_3 .ctct-form-defaults {
  background-color: transparent !important;
}

.ctct-form-embed.form_3 .ctct-form-defaults .ctct-gdpr-text {
  display: none !important;
}

.ctct-form-embed.form_3 .ctct-form-defaults .ctct-form-header {
  text-align: left !important;
  margin-bottom: 0.5rem !important;
}

.ctct-form-embed.form_3 .ctct-form-defaults .ctct-form-text {
  text-align: left !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-bottom: 1rem !important;
}

.ctct-form-embed.form_3 .ctct-form-custom .ctct-form-label {
  width: auto !important;
  position: static !important;
}

.form-container {
  position: relative;
}
.form-container .form-logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 0;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
  content: "∗";
  position: relative !important;
  top: -7px;
  left: -2px;
  color: #f5463b;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding: 5px 24px !important;
}

.breadcrumb-separator {
  margin: 0 5px;
}

.breadcrumb {
  font-size: 1.15rem;
}

a {
  color: #A21418;
  text-decoration: none;
}
a:hover {
  color: #A21418;
}

/* Margins
------------------------------*/
.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

/* Padding
------------------------------*/
.pt-6 {
  padding-top: 6rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .top-lg-60 {
    top: 60%;
  }
  .no-render-lg {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .top-lg-40-mw {
    top: 40%;
  }
  .top-lg-50-mw {
    top: 50%;
  }
}
.no-padding-lr {
  padding-left: 0;
  padding-right: 0;
}

.container.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 575.98px) {
  .container.no-padding-lr {
    width: 90%;
  }
}

.cta-description h3, .cta-description h4, .cta-description h5, .cta-description h6 {
  text-align: center;
}

.guide_service-template-page-templates .image img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#guide-service-image-container .thumbnail a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#guide-service-image-container .caption h4 {
  margin-top: 1rem;
}
#guide-service-image-container .row {
  justify-content: center;
}

.guide_service-template #guide-template-grid {
  /* Keep the existing movement animation */
}
.guide_service-template #guide-template-grid .travel-template-row {
  background-color: #FBFBFD;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.guide_service-template #guide-template-grid p {
  margin: 0;
  font-size: 1.2rem;
}
.guide_service-template #guide-template-grid img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.guide_service-template #guide-template-grid .widget-section {
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: -20px auto 0 auto;
  padding: 1rem;
  border: 0.5px solid #ccc;
}
.guide_service-template #guide-template-grid .col-md-6.col-lg-6.one,
.guide_service-template #guide-template-grid .col-md-6.col-lg-6.two {
  margin-top: 1.618em;
  padding-top: 0;
}
.guide_service-template #guide-template-grid .col-md-6.col-lg-6 {
  margin-top: 1.618rem;
  padding-top: 1.618rem;
}
.guide_service-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
  transform: translateY(0);
}
.guide_service-template #guide-template-grid .widget-section:hover {
  transform: translateY(-50px);
}
.guide_service-template #guide-template-grid .thumbnail-link {
  position: relative;
  display: block;
}
.guide_service-template #guide-template-grid .thumbnail-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.guide_service-template #guide-template-grid .thumbnail-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; /* Adjust size as needed */
  height: 350px; /* Adjust size as needed */
  background-image: url("https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/06/TFSLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease; /* Longer duration for more noticeable fade */
  z-index: 2;
  /* Start fully transparent and invisible */
  visibility: hidden;
}
.guide_service-template #guide-template-grid .thumbnail:hover .thumbnail-link::before {
  opacity: 0.5;
}
.guide_service-template #guide-template-grid .thumbnail:hover .thumbnail-link::after {
  opacity: 1;
  visibility: visible; /* Make visible on hover */
}
.guide_service-template #guide-template-grid .thumbnail:hover .widget-section {
  transform: translateY(-50px);
}
.guide_service-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
}
@media (max-width: 991.98px) {
  .guide_service-template #guide-template-grid.mobile-container .thumbnail-link::after {
    width: 250px;
    height: 250px;
  }
}

.travel-template-hero {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}

.hero-overlay {
  transition: top 220ms ease, transform 220ms ease;
}

.hero-overlay-no-transition {
  transition: none !important;
}

.hero-overlay .hero-title {
  will-change: opacity, transform;
}

.hero-title-hidden {
  opacity: 0;
  transform: translateY(18px);
}

.hero-title-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 320ms ease-out, transform 320ms ease-out;
  transition-delay: 80ms;
}

.hero-overlay {
  transition: top 0.3s ease-in-out !important;
}

.hero-image .ratio > * {
  width: 100%;
  height: 100vh !important;
}

.hero-overlay:not([style*=top]) {
  top: 50% !important;
  left: 50% !important;
}

@media (max-width: 991.98px) {
  .hero-overlay:not([style*=top]) {
    left: 50%;
  }
}
@media (max-width: 768px) {
  .hero-overlay:not([style*=top]) {
    top: 50% !important;
  }
}
@media (max-width: 576px) {
  .hero-overlay:not([style*=top]) {
    top: 50% !important;
  }
}
/**
 * Responsive Hero Images
 * 
 * Handles mobile/tablet/desktop hero image display
 * Ensures proper object-fit and positioning across devices
 * Hides video on portrait phones, shows mobile image instead
 */
.travel-template-hero .hero-image {
  min-height: 100vh;
}
.travel-template-hero .hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.travel-template-hero .hero-image picture img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  display: block;
}
.travel-template-hero .hero-image .ratio > * {
  width: 100%;
  height: 100vh !important;
}
.travel-template-hero .hero-image .hero-mobile-image {
  display: none;
}
.travel-template-hero .hero-image .hero-video-container {
  display: block;
}

@media (max-width: 767.98px) {
  .hero-image .hero-video-container {
    display: none !important;
  }
  .hero-image .hero-mobile-image {
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .hero-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero-image picture img {
    width: 100%;
    height: 100vh !important;
    max-height: none;
    object-fit: cover;
  }
  .travel-template-hero {
    padding: 0 !important;
  }
  .travel-template-hero .hero-image {
    height: 100vh;
  }
  .travel-template-hero .hero-overlay {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-image picture img {
    min-height: 60vh;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .hero-image picture img {
    min-height: 70vh;
    object-fit: cover;
  }
}
.dropdown-menu {
  transition: all 0.3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #212529;
}

/* 3rd-Level Menu (Sub-submenu) */
.dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
  margin-top: -3px;
  z-index: 1052;
}

.dropdown-item.dropdown-toggle:hover::after {
  color: #d9534f;
}

.admin-bar nav {
  margin-top: 32px;
}

#search-nav .navbar {
  background: none;
  transition: none;
  height: 100px;
}
#search-nav .navbar .navbar-brand .tfs-nav-logo.scroll {
  display: none;
}
#search-nav .navbar .navbar-brand .tfs-nav-logo.no-scroll {
  display: initial;
}
#search-nav .navbar:hover .nav-link {
  color: #000;
}
#search-nav .navbar:hover .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
#search-nav .navbar:hover .navbar-brand .tfs-nav-logo.scroll {
  display: initial;
}
#search-nav .navbar:hover .navbar-brand .tfs-nav-logo.no-scroll {
  display: none;
}
#search-nav .navbar.scrolled {
  background: none;
  background-color: #ffffff;
  height: 60px;
}
#search-nav .navbar.scrolled .nav-link {
  color: #000;
}
#search-nav .navbar.scrolled .nav-link.active {
  color: #A21418;
  font-weight: bold;
}
#search-nav .navbar.scrolled .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
#search-nav .navbar.scrolled .navbar-brand .tfs-nav-logo.scroll {
  display: initial;
}
#search-nav .navbar.scrolled .navbar-brand .tfs-nav-logo.no-scroll {
  display: none;
}
#search-nav .navbar .nav-link {
  color: #000000;
  transition: color 0.3s ease;
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: clamp(0.65rem, 1.5vw, 0.9rem);
}

/* Make the navbar background transparent by default */
.navbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  transition: background 1.5s ease, height 1.3s ease;
  height: 100px;
}
.navbar .navbar-brand .tfs-nav-logo.scroll {
  display: none;
}
.navbar .navbar-brand .tfs-nav-logo.no-scroll {
  display: initial;
}
.navbar:hover, .navbar.search-hover {
  background-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgb(255, 255, 255));
}
.navbar:hover .nav-link, .navbar.search-hover .nav-link {
  color: #000;
}
.navbar:hover .navbar-nav .nav-item.active .nav-link, .navbar.search-hover .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
.navbar:hover .navbar-brand .tfs-nav-logo.scroll, .navbar.search-hover .navbar-brand .tfs-nav-logo.scroll {
  display: initial;
}
.navbar:hover .navbar-brand .tfs-nav-logo.no-scroll, .navbar.search-hover .navbar-brand .tfs-nav-logo.no-scroll {
  display: none;
}
.navbar.scrolled {
  background: none;
  background-color: #ffffff;
  height: 60px;
}
.navbar.scrolled .nav-link {
  color: #000;
}
.navbar.scrolled .nav-link.active {
  color: #A21418;
  font-weight: bold;
}
.navbar.scrolled .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
.navbar.scrolled .navbar-brand .tfs-nav-logo.scroll {
  display: initial;
}
.navbar.scrolled .navbar-brand .tfs-nav-logo.no-scroll {
  display: none;
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 1rem;
}

.navbar-brand {
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
}
.navbar.scrolled .navbar-brand {
  font-size: 0.9em; /* Adjust size during scroll, optional */
}
.navbar-brand .tfs-nav-logo {
  width: 120px;
}

/**
NAVBAR DROPDOWNS
********************************************************/
/* General styles for dropdown menus */
/* Show dropdown on hover */
.nav-item:hover > .dropdown-menu,
.dropdown-item:focus > .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Dropdown hover effect */
.dropdown-item:hover,
.dropdown-item:focus {
  background: #ffffff;
  color: #121417;
}

/* Divider between dropdown items */
.dropdown-divider {
  height: 1px;
  margin: 5px 0;
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu .dropdown-menu {
  background: #ffffff;
  border-radius: 0;
  margin-top: -5px;
}

.dropdown-item.dropdown-toggle:hover::after {
  color: #121417;
}

.navbar-nav .nav-link {
  font-family: "Arimo", serif;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link.active {
  color: #ffffff;
  font-weight: bold;
}

#site-navigation:hover .navbar-nav .nav-link.active,
#site-navigation.search-hover .navbar-nav .nav-link.active {
  color: #A21418;
  font-weight: bold;
}

/* Navbar links hover effect */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #A21418;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

/* Make active link stand out */
.navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  font-weight: bold;
}

/**
DROP DOWN MEDIA QURIES
**********************************************************/
/* Mobile-specific dropdown adjustments */
@media (max-width: 991.98px) {
  .dropdown-item {
    text-align: center;
  }
  .tel-number {
    display: initial;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    color: #ffffff;
  }
  .tel-number a.tel-number-dial {
    color: #ffffff;
  }
  #site-navigation.scrolled a.tel-number-dial {
    color: #000000;
  }
}
.tel-number-dial {
  font-size: clamp(1.1rem, 2.5vw + 0.5rem, 1.1rem);
}

.tel-number-dial:focus {
  outline: none;
}

.lni.lni-search-1 {
  font-size: 1.8rem;
}

.lni.lni-search-1:focus-visible {
  outline: none;
}

.navbar.toggled {
  background: #ffffff;
}
.navbar.toggled .tel-number .tel-number-dial {
  color: #000000;
}

@media (max-width: 991.98px) {
  .error404 .tel-number {
    display: initial;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    color: #000000;
  }
  .error404 .tel-number a.tel-number-dial {
    color: #000000;
  }
  .error404 .scrolled .navbar-toggler-icon {
    filter: none;
  }
  .error404 .navbar-toggler-icon:hover {
    filter: none;
  }
}

@media (max-width: 991.98px) {
  .search .tel-number {
    display: initial;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    color: #000000;
  }
  .search .tel-number a.tel-number-dial {
    color: #000000;
  }
  .search .search .navbar-toggler-icon {
    filter: invert(1);
  }
  .search #search-nav .navbar .nav-link {
    color: #000000;
    transition: color 0.3s ease;
    font-family: "Arimo", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  }
}

/**
ANIMATION STYLING
*********************************************************/
/* Add animations to dropdown show/hide */
.dropdown-menu {
  animation: fadeIn 0.3s ease, slideDown 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-toggle:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .tel-number {
    display: none;
  }
}
li.dropdown-item .dropdown-menu {
  border: 0;
  color: #212529;
  font-size: 0.5rem;
  font-weight: 400;
  font-family: "Arimo", serif;
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  z-index: 1050;
  transform: translateY(10px);
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

/* Dropdown links */
@media (min-width: 992px) {
  .nav-item:hover > .dropdown-menu,
  .nav-item:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
ul.dropdown-menu ul.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -4px;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-10px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .dropdown-item:hover > .dropdown-menu,
  .dropdown-item:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.dropdown-item {
  display: block;
  padding: 0.2rem 0.2rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #121212;
}

.dropdown-item.active {
  font-weight: bold;
  color: #000;
  background-color: #f0f0f0;
}

@media (max-width: 991.98px) {
  .navbar-toggler-icon {
    background-image: url("images/nav/default-hamburger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 40px;
    height: 40px;
    border: none;
    display: inline-block;
  }
  .navbar-toggler-icon:hover {
    filter: invert(1);
  }
  .lni-xmark {
    display: none;
    font-size: 32px;
    color: #000000 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .navbar-toggler.is-open .navbar-toggler-icon {
    display: none;
  }
  .navbar-toggler.is-open .lni-xmark {
    display: inline-block;
    font-size: 32px;
  }
  .scrolled .navbar-toggler-icon {
    filter: invert(1);
  }
  #site-navigation .container {
    max-width: 1700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-navigation .container .navbar-brand img {
    width: 75px;
  }
  #site-navigation button.navbar-toggler {
    border: none;
  }
  #site-navigation button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  #site-navigation .navbar-collapse {
    background-color: #ffffff;
    color: #000000;
    margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem));
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  #site-navigation li.menu-item {
    text-align: center;
  }
  #site-navigation li.menu-item a {
    color: #000000;
  }
  #site-navigation:hover .navbar-toggler-icon,
  #site-navigation.search-hover .navbar-toggler-icon {
    filter: invert(1);
  }
  #site-navigation:hover .tel-number .tel-number-dial,
  #site-navigation.search-hover .tel-number .tel-number-dial {
    color: #000000;
  }
  .dropdown-menu {
    /*display: block;*/
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    position: static;
    display: block;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-item {
    text-align: center;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    padding: 0.5rem 0.2rem;
  }
}
@media (min-width: 1400px) {
  #site-navigation .container {
    max-width: 2000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #site-navigation .container .navbar-brand {
    margin: 0;
    flex: 0 0 auto;
  }
  #site-navigation .container .navbar-collapse {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    width: auto;
  }
  #site-navigation .container .navbar-collapse .navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: auto;
  }
  #home-page li a,
  #travel-menu li a,
  #primary-menu li a,
  #fish-camp li a,
  #fly-fishing-schools li a,
  #private-waters li a,
  #guided-fishing li a {
    text-transform: uppercase;
    font-size: 0.96rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/********* Centered Nav ***********/
/* Centered Logo Navigation - Core Layout */
@media (min-width: 992px) {
  #site-navigation {
    /* Apply existing scroll animations to our new layout */
  }
  #site-navigation .container {
    display: flex;
    align-items: center;
    position: relative;
  }
  #site-navigation .container .navbar-collapse .left-menu:empty,
  #site-navigation .container .navbar-collapse .right-menu:empty {
    padding: 0;
  }
  #site-navigation .container .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    margin: 0;
  }
  #site-navigation .container .navbar-brand .tfs-nav-logo {
    width: 120px;
    transition: width 0.3s ease;
  }
  #site-navigation .container .navbar-collapse {
    flex: 1;
    display: flex;
  }
  #site-navigation .container .navbar-collapse .left-menu,
  #site-navigation .container .navbar-collapse .right-menu {
    flex: 1;
    display: flex;
    align-items: center;
  }
  #site-navigation .container .navbar-collapse .left-menu {
    justify-content: flex-end;
    padding-right: 80px; /* Space for logo */
  }
  #site-navigation .container .navbar-collapse .right-menu {
    justify-content: flex-start;
    padding-left: 80px; /* Space for logo */
  }
  #site-navigation.scrolled .navbar-brand .tfs-nav-logo {
    width: 90px; /* Smaller logo when scrolled */
  }
  #site-navigation.scrolled .left-menu,
  #site-navigation.scrolled .right-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Mobile Layout */
@media (max-width: 991.98px) {
  #site-navigation .container .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin: 0;
  }
  #site-navigation .container .navbar-collapse .left-menu,
  #site-navigation .container .navbar-collapse .right-menu {
    width: 100%;
  }
  #site-navigation .container .navbar-collapse.collapse.show {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  }
  .navbar-toggler-icon.mobile-icon-404 {
    background-image: var(--bs-navbar-toggler-icon-bg);
  }
}
/* Post Navigation Styling with Bootstrap 5 and LineIcons */
.post-navigation {
  margin: 3rem 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-previous,
.nav-next {
  flex: 0 0 40%;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background-color: #ffffff;
  color: #343a40;
  text-decoration: none;
  border-bottom: 3px solid 0 8px 10px 0 rgba(0, 0, 0, 0.4);
  height: 100%;
  transition: all 0.3s ease;
}

.nav-previous a {
  border-left: 3px solid 0 8px 10px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}

.nav-next a {
  justify-content: flex-end;
  border-right: 3px solid 0 8px 10px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}

.nav-previous .lni,
.nav-next .lni {
  font-size: 1.25rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.nav-previous:hover .lni {
  transform: translateX(-5px);
}

.nav-next:hover .lni {
  transform: translateX(5px);
}

.nav-content {
  display: flex;
  flex-direction: column;
}

.nav-subtitle {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.nav-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-previous,
  .nav-next {
    flex: 0 0 100%;
  }
  .nav-next a {
    justify-content: flex-start;
  }
  .nav-next .lni {
    margin-right: 0.75rem;
  }
  .nav-previous .lni {
    margin-left: 0;
    margin-right: 0.75rem;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .navbar .nav-link {
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  }
}
@media (min-width: 992px) {
  .navbar .nav-link {
    font-size: clamp(0.75rem, 1vw, 0.95rem);
  }
}
@media (min-width: 1400px) {
  .navbar .nav-link {
    font-size: clamp(0.8rem, 0.9vw, 1rem);
  }
}
@media (max-width: 576px) {
  .navbar .nav-link {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
    white-space: normal;
    text-align: center;
  }
}
/* Add animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.nav-previous,
.nav-next {
  animation: fadeInUp 0.5s ease-out forwards;
}

.nav-next {
  animation-delay: 0.2s;
}

.lni.lni-xmark {
  display: none;
}

.archive .navbar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  transition: background 0.5s ease, background-color 0.5s ease, height 0.3s ease;
  height: 100px;
}
.archive .navbar:hover {
  background-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
}
.archive .navbar:hover .nav-link {
  color: #000;
}
.archive .navbar:hover .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
.archive .navbar.scrolled {
  background: none;
  background-color: #ffffff;
  height: 60px;
}
.archive .navbar.scrolled .nav-link {
  color: #000;
}
.archive .navbar.scrolled .navbar-nav .nav-item.active .nav-link {
  color: #A21418;
  font-weight: bold;
}
.archive .navbar .nav-link {
  color: rgba(0, 0, 0, 0.9);
  transition: color 0.3s ease;
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.archive .navbar .navbar-brand .tfs-nav-logo.no-scroll {
  display: none;
}
.archive .navbar .navbar-brand .tfs-nav-logo.scroll {
  display: initial;
}
.archive #archive-template .img-fluid-archive {
  max-width: 100%;
  height: 100%;
  min-height: 223px;
  object-fit: cover;
}
.archive #archive-template .list-group-item {
  border: none;
}
.archive .btn-link {
  color: #A21418;
}
@media (max-width: 768px) {
  .archive #archive-template {
    margin-top: 7rem;
  }
}

/* Logo positioning and transitions */
.below-nav-logo-container {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  visibility: visible;
}
.below-nav-logo-container a {
  position: relative;
  display: block;
}
.below-nav-logo-container .tfs-nav-logo {
  width: 250px;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.below-nav-logo-container .tfs-nav-logo.scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important; /* Keep red logo hidden in below-nav container */
  transform: scale(0.95);
}
.below-nav-logo-container .tfs-nav-logo.no-scroll {
  position: relative;
  opacity: 1;
  transform: scale(1);
}

/* Initially hide the navbar logo completely */
.navbar-brand {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.navbar-brand .tfs-nav-logo {
  transition: all 0.4s ease;
}
.navbar-brand .tfs-nav-logo.scroll {
  opacity: 0;
  transform: scale(0.9);
}
.navbar-brand .tfs-nav-logo.no-scroll {
  opacity: 1;
  transform: scale(1);
}

/* Enhanced scroll detection with multiple stages */
.navbar {
  /* Final scrolled state */
}
.navbar.scroll-stage-1 ~ .below-nav-logo-container {
  /* Early scroll state - start shrinking and moving */
  top: 180px;
}
.navbar.scroll-stage-1 ~ .below-nav-logo-container .tfs-nav-logo {
  width: 300px;
}
.navbar.scroll-stage-2 ~ .below-nav-logo-container {
  /* Mid scroll state - more shrinking, more moving */
  top: 140px;
}
.navbar.scroll-stage-2 ~ .below-nav-logo-container .tfs-nav-logo {
  width: 220px;
}
.navbar.scroll-stage-3 ~ .below-nav-logo-container {
  /* Near final state - almost at navbar position */
  top: 90px;
}
.navbar.scroll-stage-3 ~ .below-nav-logo-container .tfs-nav-logo {
  width: 160px;
}
.navbar.scrolled {
  /* Show navbar logo when scrolled */
}
.navbar.scrolled .navbar-brand {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}
.navbar.scrolled .navbar-brand .tfs-nav-logo.scroll {
  opacity: 1;
  transform: scale(1);
}
.navbar.scrolled .navbar-brand .tfs-nav-logo.no-scroll {
  opacity: 1; /* Keep white logo visible initially even when scrolled */
  transform: scale(1);
  animation: fadeOutWhite 1s forwards;
}
.navbar.toggled .navbar-brand {
  display: none !important;
}

@keyframes fadeOutWhite {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Animate below-nav logo during final scroll */
.navbar.scrolled ~ .below-nav-logo-container {
  /* Move to navbar position and complete transition */
  top: 50px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navbar.scrolled ~ .below-nav-logo-container .tfs-nav-logo {
  width: 120px;
}
.navbar.scrolled ~ .below-nav-logo-container .tfs-nav-logo.no-scroll {
  opacity: 0;
  transform: scale(0.8) rotate(-2deg);
}
.navbar.scrolled ~ .below-nav-logo-container .tfs-nav-logo.scroll {
  opacity: 0 !important; /* Ensure red logo stays hidden during transition */
  transform: scale(1);
}

/* Add visual feedback for the parting navigation */
@media (min-width: 992px) {
  .navbar {
    /* Show the visual separators during scroll stages */
    /* Hide separators when fully scrolled */
  }
  .navbar .left-menu,
  .navbar .right-menu {
    /* Add subtle visual cue that menus are moving */
  }
  .navbar .left-menu::after,
  .navbar .right-menu::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .navbar .left-menu::after {
    right: 0;
  }
  .navbar .right-menu::after {
    left: 0;
  }
  .navbar.scroll-stage-2 .left-menu::after,
  .navbar.scroll-stage-2 .right-menu::after, .navbar.scroll-stage-3 .left-menu::after,
  .navbar.scroll-stage-3 .right-menu::after {
    opacity: 1;
  }
  .navbar.scrolled .left-menu::after,
  .navbar.scrolled .right-menu::after {
    opacity: 0;
  }
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .below-nav-logo-container {
    top: 120px;
    display: none;
  }
  .below-nav-logo-container .tfs-nav-logo {
    width: 200px;
  }
  .header.below-nav-logo-container {
    display: block;
  }
  .navbar.scrolled ~ .below-nav-logo-container {
    top: 40px;
  }
  .navbar.scrolled ~ .below-nav-logo-container .tfs-nav-logo {
    width: 100px;
  }
  /* On mobile, handle navbar logo visibility */
  .navbar-brand {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 1.3s ease, visibility 1.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .navbar-brand .tfs-nav-logo {
    width: 98px !important;
    height: auto;
  }
  .navbar.scrolled .navbar-brand {
    opacity: 1 !important;
    visibility: visible !important;
  }
  /*.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }*/
}
@media (max-width: 768px) {
  .below-nav-logo-container {
    top: 100px;
  }
  .below-nav-logo-container .tfs-nav-logo {
    width: 180px;
  }
}
/* Add a subtle fade-in for the red logo in navbar */
@keyframes logoColorTransition {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar.scrolled .navbar-brand .tfs-nav-logo.scroll {
  animation: logoColorTransition 1.2s ease-out;
}

/* Centered Logo Navigation - Core Layout */
@media (min-width: 992px) {
  #site-navigation {
    /* Stage 1: Start creating space */
    /* Stage 2: More spacing */
    /* Stage 3: Almost full spacing */
    /* Final scrolled state: Full spacing for logo */
  }
  #site-navigation .container {
    display: flex;
    align-items: center;
    position: relative;
  }
  #site-navigation .container .navbar-collapse .left-menu:empty,
  #site-navigation .container .navbar-collapse .right-menu:empty {
    padding: 0;
  }
  #site-navigation .container .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    margin: 0;
  }
  #site-navigation .container .navbar-brand .tfs-nav-logo {
    width: 120px;
    transition: width 0.3s ease;
  }
  #site-navigation .container .navbar-collapse {
    flex: 1;
    display: flex;
    /* Initially center both menus with no gap */
  }
  #site-navigation .container .navbar-collapse .left-menu,
  #site-navigation .container .navbar-collapse .right-menu {
    flex: 1;
    display: flex;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #site-navigation .container .navbar-collapse .left-menu {
    justify-content: flex-end;
    padding-right: 0;
    margin-right: 0;
  }
  #site-navigation .container .navbar-collapse .right-menu {
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 0;
  }
  #site-navigation.scroll-stage-1 .container .navbar-collapse .left-menu {
    padding-right: 30px;
  }
  #site-navigation.scroll-stage-1 .container .navbar-collapse .right-menu {
    padding-left: 30px;
  }
  #site-navigation.scroll-stage-2 .container .navbar-collapse .left-menu {
    padding-right: 50px;
  }
  #site-navigation.scroll-stage-2 .container .navbar-collapse .right-menu {
    padding-left: 50px;
  }
  #site-navigation.scroll-stage-3 .container .navbar-collapse .left-menu {
    padding-right: 70px;
  }
  #site-navigation.scroll-stage-3 .container .navbar-collapse .right-menu {
    padding-left: 70px;
  }
  #site-navigation.scrolled .container .navbar-collapse .left-menu {
    padding-right: 80px; /* Full space for logo */
  }
  #site-navigation.scrolled .container .navbar-collapse .right-menu {
    padding-left: 80px; /* Full space for logo */
  }
  #site-navigation.scrolled .navbar-brand .tfs-nav-logo {
    width: 90px; /* Smaller logo when scrolled */
  }
}
@media (max-width: 991.98px) {
  #site-navigation .navbar-brand .tfs-nav-logo.scroll {
    margin-left: 10px;
  }
}
#page {
  /* Logo styling */
}
#page .container-fluid.top-fade {
  position: relative;
  margin-top: -100px; /* Adjust to slightly overlap the hero image */
  z-index: 2; /* Ensure it stays above the hero image */
}
#page .container-fluid.top-fade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);*/
  background: linear-gradient(0deg, #ffffff 5%, rgba(255, 255, 255, 0.35) 60%, rgba(255, 255, 255, 0) 90%);
  z-index: 1;
  pointer-events: none;
}
#page #primary {
  border: 0.5px solid #ccc;
  padding: 1em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#page .hero-image {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 90vh;
  overflow: hidden;
}
#page .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  #page .hero-image {
    max-height: 350px;
    height: 350px;
  }
  #page .hero-image .img-fluid {
    height: 100%;
    object-fit: cover;
  }
}
#page .hero-overlay {
  z-index: 2;
}
@media (max-width: 1199.98px) {
  #page .hero-overlay {
    width: 90%;
  }
}
#page .hero-logo {
  max-width: 250px;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #page .hero-logo {
    max-width: 150px;
  }
}
#page .hero-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
@media (max-width: 768px) {
  #page .hero-title {
    font-size: 2.5rem;
  }
}
#page .page-sidebar {
  background-color: #eeeeee;
  padding: 1.618rem 1rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#page .page-sidebar img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 991.98px) {
  #page .hero-image {
    position: relative;
    width: 100%;
    height: 80vh;
    max-height: 90vh;
    overflow: hidden;
  }
  #page .hero-image img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.home #page #primary {
  border: none;
  padding: 0 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

/** Prime Travel
======================= */
.prime-travel-left-col {
  background-image: url(https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/10/Species_BrownTrout_Main.jpg);
}

.h2-small {
  font-size: 1.2rem;
}

#prime-travel-tfs-logo img {
  position: absolute;
  max-width: 150px;
  z-index: 999;
}

#prime-travel-template #header {
  background-color: transparent !important;
  z-index: 1 !important;
}

#primeTravelTempmodalLabel img {
  width: 100%;
  max-width: 200px;
}

#prime-travel .row {
  display: flex;
}
#prime-travel .row .prime-travel-left-col {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset -109px 0 20px -79px rgb(245, 245, 245);
}
#prime-travel .row img.img-responsive {
  width: 56%;
  float: right;
}
#prime-travel .row .prime-travel-logo {
  display: none;
}
#prime-travel .row h2.prime-tavel-heading {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  font-size: 2.5rem;
  margin: 1em 0 0 0;
  line-height: 1em;
}

#gform_wrapper_6 .ginput_container label {
  text-indent: 0px;
  margin-left: 0.5em;
}
#gform_wrapper_6 .gchoice {
  margin-bottom: 1em;
}
#gform_wrapper_6 .prime-travel-cat #gform_submit_button_6 {
  background-color: #213E91;
  color: #f5f5f5;
}
#gform_wrapper_6 h2.gform_title {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
}

#prime-travel-travel-template {
  padding-top: 1.618em;
  padding-bottom: 1.618em;
}
#prime-travel-travel-template .img-reponsive.center-block {
  width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: cover;
}
#prime-travel-travel-template .panel.panel-default {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#prime-travel-travel-template .panel.panel-default .panel-heading {
  background-color: transparent;
  border: none;
}
#prime-travel-travel-template .panel.panel-default .panel-body .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#prime-travel-travel-template .card {
  background: transparent;
  border: none;
}

#gform_submit_button_6 {
  background-color: #A21418 !important;
  border-color: #A21418 !important;
  color: #f5f5f5 !important;
}
#gform_submit_button_6:hover {
  background-color: #A21418;
}

#gform_submit_button_6:hover {
  background-color: #A21418 !important;
}

/** max width */
@media (max-width: 1199.98px) {
  .prime-masthead h2 {
    text-align: left !important;
    padding-left: 8.2em;
  }
}
@media (max-width: 991.98px) {
  #prime-travel-travel-template {
    background-color: #ccc;
  }
  #prime-travel-travel-template .img-reponsive.center-block {
    max-height: 100%;
  }
  #prime-travel-travel-template .panel.panel-default .panel-body .row {
    align-items: center;
  }
}
#prime-travel-tfs-logo {
  padding-left: 1em;
  padding-right: 1em;
}

/** max width */
@media (max-width: 1199.98px) {
  .prime-travel-left-col {
    background-image: none !important;
    display: none;
  }
  #prime-travel-tfs-logo img {
    margin-left: 5em;
    margin-top: 2em;
  }
}
@media (max-width: 991.98px) {
  #prime-travel-tfs-logo img {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  #prime-travel-tfs-logo img {
    margin: 2em auto 0 18.9em;
  }
}
@media (max-width: 767.98px) {
  #prime-travel-template-wrapper img.alignleft {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .prime-masthead h2 {
    text-align: center !important;
    padding-left: 0em;
  }
  #prime-travel-tfs-logo img {
    margin: 2em auto 0 auto;
  }
}
@media (max-width: 575.98px) {
  #prime-travel-tfs-logo img {
    margin: 2em auto 0 auto;
  }
}
/** min width */
@media (min-width: 1400px) {
  #post-18694 {
    margin-top: 6.618em;
    margin-bottom: 6.618em;
  }
  #post-18694 .wp-image-17871 {
    margin: -75px 0 0 -169px;
  }
}
/** Prime Travel
======================= */
.prime-travel-left-col {
  background-image: url(https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/10/Species_BrownTrout_Main.jpg);
}

#prime-travel-template .row .prime-travel-left-col {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset -109px 0 20px -79px rgb(255, 255, 255);
}

.h2-small {
  font-size: 1.2rem;
}

#prime-travel-tfs-logo img {
  position: absolute;
  max-width: 150px;
  z-index: 999;
}

#prime-travel-template #header {
  background-color: transparent !important;
  z-index: 1 !important;
}

#primeTravelTempmodalLabel img {
  width: 100%;
  max-width: 200px;
}

#prime-travel .row {
  display: flex;
}
#prime-travel .row .prime-travel-left-col {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset -109px 0 20px -79px rgb(245, 245, 245);
}
#prime-travel .row img.img-responsive {
  width: 56%;
  float: right;
}
#prime-travel .row .prime-travel-logo {
  display: none;
}
#prime-travel .row h2.prime-tavel-heading {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  font-size: 2.5rem;
  margin: 1em 0 0 0;
  line-height: 1em;
}

#gform_wrapper_6 .ginput_container label {
  text-indent: 0px;
  margin-left: 0.5em;
}
#gform_wrapper_6 .gchoice {
  margin-bottom: 1em;
}
#gform_wrapper_6 .prime-travel-cat #gform_submit_button_6 {
  background-color: #213E91;
  color: #f5f5f5;
}
#gform_wrapper_6 h2.gform_title {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
}

#prime-travel-travel-template {
  padding-top: 1.618em;
  padding-bottom: 1.618em;
}
#prime-travel-travel-template .img-reponsive.center-block {
  width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: cover;
}
#prime-travel-travel-template .panel.panel-default {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#prime-travel-travel-template .panel.panel-default .panel-heading {
  background-color: transparent;
  border: none;
}
#prime-travel-travel-template .panel.panel-default .panel-body .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#prime-travel-travel-template .card {
  background: transparent;
  border: none;
}

#gform_submit_button_6 {
  background-color: #A21418 !important;
  border-color: #A21418 !important;
  color: #f5f5f5 !important;
}
#gform_submit_button_6:hover {
  background-color: #A21418;
}

#gform_submit_button_6:hover {
  background-color: #A21418 !important;
}

/** max width */
@media (max-width: 1199.98px) {
  .prime-masthead h2 {
    text-align: left !important;
    padding-left: 8.2em;
  }
}
@media (max-width: 991.98px) {
  #prime-travel-travel-template {
    background-color: #ccc;
  }
  #prime-travel-travel-template .img-reponsive.center-block {
    max-height: 100%;
  }
  #prime-travel-travel-template .panel.panel-default .panel-body .row {
    align-items: center;
  }
}
#prime-travel-tfs-logo {
  padding-left: 1em;
  padding-right: 1em;
}

/** max width */
@media (max-width: 991.98px) {
  .wp-image-33396.alignleft {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .prime-travel-left-col {
    background-image: none !important;
    display: none;
  }
  #prime-travel-tfs-logo img {
    margin-left: 5em;
    margin-top: 2em;
  }
  #prime-travel-tfs-logo img {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  #prime-travel-tfs-logo img {
    margin: 2em auto 0 18.9em;
  }
}
@media (max-width: 767.98px) {
  #prime-travel-template-wrapper img.alignleft {
    float: none;
  }
  .prime-masthead h2 {
    text-align: center !important;
    padding-left: 0em;
  }
  #prime-travel-tfs-logo img {
    margin: 2em auto 0 auto;
  }
}
@media (max-width: 575.98px) {
  #prime-travel-tfs-logo img {
    margin: 2em auto 0 auto;
  }
}
/** min width */
@media (min-width: 1400px) {
  #post-18694 {
    margin-top: 1.618em;
    margin-bottom: 6.618em;
  }
  #post-18694 .wp-image-17871 {
    margin: -6px 0 0 -169px;
  }
}
#guide-service-image-container .thumbnail a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#guide-service-image-container .caption h4 {
  margin-top: 1rem;
}
#guide-service-image-container .row {
  justify-content: center;
}

.adventures-template .row {
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.adventures-template #guide-template-grid {
  /* Keep the existing movement animation */
}
.adventures-template #guide-template-grid .travel-template-row {
  background-color: #FBFBFD;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.adventures-template #guide-template-grid p {
  margin: 0;
  font-size: 1.2rem;
}
.adventures-template #guide-template-grid img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.adventures-template #guide-template-grid .widget-section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: -20px auto 0 auto;
  padding: 1rem;
  border: 0.5px solid #ccc;
}
.adventures-template #guide-template-grid .col-md-6.col-lg-6.one,
.adventures-template #guide-template-grid .col-md-6.col-lg-6.two {
  margin-top: 1.618em;
  padding-top: 0;
}
.adventures-template #guide-template-grid .col-md-6.col-lg-6 {
  margin-top: 1.618rem;
  padding-top: 1.618rem;
}
.adventures-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
  transform: translateY(0);
}
.adventures-template #guide-template-grid .widget-section:hover {
  transform: translateY(-50px);
}
.adventures-template #guide-template-grid .thumbnail-link {
  position: relative;
  display: block;
}
.adventures-template #guide-template-grid .thumbnail-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.adventures-template #guide-template-grid .thumbnail-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background-image: url("https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/06/TFSLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease; /* Longer duration for more noticeable fade */
  z-index: 2;
  /* Start fully transparent and invisible */
  visibility: hidden;
}
.adventures-template #guide-template-grid .thumbnail:hover .thumbnail-link::before {
  opacity: 0.5;
}
.adventures-template #guide-template-grid .thumbnail:hover .thumbnail-link::after {
  opacity: 1;
  visibility: visible; /* Make visible on hover */
}
.adventures-template #guide-template-grid .thumbnail:hover .widget-section {
  transform: translateY(-50px);
}
.adventures-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
}

@media (max-width: 991.98px) {
  .adventures-template #guide-template-grid .thumbnail-link::after {
    width: 250px;
    height: 250px;
  }
}
.private-template-content {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.fishcamp_cpt-template .image img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fishcamp_cpt-template #travel-style .accordion {
  --bs-accordion-bg: #A21418;
  --bs-accordion-color: #fff;
}
.fishcamp_cpt-template #travel-style .accordion .accordion-body {
  background-color: #fff;
  color: #000;
}
.fishcamp_cpt-template #travel-style .accordion .accordion-button.collapsed {
  color: #fff;
}
.fishcamp_cpt-template #travel-style .accordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  --bs-accordion-active-bg: #ccc;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.fishcamp_cpt-template #travel-style .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
}
.fishcamp_cpt-template #travel-style .accordion .accordion-item:first-of-type {
  --bs-accordion-border-radius: 0;
}
.fishcamp_cpt-template #travel-style .accordion .accordion-item:last-of-type {
  --bs-accordion-border-radius: 0;
}
@media (max-width: 767.98px) {
  .fishcamp_cpt-template #travel-style {
    margin-top: 1.618em;
  }
}

/* Wave Section */
.wave-section {
  position: relative;
  width: 100%; /* Full page width */
  height: auto; /* Automatically scale its height */
  overflow: hidden; /* Clip any excessive content */
  z-index: 2; /* Stays above the carousel */
  line-height: 0; /* Eliminate extra spacing */
  margin-top: -120px;
}

.wave-section svg {
  display: block;
  width: 100%; /* Allow the SVG to stretch to fill the container */
  height: 150px; /* Adjust the wave height for an aesthetic transition */
}

@keyframes zoomOutEffect {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Carousel */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 10rem;
}

.carousel-item img {
  animation: zoomOutEffect 3.5s ease-in-out;
  transform-origin: center center;
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.1s ease-in-out;
}

.carousel-item.initial img {
  animation: none;
}

#carouselExampleFade img,
#carouselExampleFadeTablet img,
#carouselExampleFadeTabletFallback img,
#carouselExampleFadeMobile img,
#carouselExampleFadeFallback img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

/* Ensure mobile/tablet-specific carousels only show in portrait mode on small/medium screens */
@media (max-width: 991px) and (orientation: landscape) {
  #carouselExampleFadeTablet,
  #carouselExampleFadeTabletFallback,
  #carouselExampleFadeMobile,
  #carouselExampleFadeFallback {
    display: none !important;
  }
  #carouselExampleFade {
    display: block !important;
  }
}
.scrolly {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.carousel-fade .carousel-item {
  transition-duration: 0.1s;
}

.carousel-fade .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
  transition: opacity 0.1s ease-in-out;
  /* The magic sauce for many Safari bugs */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.carousel-fade .carousel-item.active.initial::before {
  transition: none;
  opacity: 1;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

.carousel-fade .carousel-item-next:not(.carousel-item-start),
.carousel-fade .carousel-item-prev:not(.carousel-item-end) {
  opacity: 0;
}

.carousel-overlay {
  padding: 1rem;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translateY(50%);
  transition: opacity 0.1s ease, transform 0.1s ease;
  color: #ffffff;
  max-width: 80%;
  z-index: 10;
  text-align: left; /* Align content to the left */
}
.carousel-overlay.fade-in {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Back to original position */
}
.carousel-overlay h1, .carousel-overlay h2 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}
.carousel-overlay .cta-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  color: #ffffff;
  margin-top: 1.9rem;
  text-decoration: none;
  font-size: 1rem;
  border: 2px solid #ffffff; /* Button border */
  border-radius: 4px; /* Optional rounded edges */
  transition: all 0.3s ease;
}
.carousel-overlay .cta-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 0.8;
}

/* Base Scrolly Style */
.scrolly {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.4rem 0.6rem 0 0.6rem;
  border-radius: 5px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 30px);
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  z-index: 100;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.scrolly:hover {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

/* Bounce Animation */
.scrolly.bouncing {
  animation: bounce 3s ease-in-out infinite;
}

/* Define Subtle Bounce */
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -8px); /* Slight bounce up */
  }
}
#front-page-content {
  /* Ensure hover state includes both h3 and card-hover-content */
}
#front-page-content .card-feature {
  height: 380px;
}
#front-page-content .card-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#front-page-content .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front-page-content h3.card-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
#front-page-content .card-hover-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 2rem;
  text-align: center;
  transition: bottom 0.5s ease;
}
#front-page-content h3.card-title-overlay:hover + .card-hover-content,
#front-page-content .card-hover-content:hover {
  bottom: 0; /* Show hover content */
}
#front-page-content .card-container {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

#front-page-cta .background-image-cta {
  background-image: url("https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2025/01/Staff_Main6.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-page-cta .background-image-cta .form-container {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0;
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  animation: fade-in 0.8s ease-in-out;
}
#front-page-cta .background-image-cta .form-container h5 {
  font-size: 1.5rem;
  color: #333;
}
#front-page-cta .background-image-cta .form-container .form-control {
  border: none;
  background: #f7f7f7;
  color: #333;
  padding: 0.8rem 1.5rem;
}
#front-page-cta .background-image-cta .form-container .form-control:focus {
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.5);
  border: none;
}
#front-page-cta .background-image-cta .form-container button {
  background: #A21418;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
#front-page-cta .background-image-cta .form-container button:hover {
  background: #A21418;
}
@media (max-width: 991.98px) {
  #front-page-cta .background-image-cta .form-container {
    width: 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#front-page-news .card-news {
  background-size: cover;
}
#front-page-news .card {
  border: none;
}

/* Front-Page-Into Section */
#front-page-into {
  position: relative;
  background: #ffffff;
}

#fp-logo-background {
  position: relative;
  width: 24.3%;
  margin: 0 auto;
  z-index: 5;
}
#fp-logo-background img {
  width: 100%;
  position: relative;
  /*top: 300%;
  left: 50%;
  transform: translate(-128%, -50%) rotate(-15deg);*/
  z-index: -1;
}

#front-page-into {
  /* Blinking cursor animation */
}
#front-page-into #typing-area {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 2.7rem !important;
  text-align: center;
}
#front-page-into #typing-area,
#front-page-into .container-row {
  height: auto;
  overflow: hidden;
  white-space: pre-wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.3s ease;
}
#front-page-into .cursor {
  display: inline-block;
  width: 3px;
  height: 2.5rem;
  background-color: black;
  animation: blink 0.5s step-end infinite;
  vertical-align: top;
  margin-left: 5px;
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}

.recent-posts-features {
  margin: 1rem auto;
}

.recent-posts-cat a {
  background-color: #A21418;
  padding: 0.2rem 0.5rem;
  color: #ffffff;
}

.fp-news-cont {
  background-color: rgba(0, 0, 0, 0.3);
}

/*
Media Queries
------------------------------------------------- */
/* Small devices (≥576px) */
@media (min-width: 576px) {
  .carousel-overlay {
    max-width: 80%;
    left: 10%;
    right: 10%;
    text-align: left;
  }
}
/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .carousel-overlay {
    max-width: 80%; /* Reduces width for middle-sized screens */
    padding: 1.5rem; /* Add more padding */
  }
  .carousel-overlay {
    top: 40%;
  }
}
/* Large devices (≥992px) */
@media (min-width: 992px) {
  .carousel-overlay {
    max-width: 80%; /* Keep the width to match the left-third design */
    padding: 2rem; /* Increase padding slightly for better spacing */
  }
}
/* Extra-large devices (≥1200px) */
@media (min-width: 1200px) {
  .carousel-overlay {
    max-width: 80%;
  }
  .carousel-overlay h1 {
    font-size: 4.75rem;
  }
}
/* XXL devices (≥3840px) */
@media (min-width: 3840px) {
  .carousel-overlay {
    top: 60%;
    max-width: 50%;
  }
  .carousel-overlay h1 {
    font-size: clamp(7rem, 6vw, 5.5rem);
  }
  .carousel-overlay h2 {
    font-size: clamp(4rem, 5vw, 4.5rem);
  }
  .carousel-overlay .cta-button {
    font-size: clamp(2rem, 3vw, 2.5rem);
  }
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 9rem;
    height: 10rem;
  }
  .scrolly {
    font-size: clamp(5rem, 4vw, 3.5rem);
    width: 150px;
    height: 150px;
    padding: 1rem;
  }
  .scrolly .lni.lni-arrow-downward {
    text-align: center;
    margin-top: 18px;
    display: block;
  }
}
@media only screen and (max-width: 926px) and (orientation: landscape) {
  .wave-section {
    display: none;
  }
  .below-nav-logo-container {
    top: 20px;
  }
  .carousel-overlay h1 {
    font-size: clamp(1rem, 3vw, 4rem);
  }
  .carousel-overlay h2 {
    font-size: clamp(0.6rem, 3vw, 3rem);
  }
  .carousel-overlay a {
    font-size: clamp(0.6rem, 3vw, 2rem);
  }
}
@media (max-width: 576px) {
  #carouselExampleFade .carousel-item .carousel-overlay,
  #carouselExampleFadeTablet .carousel-item .carousel-overlay,
  #carouselExampleFadeTabletFallback .carousel-item .carousel-overlay,
  #carouselExampleFadeMobile .carousel-item .carousel-overlay,
  #carouselExampleFadeFallback .carousel-item .carousel-overlay {
    width: 100%;
    max-width: 100%;
    text-align: center;
    top: 32%;
    left: 0;
    right: 0;
  }
  #carouselExampleFade .carousel-item .carousel-overlay h1,
  #carouselExampleFadeTablet .carousel-item .carousel-overlay h1,
  #carouselExampleFadeTabletFallback .carousel-item .carousel-overlay h1,
  #carouselExampleFadeMobile .carousel-item .carousel-overlay h1,
  #carouselExampleFadeFallback .carousel-item .carousel-overlay h1 {
    font-size: clamp(2rem, 5vw, 4.5rem);
  }
  #carouselExampleFade .carousel-control-prev,
  #carouselExampleFade .carousel-control-next,
  #carouselExampleFadeTablet .carousel-control-prev,
  #carouselExampleFadeTablet .carousel-control-next,
  #carouselExampleFadeTabletFallback .carousel-control-prev,
  #carouselExampleFadeTabletFallback .carousel-control-next,
  #carouselExampleFadeMobile .carousel-control-prev,
  #carouselExampleFadeMobile .carousel-control-next,
  #carouselExampleFadeFallback .carousel-control-prev,
  #carouselExampleFadeFallback .carousel-control-next {
    top: 40%;
  }
  .carousel-fade .carousel-item::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%);
    z-index: 1;
    transition: opacity 0.1s ease-in-out;
    /* The magic sauce for many Safari bugs */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity, transform;
    backface-visibility: hidden;
  }
}
/* Fix carousel text overlap during transitions with enhanced text fade */
#productCarousel {
  overflow: hidden;
}

.carousel-fade .carousel-item {
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
}

/* Enhanced carousel overlay text with better fade transitions */
.carousel-overlay {
  color: white;
  z-index: 10;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.carousel-item:not(.active) .carousel-overlay {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.carousel-item.active .carousel-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.1s ease-in-out 0.05s, transform 0.1s ease-in-out 0.05s, visibility 0s 0.05s;
}

.carousel-item.active.initial .carousel-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: none;
}

.carousel-overlay h1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.carousel-overlay h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition-delay: 0.05s;
}

.carousel-overlay .cta-button {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition-delay: 0.1s;
}

.carousel-item.active .carousel-overlay h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.carousel-item.active.initial .carousel-overlay h1 {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

.carousel-item.active .carousel-overlay h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.carousel-item.active.initial .carousel-overlay h2 {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

.carousel-item.active .carousel-overlay .cta-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.carousel-item.active.initial .carousel-overlay .cta-button {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

/** original css */
#carouselExampleFade {
  background: #000;
}

.custom-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

@media (min-width: 1400px) {
  .custom-carousel-container {
    max-width: 1320px;
    overflow: visible;
  }
}
.carousel-inner-custom {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: fit-content;
  overflow: visible;
  transform: none;
}

.carousel-item-custom {
  flex: 0 0 20%;
  padding: 10px;
  box-sizing: border-box;
}

.custom-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.custom-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.custom-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-card-text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}

.custom-card-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #A21418;
  transition: color 0.2s;
}

.custom-card-link:hover {
  color: #A21418;
}

.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background-color 0.2s, transform 0.2s;
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}

.custom-nav-btn i {
  color: white;
  font-size: 24px;
}

.custom-nav-btn:hover {
  background: black;
  transform: translateY(-50%) scale(1.1);
}

.custom-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

@media (max-width: 768px) {
  .carousel-item-custom {
    flex: 0 0 50%;
  }
  .custom-card-image {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .carousel-item-custom {
    flex: 0 0 100%;
  }
  .custom-card-image {
    height: 100px;
  }
}
.custom-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover; /* desktop keeps your current look */
}

/* On tablet/phone, show the full image without cropping and let height adapt */
@media (max-width: 991.98px) {
  .custom-card-image {
    height: auto; /* remove fixed height */
    max-height: 60vh; /* prevent ultra-tall images from overflowing */
    object-fit: contain; /* show entire image, no cropping */
    background: #f8f9fa; /* neutral backdrop for letterboxing */
    display: block;
  }
}
/* Optional: slightly larger image area on small tablets */
@media (max-width: 768px) and (min-width: 576px) {
  .custom-card-image {
    max-height: 55vh;
  }
}
/* Phone: keep full image visible, a bit shorter max height */
@media (max-width: 575.98px) {
  .custom-card-image {
    max-height: 50vh;
  }
}
/* Ensure text stays centered on small screens */
@media (max-width: 991.98px) {
  .custom-card-body {
    text-align: center;
    align-items: center;
  }
}
/* One-item view on tablet and mobile: mask outside, track scrolls */
@media (max-width: 991.98px) {
  /* Mask to one item */
  .custom-carousel-container {
    overflow: hidden;
    position: relative;
  }
  /* Items take full viewport width */
  .carousel-item-custom {
    flex: 0 0 100% !important;
    box-sizing: border-box;
  }
  /* Track scrolls horizontally; isolate painting so content doesn’t vanish */
  .carousel-inner-custom {
    display: flex;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transition: none !important;
    transform: none !important;
    position: relative;
    z-index: 1;
    contain: paint layout;
    background: transparent;
  }
  .custom-nav-btn {
    display: none;
  }
  .custom-card-image {
    height: auto !important;
    max-height: 60vh;
    object-fit: contain !important;
    background: #f8f9fa;
    display: block;
  }
  .custom-card-body {
    text-align: center;
    align-items: center;
  }
}
/* Swipe Prompt */
.swipe-prompt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 550;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}

.swipe-hand {
  font-size: 80px;
  color: white;
  animation: swipeHand 3s infinite ease-in-out;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.swipe-prompt .swipe-text {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes swipeHand {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(-60px);
    opacity: 0;
  }
}
/* Indicators */
.carousel-indicators-custom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #999;
}

.indicator-dot.active {
  background-color: #A21418;
}

/* Phone-specific shorter image cap */
@media (max-width: 575.98px) {
  .custom-card-image {
    max-height: 50vh;
  }
}
.guide_service-template .spotlight {
  margin-bottom: 2.618em;
}
.guide_service-template .accordion-item {
  border: 0.5px solid #ccc;
  margin-bottom: 0.618em;
  border-radius: 0;
}

.row.regional-waters .col-md-6.col-lg-6 .image {
  height: 100%;
}
.row.regional-waters .col-md-6.col-lg-6 .image img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  object-fit: cover;
  height: 100%;
}
.row .col-6.col-md-3 .thumbnail img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#one.section-wp-content {
  margin-bottom: 0;
}
#one.section-wp-content img {
  overflow: hidden;
}
#one.section-wp-content p {
  overflow: hidden;
}

/* Keyframe animations for the chevrons */
@keyframes moveRightChevron {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveLeftChevron {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Button styles */
.info-button {
  position: relative;
  padding: 8px 15px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Base styles for chevron icons - always in the layout but hidden */
.info-button .lni-chevron-left,
.info-button .lni-chevron-right {
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none; /* Don't interfere with clicks */
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

#regional-v2 .lni {
  font-size: 2.3em !important;
  vertical-align: middle;
}

/* Position the icons at their final positions */
.info-button .lni-chevron-right {
  right: 10px;
}

.info-button .lni-chevron-left {
  left: 10px;
}

/* Style for active button */
.info-button.active {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  border-color: #ff0000 !important;
  /* Add extra padding to accommodate the icons */
  padding-left: 30px;
  padding-right: 30px;
}

/* Animate and show icons when button is active */
.info-button.active .lni-chevron-right {
  opacity: 1;
  animation: moveRightChevron 0.8s forwards;
}

.info-button.active .lni-chevron-left {
  opacity: 1;
  animation: moveLeftChevron 0.8s forwards;
}

.guide_service-template-regional-waters-template-v2 .info-button.active,
.adventures-template-private-template .info-button.active {
  background-color: #A21418 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.guide_service-template-regional-waters-template-v2 .info-button:hover,
.adventures-template-private-template .info-button:hover {
  background-color: #A21418 !important;
  color: #ffffff !important;
}
.guide_service-template-regional-waters-template-v2 .overlay-header.active-header,
.adventures-template-private-template .overlay-header.active-header {
  background-color: #A21418 !important;
  color: #ffffff !important;
}
.guide_service-template-regional-waters-template-v2 #one,
.adventures-template-private-template #one {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}
.guide_service-template-regional-waters-template-v2 .regional-waters,
.adventures-template-private-template .regional-waters {
  padding: 0;
}
.guide_service-template-regional-waters-template-v2 .regional-waters .regional-waters-container,
.adventures-template-private-template .regional-waters .regional-waters-container {
  padding: 0;
}
.guide_service-template-regional-waters-template-v2 .regional-waters .content,
.adventures-template-private-template .regional-waters .content {
  height: 100%;
}
.guide_service-template-regional-waters-template-v2 .regional-waters #travel-style,
.adventures-template-private-template .regional-waters #travel-style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.guide_service-template-regional-waters-template-v2 .spotlight,
.adventures-template-private-template .spotlight {
  margin: 8em 0;
}
.guide_service-template-regional-waters-template-v2 .image,
.adventures-template-private-template .image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.guide_service-template-regional-waters-template-v2 .content-overlay,
.adventures-template-private-template .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.guide_service-template-regional-waters-template-v2 .content-overlay.visible,
.adventures-template-private-template .content-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.guide_service-template-regional-waters-template-v2 .overlay-header, .guide_service-template-regional-waters-template-v2 .overlay-content,
.adventures-template-private-template .overlay-header,
.adventures-template-private-template .overlay-content {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.guide_service-template-regional-waters-template-v2 .content-overlay.visible .overlay-header,
.guide_service-template-regional-waters-template-v2 .content-overlay.visible .overlay-content,
.adventures-template-private-template .content-overlay.visible .overlay-header,
.adventures-template-private-template .content-overlay.visible .overlay-content {
  transform: translateY(0);
  opacity: 1;
}
.guide_service-template-regional-waters-template-v2 .content-overlay.visible .overlay-header,
.adventures-template-private-template .content-overlay.visible .overlay-header {
  transition-delay: 0.1s;
}
.guide_service-template-regional-waters-template-v2 .content-overlay.visible .overlay-content,
.adventures-template-private-template .content-overlay.visible .overlay-content {
  transition-delay: 0.2s;
}
.guide_service-template-regional-waters-template-v2 .overlay-header,
.adventures-template-private-template .overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.guide_service-template-regional-waters-template-v2 .overlay-header h3,
.adventures-template-private-template .overlay-header h3 {
  margin: 0;
}
.guide_service-template-regional-waters-template-v2 .close-overlay,
.adventures-template-private-template .close-overlay {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
.guide_service-template-regional-waters-template-v2 .overlay-content,
.adventures-template-private-template .overlay-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
}
.guide_service-template-regional-waters-template-v2 .content-buttons,
.adventures-template-private-template .content-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.guide_service-template-regional-waters-template-v2 .info-button,
.adventures-template-private-template .info-button {
  padding: 8px 16px;
  background-color: #393939;
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}
.guide_service-template-regional-waters-template-v2 .info-button:hover,
.adventures-template-private-template .info-button:hover {
  background-color: #003d7a;
}
.guide_service-template-regional-waters-template-v2 .overlay-content p,
.adventures-template-private-template .overlay-content p {
  color: #333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .regional-waters .col-md-6 .content {
    margin-top: 2rem;
  }
}
.travel_cpt-template-sections-template .inner .container {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

#two .spotlight {
  margin: 8em 0;
}
#two .spotlight .row .col-md-6.col-lg-6 img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#two .spotlight #travel-style .accordion {
  --bs-accordion-bg: #A21418;
  --bs-accordion-color: #fff;
}
#two .spotlight #travel-style .accordion .accordion-body {
  background-color: #fff;
  color: #000;
}
#two .spotlight #travel-style .accordion .accordion-button.collapsed {
  color: #fff;
}
#two .spotlight #travel-style .accordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  --bs-accordion-active-bg: #ccc;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
#two .spotlight #travel-style .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
}

@media (max-width: 767.98px) {
  #two .spotlight .col-md-6.col-lg-6.content-side {
    margin-top: 2em;
  }
}
.page-sidebar h3 {
  font-size: 1.45rem;
  margin-top: 1rem;
}
.page-sidebar h4 {
  font-size: 1.2rem;
}

.page-template-staff-template .thumbnail img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.page-template-staff-template .thumbnail .caption h4 {
  margin-top: 1rem;
}
.page-template-staff-template .row {
  justify-content: center;
}

.label.label-default {
  display: none;
}

.label.label-default-danger {
  display: initial;
}

#regional-reports .tab-content {
  background-color: #eee;
  padding: 1.5rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.report-container {
  display: flex;
  width: 100%;
}

.report-button {
  flex: 0 0 auto;
}

.report-content {
  flex: 1;
  overflow-y: auto;
  height: 100%;
}

.report-container {
  position: relative;
}

#regional-reports .well:not(:first-child) {
  margin-top: 2.5rem;
}

@media (max-width: 767.98px) {
  #featured-reports-container > [class*=col-]:not(:first-child) {
    margin-top: 1rem;
  }
}

#travel-template-grid {
  padding-top: 3.618em;
  /* Keep the existing movement animation */
}
#travel-template-grid .travel-template-row {
  background-color: #FBFBFD;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#travel-template-grid p {
  margin: 0;
  font-size: 1.2rem;
}
#travel-template-grid img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#travel-template-grid .widget-section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: -20px auto 0 auto;
  padding: 1rem;
  border: 0.5px solid #ccc;
}
#travel-template-grid .col-md-6.col-lg-6.one,
#travel-template-grid .col-md-6.col-lg-6.two {
  margin-top: 1.618em;
  padding-top: 0;
}
#travel-template-grid .col-md-6.col-lg-6 {
  margin-top: 1.618rem;
  padding-top: 1.618rem;
}
#travel-template-grid .widget-section {
  transition: transform 0.3s ease;
  transform: translateY(0);
}
#travel-template-grid .widget-section:hover {
  transform: translateY(-50px);
}
#travel-template-grid .thumbnail-link {
  position: relative;
  display: block;
}
#travel-template-grid .thumbnail-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#travel-template-grid .thumbnail-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; /* Adjust size as needed */
  height: 350px; /* Adjust size as needed */
  background-image: url("https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/06/TFSLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease; /* Longer duration for more noticeable fade */
  z-index: 2;
  /* Start fully transparent and invisible */
  visibility: hidden;
}
#travel-template-grid .thumbnail:hover .thumbnail-link::before {
  opacity: 0.5;
}
#travel-template-grid .thumbnail:hover .thumbnail-link::after {
  opacity: 1;
  visibility: visible; /* Make visible on hover */
}
#travel-template-grid .thumbnail:hover .widget-section {
  transform: translateY(-50px);
}
#travel-template-grid .widget-section {
  transition: transform 0.3s ease;
}

.travel_cpt-template #page #primary {
  border: none;
  padding: 0;
}

.travel-template-hero {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}

.horizontal-scroll-gallery .d-flex::-webkit-scrollbar {
  height: 8px;
}

.horizontal-scroll-gallery .d-flex::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.horizontal-scroll-gallery .d-flex::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.horizontal-scroll-gallery .d-flex::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 991.98px) {
  #travel-template-grid .thumbnail-link::after {
    width: 250px;
    height: 250px;
  }
}
/** News Blog Template
========================== */
.container.news-wide-wrppaer {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 1.618em;
}
@media (max-width: 575.98px) {
  .container.news-wide-wrppaer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-template-news-blog-wide-template .caption {
  margin-top: 1.618em;
}

@media (min-width: 992px) {
  .readmore-bg-img {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border: 1px solid #000000;
  }
  .readmore-bg-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
  }
  .readmore-bg-img button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 6%;
    transform: translate(-6%, -50%);
    -ms-transform: translate(-6%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  .readmore-bg-img button h4 {
    color: #FBFBFD;
    margin: 0;
    font-size: 1.3vw;
    transition: 0.5s;
  }
}
@media (max-width: 991.98px) {
  .readmore-bg-img {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border: 1px solid #000000;
  }
  .readmore-bg-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
  }
  .readmore-bg-img button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  .readmore-bg-img button h4 {
    color: #FBFBFD;
    margin: 0;
    font-size: 2vw;
    transition: 0.5s;
  }
}

#collapse-news-archive-one .well,
#collapse-news-archive-two .well,
#collapse-news-archive-three .well,
#collapse-news-archive-four .well,
#collapse-news-archive-five .well {
  background-color: #FBFBFD;
}
#collapse-news-archive-one .well .row,
#collapse-news-archive-two .well .row,
#collapse-news-archive-three .well .row,
#collapse-news-archive-four .well .row,
#collapse-news-archive-five .well .row {
  display: flex;
  flex-wrap: wrap;
}
#collapse-news-archive-one .well .row > [class*=col-],
#collapse-news-archive-two .well .row > [class*=col-],
#collapse-news-archive-three .well .row > [class*=col-],
#collapse-news-archive-four .well .row > [class*=col-],
#collapse-news-archive-five .well .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.featured-caption a h2 {
  color: #A21418 !important;
}
.featured-caption h3 {
  margin: 0 0 0.3em 0;
}
.featured-caption p {
  margin: 0 0 0.6em 0;
}
.featured-caption a {
  text-decoration: none;
}
.featured-caption p a {
  color: #A21418;
  text-decoration: none;
}
.featured-caption .author-date.featured .the-author {
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
  margin: 0 0.3em;
}
.featured-caption .author-date.featured .the-date {
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
  margin: 0 0.3em;
}

.caption a {
  text-decoration: none;
}
.caption h4 {
  margin: 0 0 0.5em 0;
}
.caption p a {
  color: #A21418;
  text-decoration: none;
}
.caption .author-date {
  margin: 0 0 0.5em 0;
}
.caption .author-date .the-author {
  font-size: 0.8rem;
  font-weight: 800;
  color: #000000;
  margin: 0 0.3em;
}
.caption .author-date .the-date {
  font-size: 0.8rem;
  font-weight: 800;
  color: #000000;
  margin: 0;
}

.newstemplate-description {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .newstemplate-description {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#news-blog-hero-image {
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid.news-logo img {
  margin: 2.618em;
}
@media (max-width: 575.98px) {
  .container-fluid.news-logo img {
    margin: 1.5em auto;
    display: block;
    max-width: 80%;
  }
}

#news-header img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#news-header h1 {
  font-size: 2rem;
}
#news-header .row {
  min-height: 400px;
}
#news-header .featured-news-image {
  height: auto;
}
#news-header .featured-news-image .img-responsive.news-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-fluid.featured-post {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 575.98px) {
  .container-fluid.featured-post {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-fluid.featured-post .panel.panel-default {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.container-fluid.featured-post .panel.panel-default .panel-body .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container-fluid.featured-post .panel.panel-default .panel-body .row .featured-caption h1 {
  margin: 0 0 0.5em 0;
}

#news-blog-template {
  padding-top: 2.618em;
  padding-bottom: 5.618em !important;
}
@media (max-width: 991.98px) {
  #news-blog-template {
    padding-top: 0;
  }
}
#news-blog-template .well {
  margin-top: 1.618em;
}
#news-blog-template .the-author {
  margin-right: 1.618em;
}
#news-blog-template .panel.panel-default {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#news-blog-template .panel.panel-default h2 {
  font-size: 1rem;
}
#news-blog-template .panel.panel-default h3 {
  font-size: 1.8rem;
}
#news-blog-template .section-margin {
  margin: 4.618em 0 0 0;
}
@media (max-width: 991.98px) {
  #news-blog-template .section-margin {
    margin: 2.618em 0 0 0;
  }
}
#news-blog-template .panel-body {
  background-color: transparent;
  border: none;
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  #news-blog-template .panel-body {
    padding: 0;
  }
}
#news-blog-template .panel-body .row {
  align-items: center;
}
#news-blog-template .col-6 {
  width: 48%;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#news-blog-template .col-6 p {
  margin-bottom: 0;
}
#news-blog-template .col-6 p.author-date {
  margin: 0 0 1em 0;
}

.page-template-news-blog-template .the-date {
  margin-left: 1em;
}
.page-template-news-blog-template .container-fluid #news-blog-hero-image #outfitters-jumbotron:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
}
.page-template-news-blog-template .container-fluid.blog-posts {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-news-blog-template #news-blog-template h2, .page-template-news-blog-template #news-blog-template h3, .page-template-news-blog-template #news-blog-template p {
  color: #000000;
}
.page-template-news-blog-template #news-blog-template .container-fluid {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-template-news-blog-template #news-blog-template .container-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-template-news-blog-template #news-blog-template img.img-responsive {
  height: 361px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .row.news-blog-template-wrap {
    margin: 0;
  }
}
.row.news-blog-template-wrap .featured-image a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#news-blog-template.container-fluid {
  padding: 0;
  background-color: #ffffff;
}

.more-btn.row {
  margin: 0 !important;
}
.more-btn.row button {
  width: 100%;
}
.more-btn.row .col-lg-12 {
  margin: 1.618em 0 0;
  padding: 0;
}

.thumbnail a .img-responsive.collapse-grid {
  height: 200px !important;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .thumbnail a .img-responsive.collapse-grid {
    height: auto !important;
  }
}

#news-blog-template .panel-body .row,
#news-header .panel-body .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#news-blog-template .panel-body .row .col-lg-4.featured-image, #news-blog-template .panel-body .row .col-lg-4.featured-caption,
#news-blog-template .panel-body .row .col-lg-8.featured-image,
#news-blog-template .panel-body .row .col-lg-8.featured-caption,
#news-blog-template .panel-body .row .col-lg-6.featured-image,
#news-blog-template .panel-body .row .col-lg-6.featured-caption,
#news-blog-template .panel-body .row .col-md-6.featured-image,
#news-blog-template .panel-body .row .col-md-6.featured-caption,
#news-header .panel-body .row .col-lg-4.featured-image,
#news-header .panel-body .row .col-lg-4.featured-caption,
#news-header .panel-body .row .col-lg-8.featured-image,
#news-header .panel-body .row .col-lg-8.featured-caption,
#news-header .panel-body .row .col-lg-6.featured-image,
#news-header .panel-body .row .col-lg-6.featured-caption,
#news-header .panel-body .row .col-md-6.featured-image,
#news-header .panel-body .row .col-md-6.featured-caption {
  display: flex;
  flex-direction: column;
  height: auto;
}
#news-blog-template .panel-body .row .col-lg-8.featured-news-image a,
#news-blog-template .panel-body .row .col-lg-6.featured-image a,
#news-blog-template .panel-body .row .col-md-6.featured-image a,
#news-header .panel-body .row .col-lg-8.featured-news-image a,
#news-header .panel-body .row .col-lg-6.featured-image a,
#news-header .panel-body .row .col-md-6.featured-image a {
  display: block;
  height: 100%;
}
#news-blog-template .panel-body .row .col-lg-8.featured-news-image a img.img-responsive,
#news-blog-template .panel-body .row .col-lg-6.featured-image a img.img-responsive,
#news-blog-template .panel-body .row .col-md-6.featured-image a img.img-responsive,
#news-header .panel-body .row .col-lg-8.featured-news-image a img.img-responsive,
#news-header .panel-body .row .col-lg-6.featured-image a img.img-responsive,
#news-header .panel-body .row .col-md-6.featured-image a img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#news-blog-template .panel-body .row .col-lg-4.featured-caption .more-btn.row,
#news-blog-template .panel-body .row .col-lg-6.featured-caption .more-btn.row,
#news-blog-template .panel-body .row .col-md-6.featured-caption .more-btn.row,
#news-header .panel-body .row .col-lg-4.featured-caption .more-btn.row,
#news-header .panel-body .row .col-lg-6.featured-caption .more-btn.row,
#news-header .panel-body .row .col-md-6.featured-caption .more-btn.row {
  margin-top: auto !important;
}

@media (min-width: 992px) {
  .featured-image.news-image img {
    object-fit: cover;
    height: 100%;
  }
  #news-header {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.618em;
    padding-bottom: 1.61em;
  }
}
@media (max-width: 1199.98px) {
  .sidebar {
    margin-top: 2.618em;
  }
  #news-header .row {
    min-height: auto;
    height: auto;
  }
  #news-header .featured-news-image {
    height: auto;
    min-height: auto;
  }
  #news-header .featured-news-image .img-responsive.news-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .container-fluid.featured-post .panel.panel-default .panel-body .row {
    display: initial;
    align-items: initial;
  }
  .featured-image.news-image {
    margin: 1.618em auto;
  }
  #news-header {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.618em;
    padding-bottom: 1.61em;
  }
}
@media (max-width: 767.98px) {
  #news-blog-template .panel-body .row .col-lg-4.featured-image, #news-blog-template .panel-body .row .col-lg-4.featured-caption,
  #news-blog-template .panel-body .row .col-lg-8.featured-image,
  #news-blog-template .panel-body .row .col-lg-8.featured-caption,
  #news-blog-template .panel-body .row .col-lg-6.featured-image,
  #news-blog-template .panel-body .row .col-lg-6.featured-caption,
  #news-blog-template .panel-body .row .col-md-6.featured-image,
  #news-blog-template .panel-body .row .col-md-6.featured-caption,
  #news-header .panel-body .row .col-lg-4.featured-image,
  #news-header .panel-body .row .col-lg-4.featured-caption,
  #news-header .panel-body .row .col-lg-8.featured-image,
  #news-header .panel-body .row .col-lg-8.featured-caption,
  #news-header .panel-body .row .col-lg-6.featured-image,
  #news-header .panel-body .row .col-lg-6.featured-caption,
  #news-header .panel-body .row .col-md-6.featured-image,
  #news-header .panel-body .row .col-md-6.featured-caption {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .container.news-wide-wrppaer {
    box-shadow: none;
  }
}
html {
  scroll-behavior: smooth;
  /* Control scroll speed */
  scroll-timeline: --myScroller;
  scroll-timeline-axis: block;
  scroll-transition-timing-function: ease-in-out;
  transition: scroll-position 1.5s;
}

#destination-template-content .container {
  padding: 1em;
  /*box-shadow: $tfs__box-shadow;*/
}

.travel_cpt-template-destination-tamplate .featurette {
  padding: 1.618rem 1rem;
}
.travel_cpt-template-destination-tamplate .btn.btn-primary {
  background-color: transparent;
  border: none;
  color: #000;
}
.travel_cpt-template-destination-tamplate .collapse .card-body {
  width: 45rem;
}
.travel_cpt-template-destination-tamplate img.destination-img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.travel_cpt-template-destination-tamplate #featurette-section-detination-template {
  background-color: rgba(255, 211, 14, 0.9);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 1.618rem 0;
}
.travel_cpt-template-destination-tamplate #scrollable-content {
  height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

#set-the-hook-destination-template .container {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 1.618rem;
}

.modal.travel-modal {
  margin-top: 5rem;
}

.additional-listing {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
}
.additional-listing .col-6.col-md-3 {
  padding: 0;
}

/* Style for clickable items */
.item {
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.item:hover {
  background-color: rgba(29, 36, 42, 0.6);
  color: white;
}

/* Circular icon styling */
.item .icon {
  width: 50px;
  height: 50px;
  transition: background-color 0.3s ease;
}

/* Active state for selected item */
.item.active .icon {
  background-color: #007bff; /* Bootstrap primary blue */
  color: white;
}

/* Card body styling */
.card-body {
  background-color: rgba(29, 36, 42, 0.9);
  color: white;
}

#scrollable-content {
  overflow-y: auto;
}

/* Ensure the row uses Flexbox to make columns equal height */
.equal-height-row {
  display: flex;
}

/* Make columns stretch vertically and stack content internally */
.equal-height-row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

/* Pink background fills the full height of col-md-8 */
.pink-background {
  /* background-color: pink; */
  height: 100%;
}

/* Enable scrolling when content overflows */
.scrollable-content {
  overflow-y: auto;
}
.scrollable-content .card {
  height: 100%;
}

.item {
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.item.active {
  background-color: rgba(29, 36, 42, 0.9);
  color: #fff;
}

@media (min-width: 768px) {
  #featurette-section-detination-template {
    display: none;
  }
  #feature-grid-destination-template {
    display: initial;
  }
}
#tabbed-destination-content .container {
  padding: 0 0 0 0;
}
#tabbed-destination-content .destination-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
  justify-content: center;
  overflow: visible;
}
#tabbed-destination-content .destination-tabs .nav-link {
  border-radius: 0;
  color: #393939;
  font-weight: 500;
  padding: 1rem 1rem;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#tabbed-destination-content .destination-tabs .nav-link i {
  margin-right: 0.5rem;
  font-size: 1.2em;
  line-height: 1;
  vertical-align: middle;
}
#tabbed-destination-content .destination-tabs .nav-link:hover:not(.active) {
  background-color: #f8f9fa;
  border-color: #ddd;
  border-bottom: none;
}
#tabbed-destination-content .destination-tabs .nav-link.active {
  background-color: #fff;
  border-color: #ddd;
  border-bottom: 1px solid #fff;
  background: linear-gradient(to top, #ffffff 0%, #fafafa 100%);
  color: #393939;
  border-top-width: 1.5px;
  border-top-color: #cfcfcf;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(0, 0, 0, 0.05), inset -1px 0 0 rgba(0, 0, 0, 0.05);
  filter: none;
}
@media (min-width: 768px) {
  #tabbed-destination-content .destination-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    justify-content: center;
    overflow: visible;
  }
  #tabbed-destination-content .destination-tabs .nav-link {
    border-radius: 0;
    color: #393939;
    font-weight: 500;
    padding: 1rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  #tabbed-destination-content .destination-tabs .nav-link i {
    margin-right: 0.5rem;
    font-size: 1.2em;
    line-height: 1;
    vertical-align: middle;
  }
  #tabbed-destination-content .destination-tabs .nav-link:hover:not(.active) {
    background-color: #f8f9fa;
    border-color: #ddd;
    border-bottom: none;
  }
  #tabbed-destination-content .destination-tabs .nav-link.active {
    background-color: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    background: linear-gradient(to top, #ffffff 0%, #fafafa 100%);
    color: #393939;
    border-top-width: 1.5px;
    border-top-color: #cfcfcf;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(0, 0, 0, 0.05), inset -1px 0 0 rgba(0, 0, 0, 0.05);
    filter: none;
  }
}
@media (max-width: 768px) {
  #tabbed-destination-content .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  #tabbed-destination-content .nav-link i {
    display: none;
  }
}
@media (max-width: 576px) {
  #tabbed-destination-content .nav-item {
    flex: 1;
    text-align: center;
  }
  #tabbed-destination-content .nav-link {
    padding: 0.5rem 0.25rem;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#tabbed-destination-content .destination-tab-content .tab-pane {
  padding: 0;
  animation: fadeIn 0.5s ease-in-out;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  #tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-image img {
    height: auto;
  }
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-image:hover img {
  transform: scale(1.05);
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-content h2 {
  color: #393939;
  margin-bottom: 1rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-content .btn.destination {
  padding: 8px 16px;
  background-color: #A21418;
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 15px;
  align-self: flex-start;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-content .btn.destination:hover {
  background-color: #A21418;
}
#tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-content .btn.destination.active {
  background-color: #A21418 !important;
  color: #ffffff !important;
  border-color: #A21418 !important;
  padding-left: 30px;
  padding-right: 30px;
}
#tabbed-destination-content .destination-tab-content .tab-pane .inclusions-content {
  padding: 1.5rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .inclusions-content h2 {
  color: #393939;
  margin-bottom: 1.5rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .inclusions-content b {
  color: #A21418;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info.slide-left {
  right: auto;
  left: -100%;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.3);
  transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info.slide-left.visible {
  left: 0;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info.visible {
  right: 0;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  margin: 0;
  background-color: #393939;
  color: white;
  flex-shrink: 0;
  border-bottom: 3px solid #A21418;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-header.active-header {
  background-color: #A21418 !important;
  border-bottom-color: #393939 !important;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-header h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 600;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
  line-height: 1.7;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content::-webkit-scrollbar {
  width: 8px;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content p:last-child {
  margin-bottom: 0;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content h4, #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content h5, #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content h6 {
  color: #393939;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content ul, #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content ul li, #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .close-overlay {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .close-overlay:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}
#tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .close-overlay:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info {
    width: 90%;
    right: -90%;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info.slide-left {
    left: -90%;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-header {
    padding: 1rem 1.5rem;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-header h3 {
    font-size: 1.2rem;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content {
    padding: 1.5rem;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content p {
    font-size: 0.95rem;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .close-overlay {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info {
    width: 95%;
    right: -95%;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info.slide-left {
    left: -95%;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-header {
    padding: 0.75rem 1rem;
  }
  #tabbed-destination-content .destination-tab-content .tab-pane .readmore-info .overlay-content {
    padding: 1rem;
  }
}

.slide-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.slide-backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.seasons-row,
.getting-there-row,
.lodging-row,
.angling-row {
  display: flex;
  flex-wrap: wrap;
}
.seasons-row .feature-content,
.getting-there-row .feature-content,
.lodging-row .feature-content,
.angling-row .feature-content {
  width: 100%;
  transition: width 0.3s ease;
  padding: 15px;
}
.seasons-row .feature-text,
.getting-there-row .feature-text,
.lodging-row .feature-text,
.angling-row .feature-text {
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  height: 0;
  z-index: -1;
}
.seasons-row.expanded .feature-content,
.getting-there-row.expanded .feature-content,
.lodging-row.expanded .feature-content,
.angling-row.expanded .feature-content {
  width: 50%;
  padding: 15px;
}
.seasons-row.expanded .feature-text,
.getting-there-row.expanded .feature-text,
.lodging-row.expanded .feature-text,
.angling-row.expanded .feature-text {
  width: 50%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  padding: 15px;
  position: static;
  height: auto;
  z-index: auto;
}

.seasons-text-content,
.getting-there-text-content,
.lodging-text-content,
.angling-text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}
.seasons-text-content .text-header,
.getting-there-text-content .text-header,
.lodging-text-content .text-header,
.angling-text-content .text-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 16px;
  margin: 0;
}
.seasons-text-content .text-header h3,
.getting-there-text-content .text-header h3,
.lodging-text-content .text-header h3,
.angling-text-content .text-header h3 {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1;
}
.seasons-text-content .text-content,
.getting-there-text-content .text-content,
.lodging-text-content .text-content,
.angling-text-content .text-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}
.seasons-text-content .close-text,
.getting-there-text-content .close-text,
.lodging-text-content .close-text,
.angling-text-content .close-text {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  #tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-image img {
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  #tabbed-destination-content .destination-tab-content .tab-pane .tab-container-wrapper .feature-image {
    margin-bottom: 1rem;
  }
  .seasons-row.expanded,
  .getting-there-row.expanded,
  .lodging-row.expanded,
  .angling-row.expanded {
    flex-direction: column;
  }
  .seasons-row.expanded .feature-content,
  .seasons-row.expanded .feature-text,
  .getting-there-row.expanded .feature-content,
  .getting-there-row.expanded .feature-text,
  .lodging-row.expanded .feature-content,
  .lodging-row.expanded .feature-text,
  .angling-row.expanded .feature-content,
  .angling-row.expanded .feature-text {
    width: 100% !important;
  }
  .seasons-row.expanded .feature-text,
  .getting-there-row.expanded .feature-text,
  .lodging-row.expanded .feature-text,
  .angling-row.expanded .feature-text {
    margin-top: 20px;
  }
}
.featured-image img,
.feature-image img {
  min-height: auto;
  max-height: 882px;
}
@media (max-width: 768px) {
  .featured-image img,
  .feature-image img {
    min-height: auto;
    max-height: 882px;
  }
}

@media (max-width: 768.01px) {
  #featurette-section-detination-template {
    display: initial;
  }
  #feature-grid-destination-template {
    display: none;
  }
  img.destination-img {
    height: 100%;
    object-fit: cover;
  }
  .featurette-divider {
    margin: 1rem 0;
  }
}
@media (max-width: 576px) {
  img.destination-img {
    margin: 0.5rem auto;
  }
}
#inclusions .destination-modal-btn {
  width: 100% !important;
}
#inclusions .destination-modal-btn .destination.btn-tfs {
  width: 100% !important;
  margin-bottom: 1rem !important;
}

/* Destination V2 Template Styles */
#site-navigation.nav-hidden-by-tabs {
  display: none;
}

#tabbed-destination-content .destination-tabs {
  position: sticky;
  top: 0;
  z-index: 15;
  background: #fff;
}

.logged-in.admin-bar #tabbed-destination-content .destination-tabs {
  top: 32px;
}

#tabbed-destination-content .destination-tabs.is-pinned {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#destinationTabContent {
  height: auto;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  position: relative;
}

#destinationTabContent::before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  height: 20px;
  background-color: #fff;
  width: 100%;
  z-index: 10;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#destinationTabContent .tab-pane {
  padding: 0 20px 20px 20px; /* No top padding since ::before handles it */
}

.feature-image video {
  object-fit: cover;
}

#inclusions-section {
  padding: 1.618em 0;
}
#inclusions-section .container .inclusions-content {
  padding: 1.618em;
}
#inclusions-section .featured-image {
  padding: 0;
}
#inclusions-section .featured-image img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 767.99px) {
  #inclusions-section .inclusions-content-wrapper {
    padding-right: 0;
  }
}

@keyframes moveRightChevron {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveLeftChevron {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn.destination {
  position: relative;
  padding: 8px 15px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn.destination .lni-chevron-left,
.btn.destination .lni-chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

#destination-features .lni {
  font-size: 2.3em !important;
  vertical-align: middle;
}
#destination-features .feature-image {
  padding: 0;
}
#destination-features .container {
  margin-bottom: 3rem;
  position: relative; /* ADD THIS - Make container the positioning context */
}
#destination-features .row {
  padding: 1.618em;
}

.btn.destination .lni-chevron-right {
  right: 10px;
}

.btn.destination .lni-chevron-left {
  left: 10px;
}

.btn.destination.active {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  border-color: #ff0000 !important;
  padding-left: 30px;
  padding-right: 30px;
}

.btn.destination.active .lni-chevron-right {
  opacity: 1;
  animation: moveRightChevron 0.8s forwards;
}

.btn.destination.active .lni-chevron-left {
  opacity: 1;
  animation: moveLeftChevron 0.8s forwards;
}

.travel_cpt-template-destination-v2-template .btn.destination.active,
.page-template-destination-v2-template .btn.destination.active,
.post-template-destination-v2-template .btn.destination.active {
  background-color: #A21418 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.travel_cpt-template-destination-v2-template .btn.destination:hover,
.page-template-destination-v2-template .btn.destination:hover,
.post-template-destination-v2-template .btn.destination:hover {
  background-color: #A21418 !important;
  color: #ffffff !important;
}
.travel_cpt-template-destination-v2-template .overlay-header.active-header,
.page-template-destination-v2-template .overlay-header.active-header,
.post-template-destination-v2-template .overlay-header.active-header {
  background-color: #A21418 !important;
  color: #ffffff !important;
}
.travel_cpt-template-destination-v2-template #destination-features,
.page-template-destination-v2-template #destination-features,
.post-template-destination-v2-template #destination-features {
  margin: 1.618em 0;
}
.travel_cpt-template-destination-v2-template #destination-features .feature-image,
.page-template-destination-v2-template #destination-features .feature-image,
.post-template-destination-v2-template #destination-features .feature-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.travel_cpt-template-destination-v2-template #destination-features .feature-image img,
.page-template-destination-v2-template #destination-features .feature-image img,
.post-template-destination-v2-template #destination-features .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel_cpt-template-destination-v2-template #destination-features .readmore-info,
.page-template-destination-v2-template #destination-features .readmore-info,
.post-template-destination-v2-template #destination-features .readmore-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; /* ADD THIS */
  bottom: 0; /* ADD THIS */
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.travel_cpt-template-destination-v2-template #destination-features .readmore-info.visible,
.page-template-destination-v2-template #destination-features .readmore-info.visible,
.post-template-destination-v2-template #destination-features .readmore-info.visible {
  opacity: 1;
  visibility: visible;
}
.travel_cpt-template-destination-v2-template #destination-features .overlay-header, .travel_cpt-template-destination-v2-template #destination-features .overlay-content,
.page-template-destination-v2-template #destination-features .overlay-header,
.page-template-destination-v2-template #destination-features .overlay-content,
.post-template-destination-v2-template #destination-features .overlay-header,
.post-template-destination-v2-template #destination-features .overlay-content {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.travel_cpt-template-destination-v2-template #destination-features .readmore-info.visible .overlay-header,
.travel_cpt-template-destination-v2-template #destination-features .readmore-info.visible .overlay-content,
.page-template-destination-v2-template #destination-features .readmore-info.visible .overlay-header,
.page-template-destination-v2-template #destination-features .readmore-info.visible .overlay-content,
.post-template-destination-v2-template #destination-features .readmore-info.visible .overlay-header,
.post-template-destination-v2-template #destination-features .readmore-info.visible .overlay-content {
  transform: translateY(0);
  opacity: 1;
}
.travel_cpt-template-destination-v2-template #destination-features .readmore-info.visible .overlay-header,
.page-template-destination-v2-template #destination-features .readmore-info.visible .overlay-header,
.post-template-destination-v2-template #destination-features .readmore-info.visible .overlay-header {
  transition-delay: 0.1s;
}
.travel_cpt-template-destination-v2-template #destination-features .readmore-info.visible .overlay-content,
.page-template-destination-v2-template #destination-features .readmore-info.visible .overlay-content,
.post-template-destination-v2-template #destination-features .readmore-info.visible .overlay-content {
  transition-delay: 0.2s;
}
.travel_cpt-template-destination-v2-template #destination-features .overlay-header,
.page-template-destination-v2-template #destination-features .overlay-header,
.post-template-destination-v2-template #destination-features .overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 16px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.travel_cpt-template-destination-v2-template #destination-features .overlay-header h3,
.page-template-destination-v2-template #destination-features .overlay-header h3,
.post-template-destination-v2-template #destination-features .overlay-header h3 {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1;
}
.travel_cpt-template-destination-v2-template #destination-features .close-overlay,
.page-template-destination-v2-template #destination-features .close-overlay,
.post-template-destination-v2-template #destination-features .close-overlay {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
}
.travel_cpt-template-destination-v2-template #destination-features .close-overlay:hover,
.page-template-destination-v2-template #destination-features .close-overlay:hover,
.post-template-destination-v2-template #destination-features .close-overlay:hover {
  opacity: 0.7;
}
.travel_cpt-template-destination-v2-template #destination-features .overlay-content,
.page-template-destination-v2-template #destination-features .overlay-content,
.post-template-destination-v2-template #destination-features .overlay-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
}
.travel_cpt-template-destination-v2-template #destination-features .overlay-content p,
.page-template-destination-v2-template #destination-features .overlay-content p,
.post-template-destination-v2-template #destination-features .overlay-content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.travel_cpt-template-destination-v2-template #destination-features .feature-content,
.page-template-destination-v2-template #destination-features .feature-content,
.post-template-destination-v2-template #destination-features .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.travel_cpt-template-destination-v2-template #destination-features .feature-content .btn.destination,
.page-template-destination-v2-template #destination-features .feature-content .btn.destination,
.post-template-destination-v2-template #destination-features .feature-content .btn.destination {
  padding: 8px 16px;
  background-color: #393939;
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 15px;
  align-self: flex-start;
}
.travel_cpt-template-destination-v2-template #destination-features .feature-content .btn.destination:hover,
.page-template-destination-v2-template #destination-features .feature-content .btn.destination:hover,
.post-template-destination-v2-template #destination-features .feature-content .btn.destination:hover {
  background-color: #003d7a;
}

.seasons-row {
  display: flex;
  flex-wrap: wrap;
}

.seasons-row .feature-content {
  width: 100%;
  transition: width 0.3s ease;
  padding: 15px;
}

.seasons-row .feature-text {
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  height: 0;
  z-index: -1;
}

.seasons-row.expanded .feature-content {
  width: 50%;
  padding: 15px;
}

.seasons-row.expanded .feature-text {
  width: 50%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  padding: 15px;
  position: static;
  height: auto;
  z-index: auto;
}

.seasons-readmore {
  overflow: hidden;
}

.seasons-text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}

.seasons-text-content .text-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 16px;
  margin: 0;
}
.seasons-text-content .text-header h3 {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1;
}

.seasons-text-content .text-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}

.seasons-text-content .close-text {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.getting-there-row {
  display: flex;
  flex-wrap: wrap;
}

.getting-there-row .feature-content {
  width: 100%;
  transition: width 0.3s ease;
  padding: 15px;
}

.getting-there-row .feature-text {
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  height: 0;
  z-index: -1;
}

.getting-there-row.expanded .feature-content {
  width: 50%;
  padding: 15px;
}

.getting-there-row.expanded .feature-text {
  width: 50%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  padding: 15px;
  position: static;
  height: auto;
  z-index: auto;
}

.getting-there-readmore {
  overflow: hidden;
}

.getting-there-text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}

.getting-there-text-content .text-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 16px;
  margin: 0;
}
.getting-there-text-content .text-header h3 {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1;
}

.getting-there-text-content .text-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}

.getting-there-text-content .close-text {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.lodging-row {
  display: flex;
  flex-wrap: wrap;
}

.lodging-row .feature-content {
  width: 100%;
  transition: width 0.3s ease;
  padding: 15px;
}

.lodging-row .feature-text {
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  height: 0;
  z-index: -1;
}

.lodging-row.expanded .feature-content {
  width: 50%;
  padding: 15px;
}

.lodging-row.expanded .feature-text {
  width: 50%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  padding: 15px;
  position: static;
  height: auto;
  z-index: auto;
}

.lodging-readmore {
  overflow: hidden;
}

.lodging-text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}

.lodging-text-content .text-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 16px;
  margin: 0;
}
.lodging-text-content .text-header h3 {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1;
}

.lodging-text-content .text-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}

.lodging-text-content .close-text {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.angling-row {
  display: flex;
  flex-wrap: wrap;
}

.angling-row .feature-content {
  width: 100%;
  transition: width 0.3s ease;
  padding: 15px;
}

.angling-row .feature-text {
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  height: 0;
  z-index: -1;
}

.angling-row.expanded .feature-content {
  width: 50%;
  padding: 15px;
}

.angling-row.expanded .feature-text {
  width: 50%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  padding: 15px;
  position: static;
  height: auto;
  z-index: auto;
}

.angling-readmore {
  overflow: hidden;
}

.angling-text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}

.angling-text-content .text-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 16px;
  margin: 0;
}
.angling-text-content .text-header h3 {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1;
}

.angling-text-content .text-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}

.angling-text-content .close-text {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#set-the-hook-destination-template .container {
  padding: 3rem;
}
#set-the-hook-destination-template .container .travel.setthehook-p ul {
  margin: 0 !important;
  padding-left: 1rem;
}
#set-the-hook-destination-template .container .travel.setthehook-p ul li {
  margin: 0.8rem 0;
}

@media (max-width: 768px) {
  .seasons-row.expanded,
  .getting-there-row.expanded,
  .lodging-row.expanded,
  .angling-row.expanded {
    flex-direction: column;
  }
  .seasons-row.expanded .feature-content,
  .seasons-row.expanded .feature-text,
  .getting-there-row.expanded .feature-content,
  .getting-there-row.expanded .feature-text,
  .lodging-row.expanded .feature-content,
  .lodging-row.expanded .feature-text,
  .angling-row.expanded .feature-content,
  .angling-row.expanded .feature-text {
    width: 100% !important;
  }
  .seasons-row.expanded .feature-text,
  .getting-there-row.expanded .feature-text,
  .lodging-row.expanded .feature-text,
  .angling-row.expanded .feature-text {
    margin-top: 20px;
  }
  #destination-features .feature-image {
    margin-bottom: 2rem;
  }
  #destination-features .feature-content .btn.destination {
    width: 100%;
  }
}
#fish-camp-image-container .thumbnail a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#fish-camp-image-container .caption h4 {
  margin-top: 1rem;
}
#fish-camp-image-container .row {
  justify-content: center;
}

.fishcamp_cpt-template .row {
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.fishcamp_cpt-template #guide-template-grid {
  /* Keep the existing movement animation */
}
.fishcamp_cpt-template #guide-template-grid .travel-template-row {
  background-color: #FBFBFD;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fishcamp_cpt-template #guide-template-grid p {
  margin: 0;
  font-size: 1.2rem;
}
.fishcamp_cpt-template #guide-template-grid img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fishcamp_cpt-template #guide-template-grid .widget-section {
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: -20px auto 0 auto;
  padding: 1rem;
  border: 0.5px solid #ccc;
}
.fishcamp_cpt-template #guide-template-grid .col-md-6.col-lg-6.one,
.fishcamp_cpt-template #guide-template-grid .col-md-6.col-lg-6.two {
  margin-top: 1.618em;
  padding-top: 0;
}
.fishcamp_cpt-template #guide-template-grid .col-md-6.col-lg-6 {
  margin-top: 1.618rem;
  padding-top: 1.618rem;
}
.fishcamp_cpt-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
  transform: translateY(0);
}
.fishcamp_cpt-template #guide-template-grid .widget-section:hover {
  transform: translateY(-50px);
}
.fishcamp_cpt-template #guide-template-grid .thumbnail-link {
  position: relative;
  display: block;
}
.fishcamp_cpt-template #guide-template-grid .thumbnail-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.fishcamp_cpt-template #guide-template-grid .thumbnail-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; /* Adjust size as needed */
  height: 350px; /* Adjust size as needed */
  background-image: url("https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/06/TFSLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease; /* Longer duration for more noticeable fade */
  z-index: 2;
  /* Start fully transparent and invisible */
  visibility: hidden;
}
.fishcamp_cpt-template #guide-template-grid .thumbnail:hover .thumbnail-link::before {
  opacity: 0.5;
}
.fishcamp_cpt-template #guide-template-grid .thumbnail:hover .thumbnail-link::after {
  opacity: 1;
  visibility: visible; /* Make visible on hover */
}
.fishcamp_cpt-template #guide-template-grid .thumbnail:hover .widget-section {
  transform: translateY(-50px);
}
.fishcamp_cpt-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
}

@media (max-width: 991.98px) {
  .fishcamp_cpt-template #guide-template-grid .thumbnail-link::after {
    width: 250px;
    height: 250px;
  }
}
#archive-pagination {
  /* Bootstrap 5 Pagination Styles */
}
#archive-pagination .pagination.archive-pagination {
  --bs-pagination-color: #A21418;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #A21418;
  --bs-pagination-hover-border-color: #A21418;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #A21418;
  --bs-pagination-active-border-color: #A21418;
  --bs-pagination-focus-box-shadow: none;
}
#archive-pagination *:focus, #archive-pagination *:focus-visible, #archive-pagination *:focus-within,
#archive-pagination *:before:focus,
#archive-pagination *:before:focus-visible,
#archive-pagination *:before:focus-within,
#archive-pagination *:after:focus,
#archive-pagination *:after:focus-visible,
#archive-pagination *:after:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}
#archive-pagination .btn:focus,
#archive-pagination .btn:focus-visible,
#archive-pagination .btn.focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}
#archive-pagination .form-control:focus,
#archive-pagination .form-select:focus,
#archive-pagination .form-check-input:focus,
#archive-pagination input:focus,
#archive-pagination textarea:focus,
#archive-pagination select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}
#archive-pagination a:focus,
#archive-pagination a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
#archive-pagination .page-link:focus,
#archive-pagination .page-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
}
#archive-pagination .nav-link:focus,
#archive-pagination .nav-link:focus-visible,
#archive-pagination .navbar-nav .nav-link:focus,
#archive-pagination .navbar-nav .nav-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  color: inherit !important;
}
#archive-pagination .dropdown-toggle:focus,
#archive-pagination .dropdown-item:focus,
#archive-pagination .dropdown-item:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background-color: inherit !important;
  color: inherit !important;
}
#archive-pagination .card:focus,
#archive-pagination .card-body:focus,
#archive-pagination .list-group-item:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}
#archive-pagination [tabindex]:focus,
#archive-pagination [contenteditable]:focus {
  outline: none !important;
  box-shadow: none !important;
}
#archive-pagination :root {
  --bs-btn-focus-box-shadow: none;
  --bs-form-valid-border-color: inherit;
  --bs-form-invalid-border-color: inherit;
}
#archive-pagination .page-item.active {
  background-color: var(--bs-pagination-active-bg);
}
#archive-pagination .wp-block-query-pagination,
#archive-pagination .navigation.pagination.archive-pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
#archive-pagination .wp-block-query-pagination .wp-block-query-pagination-numbers,
#archive-pagination .navigation.pagination.archive-pagination .nav-links {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}
#archive-pagination .wp-block-query-pagination .page-numbers,
#archive-pagination .navigation.pagination.archive-pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #A21418;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#archive-pagination .wp-block-query-pagination .page-numbers:hover,
#archive-pagination .navigation.pagination.archive-pagination .page-numbers:hover {
  z-index: 2;
  color: #A21418;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#archive-pagination .wp-block-query-pagination .page-numbers.current,
#archive-pagination .navigation.pagination.archive-pagination .page-numbers.current {
  z-index: 3;
  color: #fff;
  background-color: #A21418 !important;
  border-color: #A21418 !important;
}
#archive-pagination .wp-block-query-pagination .page-numbers:first-child,
#archive-pagination .navigation.pagination.archive-pagination .page-numbers:first-child {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
#archive-pagination .wp-block-query-pagination .page-numbers:last-child,
#archive-pagination .navigation.pagination.archive-pagination .page-numbers:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
#archive-pagination .wp-block-query-pagination .page-numbers.dots,
#archive-pagination .navigation.pagination.archive-pagination .page-numbers.dots {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
#archive-pagination .pagination.archive-pagination .page-link i.lni {
  vertical-align: middle;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#archive-pagination .pagination.archive-pagination .page-link {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
#archive-pagination .pagination.archive-pagination .page-link i {
  vertical-align: middle;
  line-height: 1;
  font-size: 1.85rem;
}
@media (min-width: 768px) {
  #archive-pagination .pagination.archive-pagination .page-link {
    font-size: 1rem;
    padding: 0.625rem 0.875rem;
  }
}
@media (min-width: 992px) {
  #archive-pagination .pagination.archive-pagination .page-link {
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
  }
  #archive-pagination .pagination.archive-pagination .page-link i {
    font-size: 1.85rem;
  }
}
@media (min-width: 1200px) {
  #archive-pagination .pagination.archive-pagination .page-link {
    font-size: 1.25rem;
    padding: 0.875rem 1.125rem;
  }
  #archive-pagination .pagination.archive-pagination .page-link i {
    font-size: 1.85rem;
  }
}
#archive-pagination .pagination-fluid .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  padding: clamp(0.5rem, 1.5vw, 0.875rem) clamp(0.75rem, 2vw, 1.125rem);
}
#archive-pagination .pagination-fluid .page-link i {
  vertical-align: middle;
  line-height: 1;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
}

.pagination.archive-pagination .page-item {
  display: flex;
}
.pagination.archive-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  width: 100%;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.pagination.archive-pagination .page-item .page-link i {
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
}

.schools_cpt-template .image img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.multi-season-calendar h4 {
  text-align: center;
}

.month-display-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, auto));
  gap: 8px;
  justify-content: center;
  margin: 15px 0;
}

.month-display-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.month-label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.month-visual {
  width: 62px;
  height: 35px;
  border: 0.5px solid #ddd;
  border-radius: 0;
  display: flex;
  overflow: hidden;
}

/* Phones - portrait: 2 rows of 6 */
@media (max-width: 576px) {
  .month-display-grid {
    grid-template-columns: repeat(6, minmax(0, auto));
  }
  .month-visual {
    width: 42px; /* slightly smaller to fit comfortably */
  }
}
/* Phones - landscape: 2 rows of 6 (covers large phone widths like 844/932px) */
@media (max-width: 932px) and (orientation: landscape) {
  .month-display-grid {
    grid-template-columns: repeat(6, minmax(0, auto));
  }
  .month-visual {
    width: 46px; /* a touch wider in landscape */
  }
}
/* If you're using Bootstrap's ratio classes, ensure the video fills the container */
.ratio video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Specifically for your video-poster class */
.video-poster video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Alternative approach using specific positioning */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#destination-v3-subscribe .container {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 3em 2.5em;
}

#maria-behety-lodge .constant-contact-sign-up-container .subscribe-form {
  margin: 0 auto;
}
#maria-behety-lodge #gform_fields_11 #field_submit #gform_submit_button_11 {
  background-color: #A21418;
  color: #ffffff;
  padding: 1em 0;
}
#maria-behety-lodge .ginput_container.ginput_container_email input[type=email] {
  padding: 0.8em;
}
#maria-behety-lodge .media-left.media-top {
  padding-top: 2em;
}
#maria-behety-lodge .media-body.caption {
  padding-top: 2em;
}
#maria-behety-lodge .subscribe-policy-icon:focus, #maria-behety-lodge .subscribe-policy-icon:active {
  outline: none;
  color: #A21418;
}
#maria-behety-lodge .subscribe-policy-icon .bi.bi-question-circle.fs-3:focus-visible {
  outline: none;
  color: #A21418;
}

/*** Fly Fishing School Template **/
#fly-fishing-school-image-container .thumbnail a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#fly-fishing-school-image-container .caption h4 {
  margin-top: 1rem;
}
#fly-fishing-school-image-container .row {
  justify-content: center;
}

.schools_cpt-template .row {
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.schools_cpt-template #guide-template-grid {
  /* Keep the existing movement animation */
}
.schools_cpt-template #guide-template-grid .travel-template-row {
  background-color: #FBFBFD;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.schools_cpt-template #guide-template-grid p {
  margin: 0;
  font-size: 1.2rem;
}
.schools_cpt-template #guide-template-grid img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.schools_cpt-template #guide-template-grid .widget-section {
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: -20px auto 0 auto;
  padding: 1rem;
  border: 0.5px solid #ccc;
}
.schools_cpt-template #guide-template-grid .col-md-6.col-lg-6.one,
.schools_cpt-template #guide-template-grid .col-md-6.col-lg-6.two {
  margin-top: 1.618em;
  padding-top: 0;
}
.schools_cpt-template #guide-template-grid .col-md-6.col-lg-6 {
  margin-top: 1.618rem;
  padding-top: 1.618rem;
}
.schools_cpt-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
  transform: translateY(0);
}
.schools_cpt-template #guide-template-grid .widget-section:hover {
  transform: translateY(-50px);
}
.schools_cpt-template #guide-template-grid .thumbnail-link {
  position: relative;
  display: block;
}
.schools_cpt-template #guide-template-grid .thumbnail-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.schools_cpt-template #guide-template-grid .thumbnail-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; /* Adjust size as needed */
  height: 350px; /* Adjust size as needed */
  background-image: url("https://tfs-spaces.sfo2.digitaloceanspaces.com/theflyshop/uploads/2017/06/TFSLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease; /* Longer duration for more noticeable fade */
  z-index: 2;
  /* Start fully transparent and invisible */
  visibility: hidden;
}
.schools_cpt-template #guide-template-grid .thumbnail:hover .thumbnail-link::before {
  opacity: 0.5;
}
.schools_cpt-template #guide-template-grid .thumbnail:hover .thumbnail-link::after {
  opacity: 1;
  visibility: visible; /* Make visible on hover */
}
.schools_cpt-template #guide-template-grid .thumbnail:hover .widget-section {
  transform: translateY(-50px);
}
.schools_cpt-template #guide-template-grid .widget-section {
  transition: transform 0.3s ease;
}

/*** Footer ***/
.site-footer h5 {
  margin-bottom: 1rem;
}
.site-footer a {
  color: #ffffff;
  font-size: 1rem;
}
.site-footer .footer-section-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-section-content ul li {
  margin-bottom: 1rem;
}
.site-footer .footer-section-content ul li a:hover {
  font-weight: bold;
}
.site-footer .footer-section-content ul li a[href^="tel:"]:hover {
  font-weight: 900;
  text-decoration: underline;
}
.site-footer .footer-section-content .social-footer {
  padding-top: 3rem;
}
.site-footer .footer-section-content .social-footer .lni {
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .site-footer #front-page-cta .background-image-cta .form-container {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .site-footer .col-md-4 {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
  }
  .site-footer .col-md-4:not(:last-child) {
    padding-bottom: 2rem;
  }
  .site-footer .col-md-4:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 90%, transparent 100%);
  }
  .site-footer h5 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .site-footer .footer-section-content {
    text-align: center;
  }
  .site-footer .footer-section-content ul {
    text-align: center;
  }
  .site-footer .footer-section-content .social-footer {
    text-align: center;
  }
  .site-footer .footer-section-content .social-footer h5 {
    margin-bottom: 1rem;
  }
  .site-footer .footer-section-content .social-footer a {
    display: inline-block;
    margin: 0 0.5rem;
  }
}

.container-wide {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

ul.navbar-nav {
  margin: 0;
}

@media (min-width: 992px) {
  .mobile-logo {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero-overlay #mobile-logo-container img.mobile-logo {
    display: block;
    margin: 0 auto;
  }
}
#carousel-wrap .carousel .carousel-inner {
  overflow: hidden;
}

.spotlight-multi-destination .image {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#carousel-wrap .carousel.slide {
  position: relative;
}

.carousel-item {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
  will-change: opacity;
}
.carousel-item .carousel-caption {
  z-index: 2;
}
.carousel-item img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#carousel-wrap .carousel.slide .carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  background: transparent;
}

#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target] {
  width: auto;
  height: auto;
  text-indent: 0;
  flex: 0 0 auto;
  margin: 0;
  padding: 1.3rem 1rem;
  border: 1px solid #A21418;
  border-bottom: none;
  border-radius: 8px 8px 8px 8px;
  background-color: #A21418;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1;
  opacity: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#carousel-wrap .carousel.slide .carousel-indicators .active,
#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target][aria-current=true] {
  background-color: #cd1c2e;
  color: #ffffff;
  border-color: #cd1c2e;
}

#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target]:hover,
#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target]:focus {
  background-color: #cd1c2e;
  color: #ffffff;
  border-color: #cd1c2e;
  outline: 0;
}

#carousel-wrap .carousel.slide .carousel-indicators.wave-bowl-exaggerated {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 0.9rem;
  z-index: 1;
}

#carousel-wrap .carousel.slide .carousel-indicators.wave-bowl-exaggerated {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 0.9rem;
  z-index: 3;
  overflow: visible;
}

#carousel-wrap .carousel.slide {
  overflow: visible;
}

#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target] {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

#carousel-wrap .carousel.slide .carousel-indicators .active,
#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target][aria-current=true] {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target]:hover,
#carousel-wrap .carousel.slide .carousel-indicators [data-bs-target]:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.multi-dest-accordion .accordion-button[aria-expanded=false] {
  background-color: #A21418;
  color: #ffffff;
}
.multi-dest-accordion .accordion-button[aria-expanded=true] {
  background-color: #cd1c2e;
  color: #ffffff;
}

/* Collapsed state: white chevron */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
}

/* Expanded state: same white chevron (Bootstrap handles rotation) */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

/*# sourceMappingURL=style.css.map */
