/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

dialtotrip is based on Underscores https://dialtotrip.com/, (C) 2020-2025 Automattic, Inc.
dialtotrip is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  margin-bottom: 0 !important;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

---

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

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

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

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

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

---

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; /* For older browsers */
  overflow-wrap: break-word; /* Modern standard */
}

.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: -ms-grid;
  display: grid;
  grid-gap: 1.5em; /* Use grid-gap for modern browsers */
  gap: 1.5em; /* Fallback/shorthand for grid-gap */
}

.gallery-item {
  display: inline-block; /* This might conflict with grid display for direct children, consider if you actually need this for gallery items */
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  /* -ms-grid-columns: (1fr)[4]; */
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  /* -ms-grid-columns: (1fr)[5]; */
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  /* -ms-grid-columns: (1fr)[6]; */
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  /* -ms-grid-columns: (1fr)[7]; */
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  /* -ms-grid-columns: (1fr)[8]; */
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  /* -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /* More modern and widely supported */
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  white-space: nowrap; /* Ensures content stays on a single line for screen readers */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

/* Theme variables */
:root {
  --theme-color: #017b6e;
  --font-rubik: 'Rubik', sans-serif;
  --font-jost: 'Jost', sans-serif;
}

body {
  font-family: var(--font-jost);
  color: var(--theme-color);
}

.theme-bg {
  background-color: var(--theme-color);
}

.top-header {
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 1030;
  top: 0;
  background-color: #000;
  /* Ensure visibility */
}

.top-header.hide {
  top: -100px;
}

#masthead .bg-dark a {
  color: #fbb03b !important;
}

#masthead .bg-dark p{
	color: #ffffff;
}

#masthead .bg-dark .col-lg-3.align-items-center i {
  color: #fbb03b;
}

#masthead .bg-dark .col-lg-3.justify-content-end a {
  padding: 0.3rem;
  border: 1px solid #fbb03b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}

#masthead .bg-dark .col-lg-3.justify-content-end a i {
  font-size: 1rem !important;
  line-height: 1;
  width: 16px;
  height: 16px;
  display: inline-block;
}

#masthead .container-fluid.bg-white ul#menu-header li {
  padding: 0.4rem 0;
}

#masthead .container-fluid.bg-white ul#menu-header li a {
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#masthead .container-fluid.bg-white ul#menu-header li a:hover {
  color: #f80e19;
}

#masthead .container-fluid.bg-white ul#menu-header li a::before {
  content: '';
  background-color: #f80e19;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#masthead .container-fluid.bg-white ul#menu-header li a:hover::before {
  width: 100%;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.main-header.scrolled {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* The .banner-slider section was commented out in your original code.
   Keeping it commented out as per your input.
.banner-slider {
  width: 95%;
  margin: 0 auto;
}

.banner-slider .slider-item {
  overflow: hidden;
}

.banner-slider h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.banner-slider .excerpt i {
  z-index: 5;
}

.banner-slider .excerpt {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
}

.banner-slider .description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
}

.banner-slider .description p {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}

.banner-slider .slider-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
}

.banner-slider .slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  border-radius: 20px;
}

.banner-slider .container {
  padding-top: 100px;
}

.banner-slider .container .excerpt::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(../../uploads/2025/05/destination-banner-batch-bg.svg);
  background-position: center center;
  background-size: 14%;
  background-repeat: no-repeat;
  z-index: 4;
  width: 100%;
  height: 112%;
}

.banner-slider .container .excerpt p {
  position: relative;
  margin-bottom: 0 !important;
  z-index: 5;
}

.banner-slider .container h2 {
  font-family: var(--font-rubik);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .banner-slider .container h2 {
    font-size: 2.5rem;
  }

  .banner-slider .description p {
    font-size: 1.1rem;
  }

  .banner-slider {
    padding-top: 120px;
  }
}
*/

.bg-dark.theme-bg {
  background-color: #097b6e !important;
}

.hover-card-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.hover-card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-card-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hover-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hover-card-wrapper:hover .hover-card-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hover-card-wrapper:hover .hover-card-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.hover-card-text {
  text-align: center;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}

.hover-card-text h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  color: #fff;
}

.hover-card-text h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ccc;
}

.hover-card-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #eee;
  margin-bottom: 0;
}

/* Start Tour PAckages Card */
.package-card {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.package-card .package-card-img-wrap {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.package-card .package-card-img-wrap .card-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  height: 250px;
}

.package-card .package-card-img-wrap .card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(89deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
  background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.package-card:hover .package-card-img-wrap .card-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.package-card .package-card-img-wrap .card-img img {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.package-card .package-card-img-wrap .card-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}

.package-card:hover .package-card-img-wrap .card-img::after {
  height: 200%;
  opacity: 1;
}

.package-card .batch {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
}

.package-card .batch .date {
  color: #FFFFFF;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 10px;
  background-color: #017B6E;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.package-card .batch .location {
  background-color: #FFFFFF;
  border: 1px solid rgba(99, 171, 69, 0.5);
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  border-radius: 5px;
}

.package-card .batch .location svg {
  fill: #017B6E;
}

.package-card .batch .location .location-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.package-card .batch .location .location-list li:first-child {
  padding-left: 0;
}

.package-card .batch .location .location-list li {
  position: relative;
  line-height: 1;
  padding-left: 14px;
}

.package-card .batch .location .location-list li:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #888888;
  font-size: 12px;
}

.package-card .batch .location .location-list li a {
  color: #100C08;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.package-card .batch .location .location-list li a:hover {
  color: #017B6E;
}

.package-card .package-card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.package-card .package-card-content .card-content-top {
  padding: 25px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.package-card .package-card-content .card-content-top h5 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.package-card .package-card-content .card-content-top h5 a {
  color: #100C08;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.package-card .package-card-content .card-content-top h5 a:hover {
  color: #017B6E;
}

.package-card .package-card-content .card-content-top .location-area {
  position: relative;
  height: 18px;
  overflow: hidden;
}

.package-card .package-card-content .card-content-top .location-area .location-list {
  position: absolute;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 8s linear infinite;
  transition: -webkit-transform 8s linear infinite;
  -o-transition: transform 8s linear infinite;
  transition: transform 8s linear infinite;
  transition: transform 8s linear infinite, -webkit-transform 8s linear infinite; /* Consider using CSS variables for animation duration if it needs to be dynamic */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-animation: scrollText 30s linear infinite;
          animation: scrollText 30s linear infinite;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.package-card .package-card-content .card-content-top .location-area:hover .location-list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.package-card .package-card-content .card-content-top .location-area .location-list li {
  line-height: 1;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.package-card .package-card-content .card-content-top .location-area .location-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #888888;
  font-size: 10px;
}

.package-card .package-card-content .card-content-top .location-area .location-list li a {
  color: #888888;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.package-card .package-card-content .card-content-top .location-area .location-list li a:hover {
  color: #017B6E;
}

.package-card .package-card-content .card-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(16, 12, 8, 0.2);
  margin-top: auto;
}

.package-card .package-card-content .card-content-bottom .price-area {
  line-height: 1;
}

.package-card .package-card-content .card-content-bottom .price-area h6 {
  color: #333333;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.package-card .package-card-content .card-content-bottom .price-area span {
  color: #017B6E;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
}

.package-card .package-card-content .card-content-bottom .price-area span del {
  color: rgba(16, 12, 8, 0.5);
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}

.package-card .package-card-content .card-content-bottom .price-area p {
  color: #888888;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.primary-btn2 {
  border-radius: 5px !important;
  background-color: #017B6E !important;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF !important;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  line-height: 1 !important;
  padding: 11px 16px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  white-space: nowrap;
  text-decoration: none;
}

.primary-btn2 svg {
  fill: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.primary-btn2::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0A1019;
  -webkit-transform: skewX(45deg) scale(0, 1);
      -ms-transform: skewX(45deg) scale(0, 1);
          transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.primary-btn2:hover {
  color: #FFFFFF;
  background-color: #017B6E;
}

.primary-btn2:hover::after {
  -webkit-transform: skewX(45deg) scale(1, 1);
      -ms-transform: skewX(45deg) scale(1, 1);
          transform: skewX(45deg) scale(1, 1);
}

.primary-btn2:hover svg {
  fill: #FFFFFF;
}

.package-card .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e6f2ff;
  border: 1px solid #cce0f0;
}

.package-card .service-icon .png-icon {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.package-card .package-service-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .package-card .package-card-content .card-content-top h5 a {
    font-size: 20px;
  }

  .package-card .package-card-content .card-content-bottom .price-area span {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .package-card {
    padding: 15px;
  }

  .package-card .package-card-img-wrap .card-img {
    height: 220px;
  }

  .package-card .package-card-content .card-content-top {
    padding: 20px 0;
  }

  .package-card .package-card-content .card-content-top h5 a {
    font-size: 18px;
  }

  .package-card .package-card-content .card-content-bottom .price-area span {
    font-size: 22px;
  }

  .primary-btn2 {
    font-size: 13px;
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {
  .package-card {
    margin-bottom: 20px;
  }

  .package-card .package-card-img-wrap .card-img {
    height: 250px;
  }

  .package-card .package-card-content .card-content-top h5 a {
    font-size: 20px;
  }

  .package-card .package-card-content .card-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .primary-btn2 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .package-card {
    padding: 15px;
  }

  .package-card .package-card-img-wrap .card-img {
    height: 200px;
  }

  .package-card .batch .date,
  .package-card .batch .location {
    font-size: 11px;
    padding: 6px 8px;
  }

  .package-card .package-card-content .card-content-top h5 a {
    font-size: 18px;
  }

  .package-card .package-card-content .card-content-bottom .price-area span {
    font-size: 20px;
  }
}

.package-card .a:visited {
  color: #ffffff !important;
}

---

/* Single Tour Packages */
.tour-single-page {
  padding-bottom: 50px;
  background-color: #f8f9fa;
}

.tour-content-wrapper {
  margin-top: 30px;
}

.tour-hero-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.tour-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.tour-hero-content {
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 auto;
}

.tour-hero-content .tour-title {
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.tour-hero-content .tour-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.tour-hero-content .tour-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
}

.tour-hero-content .tour-meta span i {
  margin-right: 5px;
  color: #ffffff;
}

.main-content-area {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-area {
  padding-left: 20px;
}

.tour-gallery {
  margin-bottom: 40px;
}

.tour-gallery .tour-gallery-thumb {
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-gallery .tour-gallery-thumb:hover {
  border-color: #017B6E;
  -webkit-box-shadow: 0px 0px 8px rgba(1, 123, 110, 0.5);
          box-shadow: 0px 0px 8px rgba(1, 123, 110, 0.5);
}

.tour-section {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.tour-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.tour-section h2 {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #100C08;
  margin-bottom: 20px;
  position: relative;
}

.tour-section h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #017B6E;
  margin-top: 10px;
}

.tour-section p,
.tour-section ul,
.tour-section ol,
.tour-section .detailed-description-content,
.tour-section .day-description-content,
.tour-section .not-included-content,
.tour-section .post-description-content {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.tour-section ul,
.tour-section ol {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0.4rem;
}

.tour-section .detailed-description-content p,
.tour-section .day-description-content p,
.tour-section .not-included-content p,
.tour-section .post-description-content p {
  margin-bottom: 15px;
}

.itinerary-list {
  margin-top: 20px;
}

.itinerary-item:last-child {
  margin-bottom: 0;
}

.itinerary-item h3 {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #100C08;
  margin-bottom: 10px;
  line-height: 1.3;
}

.included-services-list {
  list-style: none;
  padding-left: 0;
}

.included-services-list li {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  margin-bottom: 10px;
}

.included-services-list li i {
  color: #017B6E;
  margin-right: 10px;
}

.not-included-content ul {
  list-style: none;
  padding-left: 0;
}

.not-included-content li {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  margin-bottom: 10px;
}

.not-included-content li::before {
  font-family: "bootstrap-icons";
  content: "\F622";
  color: #e74c3c;
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.booking-sidebar,
.contact-widget {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.widget-title {
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #100C08;
  margin-bottom: 20px;
  border-bottom: 2px solid #017B6E;
  padding-bottom: 10px;
}

.booking-form .form-group {
  margin-bottom: 15px;
}

.booking-form label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form input[type="date"],
.booking-form input[type="number"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #555;
}

.booking-form .price-display {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.booking-form .price-display h4 {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.booking-form .price-display .price-value {
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #017B6E;
  display: inline-block;
  margin-right: 10px;
}

.booking-form .price-display .original-price-value {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
  display: inline-block;
}

.booking-form .price-display .tax-info {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.booking-form .primary-btn2 {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 15px;
}

.contact-widget p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.contact-widget p i {
  margin-right: 8px;
  color: #017B6E;
}

.alert.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.btn.btn-primary {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  text-decoration: none;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Intery section */
.tour-included-features .single-tour-service-icon:hover {
  background-color: #e0f0ed;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.tour-included-features .single-tour-service-icon img {
  max-width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.tour-included-features .single-tour-service-icon p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #017B6E;
  margin-bottom: 0;
}

---

/* Itinerary Section Styling */
.tour-itinerary {
  margin-bottom: 30px;
}

.itinerary-list .card {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.itinerary-list .card-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.itinerary-list .card-header h3 {
  margin-bottom: 0;
}

.itinerary-list .card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  background-color: transparent;
  border: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.itinerary-list .card-header button:not(.collapsed) {
  background-color: #017B6E;
  color: #fff;
}

.itinerary-list .card-header button:hover {
  background-color: rgba(1, 123, 110, 0.1);
  color: #017B6E;
}

.itinerary-list .card-header button:not(.collapsed):hover {
  background-color: #017B6E;
  color: #fff;
}

.itinerary-list .card-header button .toggle-icon {
  font-size: 0.9em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}

.itinerary-list .card-header button.collapsed .toggle-icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.itinerary-list .card-header button:not(.collapsed) .toggle-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.itinerary-list .card-body {
  padding: 20px;
  background-color: #fff;
  line-height: 1.7;
  color: #555;
  border-top: 1px solid #eee;
}

.itinerary-list .card-body p {
  margin-bottom: 10px;
}

.itinerary-list .card-body ul,
.itinerary-list .card-body ol {
  margin-bottom: 10px;
  padding-left: 20px;
}

.itinerary-list .card-body ul li,
.itinerary-list .card-body ol li {
  margin-bottom: 5px;
}

---

/* Inclusions/Exclusions */
.included-services-list {
  list-style: none;
  padding-left: 0;
}

.included-services-list li {
  margin-bottom: 10px;
  color: #555;
  font-size: 1rem;
}

.included-services-list li i {
  color: #017B6E;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .tour-hero-content .tour-title {
    font-size: 40px;
  }

  .tour-hero-content .tour-tagline {
    font-size: 18px;
  }

  .main-content-area {
    padding: 20px;
    margin-bottom: 30px;
  }

  .sidebar-area {
    padding-left: 0;
  }

  .tour-gallery .col-lg-3,
  .tour-gallery .col-md-4,
  .tour-gallery .col-sm-6,
  .tour-gallery .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .tour-gallery .tour-gallery-thumb {
    height: 140px;
  }

  .tour-inclusions-exclusions .col-lg-6 {
    margin-bottom: 30px;
  }

  .tour-inclusions-exclusions .col-lg-6:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tour-hero-section {
    height: 350px;
  }

  .tour-hero-content .tour-title {
    font-size: 32px;
  }

  .tour-hero-content .tour-tagline {
    font-size: 16px;
  }

  .tour-hero-content .tour-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .tour-section h2 {
    font-size: 20px;
  }

  .tour-section p,
  .tour-section ul,
  .tour-section ol,
  .tour-section .detailed-description-content,
  .tour-section .day-description-content,
  .tour-section .not-included-content,
  .tour-section .post-description-content {
    font-size: 15px;
  }

  .tour-gallery .col-6,
  .tour-gallery .col-md-4,
  .tour-gallery .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .tour-gallery .tour-gallery-thumb {
    height: 160px;
  }
}

@media (max-width: 575px) {
  .tour-hero-section {
    height: 300px;
  }

  .tour-hero-content .tour-title {
    font-size: 28px;
  }

  .tour-hero-content .tour-tagline {
    font-size: 14px;
  }

  .main-content-area,
  .booking-sidebar,
  .contact-widget {
    padding: 15px;
    border-radius: 5px;
  }

  .tour-section h2 {
    font-size: 18px;
  }

  .tour-gallery .col-6,
  .tour-gallery .col-md-4,
  .tour-gallery .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .tour-gallery .tour-gallery-thumb {
    height: 200px;
  }
}

.elementor-element.whychhose-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  color: #100C08;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.elementor-element.whychhose-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #017B6E;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  z-index: -1;
}

.elementor-element.whychhose-card .elementor-icon-list-icon {
  padding: 15px !important;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 0.8rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.elementor-element.whychhose-card .elementor-icon-list-icon svg {
  margin-right: 0 !important;
  fill: currentColor;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.elementor-element.whychhose-card:hover {
  color: #ffffff;
  background-color: transparent;
}

.elementor-element.whychhose-card:hover::before {
  left: 0;
}

.elementor-element.whychhose-card:hover .elementor-icon-list-icon {
  background-color: #ffffff;
}

.elementor-element.whychhose-card:hover .elementor-icon-list-icon svg {
  fill: #017B6E !important;
}

.elementor-element.whychhose-card:hover .elementor-icon-list-text {
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  color: #ffffff !important;
}

.whychoose-img {
  position: relative;
  -webkit-mask-image: url('../images/home2-about-img-bg-vector.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}

.whychoose-img .elementor-widget-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 12, 8, 0.3);
  z-index: 1;
}

/* Testimonial */
.testimonial-splide {
  position: relative;
}

.testimonial-splide .testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px;
}

.testimonial-splide .testimonial-quote-box {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.testimonial-splide .testimonial-quote-box::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  border-bottom-right-radius: 5px;
}

.testimonial-splide .testimonial-quote {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
  position: relative;
  color: #333;
}

.testimonial-splide .testimonial-quote-box::after {
  content: "\201D";
  font-family: 'Bootstrap Icons';
  font-size: 8rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.testimonial-splide .testimonial-stars {
  color: #FFC107;
  font-size: 1.3rem;
  margin-top: 10px;
}

.testimonial-splide .testimonial-stars .bi-star-fill {
  margin: 0 2px;
}

.testimonial-splide .testimonial-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.testimonial-splide .author-avatar {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.testimonial-splide .author-details {
  text-align: center;
}

.testimonial-splide .author-name {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.testimonial-splide .author-title {
  font-size: 0.95rem;
  color: #ccc;
}

.testimonial-splide .custom-splide-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -107px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonial-splide .splide__arrow {
  background-color: transparent;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.testimonial-splide .splide__arrow:hover {
  background-color: #fbb03b;
  color: #fff;
}

.testimonial-splide .splide__arrow--prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}

.testimonial-splide .splide__arrow--next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.testimonial-splide .splide__arrow svg {
  display: none;
}

@media (max-width: 768px) {
  .testimonial-splide .testimonial-quote-box {
    padding: 30px 20px;
  }

  .testimonial-splide .testimonial-quote {
    font-size: 1.1rem;
  }

  .testimonial-splide .testimonial-quote-box::after {
    font-size: 6rem;
    right: 15px;
  }

  .testimonial-splide .author-avatar {
    width: 70px;
    height: 70px;
  }

  .testimonial-splide .author-name {
    font-size: 1.1rem;
  }

  .testimonial-splide .author-title {
    font-size: 0.85rem;
  }

  .testimonial-splide .splide__arrow {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .testimonial-splide .testimonial-card {
    padding: 20px 10px;
  }

  .testimonial-splide .testimonial-quote-box {
    padding: 25px 15px;
  }

  .testimonial-splide .testimonial-quote {
    font-size: 1rem;
  }

  .testimonial-splide .testimonial-quote-box::after {
    font-size: 5rem;
    right: 10px;
  }

  .testimonial-splide .splide__arrow {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

/* Home Page Blog Section */
/* Base Blog Card Styles */
.blog-card.style-2 {
  background-color: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-card .blog-card-img-wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog-card .blog-card-img-wrap .card-img {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog-card .blog-card-img-wrap .card-img img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    object-fit: cover;
}

.blog-card:hover .blog-card-img-wrap .card-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-card .blog-card-img-wrap .card-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  -webkit-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}

.blog-card:hover .blog-card-img-wrap .card-img::after {
  height: 200%;
}

.blog-card.style-2 .blog-card-img-wrap .date {
  background-color: #017B6E;
}

.blog-card .blog-card-img-wrap .date {
  position: absolute;
  top: 13px;
  left: 13px;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(16, 12, 8, 0.4);
  -webkit-backdrop-filter: blur(1.7px);
          backdrop-filter: blur(1.7px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card:hover .blog-card-img-wrap .date {
  background-color: rgba(16, 12, 8, 0.6);
}

.blog-card.style-2 .blog-card-img-wrap .date span {
  font-size: 12px;
}

.blog-card .blog-card-img-wrap .date span {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.22px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.blog-card.style-2 .blog-card-img-wrap .date span strong {
  font-size: 22px;
}

.blog-card .blog-card-img-wrap .date span strong {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.blog-card.style-2 .blog-card-content {
  max-width: 500px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  position: relative;
  margin-top: -65px;
  z-index: 9;
}

.blog-card .blog-card-content {
  padding: 30px 20px;
}

.blog-card.style-2 .blog-card-content ul {
  margin-bottom: 15px;
}

.blog-card .blog-card-content .blog-card-content-top>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.blog-card .blog-card-content .blog-card-content-top>ul li {
  position: relative;
  color: rgba(16, 12, 8, 0.5);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  text-transform: capitalize;
}

.blog-card .blog-card-content .blog-card-content-top>ul li:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(16, 12, 8, 0.5);
}

.blog-card .blog-card-content .blog-card-content-top>ul li a {
  color: rgba(16, 12, 8, 0.5);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-card .blog-card-content .blog-card-content-top>ul li a:hover {
  color: #017B6E;
  text-decoration: underline;
}

.blog-card .blog-card-content h5 {
  margin-bottom: 25px;
}

.blog-card .blog-card-content h5 a {
  color: #000000;
  font-family: 'Jost', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.23px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.blog-card .blog-card-content h5 a:hover {
  color: #017B6E;
}

/* Bottom Area (View Post and Read Time) */
.blog-card .blog-card-content .bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.blog-card .blog-card-content .bottom-area>a {
  color: #017B6E;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-card .blog-card-content .bottom-area>a:hover {
  color: #000000;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.blog-card .blog-card-content .bottom-area>a svg path {
  stroke: #017B6E;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-card .blog-card-content .bottom-area>a:hover svg path {
  stroke: #000000;
}

.blog-card .blog-card-content .bottom-area>span {
  color: rgba(16, 12, 8, 0.5);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.blog-card .blog-card-content .bottom-area>span svg {
  fill: rgba(16, 12, 8, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .blog-card.style-2 .blog-card-content {
    margin-top: -50px;
  }

  .blog-card .blog-card-content {
    padding: 25px 15px;
  }

  .blog-card .blog-card-content h5 a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-card.style-2 {
    margin-bottom: 20px;
  }

  .blog-card .blog-card-img-wrap .date {
    width: 55px;
    height: 55px;
    top: 10px;
    left: 10px;
  }

  .blog-card.style-2 .blog-card-img-wrap .date span strong {
    font-size: 18px;
  }

  .blog-card .blog-card-img-wrap .date span {
    font-size: 10px;
  }

  .blog-card.style-2 .blog-card-content {
    margin-top: -40px;
  }

  .blog-card .blog-card-content {
    padding: 20px 15px;
  }

  .blog-card .blog-card-content .blog-card-content-top>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }

  .blog-card .blog-card-content .blog-card-content-top>ul li:not(:last-child)::after {
    display: none;
  }

  .blog-card .blog-card-content h5 a {
    font-size: 18px;
    line-height: 1.3;
  }

  .blog-card .blog-card-content .bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 575.98px) {
  .blog-card.style-2 .blog-card-content {
    margin-top: -30px;
  }

  .blog-card .blog-card-content {
    padding: 15px;
  }

  .blog-card .blog-card-content h5 a {
    font-size: 16px;
  }
}

#main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 99vw !important;
  height: auto;
  background: #2f343c;
  margin-top: 200px;
  padding-bottom: 50px;
}

#main-footer .container.p-4 {
  background: #f8f8f8;
  border-radius: 20px;
  margin-top: -200px;
  overflow: hidden;
  max-width: 1200px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.14);
  border: 1px solid #e0e0e0;
  position: relative;
}

#main-footer .container.p-4 .footer-widget h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #017b6e;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

#main-footer .container.p-4 .footer-widget ul {
  padding-left: 0 !important;
  list-style: none;
  margin-left: 0.8rem !important;
}

#main-footer .container.p-4 .footer-widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: 1.3px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: none;
}

#main-footer .container.p-4 .footer-widget ul li a:hover {
  color: #017B6E;
}

#main-footer .container.p-4 .footer-widget p {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: 1.3px;
}

#main-footer .container.p-4 .footer-widget ul.wp-block-social-links {
  list-style: none;
  margin-top: 1rem;
}

#main-footer .container.p-4 .footer-widget ul.wp-block-social-links li {
  margin-bottom: 8px;
}

#main-footer .container.p-4 .footer-widget ul.wp-block-social-links li a {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.3px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-footer .container.p-4 .footer-widget ul.wp-block-social-links li a:hover svg {
  fill: #017B6E;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#main-footer .footer-col-4 .wp-block-gallery .wp-block-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 32.5%;
          flex: 1 0 32.5%;
  max-width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main-footer .footer-col-4 .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

#main-footer .footer-col-4 .wp-block-gallery .wp-block-image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#main-footer .footer-col-4 .wp-block-gallery .wp-block-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#main-footer .footer-col-4 .wp-block-gallery .wp-block-image figcaption.wp-element-caption {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 2;
}

#main-footer .footer-bottem .Footer_footerLogo__D9q70 img.custom-logo {
  width: 250px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 0 auto;
  padding-bottom: 1rem;
}

#main-footer .footer-bottem .Footer_mediaIcons__m9GDA a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-right: 0.5rem;
}

#main-footer .footer-bottem .Footer_mediaIcons__m9GDA a i {
  width: 20px;
  height: 20px;
}

#main-footer .footer-bottem .Footer_mediaIcons__m9GDA a:hover {
  color: #017B6E;
}

@media (max-width: 1366px) {
  #main-footer .container.p-4 {
    max-width: 1100px;
  }

  #main-footer .container.p-4 .footer-widget h4 {
    font-size: 1.15rem;
  }

  #main-footer .container.p-4 .footer-widget ul li a,
  #main-footer .container.p-4 .footer-widget p {
    font-size: 0.88rem;
  }
}

@media (max-width: 1024px) {
  #main-footer .container.p-4 {
    max-width: 960px;
    margin-top: -150px;
  }

  #main-footer .container.p-4 .footer-widget h4 {
    font-size: 1.1rem;
  }

  #main-footer .container.p-4 .footer-widget ul li a,
  #main-footer .container.p-4 .footer-widget p {
    font-size: 0.85rem;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image {
    max-width: 75px;
    height: 75px;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image img {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 992px) {
  #main-footer .container.p-4 {
    max-width: 720px;
    margin-top: -100px;
  }

  #main-footer .container.p-4 .row .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem;
  }

  #main-footer .container.p-4 .footer-widget h4 {
    font-size: 1.05rem;
  }

  #main-footer .container.p-4 .footer-widget ul li a,
  #main-footer .container.p-4 .footer-widget p {
    font-size: 0.8rem;
  }

  #main-footer .footer-bottem .Footer_footerLogo__D9q70 img.custom-logo {
    width: 50px;
    height: 50px;
  }

  #main-footer .footer-bottem .Footer_mediaIcons__m9GDA a {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  #main-footer {
    margin-top: 100px;
  }

  #main-footer .container.p-4 {
    margin-top: -50px;
    border-radius: 15px;
  }

  #main-footer .container.p-4 .row .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  #main-footer .container.p-4 .footer-widget ul {
    text-align: center;
  }

  #main-footer .container.p-4 .footer-widget h4,
  #main-footer .container.p-4 .footer-widget p {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #main-footer .container.p-4 .footer-widget ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #main-footer .footer-col-4 .wp-block-gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    max-width: 90px;
    height: 90px;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 576px) {
  #main-footer {
    padding-bottom: 30px;
  }

  #main-footer .container.p-4 {
    margin-top: -30px;
    padding: 20px;
    border-radius: 15px;
  }

  #main-footer .container.p-4 .footer-widget h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  #main-footer .container.p-4 .footer-widget ul li a,
  #main-footer .container.p-4 .footer-widget p {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  #main-footer .footer-bottem .Footer_copyRightText__5fSzW,
  #main-footer .footer-bottem .Footer_caption__V8MMx {
    font-size: 0.75rem;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
    max-width: 80px;
    height: 80px;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image img {
    width: 80px;
    height: 80px;
  }

  #main-footer .footer-bottem .Footer_mediaIcons__m9GDA a {
    font-size: 1.1rem;
    margin-right: 0.4rem;
  }
}

@media (max-width: 481px) {
  #main-footer {
    margin-top: 50px;
    padding-bottom: 20px;
  }

  #main-footer .container.p-4 {
    margin-top: -20px;
    border-radius: 10px;
    padding: 15px;
  }

  #main-footer .container.p-4 .footer-widget h4 {
    font-size: 0.95rem;
  }

  #main-footer .container.p-4 .footer-widget ul li a,
  #main-footer .container.p-4 .footer-widget p {
    font-size: 0.75rem;
    letter-spacing: 0.8px;
  }

  #main-footer .footer-bottem .Footer_copyRightText__5fSzW,
  #main-footer .footer-bottem .Footer_caption__V8MMx {
    font-size: 0.7rem;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    max-width: 70px;
    height: 70px;
  }

  #main-footer .footer-col-4 .wp-block-gallery .wp-block-image img {
    width: 70px;
    height: 70px;
  }

  #main-footer .footer-bottem .Footer_mediaIcons__m9GDA a {
    font-size: 1rem;
    margin-right: 0.3rem;
  }
}

#tourCategoryTabsContent .tab-pane {
  display: block;
  width: 100%;
  min-height: 0;
  max-height: 500px;
  overflow: hidden;
  padding: 0;
}

.tab-pane {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.tab-pane.show.active {
  opacity: 1;
  visibility: visible;
}

.tour-packages-row {
  margin-bottom: 0;
}

.package-card {
  margin-bottom: 0;
}

.tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.package-card-img-wrap {
  height: 300px;
  overflow: hidden;
}

.whychhose-card .elementor-icon-list-text p {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}

.single-cab-page {
  padding: 20px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cab-single-banner {
  background-image: url('../../../wp-content/uploads/2025/06/inner-banner-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.cab-single-banner::before {
  content: '';
  background-color: #000000c2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cab-single-banner .container {
  position: relative;
  z-index: 3;
}

.cab-single-banner .container h1 {
  font-family: "Jost", Sans-serif;
  font-size: 3.3em;
  font-weight: 900;
  color: #FFFFFF;
}

.cab-details-article {
  margin-bottom: 30px;
}

.cab-details-header {
  text-align: center;
  margin-bottom: 25px;
}

.cab-details-image-wrapper {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.single-cab-featured-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 0 auto !important;
}

.cab-details-title {
  font-size: 2.5em;
  color: #333;
  margin-top: 15px;
  margin-bottom: 0;
  margin: 0 auto;
}

.cab-details-content {
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.cab-details-content p {
  margin-bottom: 1em;
}

.cab-details-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-left: 0 !important;
}

.cab-details-content ul li {
  background-color: #017b6e0d;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-left: 5px solid #017b6e;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cab-details-content ul li strong {
  color: #017b6e;
  min-width: 150px;
  display: inline-block;
}

.cab-details-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .single-cab-page {
    padding: 15px;
  }

  .cab-details-title {
    font-size: 2em;
  }

  .cab-details-content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cab-details-content ul li strong {
    margin-bottom: 5px;
    min-width: unset;
  }
}

.contact-page .single-contact {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.contact-page .single-contact:first-child {
  margin-top: 0;
}

.contact-page .single-contact .title {
  line-height: 1;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -8px;
  padding: 0 15px;
}

.contact-page .single-contact .title h6 {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.contact-page .single-contact .icon {
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  border-radius: 50px;
  background-color: #017B6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-page .single-contact .icon svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

.contact-page .single-contact .content {
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-page .single-contact .content h6 {
  margin-bottom: 5px;
}

.contact-page .single-contact .content h6:last-child {
  margin-bottom: 0;
}

.contact-page .single-contact .content h6 a,
.contact-page .single-contact .content h6 span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  display: block;
}

.contact-page .single-contact .content h6 a:hover {
  color: #017B6E;
}

@media (max-width: 767.98px) {
  .contact-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px;
  }

  .contact-page .single-contact {
    padding: 20px 20px;
  }

  .contact-page .single-contact .title {
    left: 15px;
    padding: 0 10px;
  }
}

@media (max-width: 479.98px) {
  .contact-page .single-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-top: 40px;
  }

  .contact-page .single-contact .icon {
    margin-bottom: 10px;
  }

  .contact-page .single-contact .title {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .contact-page .single-contact .content h6 {
    font-size: 15px;
  }
}

#cabContactForm #cabEnquiry input {
  margin: 0 !important;
}

.contact-form {
  padding: 2rem;
  background-color: #f8f8f8;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.contact-form label {
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.single-contact .icon i {
  color: #ffffff !important;
}

.noUi-connect {
  background-color: #017b6e !important;
}

.hotel-filter-container .hotel-filter-form .form-control,
.hotel-filter-container .hotel-filter-form .form-select {
  height: calc(2.5em + .75rem + 2px);
}

.hotel-filter-container #price-range-slider {
  margin-bottom: 20px;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
}

.hotel-filter-container .price-min-display,
.hotel-filter-container .price-max-display {
  font-weight: bold;
  color: #333;
}

.hotel-filter-container .loading-indicator {
  text-align: center;
  padding: 30px;
  font-size: 1.2em;
  color: #666;
}

.hotel-filter-container .pagination {
  margin-top: 30px;
  text-align: center;
}

.hotel-filter-container .pagination a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #0073aa;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hotel-filter-container .pagination a.current,
.hotel-filter-container .pagination a:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.hotel-filter-container .hotel-results-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hotel-filter-container .primary-btn2 {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.hotel-filter-container .primary-btn2:hover {
  background-color: #005177;
}

.hotel-filter-container .package-card .batch .date .bi {
  color: gold;
  font-size: 1em;
  margin-left: 5px;
}

.single-hotel-list {
  color: #000;
}

.single-hotel-list h1,
.single-hotel-list h2,
.single-hotel-list h3,
.single-hotel-list h4,
.single-hotel-list h5,
.single-hotel-list h6 {
  color: #017B6E;
}

.single-hotel-list .site-main {
  padding-top: 0;
}

.single-hotel-list section h2,
.single-hotel-list section h3,
.single-hotel-list aside .card-title {
  color: #017B6E;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.single-hotel-list aside .card-title {
  font-size: 1.5rem;
  border-bottom: none;
  padding-bottom: 0;
}

.single-hotel-list .hotel-meta .stars .bi-star-fill {
  color: #ffc107;
}

.single-hotel-list #hotelGalleryCarousel .carousel-item img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-hotel-list #hotelGalleryCarousel .carousel-indicators button {
  background-color: #017B6E;
  height: 5px;
  margin: 0 5px;
  width: 30px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.single-hotel-list #hotelGalleryCarousel .carousel-indicators button.active {
  opacity: 1;
}

.single-hotel-list .hotel-amenities ul.list-unstyled li {
  font-size: 1.1rem;
  line-height: 1.8;
}

.single-hotel-list .hotel-amenities ul.list-unstyled li .bi {
  font-size: 1.2em;
}

.single-hotel-list .hotel-room-types .card {
  border: 1px solid #e9ecef;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.single-hotel-list .hotel-room-types .card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.single-hotel-list .hotel-room-types .card-img-top {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-hotel-list .hotel-room-types .card-body {
  padding: 1.5rem;
}

.single-hotel-list .hotel-room-types .card-title {
  font-size: 1.5rem;
  color: #017B6E;
  margin-bottom: 0.75rem;
}

.single-hotel-list .hotel-times .lead .bi {
  font-size: 1.3em;
  color: #017B6E;
}

.single-hotel-list .nearby-attractions .list-group-item {
  font-size: 1.1rem;
  border-color: #f8f9fa;
}

.single-hotel-list .nearby-attractions .list-group-item:last-child {
  border-bottom: none;
}

.single-hotel-list .nearby-attractions .list-group-item .bi {
  color: #017B6E;
}

.single-hotel-list .sidebar-details .card {
  border: none;
  border-radius: 0.5rem;
}

.single-hotel-list .sidebar-details .card-title {
  color: #017B6E;
  font-weight: bold;
}

.single-hotel-list .primary-btn2 {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
  border: none;
}

.single-hotel-list .primary-btn2:hover {
  background-color: #005177;
  color: #fff;
}

.single-hotel-list .recent-posts-list .recent-post-item {
  border-color: #f0f0f0 !important;
}

.single-hotel-list .recent-posts-list .recent-post-item:last-child {
  border-bottom: none !important;
}

.single-hotel-list .recent-posts-list .recent-post-item h6 a {
  color: #017B6E !important;
  font-weight: bold;
}

.single-hotel-list .recent-posts-list .recent-post-item .text-warning {
  color: #ffc107 !important;
}

.allpackages {
  width: 100% !important;
  max-width: 1330px important;
}

.slider-overlay {
  min-height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}

.splide__arrow {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.splide__arrow:hover {
  opacity: 1;
  background: #017B6E;
}

.splide__arrow svg {
  fill: #ffffff;
}

.splide__pagination {
  bottom: 20px;
  z-index: 5;
}

.splide__pagination__page {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}


.splide__pagination__page.is-active {
  background: #017B6E;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* Customizer Code */

.banner-slider-container {
  position: relative !important;
  min-height: 70vh !important;
}

.search-form-overlay {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 10;
  top: 50%;
}

.search-bar-wrapper {
  background: #ffffff !important;		
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-bar-wrapper .form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
}

.search-bar-wrapper .form-select,
.search-bar-wrapper .form-control {
  border-radius: 5px;
  height: 45px;
  border: 1px solid #ced4da;
}

.search-bar-wrapper .btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: white;
  font-weight: bold;
  height: 45px;
}

.search-bar-wrapper .btn-success:hover {
  background-color: #45a049;
  border-color: #45a049;
}

.search-bar-wrapper .form-label i {
  font-size: 1.2em;
}

#tour-price-range-slider{
	margin: 0 1rem;
}

.banner-slider-container {
  height: 70vh;
  position: relative;
  width: 95%;
  border-radius: 20px;
  overflow: hidden;
  min-width: 70vh;
}

.splide.banner-slider {
  height: 100%;
  width: 100%;
}

.banner-slider-container {
  height: 70vh;
  position: relative;
  width: 95%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 70vh;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-slider-container .splide__slide {
  height: 70vh;
}

.banner-slider-container .search-form-overlay {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 60%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  transform: translate(-50%, -50%);
  z-index: 10;
}


.banner-slider-container .search-form-overlay .container {
  position: relative;
}

.banner-slider-container .search-form-overlay .container #search-results-dropdown {
  position: absolute;
  top: 40px;
  left: 11px;
  z-index: 10000;
  width: 88%;
}

.banner-slider-container .search-form-overlay .container #mainSearchInput {
  padding: 0.9rem 1.4rem;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.3;
  color: #017b6e;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.banner-slider-container .search-form {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.banner-slider-container .search-form .col-12 {
  margin: 0 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-slider-container .search-form .col-12 input:focus,
.banner-slider-container .search-form .col-12 input:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

@media screen and (max-width: 1366px) {
  .banner-slider-container .search-form-overlay {
    width: 95%;
    left: 18%;
  }
}

@media screen and (max-width: 1024px) {
  .banner-slider-container {
    height: 70vh;
    min-height: 70vh;
  }

  .banner-slider-container .splide__slide {
    height: 60vh;
  }

  .banner-slider-container .search-form-overlay {
    width: 70%;
    left: 15%;
    top: 40%;
  }

  .banner-slider-container .search-form-overlay .container #mainSearchInput {
    font-size: 1rem;
  }
}

@media screen and (max-width: 922px) {
  .banner-slider-container .search-form-overlay {
    width: 80%;
    left: 10%;
    top: 38%;
  }
}

@media screen and (max-width: 768px) {
  .banner-slider-container {
    height: 70vh;
    min-height: 70vh;
  }

  .banner-slider-container .splide__slide {
    height: 70vh;
  }

  .banner-slider-container .search-form-overlay {
    width: 90%;
    left: 5%;
    top: 36%;
  }

  .banner-slider-container .search-form-overlay .container #mainSearchInput {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}

@media screen and (max-width: 576px) {
  .banner-slider-container {
    height: 70vh;
    min-height: 70vh;
  }

  .banner-slider-container .splide__slide {
    height: 45vh;
  }

  .banner-slider-container .search-form-overlay {
    top: 35%;
  }

  .banner-slider-container .search-form .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .banner-slider-container .search-form-overlay .container #mainSearchInput {
    width: 100%;
    font-size: 0.95rem;
  }

  .banner-slider-container .search-form button {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .banner-slider-container {
    height: 70vh;
    min-height: 70vh;
  }

  .banner-slider-container .splide__slide {
    height: 70vh;
  }

  .banner-slider-container .search-form-overlay {
    width: 95%;
    left: 2.5%;
    top: 32%;
  }

  .banner-slider-container .search-form-overlay .container #mainSearchInput {
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
  }
}

/* --- Single Post Page Styling --- */
.inner-banner-section {
    position: relative;
    padding: 100px 0;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.inner-banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.inner-banner-section .container {
    position: relative;
    z-index: 2;
}

.inner-banner-section .page-title.single-post-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.inner-banner-section #breadcrumbs {
    color: #f8f9fa;
    font-size: 1rem;
    margin-top: 15px;
}

.inner-banner-section #breadcrumbs a {
    color: #f8f9fa;
    text-decoration: none;
}

.inner-banner-section #breadcrumbs a:hover {
    text-decoration: underline;
}

.single-post-article {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.single-post-article .post-thumbnail img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
}

.single-post-article .entry-meta span {
    font-size: 0.9rem;
    color: #6c757d;
}

.single-post-article .entry-meta i {
    margin-right: 5px;
    color: #007bff;
}

.single-post-article .entry-content p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.single-post-article .tags-links a {
    display: inline-block;
    background-color: #e9ecef;
    color: #495057;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background-color 0.3s ease;
}

.single-post-article .tags-links a:hover {
    background-color: #dee2e6;
}

.sidebar-column {
    
}

.sidebar-column .widget-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-column .recent-posts-list {
    padding-left: 0;
}

.sidebar-column .recent-posts-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e9ecef;
}

.sidebar-column .recent-posts-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-column .recent-posts-list li a {
    display: flex;
    align-items: center;
    color: #343a40;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sidebar-column .recent-posts-list li a:hover {
    color: #007bff;
}

.sidebar-column .recent-posts-list li img {
    border: 1px solid #dee2e6;
    object-fit: cover;
    margin-right: 15px;
}

.sidebar-column .recent-posts-list li small {
    font-size: 0.8rem;
    color: #6c757d;
}

#comments {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

#comments h2.comments-title {
    font-size: 2rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 25px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list li.comment {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f9fa;
}

.comment-list li.comment.parent {
    background-color: #fff;
}

.comment-author.vcard {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author.vcard img.avatar {
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #007bff;
}

.comment-author.vcard .fn {
    font-weight: 600;
    font-size: 1.1rem;
    color: #343a40;
}

.comment-metadata a {
    color: #6c757d;
    font-size: 0.85rem;
    text-decoration: none;
}

.comment-metadata a:hover {
    text-decoration: underline;
}

.comment-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.reply {
    margin-top: 15px;
    font-size: 0.9rem;
}

.reply a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.reply a:hover {
    text-decoration: underline;
}

.comment-list .children {
    list-style: none;
    margin-left: 30px;
    padding-left: 0;
    margin-top: 20px;
    border-left: 3px solid #dee2e6;
    padding-left: 20px;
}

.comment-list .children li.comment {
    margin-top: 20px;
    background-color: #eef2f5;
}

#respond {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

#respond h3#reply-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 20px;
}

#respond p.comment-notes {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 20px;
}

#commentform label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #495057;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

#commentform textarea {
    min-height: 120px;
    resize: vertical;
}

#commentform p.form-submit input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#commentform p.form-submit input[type="submit"]:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .inner-banner-section {
        padding: 80px 0;
        min-height: 250px;
        margin-bottom: 30px;
    }
    .inner-banner-section .page-title.single-post-title {
        font-size: 2.5rem;
    }
    .sidebar-column {
        margin-top: 30px;
    }
    .single-post-article,
    #comments,
    #respond {
        padding: 20px;
    }
    .comment-list .children {
        margin-left: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .inner-banner-section {
        padding: 60px 0;
        min-height: 200px;
        margin-bottom: 20px;
    }
    .inner-banner-section .page-title.single-post-title {
        font-size: 2rem;
    }
    .single-post-article .entry-meta span {
        display: block;
        margin-bottom: 5px;
    }
    .sidebar-column .recent-posts-list li img {
        width: 40px;
        height: 40px;
    }
    #comments h2.comments-title {
        font-size: 1.5rem;
    }
    #respond h3#reply-title {
        font-size: 1.5rem;
    }
}


#tour-price-range-slider{
	margin: 0 1rem;
}


#hotel-results-container .package-card .batch .location{
	display: none !important;
}