/*!
Theme Name: Prime Holidays
Theme URI: http://underscores.me/
Author: Aviva
Author URI: http://green-hub.net
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: primeholiday
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.

Prime Holidays is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-color: #0f0d60;
  --secondary-color: #ee883e;
  --transition-1: all 750ms ease;
  --font-1: "Roboto Flex", serif;
  --bs-accordion-active-bg: #283c902e;
}

body,
html {
  position: relative;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--font-1);
  color: #000;
}

button {
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

a:hover,
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.pointer-none {
  pointer-events: none;
}

.lh-28 {
  line-height: 28px;
}

.custom-gy-1 {
  --bs-gutter-y: 2.2rem;
}

input,
textarea {
  border: 0;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

input:focus {
  border: 0;
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

select {
  border: 0;
}

.container-inner {
  max-width: 1300px;
}

.container-padding {
  padding: 0 40px;
}

.container-medium {
  max-width: 1250px;
}

.container-high {
  max-width: 1400px;
}

.container-header {
  max-width: 1400px;
}

.container-hero {
  max-width: 1550px;
  padding-left: 135px;
}

.container-smaller {
  max-width: 1100px;
}

.container-max {
  max-width: 1920px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.bkg-white {
  background: #fff;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.text-333 {
  color: #333333;
}

.text-222 {
  color: #222;
}

.text-first {
  color: var(--primary-color);
}

.text-second {
  color: var(--secondary-color) !important;
}

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

header .top-notification {
  background: #ededf8;
  padding: 2px 0;
}

header .top-notification .content-noti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 22px;
  font-size: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4c4c4c;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  padding: 5px 0;
}

header .top-notification .content-noti img {
  margin-top: 3px;
}

header .top-notification p {
  margin: 0;
}

.profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.profile-card .text {
  line-height: 19px;
}

.profile-card a {
  display: block;
}

.profile-card .down-text {
  color: #3c3c3c;
}

.profile-card .img img {
  border-radius: 100px;
  width: 60px;
  height: auto;
}

.profile-card .small-text {
  font-size: 12px;
}

header .brand-logo {
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: block;
  background: #fff;
  padding: 22px 4px 16px;
  margin-top: -35px;
  border-radius: 0 0 3px 3px;
  z-index: 9;
  position: relative;
}

header .brand-logo-min {
  min-width: 135px;
}

header .main-navs {
  background: #0f0d60;
}

header .main-navs nav ul {
  -webkit-column-gap: 45px;
  column-gap: 45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

header .main-navs .fa-angle-down {
  font-size: 12px;
}

header .main-navs .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 50px;
}



header .main-navs .nav-items .search-icon {
  margin-left: -10px;
}

header .main-navs .nav-items .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.top-header-new .info-item .text a {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.top-header-new .info-item .text a:hover {
  color: var(--secondary-color);
}



.top-logo-img {
  max-width: 280px;
}

.top-header-sep {
  width: 1px;
  height: 35px;
  background: #ddd;
}

.info-label {
  letter-spacing: 0.5px;
}

.btn-header-book {
  background: var(--secondary-color);
  color: #fff;
  letter-spacing: 0.5px;
  padding: 16px 36px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.btn-header-book:hover {
  background: #ac5a1e;
  color: #fff;
}

.book-now-btn-book-page {
  background: var(--secondary-color) !important;
  color: #fff !important;
  letter-spacing: 0.5px;
  padding: 16px 36px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.book-now-btn-book-page:hover {
  background: #ac5a1e!important;
  color: #fff !important;
}

.fs-12 {
  font-size: 12px !important;
}

header .main-navs .nav-items .button-style-header {
  background: #ee883e;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 25px;
  min-height: 56px;
  margin-top: -4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .main-navs .nav-items .button-style-header:hover {
  background: #ac5a1e;
}

.item-head span {
  transition: var(--transition-1);
}

.profile-card a:hover,
.item-head:hover span {
  color: var(--secondary-color);
}

.welcome {
  position: relative;
  overflow: hidden;
}

.hero {
  padding: 350px 0 0;
  position: relative;
  overflow: hidden;
}

.hero .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-height: 89%;
}

.hero .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.62%, rgba(0, 0, 0, 0.2) 62.5%);
}

.hero .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.inner-hero .bg-img {
  max-height: 100%;
}

.hero.inner-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180.93deg, rgba(255, 255, 255, 0) 25.73%, #000000ad 91.07%);
  left: 0;
  z-index: -1;
  top: 0;
}

.search-bar {
  position: relative;
  z-index: 4;
  border-radius: 5px;
  padding: 4px 10px 4px 16px;
  background: #fff;
  max-width: 850px;
  margin: auto;
}

.search-bar.has-border {
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25098);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25098);
  background: #fff;
}

.search-bar.has-border::before {
  display: none;
}

.search-bar .input {
  height: 100%;
}

.search-bar .input input {
  background: transparent;
  padding: 18px 1px 18px 10px;
  height: 100%;
  color: #222;
  font-weight: 600;
}

.search-bar .input input::-webkit-input-placeholder {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.search-bar .input input:-ms-input-placeholder {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.search-bar .input input::-ms-input-placeholder {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.search-bar .input input::placeholder {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.search-bar .search-btn {
  background: #fff;
  font-weight: 400;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  padding: 9px 20px;
  color: #fff;
  background: var(--secondary-color);
}

.search-bar .search-btn svg,
.search-bar .search-btn i {
  font-size: 22px;
}

.search-bar .search-btn:hover {
  background: var(--secondary-color);
}

.select_wrap {
  position: relative;
}

.select_wrap::before {
  content: "";
  width: 1px;
  height: 70%;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  background: #33333369;
}

.select_wrap p {
  margin: 0;
}

.select_wrap ul {
  margin-bottom: 0;
}

.search-container {
  position: relative;
  -webkit-clip-path: inset(-100vw 0 -100vw 0);
  clip-path: inset(-100vw 0 -100vw 0);
  padding-top: 120px;
}

.search-container .bg-image {
  margin-top: -102px;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}

.search-container .content-search {
  padding: 50px 0;
  max-height: 141px;
}

.search-container .content-search button {
  background: #255270;
  -webkit-box-shadow: 0px 1px 0px 0px #00000026;
  box-shadow: 0px 1px 0px 0px #00000026;
  padding: 12px 20px;
  color: #fff;
  width: 100%;
  max-width: 190px;
  font-size: 17px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.6px;
  border-radius: 5px;
  position: relative;
  z-index: 6;
}

.search-container .content-search button i,
.search-container .content-search button svg {
  font-size: 20px;
}

.search-container .content-search button:hover {
  background: var(--secondary-color);
}

.select_wrap .default_option {
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.select_wrap .default_option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  padding: 8px 0;
  padding-right: 35px;
  padding-left: 25px;
}

.select_wrap .default_option:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 13px;
  color: var(--primary-color);
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 100px;
  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;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.select_wrap .select_ul {
  position: absolute;
  left: 6px;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 9;
  padding: 6px 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  top: 52px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #cfd7d9;
}

.select_wrap .select_ul li {
  padding: 2px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.select_wrap .select_ul li {
  padding: 4px 10px;
}

.select_wrap .select_ul li:hover {
  background: var(--secondary-color);
  color: #fff;
}

.select_wrap .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap.active .default_option:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.content-hero {
  max-width: 780px;
}

.content-hero .owl-stage-outer {
  padding-bottom: 40px;
  padding-right: 20px;
}

.card-act {
  background: #ffffff;
  min-width: 175px;
  padding: 35px 30px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  min-height: 200px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-act .links {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.card-act span {
  text-align: center;
  display: block;
  line-height: 19px;
}

.card-act span img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-act p {
  margin: 0;
  color: #ee883e;
  font-size: 14px;
  font-weight: 500;
}

.card-act .text-main {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  margin-top: 6px;
}

.card-act .text {
  line-height: 24px;
}

.card-act:hover span img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.card-act:hover .text-main {
  color: var(--primary-color);
}

.video-play {
  z-index: auto;
  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;
}

.video-play a {
  height: 50px;
  width: 50px;
  font-size: 15px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  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;
  font-weight: 900;
  line-height: 122px;
  border-radius: 50%;
  color: #fff;
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  z-index: 2;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.video-play a span {
  position: absolute;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 180px;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.video-play a::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #000000b7;
  border-radius: 50%;
  -webkit-animation: pulse5 2s infinite;
  animation: pulse5 2s infinite;
  z-index: -1;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.video-play a:hover {
  color: var(--primary-color);
}

.video-play a:hover::after {
  background: #eee;
}

.video-play a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(79%) saturate(1605%) hue-rotate(339deg) brightness(85%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(26%) sepia(79%) saturate(1605%) hue-rotate(339deg) brightness(85%) contrast(102%);
}

@-webkit-keyframes pulse5 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #a75300;
    box-shadow: 0 0 0 0 #a75300;
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse5 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #a75300;
    box-shadow: 0 0 0 0 #a75300;
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.hero .down-hero {
  padding-top: 120px;
}

.hero .down-hero .top-button button {
  padding: 5px 30px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 2px solid transparent;
}

.hero .down-hero .top-button button.active {
  border-bottom: 2px solid var(--secondary-color);
}

.hero .down-hero .owl-nav {
  margin-top: -170px;
  position: absolute;
  right: 0;
  margin-right: -100px;
}

.hero .down-hero .owl-nav button {
  background: #00000096;
  width: 33px;
  margin: 2px;
  height: 33px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
}

.hero .down-hero .owl-nav button:hover {
  background: #000;
}

.section-title span {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.section-title span::after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
}

.section-title .title {
  text-transform: uppercase;
  color: #0f0d60;
  font-weight: 800;
  font-size: 26px;
}

.card-style-1 .infos .info img {
  width: auto;
}

.card-style-1 .wishlist-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--secondary-color);
  border-radius: 100px;
  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;
  top: 15px;
  left: 15px;
}

.card-style-1 .wishlist-btn img {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.card-style-1 .wishlist-btn:hover {
  background: #ffd7b0;
}

.card-style-1 .img-card-1 {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  position: relative;
}

.card-style-1 .img-card-1 img {
  border-radius: 7px 7px 0 0;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-style-1 .img-card-1 .selling-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--secondary-color);
  padding: 3px 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
}

.card-style-1 .text-card-1 {
  background: #fff;
  border-radius: 0 0 7px 7px;
  position: relative;
  box-shadow: 0px 4px 30px 10px #7972720D;
  border-top: 0;
}

.card-style-1 .text-card-1 ul {
  padding: 22px 30px 0;
}

.card-style-1 .text-card-1 h3 {
  color: #333333;
  padding: 0 30px;
  font-size: 24px;
}

.card-style-1 .text-card-1 .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 6px 30px;
  padding-bottom: 15px;
  /* 	border-bottom: 1px solid rgba(204, 204, 204, 0.4235294118); */
}

.card-style-1 .text-card-1 .infos .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.card-style-1 .text-card-1 .price {
  padding: 15px 30px 18px;
  color: #999999;
  font-size: 16px;
  position: relative;
  padding-top: 30px !important;
}

.card-style-1 .text-card-1 .price span {
  color: #222;
}

.card-style-1 .text-card-1 .price a {
  background: var(--secondary-color);
  color: #fff;
  padding: 0 25px;
  font-size: 14px;
  border-radius: 100px;
}

.card-style-1 .text-card-1 .price a:hover {
  background: #a75300;
}

.card-style-1 .text-card-1 .price::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  margin-top: -20px;
  max-width: 85%;
}

.card-style-1 .img-card-1 a img {
  height: auto;
  /*   -o-object-fit: cover;
     object-fit: cover; */
  width: 100% !important;
}

.card-style-1:hover .img-card-1 img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.card-style-1:hover .text-card-1 h3 {
  color: var(--primary-color);
}

.card-style-1 .arrow {
  position: absolute;
  z-index: 10;
  width: 35px;
  height: 35px;
  bottom: 20px;
  background: var(--secondary-color);
  border-radius: 100px;
  color: #fff;
  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;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}

.card-style-1 .arrow i,
.card-style-1 .arrow svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-style-1 .arrow:hover {
  background: var(--primary-color);
}

.card-style-1 .arrow:hover i,
.card-style-1 .arrow:hover svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.card-style-1:hover .arrow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.star-universal {
  color: #f9c200;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.button-style-1 {
  padding: 10px 10px 10px 35px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  color: var(--secondary-color);
  font-weight: 600;
  background: transparent;
}

.button-style-1 .icon {
  background: var(--secondary-color);
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.button-style-1 .icon img {
  width: 15px;
  height: auto;
}

.button-style-1:hover {
  color: #222;
}

.button-style-1:hover .icon {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.popular-trip {
  padding-top: 20px;
  overflow-x: hidden !important;
  padding-bottom: 40px;
}

.popular-trip .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}

.popular-trip .owl-nav {
  top: 0;
  position: absolute;
  right: 0;
  margin-top: -55px;
  margin-right: 180px;
}

.popular-trip .owl-nav button {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px #00000040;
  box-shadow: 0px 2px 3px 0px #00000040;
  width: 34px;
  height: 34px;
  border-radius: 100px !important;
  font-size: 12px !important;
}

.popular-trip .owl-nav button:hover {
  background: #000 !important;
}

.favourite-holiday {
  background: #302f62;
  padding-top: 70px;
  position: relative;
}

.favourite-holiday .buttons-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.favourite-holiday .buttons-top button {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.favourite-holiday .buttons-top button.active {
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.favourite-holiday .holidays {
  display: none;
}

.favourite-holiday .holidays.active-display {
  display: block;
}

.favourite-holiday .down-img {
  bottom: 0;
  width: 100%;
}

.section-gap {
  padding-top: 70px;
}

.card-style-2 .img-card {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.card-style-2 .img-card img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 370px;
  border-radius: 5px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  width: 100% !important;
}

.owl-carousel .owl-item .img-card img {
  width: 100% !important;
}

.card-style-2 .img-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24.52%, rgba(0, 0, 0, 0)), color-stop(72.6%, rgba(0, 0, 0, 0.25)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, rgba(0, 0, 0, 0.25) 72.6%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.card-style-2 .img-parent {
  position: relative;
}

.card-style-2 .img-parent .infos {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
}

.card-style-2 .img-parent .infos .info {
  line-height: 24px;
}

.card-style-2 .img-parent .infos .info .text-second {
  color: #ee883e !important;
  font-size: 14px;
}

.card-style-2 .img-parent .infos .info span {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}

.card-style-2 .text-card .top-item {
  padding: 10px 10px 0;
}

.card-style-2 .text-card .top-item span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.card-style-2 .text-card .title {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.card-style-2 .text-card a.btn-card {
  margin-top: 15px;
  background: var(--secondary-color);
  display: block;
  padding: 5px 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
}

.card-style-2 .text-card a.btn-card:hover {
  background: #a75300;
}

.card-style-2:hover .img-card img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-style-2:hover .text-card .title {
  color: var(--secondary-color);
}

.default-arrow .owl-nav {
  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;
  position: absolute;
  width: 100%;
  top: 36%;
  z-index: 0;
}

.default-arrow .owl-nav button {
  width: 50px;
  height: 50px;
  font-size: 37px !important;
  color: #666 !important;
  position: absolute;
}

.default-arrow .owl-nav button img {
  background: none !important;
}

.default-arrow .owl-nav button.owl-prev {
  margin-left: -75px;
  left: 0;
}

.default-arrow .owl-nav button.owl-prev::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: -4px;
  background: var(--secondary-color);
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  border-radius: 3px;
}

.default-arrow .owl-nav button.owl-next {
  right: 0;
  margin-right: -65px;
}

.default-arrow .owl-nav button.owl-next::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  right: -14px;
  background: var(--secondary-color);
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  border-radius: 3px;
}

.default-arrow .owl-nav button.disabled {
  opacity: 1;
}

.default-arrow .owl-nav button:hover {
  background: transparent !important;
}

.welcome {
  padding-bottom: 70px;
}

.default-arrow .owl-nav button:hover::before {
  background: #000 !important;
}

.welcome .section-title span {
  font-size: 25px;
  font-weight: 700;
}

.welcome .section-title .title {
  font-size: 45px;
  text-transform: none;
  font-weight: 700;
}

.welcome .has-max-width {
  max-width: 480px;
}

.welcome .has-max-width .button-style-1 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: none;
}

.welcome .bottom-item {
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
  margin-top: 40px;
}

.welcome .bottom-item .right-content h3 {
  color: #0f0d60;
  font-size: 38px;
  font-weight: 700;
}

.welcome .bottom-item .right-content p {
  font-size: 16px;
  color: #000;
}

.welcome .bottom-item .right-content a {
  border-radius: 4px;
  padding: 10px 25px;
  -webkit-box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 1px 2px 0px #00000040;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 30px;
  background: #fff;
}

.welcome .bottom-item .right-content a:hover {
  background: var(--secondary-color);
  color: #fff;
}

.card-welcome {
  padding: 0 20px;
  padding-left: 0;
}

.card-welcome h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 900;
}

.card-welcome p {
  font-size: 15px;
}

.card-style-3 {
  position: relative;
}

.card-style-3 .image-parent .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.card-style-3 .image-parent .image img {
  border-radius: 6px;
  height: auto;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  width: 100% !important;
}

.card-style-3 .image-parent .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, rgba(0, 0, 0, 0.7) 72.6%);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
}

.card-style-3 .price {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary-color);
  padding: 10px 15px;
  line-height: 23px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px 5px 0 5px;
}

.card-style-3 .price::after {
  content: "";
  width: 0px;
  height: 0px;
  margin-bottom: -10px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 12px 12px;
  border-color: transparent transparent var(--primary-color) transparent;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 0 0 0 5px;
}

.card-style-3 .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  color: #fff;
  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;
  background: var(--primary-color);
  font-size: 16px;
}

.card-style-3 .wishlist:hover {
  background: #222;
}

.card-style-3 .text-card {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
}

.card-style-3 .text-card .top-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
}

.card-style-3 .text-card .title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}

.card-style-3:hover .image-parent .image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.card-style-3:hover .text-card .title {
  color: var(--secondary-color);
}

.card-style-3.style-diff .image-parent img {
  height: auto;
}

.card-style-3.style-diff .text-card {
  all: unset;
}

.card-style-3.style-diff .text-card h3 {
  padding-top: 10px;
  color: var(--primary-color);
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.multi-country.default-arrow .owl-nav {
  top: 50%;
}

.multi-country.default-arrow .owl-nav button.owl-prev {
  margin-left: 40px;
}

.multi-country.default-arrow .owl-nav button.owl-next {
  margin-right: 40px;
}

.special-tours .section-title .title {
  text-transform: none;
}

.special-tours.default-arrow .owl-nav {
  top: 46%;
}

.special-tours.default-arrow .owl-nav button.owl-prev {
  margin-left: -20px;
}

.special-tours.default-arrow .owl-nav button.owl-next {
  margin-right: -10px;
}

.card-blog {
  position: relative;
}

.card-blog .image {
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25098);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25098);
}

.card-blog .image a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.card-blog .image a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(86.5%, rgba(0, 0, 0, 0.51)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.51) 86.5%);
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 3px;
}

.card-blog .image a img {
  border-radius: 3px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-blog .image .blog-parent {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
}

.card-blog .text {
  padding: 15px 10px;
}

.card-blog .text .title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.card-blog:hover .image a img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.card-blog:hover .text .title {
  color: var(--primary-color);
}

.testimonials {
  background: #383838;
  padding-top: 50px;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.testimonials .section-title span::after {
  display: none;
}

.testimonials .section-title .title {
  color: #fff;
  text-transform: none;
  font-weight: 600;
  font-size: 26px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  outline-offset: 3px;
  background: transparent !important;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  outline: 1px solid #cccccc;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #b8703b !important;
  outline: 2px solid var(--secondary-color);
}

.testimonials .img-left-testi {
  min-width: 925px;
  height: 500px;
  left: 0;
  margin-left: -315px;
  position: relative;
}

.testimonials .img-left-testi img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials .img-left-testi .video-play {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
}

.testimonials .img-left-testi .video-play a::after {
  background: #000;
}

.testimonials .img-left-testi .video-play a:hover {
  color: var(--secondary-color) !important;
}

@keyframes pulse5 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.testimonials .bg-testi {
  position: absolute;
  bottom: -70px;
  right: 0;
}

.card-testi {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #0000000d;
  box-shadow: 0px 0px 15px 0px #0000000d;
  padding: 30px 35px;
  border-radius: 7px;
}

.card-testi .expert-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.card-testi .expert-card span {
  color: #727272;
  font-size: 15px;
}

.card-testi .expert-card .text {
  line-height: 22px;
}

.card-testi .expert-card .img {
  border-radius: 100px;
  outline-offset: 4px;
}

.card-testi .expert-card .img img {
  width: 60px !important;
  height: 60px;
  border-radius: 100px;
}

footer {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

footer .footer-image {
  width: 100%;
  height: 100%;
}

footer .footer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .content-footer-section {
  background: #0B0951;
  padding-top: 85px;
  margin-top: -5px;
}

footer .content-footer-section .info-contact,
.contact_div .info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px;
  margin: 22px 0;
  color: #ffffff;
  font-size: 16px;
}

footer .content-footer-section .info-contact:last-child span {
  margin-top: -5px;
}

footer .content-footer-section .info-contact a,
.contact_div .info-contact a {
  line-height: 20px;
}

footer .content-footer-section .info-contact span i,
footer .content-footer-section .info-contact span svg,
.contact_div .info-contact i,
.contact_div .info-contact svg {
  font-size: 20px;
}

footer .content-footer-section .info-contact a:hover,
.contact_div .info-contact a:hover {
  color: var(--secondary-color);
}

footer .content-footer-section .footer-menus li {
  margin: 8px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer .content-footer-section .footer-menus li a:hover {
  color: var(--secondary-color);
}

.contact_div .info-contact {
  color: #333;
  margin: 0;
  margin-bottom: 12px;
}

.contact_div .info-contact img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(5%) saturate(0%) hue-rotate(210deg) brightness(97%) contrast(87%);
}

.contact_div .info-contact:last-child span {
  margin-top: -5px;
}

footer .content-footer-section .bottom-social-links li a {
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 100px;
  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;
  font-size: 14px;
}

footer .content-footer-section .bottom-social-links li a.facebook {
  background: #1076ce;
}

footer .content-footer-section .bottom-social-links li a.twitter {
  background: #08a1d1;
}

footer .content-footer-section .bottom-social-links li a.instagram {
  background: #b667db;
}

footer .content-footer-section .bottom-social-links li a.youtube {
  background: #df1f1f;
}

footer .content-footer-section .bottom-social-links li a.pinterest {
  background: #cc0000;
}

footer .content-footer-section .bottom-social-links li a:hover {
  background: var(--primary-color);
}

footer .content-footer-section .menu-left {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

footer .content-footer-section .menu-left strong {
  font-weight: 500;
}

footer .content-footer-section .menu-left::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  margin-left: -53px;
  margin-top: 3px;
}

footer .content-footer-section .emails {
  line-height: 22px;
}

footer .quick-links {
  margin-top: 36px;
}

footer .copyright {
  padding-top: 50px;
}

.title-contact {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: block;
  color: #fff;
}

.title-contact::before {
  content: "";
  width: 24px;
  height: 3px;
  margin-right: 9px;
  display: inline-block;
  background: var(--secondary-color);
  margin-bottom: 5px;
}

footer .affiliations {
  padding-top: 30px;
  border-top: 1px solid #3A396D;
  padding-top: 50px;
  margin-top: 50px;
}

.contact-details .title-contact {
  color: #222;
}

.contact-details .title-contact::before {
  background: #333;
}

footer .affiliations .we-accept li {
  background: #fff;
  padding: 7px;
  -webkit-box-shadow: 11px 4px 75px #00000034;
  box-shadow: 11px 4px 75px #00000034;
  border-radius: 3px;
}

footer .affiliated ul {
  gap: 8px !important;
}

footer .affiliated ul li {
  background: #fff;
  width: auto;
  max-width: 55px;
  height: 55px;
  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;
  padding: 6px;
  border-radius: 3px;
  -webkit-box-shadow: 11px 4px 75px #00000034;
  box-shadow: 11px 4px 75px #00000034;
}

footer .affiliated ul li img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

.content-starts {
  padding-top: 60px;
}

.breadcrumb-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px !important;
}

.inner-hero.hero {
  padding-top: 265px;
  padding-bottom: 175px;
}

.inner-hero.hero .hero-text h1 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.hero .bottom-divider {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

.hero .bottom-divider img {
  width: 100%;
  height: auto;
}

.right-links {
  background: -webkit-gradient(linear, left bottom, left top, from(#ebeaff), to(rgba(98, 98, 98, 0.05)));
  background: linear-gradient(0deg, #ebeaff 0%, rgba(98, 98, 98, 0.05) 100%);
  padding: 28px 25px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  top: 10px;
}

.right-links ul {
  list-style: none;
}

.right-links ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 5px;
}

.right-links ul li:last-child {
  margin-bottom: 0;
}

.right-links ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  /*   background: url("./assets/images/triangle.webp") no-repeat; */
  position: absolute;
  left: 0;
  background-size: contain;
  opacity: 0.7;
  margin-top: 6px;
}

.right-links ul li a {
  display: block;
  color: #3e3e3e;
}

.right-links ul li a:hover {
  color: var(--primary-color);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.right-links .title {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  color: var(--secondary-color);
}

.right-links .title::after {
  content: "";
  width: 30px;
  height: 3px;
  margin: 10px 0;
  background: var(--secondary-color);
  display: block;
  border-radius: 10px;
}

.content-info {
  padding-top: 75px;
}

.content-card {
  display: none;
}

#loadMore2 {
  background: var(--primary-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

#loadMore2 svg,
#loadMore2 i {
  font-size: 12px;
}

#loadMore2 .loading-state {
  display: none;
}

#loadMore2 .loading-state .loading {
  border-top-color: #222 !important;
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
}

#loadMore2.loading .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loadMore2.loading .icon svg,
#loadMore2.loading .icon i {
  display: none;
}

#loadMore2.loading .loading-state {
  display: inline-block;
}

/* Loading State */
.loading-state.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 13px;
}

.loading-state.active span {
  display: block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
  height: 20px;
}

.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: #222 !important;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn-style-1 {
  background: var(--secondary-color) !important;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  border-radius: 8px;
  display: block;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
}

.btn-style-1:hover {
  background: #a75300 !important;
  color: #fff;
}

.contact-page .right-links ul li a {
  color: #333;
}

.contact-page .right-links ul li img {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(99%) saturate(856%) hue-rotate(333deg) brightness(98%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(58%) sepia(99%) saturate(856%) hue-rotate(333deg) brightness(98%) contrast(90%);
}

.post-by,
.post-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  font-size: 16px;
}

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

.tripad-reviews {
  font-size: 14px;
  padding-left: 33px;
  transition: var(--transition-1);
}

.package-hero-top {
  position: relative;
  width: 100%;
}

.package-hero-top .bottom-divider {
  position: absolute;
  bottom: 0;
  left: 0;
}

.padding-top-pkg {
  padding-top: 45px;
}

.hero.package-hero {
  padding: 0 !important;
  max-height: 650px;
  overflow: hidden;
  z-index: 0;
}

.package-hero .bg-img {
  position: relative;
}

.universal-star {
  display: flex;
  margin: 0;
  color: #f77c03;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}

.breadcrumb-c {
  display: flex;
  column-gap: 11px;
  font-weight: 500;
  font-size: 14px;
  color: #4a4a4a;
}

/*  */

.package-page {
  padding-top: 50px;
}

.card-fact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-fact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background: #fdfdfd;
  border-radius: 100px;
  border: 1px solid #737373;
}

.card-fact .icon img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(31%) hue-rotate(143deg) brightness(95%) contrast(81%);
  width: 24px;
  height: auto;
}

.card-fact .text {
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
}

.card-fact .text p {
  font-weight: 600;
  color: #222;
}

.card-fact .text span,
.card-fact .text a {
  color: #666666;
  font-size: 15px;
  font-weight: 600;

}

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

.start-end .has-dot p {
  font-size: 15px;
  font-weight: 700;
}

.section-title h2,
.section-title .title {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: none;
}

.point-lines {
  position: relative;
  margin-bottom: 5px;
}

.point-lines .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.point-lines .line .dot {
  width: 11px;
  height: 11px;
  background: var(--third-color);
  display: block;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}

.point-lines .line .line-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(55, 178, 72, 0.4901960784);
  margin-top: 4px;
}

.start-end .start,
.start-end .end {
  color: var(--third-color);
}

.start-end .title {
  font-weight: 700;
  color: #666666;
  margin-top: -5px;
}

.custom-gutter-large {
  --bs-gutter-y: 2.6rem;
}

.trip-facts {
  padding: 35px 30px;
  background: #ffedd691;
  border-radius: 7px;
}

.trip-map .image {
  border: 1px solid #d1d8e4;
  padding: 25px 30px;
  border-radius: 5px;
}

.card-gallery .image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.card-gallery .image .img-fluid {
  border-radius: 3px;
  transition: var(--transition-1);
}

.card-gallery .image a.popup-video {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-gallery .image a.popup-video img {
  transition: var(--transition-1);
}

.card-gallery:hover .image .img-fluid {
  transform: scale(1.06);
}

.card-gallery:hover .image .popup-video img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(7450%) hue-rotate(356deg) brightness(89%) contrast(129%);
}


.gallery-pkg .owl-nav button.owl-next {
  margin-right: -28px;
}

.gallery-pkg .owl-nav button.owl-prev {
  margin-left: -28px;
}

.gallery-pkg .owl-nav {
  top: 46%;
}

.title-style-2 .title {
  font-size: 24px;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}

.title-style-2.has-divider::after {
  content: "";
  width: 65px;
  height: 2px;
  background: #222;
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
}

.gallery-pkg .title-style-2 .title {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  background: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 20px;
  margin: 0;
}

.gallery-pkg .btn-style-1 {
  background: #fff;
  padding: 8px 50px 8px 30px;
}

.gallery-pkg .btn-style-1 .icon-arrow {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.padding-lg {
  padding-top: 48px;
}

.gallery-pkg .top-item {
  position: relative;
}

.gallery-pkg .top-item::after {
  content: "";
  width: 90%;
  height: 1px;
  background: #c5d4e1;
  position: absolute;
  left: 20px;
  margin-bottom: 0;
  z-index: -1;
}

.content-inside a {
  color: var(--secondary-color);
}

.highlights .title-style-2 .title {
  color: #333;
}

.highlights ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  color: #333;
}

.highlights ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 6px;
  font-weight: 500;
}

.highlights ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./assets/images/highlights-icon.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  margin-top: 6px;
}

.expand-all {
  border: 2px solid var(--primary-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  font-weight: 600;
  padding: 4px 18px;
  color: #464646;
}

.expand-all:hover {
  background: #e4e4e4;
}

.accordion-item {
  border: 0 !important;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.accordion-item:last-child {
  padding-bottom: 0;
}

.accordion-item .top-itinerary {
  display: flex;
  align-items: center;
}

.accordion-item .accordion-button {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 45px;
  margin-bottom: 0;
  display: block;
}

.accordion-item .accordion-button::after {
  content: "";
  /*   background: url("./assets/images/faq.webp") no-repeat; */
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background-position: center;
}

.accordion-item .serial-number {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c8c8c8;
  border-radius: 100px;
  min-width: 44px;
  min-height: 44px;
  font-size: 21px;
}

.accordion-item h3 {
  font-size: 18px;
}

.accordion-item .day {
  color: var(--secondary-color);
  min-width: max-content;
  font-weight: 700 !important;
}

.accordion-item .accordion-body {
  padding-top: 13px;
  padding-bottom: 0;
  margin-bottom: 35px;
  font-size: 16px;
  padding-left: 65px;
}

.accordion-item .accordion-body .itinerary-cards {
  display: flex;
  gap: 10px;
  align-items: center;
}

.accordion-item .accordion-body .itinerary-cards .icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

.accordion-item hr {
  margin-top: 10px;
  color: rgba(190, 190, 190, 0.5882352941);
  opacity: 1;
  max-width: 840px;
  margin-left: auto;
}

.itinerary h2 {
  font-size: 24px;
}

.itinerary .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon2.webp") no-repeat;
  width: 12px;
  height: 13px;
}

.itinerary .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon4.webp") no-repeat;
  width: 12px;
  height: 13px;
  background-size: contain;
}

.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: var(--secondary-color);
}

.itinerary .info {
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  gap: 8px;
}

.itinerary .info img {
  margin-bottom: 0;
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2498%) hue-rotate(233deg) brightness(90%) contrast(118%);
}

.itinerary .info p {
  margin: 0;
}

.itinerary .img-itinerary {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.itinerary .img-itinerary img {
  border-radius: 3px;
  transition: var(--transition-1);
  margin-bottom: 0;
}

.itinerary .img-itinerary a:hover img {
  transform: scale(1.1);
}

.itinerary .accordion-item {
  position: relative;
}

.itinerary .accordion-item::before {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed #b1b1b1;
  position: absolute;
  margin-left: 22px;
  opacity: 0.5;
}

.note {
  background: #ebeaffb2;
  padding: 30px;
  border-radius: 10px;
}

.note .icon {
  border: 2px solid var(--secondary-color);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.note .button-style-1 {
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 26px;
}

.note .button-style-1:hover {
  background: #1f4903 !important;
}

.note .icon img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(63%) saturate(2371%) hue-rotate(333deg) brightness(98%) contrast(90%);
}

.button-style-3 {
  background: var(--secondary-color);
  padding: 8px 28px;
  color: #fff;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 800;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.button-style-3:hover {
  background: #a75300;
  color: #fff;
}

.inclusion h3 {
  color: #222;
  font-size: 18px !important;
}

.inclusion ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}

.inclusion ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

.inclusion ul li:last-child {
  margin-bottom: 0;
}

.inclusion .includes li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: 8px;
  background: url("./assets/images/tick.webp") no-repeat;
}

.inclusion .excludes li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: 10px;
  background: url("./assets/images/cross.webp") no-repeat;
}

.departures-package .content-departures .title-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.departures-package .content-departures .title-options li button {
  font-size: 16px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px 26px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 700;
  color: #222;
}

.departures-package .content-departures .title-options li button.active {
  background: #399146;
  color: #fff;
}

.departures-package .content-departures .title-options li button.active:hover {
  color: #fff;
}

.departures-package .content-departures .title-options li button:hover {
  color: #37b248;
}

.departures-package .top-departure {
  background: var(--primary-color) !important;
  border-top: 1px solid #e5dccd !important;
  border-radius: 4px;
  padding: 15px 30px !important;
}

.departures-package .top-departure .row {
  gap: 16px;
}

.departures-package .departure-table {
  padding: 15px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0509803922);
  color: #222222;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 5px;
}

.departures-package .departure-table span {
  font-size: 16px;
}

.departures-package .departure-table:last-child {
  border-bottom: 1px solid #e5dccd !important;
}

.departures-package .top-departure {
  font-weight: 700;
  color: #fff;
}

.departures-package .data-departure .row {
  row-gap: 20px;
}

.departures-package .data-departure p {
  font-size: 16px;
}

.departures-package .data-departure button {
  border-radius: 100px;
}

.departures-package .text-second {
  color: #399146 !important;
}

.departures-package button {
  background: var(--primary-color);
  transition: var(--transition-1);
  color: #fff;
  gap: 10px;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  justify-content: space-between;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 15px;
}

.departures-package button .icon {
  background: var(--primary-color);
  color: #fff;
}

.departures-package button:hover {
  background: var(--primary-color);
  color: #fff;
}

.departures-package .price {
  display: block;
  line-height: 20px;
}

.departures-package .price span {
  font-size: 18px !important;
  color: #666666;
}

.departures-package .price strong {
  color: var(--secondary-color);
}

.discount-group {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  background: #fff;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}

.discount-group .title-discount i,
.right-top .discount-group.show-prices .title-discount i {
  transition: all 500ms ease;
}

.discount-group.show-prices .title-discount i {
  transform: rotate(180deg) !important;
}

.discount-group.show-prices .group-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms ease;
  border: 1px solid #bcc2d7;
  margin-top: 5px;
}

.discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  color: #222;
  min-width: 280px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
}

.discount-group .title-discount i {
  font-size: 13px !important;
}

.discount-group .group-prices {
  padding: 7px 20px;
  position: absolute;
  width: 100%;
  background: #fff;
  border-top: 1px solid #d0d0d0;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 4px 4px;
  transform: translateY(5%);
  transition: all 200ms linear;
  z-index: 99;
}

.discount-group .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.discount-group .group-prices ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px dashed #999;
}

.discount-group .group-prices ul li:last-child {
  border-bottom: 0;
}

.discount-group .arrow {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-group .arrow i,
.discount-group .arrow svg {
  font-size: 14px;
}

.discount-group.show-prices .arrow {
  background: #1f4903;
  color: #fff;
}

.addons-pkg {
  background: #f3faf4;
  border-radius: 10px;
  margin-top: 40px;
}

.addons-pkg .main-content {
  padding: 40px;
  padding-bottom: 25px;
}

.addons-pkg .button-style-3 {
  padding: 10px 32px;
}

.addons-pkg .first-text {
  font-size: 16px;
}

.addons-pkg .note-text {
  border-bottom: 1px solid #cee0d1;
}

.addons-pkg .title-style-2 .title {
  font-size: 24px;
  color: #222;
}

.addons-pkg .accordion-button {
  background-color: transparent !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.addons-pkg .accordion-button span.title {
  font-size: 16px;
  font-weight: 800;
  color: #222;
}

.addons-pkg .accordion-button span.title i,
.addons-pkg .accordion-button span.title svg {
  color: #999999;
  margin-left: 8px;
}

.addons-pkg .accordion-button .price {
  color: #37b248;
  font-weight: 800;
  background: #f3faf4;
  position: relative;
  z-index: 2;
  padding-left: 18px;
}

.addons-pkg .accordion-button::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  border: 1px dashed #adadad;
  z-index: 0;
  opacity: 0.8;
}

.addons-pkg .accordion-item {
  background-color: transparent;
  margin-bottom: 5px;
}

.addons-pkg .accordion-item[aria-expanded="true"] .top-addon .title i,
.addons-pkg .accordion-item[aria-expanded="true"] .top-addon .title svg {
  color: #37b248 !important;
}

.addons-pkg .top-addon .left {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  align-items: center;
  background: #f3faf4;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.addons-pkg .top-addon .left .serial-num {
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: #37b248;
}

.addons-pkg .accordion-item .accordion-body {
  padding-left: 35px;
  font-size: 15px;
}

.addons-pkg .bottom-content {
  padding: 25px 40px 40px;
}

.addons-pkg .bottom-content .price {
  line-height: 35px;
}

.addons-pkg .bottom-content .price>span {
  color: #222;
}

.addons-pkg .bottom-content .price .main-price {
  font-size: 38px;
  font-weight: 800;
}

.addons-pkg .bottom-content .tag {
  font-size: 18px;
  font-weight: 900;
}

.faqs-package {
  margin-top: 40px;
  border-radius: 10px;
  padding: 40px 35px;
  background: linear-gradient(180deg,
      rgba(205, 220, 238, 0.24) 0%,
      rgba(255, 255, 255, 0.83) 100%);
}

.faqs-package .title {
  font-size: 22px !important;
}

.faqs-package .accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
}

.faqs-package .accordion-button {
  padding: 0;
  font-weight: 600;
  background: transparent !important;
}

.faqs-package .accordion-button span {
  color: #222;
  padding-right: 30px;
  display: block;
}

.faqs-lists .accordion-button {
  box-shadow: none !important;
}

.faqs-package .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
}

.faqs-package h3.accordion-header {
  border-radius: 4px;
}

.faqs-package h3.accordion-header button {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.faqs-lists {
  box-shadow: 1px 1px 13px -1px #0000001a;
}

.faqs-lists .title {
  border-radius: 7px 7px 0 0;
}

.faqs-package .accordion-item {
  color: #fff;
  background: #fff !important;
  border: 1px solid #bfbfbf !important;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0 !important;
}



.faqs-package .accordion-item .accordion-body {
  padding: 10px 0 0;
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}

.faqs-package .accordion-item .accordion-button::after {
  background: url("./assets/images/plus-icon.webp") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.faqs-package .accordion-item .accordion-button[aria-expanded="true"]::before {
  background: #0069b0 !important;
}

.faqs-lists .title {
  padding: 10px 20px;
  border-bottom: 0;
  background: #fff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0 !important;
}

.related-blogs .button-outline-1 {
  border-color: var(--primary-color);
  padding: 8px 25px;
  color: var(--primary-color);
}

.related-blogs .button-outline-1:hover {
  background: #eee;
  color: #222;
}

.related-blogs .owl-nav {
  margin-top: 30px;
}

.related-blogs .owl-nav button {
  width: 44px;
  height: 44px;
  font-size: 12px !important;
  border-radius: 100px !important;
  color: #000 !important;
  background: #fff !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.related-blogs .owl-nav button.owl-prev {
  margin-left: 35px;
}

.related-blogs .owl-nav button.owl-next {
  margin-right: 35px;
}

.related-blogs .owl-nav button.disabled {
  opacity: 1;
}

.related-blogs .owl-nav button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.card-blog-2 {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-right: 10px;
}

.card-blog-2 .img-blog {
  overflow: hidden;
  border-radius: 4px;
}

.card-blog-2 .img-blog img {
  border-radius: 4px;
  transition: var(--transition-1);
}

.card-blog-2 .text-blog span {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.card-blog-2 .text-blog h3 {
  color: #333;
  font-weight: 600;
  line-height: 25px;
}

.card-blog-2 .text-blog .date {
  color: #999;
  font-weight: 600;
}

.card-blog-2:hover img {
  transform: scale(1.08);
}

.card-blog-2:hover h3 {
  color: var(--third-color);
}

.trip-reviews {
  margin-top: 55px;
  padding-bottom: 55px;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.trip-reviews::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f3faf4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.trip-reviews .button-outline-1 {
  border-color: var(--primary-color);
  padding: 8px 25px;
  color: var(--primary-color);
  font-weight: 600;
}

.trip-reviews .button-outline-1:hover {
  background: #eee;
  color: #222;
}

.trip-reviews .title-style-2 .title {
  font-size: 22px !important;
}

.trip-reviews .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  -webkit-clip-path: inset(-100vw 0 -100vw 0);
  clip-path: inset(-100vw 0 -100vw 0);
}

.trip-reviews .owl-theme .owl-nav {
  margin-top: 150px;
}

.trip-reviews .owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  font-size: 14px;
  color: #444;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.pkg-title .icon {
  position: relative;
  min-width: 30px;
}

.pkg-title .icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #37b248;
  border-radius: 100px;
  left: -15px;
  top: -6px;
  opacity: 0.5;
  z-index: -1;
}

.card-treview {
  box-shadow: 0px 2px 2px 0px #cfcfcf;
  padding: 25px 28px;
  background: #fff;
  padding-bottom: 40px;
  position: relative;
  border-radius: 6px;
}

.card-treview h3 {
  font-size: 20px;
  font-weight: 800;
}

.card-treview .image-user {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}

.card-treview .image-user img {
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

.card-treview .content-inside {
  max-height: 250px;
  overflow-y: auto;
  font-size: 16px;
}

.card-treview .user-detail {
  margin: auto;
  width: 100%;
}

.card-treview .user-detail .name {
  font-size: 16px;
  color: #222;
}

.star-universal {
  color: #f9c200;
  font-size: 13px;
  display: flex;
  gap: 4px;
}

.related-packages {
  position: relative;
}

.related-packages #best-selling {
  position: relative;
}

.related-packages .owl-nav {
  position: absolute;
  top: -18%;
  right: 0;
  margin-top: 0;
  left: auto !important;
}

.related-packages .owl-nav button {
  width: 40px;
  min-height: 40px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
}

.related-packages .owl-nav button:first-child {
  margin-right: 8px;
}

.related-packages .owl-nav {
  margin-top: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.related-packages .owl-nav button {
  min-width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 12px !important;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.related-packages .owl-nav button:hover {
  background: var(--primary-color);
  color: #fff;
}

.right-package-parent {
  position: sticky;
  height: auto;
  top: 70px;
}

.right-package-parent .first-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.right-package-parent .main-price {
  font-weight: 800;
  color: #fff;
}

.right-package-parent .tag {
  font-size: 18px;
  color: #fff;
}

.right-package {
  border-radius: 10px;
  padding: 15px 0px 8px 0px;
  right: 0;
  z-index: 99;
  background: var(--secondary-color);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.right-package .wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-package .wishlist:hover {
  background: var(--primary-color);
  color: #fff;
}

.right-package .text-special {
  line-height: 22px;
  display: block;
}

.right-package ul.discounts {
  padding-left: 0;
}

.right-package ul.discounts li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.right-package ul.discounts li:last-child {
  border-bottom: 0;
}

.right-package ul.discounts li span:first-child {
  color: #222;
}

.right-package ul.discounts li span:last-child {
  color: #222;
}

.right-package .text-first {
  color: #07214a;
}

.right-package .price {
  font-size: 33px;
  color: #000;
  font-weight: 800;
}

.right-package .bottom-content {
  padding: 22px;
  background: #fffffff5;
  backdrop-filter: blur(10px);
}

.right-package .bottom-content p {
  color: #222;
}

.right-package .price-parent {
  padding-left: 20px;
  padding-bottom: 18px;
  line-height: 32px;
}

.faqs .accordion-button {
  display: flex;
}

.btns-right button {
  width: 100%;
  padding: 9px 20px;
  color: #fff;
  font-weight: 800;
  border-radius: 4px;
  transition: var(--transition-1);
  font-size: 16px;
}

.btns-right button.book-now {
  background: var(--secondary-color);
}

.btns-right button.inquiry {
  background: #333;
  color: #fff;
}

.btns-right button:hover {
  background: var(--primary-color) !important;
}

.specials {
  list-style: none;
  padding-left: 0;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
}

.specials li {
  padding-left: 25px;
  position: relative;
}

.specials li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./assets/images/highlights-icon.webp") no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.ask-question {
  padding: 0 20px;
}

.ask-question span {
  color: #07214a;
}

.ask-question span .text-ask {
  color: #ca9718;
}

.ask-question .trip-expert {
  display: flex;
  -moz-column-gap: 14px;
  column-gap: 14px;
  font-size: 16px;
}

.ask-question .trip-expert .icon {
  min-width: 60px;
  height: auto;
  position: relative;
}

.ask-question .trip-expert .icon img {
  border-radius: 5px;
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
}

.ask-question .trip-expert .icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #19c55b;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 100px;
  right: -5px;
  top: 10px;
}

.ask-question .trip-expert .text {
  margin-top: 5px;
}

.ask-question .trip-expert p {
  font-weight: 800;
  color: #ff7f00;
}

.ask-question .trip-expert a {
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  display: block;
  font-size: 15px;
}

.ask-question .trip-expert a span {
  color: #14b644;
  font-size: 14px;
}

.items-page .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.items-page .item .icon {
  background: #eeeeee;
  min-width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.items-page .item .text {
  font-size: 15px;
}

.shared-items {
  margin-top: 12px;
}

.share-button {
  position: relative;
  z-index: 99;
}

.toggle {
  position: relative;
  z-index: 10;
  border-radius: 25px;
  cursor: pointer;
  background: transparent;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-input {
  display: none;
}

.toggle-input:checked+.toggle:after,
.toggle-input:checked+.toggle:before {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12px;
  top: 18px;
  width: 15px;
}

.toggle-input:checked+.toggle img {
  display: none !important;
}

.toggle-input:checked+.toggle:after {
  transform: rotate(45deg);
  animation: bar1 0.3s forwards;
}

.toggle-input:checked+.toggle:before {
  transform: rotate(-45deg);
  animation: bar2 0.3s forwards;
}

.sharing-list {
  background: #fff;
}

.sharing-list li {
  position: absolute;
  top: 2px;
  left: 0;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}

.sharing-list a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharing-list a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-family: "FontAwesome";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 50px;
  text-indent: 0;
  box-shadow: inset 0 0 0 1px #c8c7c0;
}

.sharing-list .twitter {
  background: #00ade7;
}

.sharing-list .facebook {
  background: #1877f2;
}

.sharing-list .whatsapp {
  background: #25d366;
}

.sharing-list .instagram {
  background: #8134af;
}

input:checked~.sharing-list li {
  opacity: 1;
}

input:checked~.sharing-list li:nth-child(1) {
  top: 50px;
  left: 0;
}

input:checked~.sharing-list li:nth-child(2) {
  top: 100px;
}

input:checked~.sharing-list li:nth-child(3) {
  top: 150px;
}

input:checked~.sharing-list li:nth-child(4) {
  top: 200px;
}

/*# sourceMappingURL=package.css.map */
.content-departs {
  display: none;
}

/* Cart */

.input-group {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  flex-wrap: nowrap !important;
}

.input-group input {
  border: 2px solid #333 !important;
  width: 100% !important;
  border-radius: 100px !important;
}

.input-group button {
  background: #333;
  min-width: 43px;
  height: 43px !important;
  border-radius: 3px !important;
  color: #fff;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.calc-price {
  font-size: 24px;
}

.input-group button:first-child {
  left: -13px;
}

.input-group button:last-child {
  left: 0;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  border: 0;
  position: absolute;
  z-index: 9;
}

.input-group .button-minus {
  left: 0 !important;
}

.input-group .button-plus {
  right: 0 !important;
  left: auto !important;
}

.input-group .quantity-field {
  position: relative;
  height: 42px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  min-width: 80px;
  margin-left: 10px;
}

.input-group input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.cart-content {
  padding: 45px 0 0;
}

.cart-content .cart-thumbnail img {
  border-radius: 4px;
}

.cart-content .cart-info .cart-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.cart-content .cart-info p {
  font-size: 16px;
}

.cart-content .cart-info .cart-pricing strong {
  font-weight: 600;
  font-size: 18px;
}

.cart-content .cart-info .cart-pricing {
  font-size: 15px;
}

.addons {
  margin-top: 40px;
}

.addons .text-information {
  position: relative;
}

.addons .text-information .title {
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 5;
}

.addons .text-information .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0028653d;
  z-index: 1;
}

.addon-card {
  margin-top: 25px;
}

.right-cart-parent {
  position: sticky;
  top: 70px;
  height: auto;
}

.right-cart {
  color: #000;
  padding: 30px;
  border-radius: 6px;
  background: #fafcff !important;
  border: 1px solid #22222226 !important;
}

button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: var(--secondary-color);
  border: 0 !important;
}

button.checkout:hover {
  background: #a75300;
  color: #fff;
}

.accepted-right {
  padding: 0 3px;
}

.accepted-right ul li {
  border: 1px solid #8686863d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #fffbf6;
}

.cart-left-content {
  padding: 25px;
  border-radius: 5px;
  background: #e9f3f9;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f2f1ff;
  padding: 10px 15px;
  border: 2px solid #00336f1f;
}

.cart-left-content {
  margin-top: 35px;
}

.cart-left-content:first-child {
  margin-top: 0;
}

.total-amount {
  font-size: 22px;
}

.payable-amount strong {
  font-size: 22px;
}

.payable-amount hr {
  margin: 10px 0;
}

.cart h1 {
  position: absolute;
  color: #fff;
  z-index: 99;
  bottom: 40px;
}

.agree {
  font-size: 16px;
}

.agree input,
.advance input {
  max-width: max-content;
}

/* Contact */
.contact-details-cart {
  padding: 30px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  margin-top: 30px;
  background: #fff;
}

.contact-details-cart input {
  width: 100%;
  border: 1px solid #d5d5d5;
  min-height: 43px;
  padding: 0 12px;
  border-radius: 2px;
}

.contact-form-cart label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 17px;
}

.contact-details-cart input:focus,
.contact-details-cart select:focus {
  outline: 1px solid #002050 !important;
}

.contact-form-cart .form-inside {
  margin-bottom: 20px;
}

.contact-form-cart textarea {
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.contact-details-cart select {
  max-height: 43px;
  margin-bottom: 0;
  background: #fff;
  height: 100%;
  padding: 0 25px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.payment-details {
  padding: 30px;
  margin-top: 30px;
  background: #11102f;
  border-radius: 5px;
  color: #fff;
}

.trip-image-cart {
  width: 100px;
}

.trip-image-cart img {
  border-radius: 4px;
}

/* Remove  */
.remove-cart {
  position: absolute;
  max-width: max-content;
  max-height: max-content;
  right: 0;
  top: 0;
  margin-top: -10px;
  font-size: 25px;
  background: transparent;
  margin-right: -10px;
  color: red;
}

.remove-cart.heart {
  color: #f00d0d;
  min-width: 30px;
  min-height: 30px;
  top: 20px;
  right: 20px;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fw-800 {
  font-weight: 800;
}

.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 8px;
}

.departure-package .top-departure {
  background: #f3f3f3;
  font-weight: 600;
  color: #222222;
}

/* Wishlist  */
.wishlist_btn button {
  width: 100%;
  padding: 6px;
  margin-top: 5px;
  border-radius: 3px;
}

.wishlist_btn.style_2_btn button {
  width: 45px;
  margin-left: auto;
  display: block;
  padding: 15px;
  border-radius: 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist_info {
  position: relative;
}

.wishlist_info span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #01822f;
  top: 0;
  right: 0;
  font-size: 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -18px;
}

/* Departure Loading */
.depart-data {
  display: none;
}

#one {
  display: block;
}

.loader {
  position: relative;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 100vmin;
  overflow: hidden;
  width: 55px;
  padding: 14px;
  margin-top: 40px;
}

.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center center;
  animation: 2s linear 0s infinite rotate;
}

.path {
  stroke: #002050;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite dash;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: #e0e1e1;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

.right-form {
  background: #fff;
  padding: 44px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0 #0000001a;
}

.form input:not(input[type="radio"], input[type="checkbox"]) {
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
}

.form label {
  width: 100%;
  color: #333;
  padding-left: 4px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}

.form .input-field {
  margin-top: 18px;
}

.form textarea {
  width: 100%;
  padding: 10px;
}

.form select {
  width: 100%;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  color: #2c2c2c;
}

.form textarea {
  min-height: 150px;
}

.form input[type="submit"] {
  transition: all 600ms ease;
}

.form input[type="submit"]:hover {
  background: #000;
}

.form input,
.form textarea,
.form select {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  border: 1px solid rgba(148, 148, 149, 0.6);
}

.form .upload-btn {
  max-width: 150px;
}

.form #travelPhotosPreview,
.form #profilePreview {
  max-width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.form #travelPhotosPreview img,
.form #profilePreview img {
  height: auto;
  object-fit: contain;
  max-width: 100px;
  max-height: 100px;
  width: auto;
  border-radius: 5px;
}

.form #travelPhotosPreview:has(img),
.form #profilePreview:has(img) {
  margin-top: 15px;
}

#travelers {
  pointer-events: none;
  margin-bottom: 0;
}

/* Loading State */
.loading-state.active {
  display: inline-block;
}

.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: #00ade7 !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}

.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

button.checkout {
  margin-top: 0 !important;
}

.quantity-field {
  pointer-events: none;
}

.travel_date {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #00286585 !important;
  padding: 10px 15px;
}

.addons {
  margin-top: 18px;
}

textarea {
  background: #fff !important;
  height: 180px !important;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 9px;
  height: 9px;
}

.table-condensed {
  width: 160px;
  height: 160px;
  font-size: 11px;
}

.table-condensed td {
  padding: 2px !important;
}

.datepicker td {
  width: 10px;
  height: 10px;
  padding: 3px 5px !important;
}

.datepicker th {
  padding: 0 10px;
}

.datepicker .datepicker-switch {
  font-size: 15px;
}

.cart-date {
  position: relative;
}

.cart-date img {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}

.item-card-parent {
  display: none;
}

.in-wishlist {
  color: #00ade7 !important;
}

/* Toast Wishlist */
#toaster {
  background: #00bd1e;
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
}

#toaster.is-visible {
  transform: translateX(0);
}

#toaster.is-visible.red {
  background: rgb(161, 1, 1);
}

#toaster .loading-state {
  display: none;
}

.wishlist-item {
  padding: 18px !important;
}

.nolp {
  margin-top: 15px;
}

.nolp {
  color: #2f2f2f;
}

.form-control {
  border-radius: 2px !important;
  padding: 10px 18px !important;
  background: transparent !important;
}

.loading-state.active {
  display: inline-block;
}

.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: var(--primary-color) !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}

.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

.loading-popup-content {
  background-color: #fff;
  margin: 15% auto;
  /* 15% from top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */
  text-align: center;
}

.loading-popup p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.fixed-departures button.btn-style-1 {
  padding: 6px 30px !important;
}

.fixed-departures .departure-table {
  background: #ffffff9e !important;
}

.fixed-departures button.btn-style-1:hover {
  color: #fff !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #0000005c;
  z-index: 999;
  top: 0;
  left: 0;
}

.overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-write-review {
  background: #002050 !important;
}

.list-photo-traveler img {
  border-radius: 8px !important;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff;
  /* Adjust color as needed */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
  /* Space between spinner and message */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.book-btn {
  flex: 1;
}

.card-left-content .input-group button {
  background: #0c468a;
}

.form-all {
  background: #fff;
  padding: 38px 50px;
}

.group-prices.main-prices.show {
  position: static;
  visibility: visible;
  opacity: 1;
}

.price-addon {
  color: #24346e;
  font-weight: 500;
}

.addons .addon-title {
  background: #eee;
  padding: 15px 20px;
}

.addons .data-addons {
  padding: 15px 20px;
  border-bottom: 1px solid #7575753d;
}

.addons .addon-title h3 {
  margin: 0;
  font-size: 18px;
  color: #141414;
}

.addons-data {
  border: 2px solid #eee;
  border-radius: 10px;
}

.addon-options-pkg i,
.addon-options-pkg svg {
  font-size: 12px;
}

.calculated_price {
  font-size: 18px;
}

.select-box-title select {
  background: #eee;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}

.cart-left-content {
  background: #fafcff !important;
  border: 1px solid #22222226 !important;
}

.opacity-less {
  opacity: 0.5;
}

.wpforms-page-indicator-steps {
  min-width: 110px;
}

.cart-left-content .discount-group {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
}

.cart-left-content .discount-group .title-discount i,
.right-top .discount-group.show-prices .title-discount i {
  transition: all 500ms ease;
}

.cart-left-content .discount-group.show-prices .title-discount i {
  transform: rotate(180deg) !important;
}

.cart-left-content .discount-group.show-prices .group-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms ease;
  margin-top: 5px;
  border: 1px solid #bcc2d7;
}

.cart-left-content .discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 10px 25px;
  font-size: 16px;
  background: var(--primary-color);
  border: 0;
}

.cart-left-content .discount-group .title-discount i {
  font-size: 13px !important;
}

.cart-left-content .discount-group .group-prices {
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transition: all 200ms linear;
  z-index: 99;
  padding: 10px 20px;
}

.cart-left-content .discount-group .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.cart-left-content .discount-group .group-prices ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

.cart-left-content .discount-group .group-prices ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-left-content .discount-group .group-prices ul li span {
  color: #222 !important;
}

.cart-left-content .discount-group .group-prices ul li .per-price {
  font-weight: 700;
}

.cart-left-content .discount-group .group-prices ul li:last-child {
  border-bottom: 0;
}

.cart-left-content .discount-group .arrow {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-left-content .discount-group .arrow i,
.cart-left-content .discount-group .arrow svg {
  font-size: 14px;
}

.cart-left-content .discount-group.show-prices .arrow {
  background: #1f4903;
  color: #fff;
}

.cart-left-content .group-prices {
  visibility: hidden;
  opacity: 0;
}

.cart-left-content .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
}

/* Toast Wishlist */
#toaster {
  background: var(--secondary-color);
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
  font-weight: 500;
  align-items: center;
}

#toaster.is-visible {
  transform: translateX(0);
}

#toaster.is-visible.red {
  background: rgb(161, 1, 1);
}

#toaster .loading-state {
  display: none;
}

.faqs.faqs-home .accordion-item {
  margin-bottom: 0;
}

.faqs-home .accordion-item .accordion-body {
  padding-top: 5px;
  margin-bottom: 10px;
}

.departure-full-info .card-departure {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.departure-full-info .card-departure.last-div {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.departure-full-info .card-departure img {
  border-radius: 2px;
}

.departure-full-info .card-departure button {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
}

.departure-full-info .card-departure button:hover {
  background: var(--secondary-color);
}

.departure-full-info .card-departure:hover .title {
  color: var(--primary-color);
}

.departure-datas {
  display: none;
}

.sticky-package {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1490196078);
}

.sticky-package.active {
  visibility: visible;
  opacity: 1;
  animation: zoomIn 800ms ease;
  /* animation: flipUp 1000ms;*/
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    top: -10px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.items-packages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 2px;
}

.items-packages ul {
  width: 100%;
  overflow-x: auto;
}

.items-packages ul li {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 2px;
}

.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 13px 50px;
  color: #353535;
  min-width: max-content;
}

.items-packages ul li a.active {
  background: var(--primary-color);
  color: #fff;
}

.universal-star {
  display: flex;
  margin: 0;
  color: #f77c03;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}

[class^="ribbon-"] {
  position: absolute;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-2 {
  width: 63px;
  height: 60px;
  background: #3d7245;
  top: -7px;
  right: 20px;
  line-height: 22px;
}

.ribbon-2 span {
  padding-top: 10px;
}

.ribbon-2:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 0 10px 0 0;
  right: -12px;
  border-right: 13px solid #244b2a;
  border-top: 13px solid #244b2a;
  z-index: -1;
}

.ribbon-2:after {
  height: 0;
  width: 0;
  right: 0px;
  top: 60px;
  border-right: 31px solid transparent;
  border-left: 31px solid transparent;
  border-top: 20px solid #3d7245;
}

.ribn-child {
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 0 10px 0 0;
  border-right: 12px solid #244b2a;
  border-top: 11px solid #244b2a;
  z-index: -1;
  left: -10px;
  top: -2px;
  transform: rotate(270deg);
}

.left-package-container {
  max-width: 940px;
}

.gallery-photos {
  position: relative;
}

.gallery-photos .image img {
  border-radius: 5px;
  height: 524px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-photos .video-play {
  position: absolute;
  bottom: -30px;
  right: 40px;
}

.gallery-photos .owl-item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.0823529412);
  z-index: 5;
  border-radius: 5px;
}

.gallery-photos .owl-nav {
  top: 47%;
}

.gallery-photos .owl-dots {
  position: absolute !important;
  width: 100%;
  z-index: 99 !important;
  margin-top: -100px !important;
}

.gallery-photos .owl-dots .owl-dot {
  width: 16px !important;
  height: 16px !important;
  padding-right: 18px;
  height: 18px;
  outline: 2px solid #fff;
  opacity: 1 !important;
  border-radius: 100px;
  margin-right: 14px;
}

.gallery-photos .owl-dots .owl-dot span {
  display: none;
}

.gallery-photos .owl-dots .owl-dot.active {
  outline: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  outline-offset: 3px;
  border-radius: 100px;
}

.gallery-photos .video-play a {
  height: 50px;
  width: 50px;
  font-size: 11px;
}

.gallery-photos .video-play a::after {
  height: 50px;
  width: 50px;
}

@keyframes pulse5 {
  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }

  0% {
    box-shadow: 0 0 0 0 #e9ae3a;
  }
}

.gallery-photos .video-play {
  bottom: -23px;
}

.gallery-photos.default-arrow .owl-nav button.owl-prev {
  margin-left: 30px;
  color: #fff !important;
}

.gallery-photos.default-arrow .owl-nav button.owl-next {
  margin-right: 30px;
  color: #fff !important;
}

.gallery-photos .owl-carousel .owl-item .image img {
  width: 100% !important;
  height: auto;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.left-faqs ul li {
  background: #fff;
  border-bottom: 1px solid #f5f7fa;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 7px -4px #0000004f;
}

.left-faqs ul li a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 700;
  width: 100%;
}

.left-faqs ul li a img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2498%) hue-rotate(233deg) brightness(90%) contrast(118%);
}

.left-faqs ul li a.active {
  color: #3d7245;
}

.left-faqs ul li a.active img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(20%) saturate(919%) hue-rotate(78deg) brightness(98%) contrast(92%);
}

.left-faqs {
  position: sticky;
  height: auto;
  top: 65px;
}

.faqs-lists .title p {
  font-weight: 800;
  font-size: 19px;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.faqs-lists .title .row {
  align-items: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
  font-size: 14px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  line-height: 17px;
}

.list-photo-member li a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.list-photo-member li a:hover img {
  transform: scale(1.1);
}

.list-photo-member li a img {
  transition: var(--transition-1);
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}

.breadcrumb-c {
  display: flex;
  column-gap: 11px;
  font-weight: 500;
  font-size: 14px;
}

.button-style-2 {
  background: var(--primary-color);
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 25px;
  color: #fff;
  border-radius: 5px;
}

.button-style-2:hover {
  background: #00467d;
  color: #fff;
}

.trip-expert {
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.062745098);
  padding: 25px;
}

.trip-expert .expert-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.trip-expert .expert-info img {
  border-radius: 100px;
  border: 2px solid #555;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2784313725);
}

.trip-expert .socials ul li {
  font-size: 22px;
  color: #fff;
}

.trip-expert .socials ul li i,
.trip-expert .socials ul li svg {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-1);
}

.trip-expert .socials ul li i:hover,
.trip-expert .socials ul li svg:hover {
  background: var(--primary-color);
}

.trip-expert .socials ul li .fa-whatsapp {
  background: #149d2f;
}

.trip-expert .socials ul li .fa-viber {
  background: #7360f2;
}

.trip-expert .socials ul li .fa-line {
  background: #06c755;
}

.trip-expert .socials ul li .fa-skype {
  background: #00aff0;
}

.trip-expert .need-help {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  transition: var(--transition-1);
}

.trip-expert .need-help:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.tripad-reviews {
  font-size: 14px;
  padding-left: 33px;
  transition: var(--transition-1);
}

.package-hero-top {
  position: relative;
  width: 100%;
}

.package-hero-top .bottom-divider {
  position: absolute;
  bottom: 0;
  left: 0;
}


.includes>p,
.includes ul~p,
.excludes>p,
.excludes ul~p {
  margin-bottom: 10px;
}


.content-inside {
  line-height: 26px;
}

.content-inside p:last-child {
  margin-bottom: 0;
}

.content-inside ul:last-child {
  margin: 0;
}

.content-inside a {
  font-weight: 700;
  color: var(--primary-color);
}

.content-inside a:hover {
  color: var(--secondary-color);
}

.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 800;
  color: #222;
}

.content-inside h2 {
  font-size: 24px;
  color: var(--secondary-color);
}

.content-inside h3 {
  font-size: 21px;
}

.content-inside h4 {
  font-size: 20px;
}

.content-inside h5 {
  font-size: 19px;
}

.content-inside h6 {
  font-size: 18px;
}

.content-inside img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.content-inside figure {
  max-width: 100%;
  height: auto;
}

.content-inside figure figcaption {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 500;
}

.content-inside table {
  border: 1px solid #999;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}

/* Tables with proper headers */
.content-inside table thead th {
    background: #0f0d60;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
}

/* Tables without <thead>/<th> */
.content-inside table:not(:has(thead)) tr:first-child td {
    background: #0f0d60;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
}
.content-inside table tr {
  background: #fff;
}

.content-inside table tr td {
  border: 1px solid #e6e6e6;
  padding: 10px 30px;
  font-weight: 600;
}


.card-team {
  position: relative;
}

.card-team .image {
  position: relative;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

.card-team .image img {
  border-radius: 4px;
  transition: var(--transition-1);
}

.card-team .text {
  padding: 18px 20px;
  text-align: center;
  padding-bottom: 0;
}

.card-team .text h3 {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
  transition: var(--transition-1);
}

.card-team .text p {
  color: #777;
}

.card-team:hover .image img {
  transform: scale(1.1);
}

.card-team:hover .text h3 {
  color: var(--primary-color);
}


/* Pagination*/

.pagination {
  padding: 20px 0;
}

.pagination ul {
  margin-left: 0;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #000;
  text-decoration: none;
}

.navigation li {
  display: inline;
  display: inline-grid;
  margin-bottom: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 18px;
  font-weight: 400;
  font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: var(--primary-color);
  color: #fff;
}

.navigation li a {
  border: 1px solid #a2a2a2;
}

.card-sticky {
  position: sticky;
  height: auto;
  top: 40px;
}

.wpforms-page-indicator-steps {
  min-width: 120px;
}


.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  transform: translateY(50%);
  transition: var(--transition-1);
}

.scroll-top button {
  color: #fff;
  background: var(--secondary-color);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-1);
}

.card-style-1.card-docs .image-parent .image::after {
  display: none;
}

.card-style-1.card-docs .image-parent .image img {
  border-radius: 7px;
  object-fit: cover;
  transition: var(--transition-1);
}

.card-style-1.card-docs .image-parent .image .title {
  font-size: 20px;
  font-weight: 700 !important;
  color: var(--secondary-color);
  margin-top: 10px;
  display: block;
  text-align: center;
  transition: var(--transition-1);
}

.card-style-1.card-docs:hover .card-style-1 .image-parent .pricing {
  position: absolute;
  bottom: 28px;
  left: 30px;
  color: #fff;
}

.card-style-1.card-docs:hover .image-parent .image .title {
  color: #a75300;

}

header .brand-logo.no-notice {
  padding: 10px 0 5px;
  margin-top: 0;
}

header .main-navs.no-notice {
  margin-top: -45px;
}

.itinerary .accordion-item .accordion-body {
  margin-bottom: 15px;
}

.itinerary h3.accordion-button {
  display: flex;
  align-items: start;
  column-gap: 7px;
  line-height: 27px;
}

.faqs-package.faqs-page {
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}

/* Add same box-shadow in ::after */
.card-act::after {
  content: "";
  position: absolute;
  inset: 0;
  /* fills entire box */
  border-radius: inherit;
  z-index: -1;
  /* keeps it behind */
  min-width: max-content;
  box-shadow: 0px 4px 10px 4px #0000000D;
  left: 10px;
  filter: blur(4px);
}

/* #best-selling .owl-stage {
padding-right: 0 !important;
margin-left: -20px;
} */

.has-bg-white {
  position: relative;
}

.has-bg-white::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./assets/images/bg-white.webp") repeat;
  opacity: 0.35;
  z-index: -11;
}

.special-tours {
  padding-bottom: 65px;
}

.special-tours .card-style-3 .image-parent .image::after {
  background: none;
}

.card-testi .content {
  max-height: 230px;
  overflow: auto;
  padding-right: 15px;
}

.card-testi .expert-card {
  padding-top: 15px;
}

.card-testi .content p:last-child {
  margin-bottom: 0;
}

.default-arrow .owl-theme .owl-nav [class*="owl-"] {
  padding: 0 !important;
}


.whatsapp-footer {
  position: fixed;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
  z-index: 999999;
  background: #159143;
  border: 1px solid #cad1ea;
  left: 50px;
  bottom: 50px;
}

.whatsapp-footer:hover {
  color: #fff;
  background: #086229;
}


/* Planner */
.trip-planner {
  max-width: 370px;
  position: fixed;
  right: 200px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  transform: translateY(280px);
  transition: 550ms ease all;
  padding: 40px 30px 15px 30px;
  z-index: 999999;
  bottom: 42px;
}

.trip-planner .title {
  background: #ed7911;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: max-content;
  cursor: pointer;
  font-weight: 500;
  padding: 6px 22px;
}

.trip-planner.active {
  bottom: 0;
}

.image-expert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.trip-planner .image-expert img {
  border-radius: 100px;
  outline: 1px solid #35b64f;
  outline-offset: 2px;
}

.name {
  display: block;
  font-weight: 700;
  color: green;
}

.post {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.custom-made div a {
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  text-align: center;
  line-height: 26px;
  display: block;
}

.custom-made div a:hover {
  color: #000 !important;
  background: transparent !important;
}

.custom-made a.contact {
  background: #0f960f;
  display: block;
  padding: 7px 28px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0 0;
}

.image-expert .text {
  line-height: 20px;
}

.image-expert .text span:first-child {
  font-size: 14px !important;
  font-weight: 500;
  color: #5e5e5e;
}

.custom-made a.contact:hover {
  background: #004f01;
  color: #fff;
}

.footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-text a {
  color: #222;
  font-weight: 600;
  font-size: 15px;
}

.trip-planner .cross {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 8px;
  background: #f00;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
}

.trip-planner.active .cross {
  visibility: visible;
  opacity: 1;
}

.trip-planner.active .title {
  border-radius: 6px !important;
}

.trip-planner hr {
  margin-bottom: 8px;
}

.trip-planner.active {
  transform: translateY(0);
  border: 1px solid #ef771b;
  background: #fbfbfb;
}

#toggleButton {
  background: green;
  padding: 8px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 12px;
}

.profile-parent.has-brder {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d2d2d2bd;
}

.title-exp {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #ee883e;
}


.card-package-recommend {
  border-radius: 6px;
  padding: 18px 20px;
  position: relative;
  margin: 15px 0 28px 0;
  border: 1px solid #b7b7b75e;
  -webkit-box-shadow: 5px 3px 11px -5px #00000029;
  box-shadow: 5px 3px 11px -5px #00000029;
  background: #1c2164;
}

.card-package-recommend .bottom-info img {
  border-radius: 0 !important;
  margin: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.card-package-recommend .content-in {
  color: #bfbfbf;
}

.card-package-recommend .bottom-info {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 10px;
}

.card-package-recommend .inner-left .title a {
  color: #fff !important;
  font-size: 21px;
  font-weight: 800;
}

.card-package-recommend .main-image a {
  display: block;
  border-radius: 5px;
}

.card-package-recommend .main-image a img {
  border-radius: 5px;
  margin-bottom: 0;
}

.card-package-recommend .bottom-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}

.card-package-recommend .price-text {
  position: absolute;
  background: #f77c03;
  right: 0;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 800;
  bottom: 0;
  color: #fff;
  border-radius: 10px 0 4px 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
  content: "\f107" !important;
  top: 0;
  font-family: fontawesome;
  font-size: 11px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link>span.mega-indicator::after {
  content: '\f105';
}

header .dashicons-search::before {
  content: "\f002";
  font-size: 15px;
}

header .dashicons,
.dashicons-before::before {
  font-family: fontAwesome;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-880 .mega-search input[type="text"] {
  margin-left: -10px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after {
  background-color: #fff;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-search.mega-search-open input[type="text"] {
  margin-top: 30px;
}

.mega-search-wrap .mega-search.mega-search-open .search-icon::before {
  color: #ef873f !important;
}

.search-popup {
  color: #fff;
  cursor: pointer;
}


#search {
  align-items: center;
  height: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  height: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}

#search .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#search.visible {
  height: 100vh !important;
  opacity: 1;
  visibility: visible;
  width: 100vw !important;
  z-index: 99999;
}

.close-btn {
  display: block;
}

.search-overlay .search-bar {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 10px;
  height: 2rem;
  outline: 0;
  padding: 2rem 1rem;
}

.close-btn {
  color: #fff;
  font-size: 65px;
  position: absolute;
  top: 60px;
  right: 60px;
}

header .search-bar input {
  padding-bottom: 5px;
  padding-left: 5px;
}

.search-overlay {
  width: 100%;
  max-width: 800px;
  padding: 100px 0;
  z-index: 999;
}

.search-overlay .search-bar {
  border-bottom: 0;
}

.search-overlay input {
  background: transparent;
  border: 0;
  background: #fff;
  color: #222;
  padding: 25px 15px 25px 25px;
  height: 100%;
  font-size: 20px;
  border-bottom: 1px solid #ffffff6b;
}

.search-overlay input::placeholder {
  color: #222;
  font-size: 18px;
  opacity: 0.5;
}

.search-overlay select {
  padding: 10px 20px;
  max-width: max-content;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #040404;
  border: 1px solid #fff;
  margin-right: 0;
}

.search-overlay select option {
  font-family: Arial;
}

.search-overlay .search-bar button {
  height: 50px;
  display: flex;
  font-size: 17px;
  align-items: center;
  column-gap: 10px;
  padding: 10px 30px;
}

.search-form {
  width: 100%;
}






/*custom added css*/

.top-header-new {
  padding: 16px 0;
}



.company-logo img {
  height: auto;
  width: 100%;

}

.mega-menu-wrap {
  margin: 0px auto;
}

span.header-info-label {
  color: #ED7911;
  font-family: "Roboto Flex";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.top-header-new .info-item .text a {
  color: #0F0D60;
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top-header-new .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item {
  float: left !important;
}

ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 5px 10px !important;
}


.card-fact .icon {
  min-width: 30px;
  height: 30px;
}

.card-fact .text {
  font-size: 14px;
  font-weight: 500;
  color: #0f0d60;
}

.card-fact .text p {
  font-weight: 500;
  color: #0f0d60;
}

.card-fact .text span,
.card-fact .text a {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
}

.custom-gutter-large {
  --bs-gutter-y: 1.4rem;
}

@media (max-width: 575px) {
  .trip-facts .col-6 {
    width: 50% !important;
  }

  .items-packages ul li a {
    padding: 20px 10px !important;
    font-size: 20px;
  }

}


.items-packages ul li:hover {
  background: #ee883e;
}

.sticky-package.active {
  border-bottom: 2px solid #ed7911;
}

.items-packages ul {
  scrollbar-color: #2a45a7 #9d1e1e;
}



/*search datalist display options*/

.prime_search {
  display: flex;
  width: 70%;
  margin: 0px auto;
  border: 1px solid #0f0d60;
  border-radius: 5px;
}

.prime_search input {
  padding: 10px;

}

.prime_search button {
  background: #ee883e;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}

.prime_search button:hover {
  background: #0f0d60;
  color: #ee883e;
}

#search-suggestions {
  height: 200px !important;
}






/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  /* Basic search input styling */
  .is-search-input {
    width: 40px !important;
    /* Initial collapsed width */
    transition: width 0.4s ease-in-out;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
  }

  /* Expand when clicked/focused */
  .is-search-input:focus {
    width: 185px !important;
    /* Expanded width */
    border-color: #666;
  }


  .is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0 !important;
    background: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ffffff;
  }

  .is-search-icon {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .prime-search-left {
    display: none;
  }

}



@media only screen and (max-width: 991px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
  }

  .prime_search {
    display: none;
  }

  .is-form-style {
    position: absolute;
    float: left;
    left: 1em;
  }

  .is-form-style input.is-search-input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: transparent;
    background-image: none !important;
    color: #ffffff;
  }

  .is-search-icon {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  /* Expand when clicked/focused */
  .is-search-input {
    width: 185px !important;
    /* Expanded width */
    border-color: #666;
  }
}




/*activities section css*/

.card-act {
  /* width: 50%;
  float: left;*/

  padding: 10px 20px;

  min-height: 150px;
}

.dest {
  display: flex;
}

.dest .card-act {
  width: 50%;
}



/*welcome section*/
.mb-3 img {
  width: 30%;
}

.card-welcome {
  text-align: center;
}

.card-welcome h3 {
  font-size: 12px;
  font-weight: 600;
}

.welcome_part {
  background: #0f0d6012;
}

.welcome_part .row {
  text-align: center;
}





/*animated prime buttons css start*/
.animated_prime ul {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: flex;

}

.animated_prime ul li {
  list-style: none;
  margin: 0 40px;

}

.animated_prime ul li img {
  width: 50%;

}

#activities .dest .card-act {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  /*transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);*/
  transition: .5s;
  box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);

}

#destinations .dest .card-act {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  /*transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);*/
  transition: .5s;
  box-shadow: 20px 20px 10px rgb(0, 0, 0, 0.5);

}



#activities .dest .card-act:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
  z-index: 100;
}

#destinations .dest .card-act:hover {
  transform: perspective(1000px) rotate(30deg) skew(25deg) translate(20px, -20px);
  box-shadow: 50px 50px 50px rgb(0, 0, 0, 0.5);
  z-index: 100;
}


#activities .dest .card-act::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transition: .5s;
  transform: rotate(0deg) skewY(-45deg);
}

#activities .dest .card-act::after {
  content: "";
  position: absolute;
  top: 80px;
  left: -11px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  transition: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

#destinations .dest .card-act::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transition: .5s;
  transform: rotate(0deg) skewY(45deg);
}

#destinations .dest .card-act::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -11px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  transition: .5s;
  transform: rotate(0deg) skewX(45deg);
}





.animated_prime ul li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
  transition: .5s;
  box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}

.animated_prime ul li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transition: .5s;
  transform: rotate(0deg) skewY(-45deg);
}

.animated_prime ul li a::after {
  content: "";
  position: absolute;
  top: 80px;
  left: -11px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  transition: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

.animated_prime ul li a:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.animated_prime ul li:hover .fa {
  color: #fff;
}

.animated_prime ul li a:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.animated_prime ul li:hover:nth-child(1) a {
  background: #3b5999;
}

.animated_prime ul li:hover:nth-child(1) a:before {
  background: #2e4a86;
}

.animated_prime ul li:hover:nth-child(1) a:after {
  background: #4a69ad;
}

.animated_prime ul li:hover:nth-child(2) a {
  background: #55acee;
}

.animated_prime ul li:hover:nth-child(2) a:before {
  background: #4184b7;
}

.animated_prime ul li:hover:nth-child(2) a:after {
  background: #4d9fde;
}

.animated_prime ul li:hover:nth-child(3) a {
  background: #dd4b39;
}

.animated_prime ul li:hover:nth-child(3) a:before {
  background: #c13929;
}

.animated_prime ul li:hover:nth-child(3) a:after {
  background: #e83322;
}

.animated_prime ul li:hover:nth-child(4) a {
  background: #0077B5;
}

.animated_prime ul li:hover:nth-child(4) a:before {
  background: #036aa0;
}

.animated_prime ul li:hover:nth-child(4) a:after {
  background: #0d82bf;
}

.animated_prime ul li:hover:nth-child(5) a {
  background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.animated_prime ul li:hover:nth-child(5) a:before {
  background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.animated_prime ul li:hover:nth-child(5) a:after {
  background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

/*animated prime buttons css end*/

/*accordian css start*/

.accordian {
  width: 805px;
  height: 320px;
  overflow: hidden;

  /*Time for some styling*/
  margin: 100px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
  width: 1200px;
  /*This will give ample space to the last item to move
  instead of falling down/flickering during hovers.*/
}

.accordian li {
  position: relative;
  display: block;
  width: 160px;
  float: left;

  border-left: 1px solid #888;

  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);

  /*Transitions to give animation effect*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to 
  see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {
  width: 40px;
}

/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {
  width: 640px;
}


.accordian li img {
  display: block;
}

/*Image title styles*/
.image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;

}

.image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}

/*accordian css end*/



/*circle info css start*/
.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}


.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #7d4ac7;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid #7d4ac7;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #a733bb;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #a733bb;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
  background: #7d4ac7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
  /* IE6-9 */
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
  .holderCircle {
    /* width: 300px; height: 300px;*/
    margin: 110px auto;
  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
  font-weight: 800;
  color: #640178;
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
}

/*circle info css end*/



@media (max-width: 525px) {
  .ps-5p {
    display: contents !important;
  }

  .header-call {
    padding: 5px;
    margin-top: 10px;
  }
}


.header-call {
  padding: 5px;

}

.inclusion ul li {
  font-size: 15px;
}


/*mega menu css*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  content: '\f105' !important;
}






/*new activity css added*/

.pres-button {
  padding: 0;
  list-style-type: none;
}

.pres-button li {
  box-sizing: border-box;
  width: 15em;
  height: 3em;
  font-size: 20px;
  border-radius: 0.5em;
  margin: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  color: white;
  font-family: sans-serif;
  text-transform: capitalize;
  line-height: 3em;
  transition: 0.3s;
  cursor: pointer;
}

.pres-button li:nth-child(odd) {
  background: linear-gradient(to right, #0f0d60, #ee883e);
  text-align: left;
  padding-left: 10%;
  transform: perspective(500px) rotateY(45deg);
}

.pres-button li:nth-child(even) {
  background: linear-gradient(to left, #0f0d60, #ee883e);
  text-align: right;
  padding-right: 10%;
  transform: perspective(500px) rotateY(-45deg);
}

.pres-button li:nth-child(odd):hover {
  transform: perspective(200px) rotateY(45deg);
  padding-left: 5%;
}

.pres-button li:nth-child(even):hover {
  transform: perspective(200px) rotateY(-45deg);
  padding-right: 5%;
}


/* ============================================
   TRIP DETAILS PAGE REDESIGN - 2026
   ============================================ */

/* --- Section Title Updates --- */
.title-style-2 .title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1f4e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.title-style-2.has-divider::after {
  background: #1a1f4e;
  width: 50px;
  height: 3px;
  border-radius: 2px;
}

/* --- Trip Facts Grid Redesign --- */
.trip-facts {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.trip-facts .custom-gutter-large {
  --bs-gutter-y: 0.75rem;
  --bs-gutter-x: 0.75rem;
}

.card-fact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d8dce6;
  border-radius: 8px;
  transition: all 300ms ease;
}

.card-fact:hover {
  border-color: #b0b8cc;
  box-shadow: 0 2px 8px rgba(26, 31, 78, 0.08);
}

.card-fact .icon {
  min-width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 0;
  border: none;
}

.card-fact .icon img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(89%) saturate(1200%) hue-rotate(16deg) brightness(95%) contrast(90%);
  width: 22px;
  height: auto;
}

.card-fact .text {
  line-height: 18px;
  font-size: 14px;
}

.card-fact .text p {
  font-weight: 600;
  color: #6b7280;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.card-fact .text span,
.card-fact .text a {
  color: #1a1f4e;
  font-size: 14px;
  font-weight: 700;
}

/* --- Right Sidebar Pricing Card Redesign --- */
.right-package-parent {
  position: sticky;
  top: 70px;
  height: auto;
}

.right-package {
  border-radius: 12px;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;

}

.right-package .price-parent {
  padding: 20px 22px 16px;
  background: #fff;
  line-height: 28px;
}

.right-package-parent .first-text {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.right-package-parent .main-price {
  font-weight: 800;
  color: #1a1f4e;
  font-size: 38px;
}

.right-package-parent .tag {
  font-size: 16px;
  color: #1a1f4e;
  font-weight: 600;
}

.right-package .price {
  font-size: 38px;
  color: #1a1f4e;
  font-weight: 800;
}

.right-package .bottom-content {
  padding: 18px 22px 22px;
  background: #fff;
}

.right-package .bottom-content p {
  color: #374151;
}

/* Discount ribbon redesign */
.ribbon-2 {
  width: auto;
  height: auto;
  background: #1a1f4e;
  top: 0;
  right: 0;
  left: auto;
  line-height: normal;
  padding: 8px 16px 12px;
  border-radius: 0 12px 0 12px;
  position: absolute;
  z-index: 5;
}

.ribbon-2 span {
  padding-top: 0;
  font-size: 13px;
  font-weight: 700;
}

.ribbon-2:before,
.ribbon-2:after {
  display: none;
}

.ribn-child {
  display: none;
}

/* --- Booking Buttons Redesign --- */
.btns-right button {
  width: 100%;
  padding: 12px 20px;
  font-weight: 700;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.3px;
  transition: all 300ms ease;
}

.btns-right button.book-now {
  background: var(--secondary-color);
  box-shadow: 0 4px 12px rgba(238, 136, 62, 0.35);
}

.btns-right button.book-now:hover {
  background: #d6742e !important;
  box-shadow: 0 6px 16px rgba(238, 136, 62, 0.45);
  transform: translateY(-1px);
}

.btns-right button.inquiry {
  background: transparent;
  color: #1a1f4e;
  border: 2px solid #1a1f4e;
}

.btns-right button.inquiry:hover {
  background: #1a1f4e !important;
  color: #fff;
}

/* --- Trip Expert Section Redesign --- */
.trip-expert {
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 22px;
  border-radius: 12px;
  background: #1a1f4e;
  color: #fff;
}

.trip-expert .expert-info {
  display: flex;
  gap: 12px;
  align-items: center;
}

.trip-expert .expert-info img {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 55px;
}

.trip-expert .expert-info span {
  color: #fff;
  font-size: 16px;
}

.trip-expert .need-help {
  color: rgba(255, 255, 255, 0.85);
}

.trip-expert .need-help:hover {
  color: #fff;
}

.trip-expert .button-style-2 {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  transition: all 300ms ease;
  border: none;
}

.trip-expert .button-style-2:hover {
  background: #d6742e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(238, 136, 62, 0.35);
}

/* --- TripAdvisor Card Redesign --- */
.trip-advisor-right {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* --- Sticky Navigation Tabs Redesign --- */
.sticky-package {
  background: #fff;
  border-bottom: 2px solid #e5e7eb;
}

.items-packages {
  background: #fff;
}

.items-packages ul li {
  font-size: 15px;
  font-weight: 600;
}

.items-packages ul li a {
  padding: 14px 28px;
  color: #6b7280;
  border-bottom: 3px solid transparent;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.items-packages ul li a i {
  font-size: 16px;
}

.items-packages ul li a:hover {
  color: #1a1f4e;
  background: rgba(26, 31, 78, 0.04);
}

.items-packages ul li a.active {
  background: transparent;
  color: #1a1f4e;
  border-bottom-color: var(--secondary-color);
  font-weight: 700;
}

/* --- Itinerary Section Redesign --- */
.itinerary .title-style-2 .title {
  font-size: 22px;
  color: #1a1f4e;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.accordion-item .serial-number {
  background: #1a1f4e;
  min-width: 42px;
  min-height: 42px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 6px rgba(26, 31, 78, 0.2);
}

.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: #1a1f4e;
  box-shadow: 0 3px 10px rgba(26, 31, 78, 0.3);
}

.accordion-item .day {
  color: #1a1f4e;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700 !important;
  display: block;
}

.accordion-item h3 {
  font-size: 16px;
  color: #1a1f4e;
  font-weight: 700;
}

.accordion-item .accordion-button {
  padding-left: 16px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.itinerary .accordion-item::before {
  border: 1px dashed #c8cedc;
  margin-left: 20px;
  opacity: 0.7;
}

.itinerary .accordion-item .accordion-button::after {
  background: none;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #6b7280;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itinerary .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "−";
  background: none;
  font-size: 22px;
  font-weight: 400;
  color: #1a1f4e;
  width: auto;
  height: auto;
}

.accordion-item .accordion-body {
  padding-left: 62px;
  font-size: 15px;
  line-height: 26px;
  color: #4b5563;
}

.accordion-item hr {
  color: #e5e7eb;
  opacity: 1;
}

/* --- Expand All Button --- */
.expand-all {
  border: 2px solid #1a1f4e;
  color: #1a1f4e;
  border-radius: 6px;
  font-weight: 700;
  padding: 6px 18px;
  font-size: 14px;
}

.expand-all:hover {
  background: #1a1f4e;
  color: #fff;
}

/* --- Overview Section --- */
.overview .title-style-2 .title {
  text-transform: uppercase;
  color: #1a1f4e;
}

.content-inside {
  line-height: 28px;
  color: #4b5563;
  font-size: 15px;
}

.content-inside a {
  color: var(--secondary-color);
  font-weight: 600;
}

/* --- Highlights Redesign --- */
.highlights .title-style-2 .title {
  color: #1a1f4e;
  font-size: 20px;
}

.highlights ul li {
  padding-left: 32px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #374151;
  font-size: 15px;
  line-height: 24px;
}

.highlights ul li::before {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2223.08%22%20height%3D%2223.08%22%20rx%3D%2211.54%22%20fill%3D%22%230F0D60%22%2F%3E%3Cpath%20d%3D%22M16.4312%207.87109L9.70286%2014.5994L6.64453%2011.5411%22%20stroke%3D%22white%22%20stroke-width%3D%221.22333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  margin-top: 3px;
}

/* --- Includes/Excludes Redesign --- */
.inclusion .title-style-2 .title {
  color: #1a1f4e;
  text-transform: uppercase;
}

.inclusion h3.text-second {
  color: #1a1f4e !important;
  font-size: 18px;
}

.inclusion h3.text-danger {
  color: #ef4444 !important;
  font-size: 18px;
}

.includes ul {
  list-style: none;
  padding-left: 0;
}

.includes ul li {
  padding: 6px 0 6px 28px;
  position: relative;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
}

.includes ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
  font-size: 16px;
}

.excludes ul {
  list-style: none;
  padding-left: 0;
}

.excludes ul li {
  padding: 6px 0 6px 28px;
  position: relative;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
}

.excludes ul li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #ef4444;
  font-weight: 700;
  font-size: 14px;
}

/* --- Note Section Redesign --- */
.note {
  background: #e0f4ff;
  padding: 30px 35px;
  border-radius: 10px;
  border: none;
}

.note .icon {
  border-color: #1a1f4e;
}

.note .icon img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(60%) saturate(4500%) hue-rotate(232deg) brightness(85%) contrast(105%);
}

.note p,
.note .fw-800 {
  color: #1a1f4e;
}

.note .content-inside p {
  color: #374151;
}

.note .button-style-3 {
  background: var(--secondary-color);
  border-radius: 50px;
  padding: 10px 28px;
}

.note .button-style-3:hover {
  background: #d6742e;
}

/* --- Breadcrumb Updates --- */
.breadcrumb-c {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.breadcrumb-c a {
  color: #6b7280;
  transition: all 200ms ease;
}

.breadcrumb-c a:hover {
  color: var(--secondary-color);
}

/* --- Section Title for Trip Page --- */
.section-title .title {
  color: #1a1f4e;
  font-size: 32px;
  font-weight: 800;
}

.section-title span {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  background: rgba(238, 136, 62, 0.12);
  padding: 4px 14px;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* --- Reviews Section --- */
.reviews-text .universal-star {
  color: #f59e0b;
  font-size: 16px;
}

.reviews-text p {
  color: #6b7280;
  font-size: 14px;
}

/* --- Gallery Photos --- */
.gallery-photos .image {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-photos .image img {
  border-radius: 10px;
}

/* --- Departure Section --- */
.departures-package .title-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.departures-package .btn-depart {
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  transition: all 200ms ease;
}

.departures-package .btn-depart.active,
.departures-package .btn-depart:hover {
  background: #1a1f4e;
  color: #fff;
  border-color: #1a1f4e;
}

.data-departure {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}

.data-departure button[type="submit"] {
  background: var(--secondary-color);
  color: #fff;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  transition: all 200ms ease;
}

.data-departure button[type="submit"]:hover {
  background: #d6742e;
}

/* --- FAQs Section --- */
.faqs-package .accordion-button {
  font-weight: 600;
  color: #1a1f4e;
  font-size: 16px;
}

.faqs-package .accordion-body {
  color: #4b5563;
  font-size: 15px;
  line-height: 26px;
}

.faq-content-here .left-faqs ul {
  padding: 0;
}

.faq-content-here .left-faqs ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #374151;
  font-weight: 600;
  font-size: 15px;
  transition: all 200ms ease;
  border: 1px solid transparent;
}

.faq-content-here .left-faqs ul li a:hover,
.faq-content-here .left-faqs ul li a.active {
  background: rgba(26, 31, 78, 0.06);
  color: #1a1f4e;
  border-color: #d1d5db;
}

.faqs-lists .title {
  background: #f3f4f6;
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.faqs-lists .title p {
  font-weight: 700;
  color: #1a1f4e;
  font-size: 16px;
}

/* --- Related Packages --- */
.related-packages .title-style-2 .title {
  color: #1a1f4e;
}

/* --- Trip Map --- */
.trip-map .image {
  border: 1px solid #d1d5db;
  padding: 16px;
  border-radius: 10px;
  background: #fff;
}

/* --- Addon Section --- */
.addons-pkg .top-addon {
  background: #f8f9fc;
  padding: 14px 18px;
  border-radius: 8px;
}

.addons-pkg .top-addon .serial-num {
  background: #1a1f4e;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.addons-pkg .top-addon .price {
  color: var(--secondary-color);
  font-weight: 700;
}

/* --- Items Page (PDF/Share) --- */
.items-page .item .icon {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.items-page .item .text {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}

/* --- Discount Group --- */
.discount-group .title-discount {
  color: #1a1f4e;
}

/* --- Line Through (Old Price) --- */
.line-through {
  text-decoration: line-through;
  color: #9ca3af;
  font-weight: 400;
}

/* --- Loading State in Departure --- */
.departures-package .loading-state .loading {
  border-top-color: #1a1f4e !important;
}

/* --- Right Package Container Spacing --- */
.right-package-container {
  padding-left: 24px;
}

/* --- Padding Top Package Override --- */
.padding-top-pkg {
  padding-top: 35px;
}

/* --- Trip Info Section --- */
.trip-information .title-style-2 .title {
  color: #1a1f4e;
}

.trip-information .content-inside {
  color: #374151;
}

/* --- Related Blogs --- */
.related-blogs .title-style-2 .title {
  color: #1a1f4e;
}

/* --- Button Outline Updates --- */
.button-outline-1 {
  border: 2px solid #1a1f4e;
  color: #1a1f4e;
  border-radius: 6px;
  font-weight: 700;
  padding: 8px 24px;
  transition: all 200ms ease;
}

.button-outline-1:hover {
  background: #1a1f4e;
  color: #fff;
}

/* NEW REDESIGN LAYOUT SPECIFICS */
.hero-redesign {
  position: relative;
  width: 100%;
  min-height: 545px;
  background-color: #0f0d60;
  overflow: hidden;
}

.hero-redesign .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  z-index: 1 !important;
}

.hero-redesign .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(15, 13, 96, 0.9) 0%, rgba(15, 13, 96, 0) 100%);
  z-index: 1;
}

.hero-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 40px;
}

.hero-content-bottom .breadcrumb-c a,
.hero-content-bottom .breadcrumb-c span,
.hero-content-bottom .breadcrumb-c li {
  color: rgba(255, 255, 255, 0.8) !important;
}

.short-text-hero {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 6px 16px;
  border-radius: 50rem;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.hero-redesign .universal-star i {
  color: #f7a827;
}

/* Sidebar Overlap */
@media (min-width: 992px) {
  .right-package-container {
    margin-top: -480px;
    z-index: 10;
    position: relative;
  }
}

.custom-got-questions {
  background-color: var(--primary-color) !important;
}

.custom-got-questions a:hover {
  color: var(--secondary-color) !important;
}

/* NEW SIDEBAR COMPONENTS CSS */
.trip-facts-sidebar {
  background-color: #f1f8eb;
  border: 1px solid #e1e9db;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.trip-facts-list li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.sidebar-route-map .trip-map img {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.start-end {
  background-color: #f9f9f9;
}

/* --- Trip Details Sidebar Redesign (Target Image Alignment) --- */
.custom-right-package {
  border-radius: 12px;
  padding: 24px !important;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #eee;
  padding-top: 65px !important;
}

.top-seller-badge {
  top: -20px;
  background-color: #ded7fa;
  color: #2c1b5b;
  padding: 12px 25px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  z-index: 5;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  line-height: 1.2;
}

.top-seller-badge .fold {
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #a291d2;
  z-index: -1;
}



.tab-item {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.tab-item.active {
  background-color: var(--secondary-color);
  color: #fff !important;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(238, 136, 62, 0.2);
}

.price-display {
  color: #333;
}

.from-text {
  font-size: 15px;
  font-weight: 800;
  color: #333;
}

.main-price-val {
  color: var(--secondary-color);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.line-through-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 500;
}

.currency-text {
  font-size: 15px;
  font-weight: 800;
  color: #333;
}

.save-badge {
  background-color: #fcebd8;
  color: var(--secondary-color);
  padding: 6px 16px;
  border-radius: 50rem;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-details-meta {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

.price-details-meta span {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 575px) {
  .tabs-wrapper {
    margin-left: 0;
    justify-content: space-between !important;
  }

  .top-seller-badge {
    position: relative !important;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    width: fit-content;
  }

  .top-seller-badge .fold {
    display: none;
  }
}

/* --- Trip Facts and Buttons Redesign --- */
.fact-box {
  background-color: #f8f9fa;
  padding: 10px 12px !important;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}

.fact-icon {
  width: 20px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(1491%) hue-rotate(352deg) brightness(98%) contrast(90%);

}

.fact-label {
  margin: 0;
  text-uppercase: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 9px;
  color: #999;
  letter-spacing: 0.5px;
}

.fact-value {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #333;
  line-height: 1;
  margin-top: 4px;
}

.btn-book-now {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 15px !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(238, 136, 62, 0.3) !important;
}

.btn-book-now:hover {
  background-color: #d6742e !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(238, 136, 62, 0.4) !important;
}

.btn-customize {
  background-color: #f1f3f7 !important;
  color: #0f0d60 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  padding: 15px !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.btn-customize:hover {
  background-color: #e2e6ed !important;
  color: #0c0a4d !important;
}

/* --- Trek Gallery Grid Redesign --- */
.trek-gallery {
  padding-top: 0 !important;
  margin-top: -10px;
  margin-bottom: 40px;
}

.trek-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

/* Specific heights/aspect ratios to match the design perfectly */
.gallery-col-left .item-video {
  height: 250px;
}

.gallery-col-left .item-normal {
  height: 210px;
}

.gallery-col-right .item-portrait {
  height: 290px;
}

.gallery-col-right .item-normal {
  height: 170px;
}

/* Video Overlay Styles */
.video-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 13, 96, 0.4);
  /* Dark blue elegant overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.gallery-item:hover .video-overlay-wrapper {
  background: rgba(15, 13, 96, 0.5);
}

.video-play-btn {
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
}

.play-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0f0d60;
  font-size: 20px;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.video-play-btn:hover .play-icon-circle {
  transform: scale(1.1);
  background-color: var(--secondary-color);
  color: #fff;
}

.video-label-top {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.video-label-main {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Responsive Grid styling */
@media (max-width: 767px) {
  .trek-gallery-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .gallery-col {
    gap: 15px;
  }

  .gallery-col-left .item-video,
  .gallery-col-left .item-normal,
  .gallery-col-right .item-portrait,
  .gallery-col-right .item-normal {
    height: 220px;
    /* Uniform height on mobile */
  }

  .video-label-main {
    font-size: 13px;
  }

  .play-icon-circle {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

/* --- DAY-BY-DAY ITINERARY PREMIUM REDESIGN --- */
.itinerary .title-style-2 .title {
  font-size: 24px !important;
  color: #0f0d60 !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.itinerary .accordion-item {
  border: none !important;
  border-bottom: 1px solid #e2e8f0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.itinerary .accordion-item::before {
  display: none !important;
}

.itinerary .accordion-item .top-itinerary {
  padding: 20px 0 !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
}

.itinerary .accordion-item .serial-number {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 50% !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, color 0.25s ease !important;
}

/* Collapsed State Circle */
.itinerary .accordion-item .top-itinerary[aria-expanded="false"] .serial-number {
  background-color: #f0f4f8 !important;
  color: #4b5563 !important;
}

/* Expanded State Circle */
.itinerary .accordion-item .top-itinerary[aria-expanded="true"] .serial-number {
  background-color: #0f0d60 !important;
  color: #ffffff !important;
}

.itinerary .accordion-item .day-label {
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #94a3b8 !important;
  letter-spacing: 1px !important;
  margin-bottom: 2px !important;
  display: block !important;
}

.itinerary .accordion-item .itinerary-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.itinerary .accordion-item .top-itinerary[aria-expanded="true"] .itinerary-title {
  color: #0f0d60 !important;
}

.itinerary .accordion-item .itinerary-toggle-icon {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.itinerary .accordion-item .itinerary-toggle-icon::after {
  font-size: 24px !important;
  font-weight: 300 !important;
  color: #94a3b8 !important;
  display: inline-block !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

/* Collapsed State (+) */
.itinerary .accordion-item .top-itinerary[aria-expanded="false"] .itinerary-toggle-icon::after {
  content: "+" !important;
}

/* Expanded State (—) */
.itinerary .accordion-item .top-itinerary[aria-expanded="true"] .itinerary-toggle-icon::after {
  content: "—" !important;
  color: #94a3b8 !important;
}

.itinerary .accordion-item .accordion-body {
  padding-left: 58px !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #475569 !important;
  background: transparent !important;
  border: none !important;
}

.itinerary .info {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #f8fafc !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  border: 1px solid #e2e8f0 !important;
  margin-bottom: 8px !important;
}

.itinerary .info img {
  width: 16px !important;
  height: auto !important;
  margin-bottom: 0 !important;
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2498%) hue-rotate(233deg) brightness(90%) contrast(118%) !important;
}

.itinerary .info p {
  font-size: 13px !important;
  margin: 0 !important;
  color: #334155 !important;
}

.itinerary .info p b {
  color: #0f0d60 !important;
  font-weight: 700 !important;
}

.itinerary .img-itinerary {
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  overflow: hidden !important;
  margin-top: 12px !important;
}

.itinerary .img-itinerary img {
  border-radius: 6px !important;
  transition: transform 0.3s ease !important;
}

.itinerary .img-itinerary a:hover img {
  transform: scale(1.05) !important;
}

@media (max-width: 575px) {
  .itinerary .accordion-item .accordion-body {
    padding-left: 0 !important;
  }
}

/* --- FAQ PREMIUM REDESIGN --- */
.faqs-package {
  background-color: #f8fafc !important;
  /* Soft premium background */
  padding: 80px 0 !important;
}

.faqs-package .left-package-container {
  max-width: 100% !important;
}

.faqs-package .faq-title-1 {
  text-align: center !important;
  margin-bottom: 50px !important;
}

.faqs-package .faq-title-1 .title-style-2 {
  display: flex !important;
  justify-content: center !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.faqs-package .faq-title-1 .title-style-2 .title {
  font-size: 32px !important;
  color: #0f0d60 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: -0.5px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 2-Column CSS Grid Layout */
.faqs-package .accordion-flush,
.faqs-package .accordion {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
  background: transparent !important;
  border: none !important;
  padding: 20px;
}

/* Card Styling for accordion item */
.faqs-package .accordion-item {
  background-color: #ffffff !important;
  border: 1px solid #eef2f6 !important;
  border-radius: 16px !important;
  margin-bottom: 0 !important;
  box-shadow: 0 4px 12px rgba(15, 13, 96, 0.01) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  overflow: hidden !important;
}

.faqs-package .accordion-item:hover {
  border-color: #e2e8f0 !important;
  box-shadow: 0 10px 25px rgba(15, 13, 96, 0.04) !important;
}

/* Header Trigger styling */
.faqs-package .accordion-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 24px 64px 24px 24px !important;
  /* Room on the right for the absolute indicator badge */
  color: #0f0d60 !important;
  font-weight: 700 !important;
  font-size: 15.5px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  display: block !important;

  position: relative !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

/* Hide Bootstrap default arrow */
.faqs-package .accordion-button::after {
  display: none !important;
}

/* Custom Absolute Circle Toggle Badge */
.faqs-package .accordion-button::before {
  content: "+" !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  background-color: #f0f4f8 !important;
  color: #94a3b8 !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Active Expanded State of the Toggle Badge */
.faqs-package .accordion-button:not(.collapsed)::before {
  content: "−" !important;
  background-color: #f97316 !important;
  /* Vibrant Orange accent from design */
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  transform: translateY(-50%) rotate(180deg) !important;
}

/* Accordion body styling */
.faqs-package .accordion-body {
  padding: 0 24px 24px 24px !important;
  background: transparent !important;
  border: none !important;
  color: #475569 !important;
  /* Slate grey from mockup */
  font-size: 14.5px !important;
  line-height: 1.7 !important;
}

/* Responsive adjustment for tablets & mobile */
@media (max-width: 991px) {

  .faqs-package .accordion-flush,
  .faqs-package .accordion {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
}

@media (max-width: 575px) {
  .faqs-package {
    padding: 50px 0 !important;
  }

  .faqs-package .faq-title-1 .title-style-2 .title {
    font-size: 26px !important;
  }

  .faqs-package .accordion-button {
    padding: 20px 54px 20px 20px !important;
    font-size: 14px !important;
  }

  .faqs-package .accordion-button::before {
    right: 16px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 16px !important;
  }

  .faqs-package .accordion-body {
    padding: 0 20px 20px 20px !important;
    font-size: 13.5px !important;
  }
}

/* Sidebar Inclusions and Exclusions */
.sidebar-inclusions-exclusions .inclusions-widget {
  background-color: #f4fcf7;
  border: 1px solid #e2f5ec;
}

.sidebar-inclusions-exclusions .inclusions-widget .icon-circle {
  background-color: #d1f3e0;
  width: 28px;
  height: 28px;
}

.sidebar-inclusions-exclusions .inclusions-widget h4 {
  color: #1a202c;
}

.sidebar-inclusions-exclusions .inclusions-widget .inclusions-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-inclusions-exclusions .inclusions-widget .inclusions-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #4a5568;
  font-weight: 600;
  line-height: 1.5;
}

.sidebar-inclusions-exclusions .inclusions-widget .inclusions-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-inclusions-exclusions .inclusions-widget .inclusions-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #10b981;
  font-size: 14px;
  margin-top: 3px;
}

.sidebar-inclusions-exclusions .exclusions-widget {
  background-color: #fff5f5;
  border: 1px solid #ffe8e8;
}

.sidebar-inclusions-exclusions .exclusions-widget .icon-circle {
  background-color: #ffe0e0;
  width: 28px;
  height: 28px;
}

.sidebar-inclusions-exclusions .exclusions-widget h4 {
  color: #3b0000;
}

.sidebar-inclusions-exclusions .exclusions-widget .exclusions-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-inclusions-exclusions .exclusions-widget .exclusions-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #4a5568;
  font-weight: 600;
  line-height: 1.5;
}

.sidebar-inclusions-exclusions .exclusions-widget .exclusions-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-inclusions-exclusions .exclusions-widget .exclusions-list ul li::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ef4444;
  font-size: 14px;
  margin-top: 3px;
}

@media (max-width: 1800px) {
  .hero .bg-img img {
    -o-object-position: unset;
    object-position: unset;
  }
}

@media (max-width: 1500px) {
  .default-arrow .owl-nav button.owl-next {
    margin-right: 0;
  }

  .default-arrow .owl-nav button.owl-prev {
    margin-left: -10px;
  }
}

@media (max-width: 1400px) {
  .container-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .main-navs nav ul {
    -webkit-column-gap: 25px;
    column-gap: 25px;
  }

  .hero {
    padding: 280px 0 0;
  }

  .trip-planner {
    right: 120px;
  }
}

@media (max-width: 1366px) {
  .default-arrow .owl-nav button.owl-prev {
    margin-left: 25px;
  }

  .default-arrow .owl-nav button.owl-next {
    margin-right: 32px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 10px 0px 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1150px) {
  .down-hero .video-play a span {
    display: none;
  }

  .card-style-1 .text-card-1 ul {
    padding: 12px 20px 0;
  }

  .card-style-1 .text-card-1 h3 {
    padding: 0 20px;
  }

  .card-style-1 .text-card-1 .infos {
    padding: 6px 20px;
  }

  .card-style-1 .text-card-1 .price {
    padding: 15px 20px 18px;
  }

  #mega-menu-item-410 {
    display: none !important;
  }
}

@media (max-width: 1050px) {
  .special-tours.default-arrow .owl-nav button.owl-next {
    margin-right: 30px;
  }

  .special-tours.default-arrow .owl-nav button.owl-prev {
    margin-left: 20px;
  }

  header .main-navs .nav-items {
    padding-left: 40px;
  }

  header .main-navs .nav-items .button-style-header {
    padding: 10px 15px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 7px 0px 7px !important;
  }
}

@media (min-width: 991px) and (max-width: 1180px) {
  .card-style-1 .text-card-1 .price a {
    display: none;
  }
}

@media (max-width: 991px) {

  html,
  body {
    position: relative;
    overflow-x: hidden;
  }

  header .main-navs .nav-items .right-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
  }

  header .brand-logo {
    margin-top: 0;
    padding: 5px 0;
  }

  .hero .down-hero {
    padding-top: 80px;
  }

  .hero {
    padding: 250px 0 0;
  }

  .welcome .has-max-width {
    max-width: 100%;
  }

  .section-gap {
    padding-top: 60px;
  }

  .left-quote {
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    margin-top: -20px;
  }

  .testimonials .section-title {
    position: relative;
  }

  .testimonials .img-left-testi {
    margin-left: 0;
  }

  .testimonials .img-left-testi {
    margin-top: -39px;
    z-index: 0;
  }

  .testimonials .img-left-testi {
    height: 400px;
  }

  .card-testi {
    border-radius: 0 0 7px 7px;
  }

  #testimonials {
    position: relative;
    z-index: 2;
  }

  .testimonials .img-left-testi {
    min-width: 100%;
  }

  .testimonials .img-left-testi img {
    border-radius: 7px 7px 0 0;
  }

  .testimonials {
    padding-bottom: 50px;
  }

  .left-package-container {
    max-width: 100%;
  }

  .gallery-photos .owl-carousel .owl-item img {
    width: 100% !important;
  }

  .inner-hero.hero .hero-text h1 {
    font-size: 42px;
  }

  .inner-hero.hero {
    padding-top: 220px;
    padding-bottom: 160px;
  }

  header .main-navs .nav-items .right-nav {
    width: auto;
  }

  header .main-navs .nav-items {
    justify-content: end;
    flex-direction: row-reverse;
    gap: 20px;
  }

  #mega-menu-wrap-menu-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 15px 0px 15px !important;
  }

  .select_wrap .select_ul {
    left: -6px;
    top: 45px;
  }

  #mega-menu-item-410 {
    display: block !important;
  }
}

@media (max-width: 900px) {
  .hero .down-hero .owl-nav {
    margin-top: -290px;
    margin-right: 0;
  }

  .content-hero {
    max-width: 100%;
  }

  .favourite-holiday {
    padding-bottom: 60px;
  }

  .favourite-holiday .down-img {
    position: absolute;
  }

  .itinerary h3.accordion-button {
    display: block;
  }

  .right-second-header {
    padding-top: 12px !important;
  }
}

@media (max-width: 767px) {
  .select_wrap::before {
    display: none;
  }

  .select_wrap .default_option li {
    padding-left: 10px;
  }

  .search-bar {
    padding: 0 10px 10px 10px;
  }

  .popular-trip .owl-nav {
    position: relative;
    margin-top: -25px;
    margin-right: auto;
  }

  .welcome .section-title .title {
    font-size: 42px;
  }

  .faqs-package {
    padding: 0;
    padding-top: 45px;
  }

  .popular-trip .owl-nav button {
    width: 40px;
    height: 40px;
  }

}

@media (max-width: 640px) {
  .welcome .section-title span {
    font-size: 18px;
  }

  .welcome .section-title span::after {
    display: none;
  }

  .welcome .section-title {
    text-align: center;
  }

  .welcome .section-title .title {
    font-size: 36px;
    text-align: center;
  }

  .welcome .has-max-width .button-style-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .card-welcome {
    text-align: center;
  }

  .card-blog .image a img {
    min-height: 250px;
    height: auto;
  }

  footer .content-footer-section {
    padding-top: 50px;
  }

  .content-starts {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  header .main-navs .nav-items {
    padding: 10px 0;
    gap: 9px;
  }

  header .main-navs {
    margin-top: -41px;
  }

  .brand-logo img {
    width: 120px;
    height: auto;
  }

  header .profile-card .text span {
    display: none;
  }

  .search-bar .input input {
    padding: 18px 1px 18px 0;
  }

  .select_wrap .default_option::before {
    right: 10px;
  }

  .select_wrap .default_option li {
    padding-left: 0;
  }

  .hero {
    padding: 220px 0 0;
  }

  .search-bar {
    padding: 0 14px 14px 14px;
  }

  .hero .down-hero .owl-nav {
    margin-top: 10px;
    position: relative;
  }

  .gallery-photos .owl-dots {
    margin-top: -40px !important;
  }

  .hero .bg-img {
    max-height: 86%;
  }

  .favourite-holiday {
    padding-top: 50px;
  }

  .favourite-holiday .buttons-top {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .favourite-holiday .buttons-top button {
    font-size: 15px;
  }

  .section-gap {
    padding-top: 50px;
  }

  .testimonials {
    margin-top: 35px;
  }

  .testimonials .img-left-testi {
    height: 300px;
  }

  .trip-facts {
    padding: 0;
    background: transparent;
  }

  .gallery-photos .image img {
    height: auto;
  }

  .trip-facts .col-6 {
    width: 100%;
  }

  .custom-gutter-large {
    --bs-gutter-y: 0.6rem;
  }

  .items-packages ul li a {
    padding: 10px 18px;
    font-size: 13px;
  }

  .card-fact {
    padding: 12px 14px;
    gap: 10px;
  }

  .right-package-container {
    padding-left: 12px;
  }

  .title-style-2 .title {
    font-size: 19px;
  }

  .btns-right button {
    padding: 10px 16px;
    font-size: 15px;
  }

  .inner-hero.hero {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .inner-hero.hero .hero-text h1 {
    font-size: 40px;
  }

  .breadcrumb-custom {
    margin-bottom: 5px !important;
  }

  .section-title h2,
  .section-title .title {
    font-size: 31px;
  }

  .card-welcome {
    border-bottom: 1px solid #d2d2d29e;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .hero.package-hero .bg-img img {
    height: 350px;
  }

  .right-second-header {
    padding-top: 11px !important;
  }

  header .profile-card .img img {
    width: 45px;
  }

  header .main-navs {
    margin-top: -50px;
  }

  .hero .down-hero .owl-nav {
    margin-top: -15px;
  }

  .popular-trip {
    padding-top: 40px;
  }

  .hero .down-hero .owl-nav button {
    width: 36px;
    height: 36px;
  }

  .favourite-holiday {
    padding-bottom: 75px;
  }

  .special-tours {
    padding-bottom: 50px;
  }

  .homepage .search-form {
    display: none;
  }

  .card-act {
    min-height: 190px;
  }

  .gallery-photos .owl-carousel .owl-item .image img {
    min-height: 300px;
  }
}

@media (max-width: 525px) {
  .right-second-header .row {
    flex-direction: column;
    row-gap: 10px;
  }

  header .profile-card .img img {
    width: 35px;
  }

  header .profile-card .small-text {
    font-size: 11px;
  }

  header .profile-card a {
    font-size: 14px;
  }

  header .profile-card .small-text {
    display: none;
  }

  header .profile-card .text {
    line-height: 17px;
  }

  header .profile-card .text span {
    display: block;
    color: var(--secondary-color);
    font-weight: 500 !important;
    font-size: 12px;
  }

  header .brand-logo {
    padding: 16px 0;
  }

  header .main-navs {
    margin-top: -40px;
  }
}

@media (max-width: 480px) {
  .inner-hero.hero .hero-text h1 {
    font-size: 36px;
  }

  .trip-planner {
    right: 80px;
    padding: 40px 22px 15px 22px;
  }
}

@media (max-width: 420px) {
  .card-act {
    min-width: auto;
    padding: 20px 30px;
  }

  .hero .bottom-divider {
    bottom: -2px;
  }
}

@media (max-width: 390px) {
  header .profile-card a {
    font-size: 14px;
  }

  .custom-made a.contact {
    padding: 7px 23px;
    font-size: 14px;
  }

  .custom-made div a {
    font-size: 14px;
  }

  .hero {
    padding: 185px 0 0;
  }
}

@media (max-width: 358px) {
  .hero .down-hero .top-button button {
    padding: 5px 10px;
  }
}

@media (max-width: 350px) {
  .brand-logo img {
    width: 105px;
  }

  header .main-navs {
    margin-top: -26px;
  }

  .ps-5p {
    padding-left: 0 !important;
  }
}

@media(max-width: 330px) {
  .select_wrap .default_option li {
    padding-right: 22px;
  }

  .select_wrap .default_option::before {
    right: 0;
  }
}

@media (max-width: 320px) {
  header .profile-card .img img {
    display: none;
  }
}

/* Mobile Header Custom Layout matching the design */
@media (max-width: 991px) {

  /* Hide desktop header parts */
  .top-header-new {
    display: none !important;
  }

  header .main-navs .nav-items {
    display: none !important;
  }

  header .main-navs {
    background: transparent !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  /* Mobile Header Top Bar (Black Bar) */
  .mobile-top-bar {
    background-color: #000000;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-contact-icon {
    color: #ee883e;
    font-size: 13px;
    display: flex;
    align-items: center;
  }

  .mobile-contact-sep {
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .mobile-contact-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    font-family: "Roboto Flex", sans-serif;
  }

  .mobile-contact-text:hover {
    color: #ee883e;
  }

  .mobile-contact-item.mobile-phone .mobile-contact-text {
    text-decoration: underline;
  }

  /* Mobile Header Main Bar (White Bar) */
  .mobile-main-bar {
    background-color: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  }

  .mobile-logo-img {
    height: 46px;
    width: auto;
    object-fit: contain;
    display: block;
  }

  .mobile-menu-toggle {
    color: #0f0d60;
    font-size: 26px;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .mobile-menu-toggle:hover {
    color: #ee883e;
  }
}

@media (max-width: 480px) {
  .mobile-contact-text {
    font-size: 10.5px;
  }
}

@media (max-width: 375px) {
  .mobile-contact-text {
    font-size: 9.5px;
  }

  .mobile-contact-item {
    gap: 5px;
  }
}

/*menu mega menu*/
.main-navs {
  position: relative;
  z-index: 999;
}

.main-navigation ul {
  gap: 35px;
}

.main-navigation {
  position: static;
}

.main-navigation ul {
  gap: 35px;
}

.main-navigation ul li {
  position: static;
  padding: 15px 0;
}

.main-navigation ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-navigation ul li a i {
  font-size: 12px;
  opacity: 0.8;
}

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

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  /* Matching .container-header */
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 0 0 15px 15px;
  transform: translateY(15px);
}

.main-navigation ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-title {
  color: #0f0d60;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.mega-list li {
  padding: 6px 0 !important;
}

.mega-list li a {
  color: #444 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 0 !important;
}

.mega-list li a:hover {
  color: #ee883e !important;
  transform: translateX(5px);
}

.combo-item img,
.special-item img,
.flash-sale-card img {
  height: 180px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.combo-item:hover img,
.special-item:hover img,
.flash-sale-card:hover img {
  transform: scale(1.08);
}

.popular-combo-card,
.nepal-special-card,
.deal-card {
  border: none;
  transition: all 0.3s ease;
}

.deal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.flash-sale-card {
  height: 250px;
}

.flash-sale-card img {
  height: 100%;
}

.destination-mega {
  max-width: 1400px;
}

.destination-card-sm img,
.destination-card-xs img,
.trading-card img {
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.destination-card-sm {
  height: 120px;
}

.destination-card-xs {
  height: 120px;
}

.trading-card {
  height: 190px;
}

.destination-card-sm:hover img,
.destination-card-xs:hover img,
.trading-card:hover img {
  transform: scale(1.1);
}

.destination-card-sm .card-content,
.destination-card-xs .card-content {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  width: 100%;
}

.trading-card .card-content {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h5.fs-13.fw-800.m-0.h3_custom {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600 !important;
}

p.p__custom.fs-10.m-0.opacity-75 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400 !important;
  line-height: normal;
}

/*mobile*/
/* ── Mobile Offcanvas Header ── */
.mobile-offcanvas-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  background: #fff;
  min-height: 70px;
}

.mobile-offcanvas-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.mobile-menu-toggle {
  color: #0f0d60;
  line-height: 1;
}

.mobile-menu-close {
  color: #0f0d60;
  width: 40px;
  height: 40px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.mobile-menu-close:hover {
  color: #ee883e;
  transform: rotate(90deg);
}

/* Premium Mobile Menu Accordion Styles */
.mobile-accordion-pro {
  background-color: #fff;
}

.accordion-item .accordion-body {
  margin-bottom: 0 !important;
}

.mobile-accordion-pro .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0;

}

.mobile-accordion-pro .accordion-button {
  box-shadow: none !important;
  background-color: transparent !important;
}

/* Main Level */
.mobile-accordion-pro .main-level {
  color: #9c5c16;
  font-size: 14px;
  padding: 14px 24px;
  transition: all 0.3s ease;
}

.mobile-accordion-pro .main-level:not(.collapsed) {
  color: #ee883e;
  background-color: rgba(238, 136, 62, 0.03) !important;
}

/* Sub Level Header */
.mobile-accordion-pro .sub-level {
  color: #0f0d60;
  font-size: 13px;
  padding: 10px 24px 10px 36px;
  background-color: #fcfcfc !important;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  text-transform: capitalize !important;
  font-size: 14px !important;
}

.mobile-accordion-pro .sub-level:not(.collapsed) {
  color: #ee883e;
  background-color: #fff !important;
}

/* Adjust Chevron size/color */
.mobile-accordion-pro .accordion-button::after {
  background-size: 12px;
  opacity: 0.6;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
}

.mobile-accordion-pro .accordion-button:not(.collapsed)::after {
  opacity: 1;
}

/* Links */
.mobile-accordion-pro .nav-link-item {
  display: block;
  padding: 12px 24px 12px 52px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #fff;
  transition: all 0.2s ease;
}

.mobile-accordion-pro .nav-link-item:hover,
.mobile-accordion-pro .nav-link-item:active {
  color: #ee883e;
  background-color: #fafafa;
  padding-left: 56px;
}

.mobile-accordion-pro .main-level-link {
  color: #9c5c16;
  padding: 14px 24px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.mobile-accordion-pro .main-level-link:hover {
  background-color: rgba(238, 136, 62, 0.03);
  color: #ee883e;
}

.search-form input {
    width: 220px;
    height: 45px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding-left: 15px;
}

.search-form input::placeholder {
    color: rgba(255,255,255,0.7);
}

.search-form button {
    color: #fff;
    cursor: pointer;
}

.search-form input:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(255,255,255,0.4);
}