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

_3Aadventure 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;
  box-sizing: border-box;
}

:root {
  --primary-color: #2469b3;
  --secondary-color: #3d7245;
  --transition-1: all 750ms ease;
  --font-1: "Mulish", sans-serif;
  --font-2: "Road Rage", sans-serif;
  --bs-accordion-active-bg: #283c902e;
}

body,
html {
  position: relative;
}

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

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

a:hover,
a {
  text-decoration: none;
  color: inherit;
  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%;
  transition: all 500ms ease;
}

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

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

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

.font-2 {
  font-family: var(--font-2);
}

select {
  border: 0;
}

.max-w {
  max-width: -moz-max-content;
  max-width: max-content;
}

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

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

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

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

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

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

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

.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 !important;
}

.text-222 {
  color: #222 !important;
}

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

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

.text-third {
  color: var(--third-color);
}

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}
header {
  border-bottom: 1px solid #dedede;
}
header .notification-main {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
header .notification-main p {
  margin-bottom: 0;
}
header .notification-main button {
  margin-left: 12px;
  color: var(--primary-color);
}
header .info-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
header .info-right .item-1 {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
header .info-right .item-1 span {
  text-transform: uppercase;
  font-weight: 500;
}
header .top-header {
  padding: 10px 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.brand-logo img {
  width: 160px;
  height: auto;
}
header .whatsapp-div {
  display: flex;
  color: #000;
  font-weight: 800;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
}
header .whatsapp-div .text {
  line-height: 22px;
}
header .whatsapp-div .text span {
  display: block;
  text-transform: uppercase;
}
header .whatsapp-div:hover a {
  color: var(--primary-color);
}
header .has-left-line {
  position: relative;
}
header .has-left-line::before {
  content: "";
  width: 1px;
  height: 85px;
  margin-top: -20px;
  background: #dedede;
  left: -65px;
  position: absolute;
}

header .main-header .brand-logo {
  position: relative;
  display: block;
}
header .main-header .brand-logo::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #dedede;
  right: -65px;
  position: absolute;
}

.video-play1 {
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  outline: 1px solid #fff;
  outline-offset: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}

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

.hero {
  position: relative;
}
.hero.main-hero {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #215666 27.54%,
    #467d7c 59.35%,
    #599087 75.26%,
    #629a8d 83.21%,
    #679e8f 87.19%,
    #6ba392 91.16%,
    #90caa8 122.98%,
    #a3ddb3 138.89%,
    #ace7b9 146.84%,
    #b5f0be 154.79%
  );
}
.hero.main-hero .hero-text {
  position: relative;
}
.hero.main-hero .hero-text h1 {
  font-family: var(--font-2);
  font-size: 160px;
  text-align: center;
  line-height: 95px;
  color: #fff;
  margin-bottom: 0;
  margin-left: 25px;
}
.hero.main-hero .hero-text h1 span {
  font-size: 30px;
  display: block;
}
.hero.main-hero .banner-image {
  margin-top: -40px;
  position: relative;
}
.hero.main-hero .banner-image.has-video {
  position: absolute;
  top: 0;
  width: 100%;
}
.hero .secondary-info {
  position: absolute;
  margin-top: 150px;
  width: 100%;
  z-index: 2;
}
.hero .secondary-info .btn-style-1 {
  margin: auto;
}
.hero .bottom-divider {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
.hero .bottom-divider img {
  width: 100%;
	height: auto;
}

.search-bar {
  position: relative;
  z-index: 4;
  border-radius: 6px;
  padding: 55px 90px;
  background: #fff;
  margin: auto;
  border: 2px solid #3d7245;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3490196078);
}
.search-bar.has-border {
  border: 1px solid #d0d0d0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  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::-moz-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: 600;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 16px;
  color: #fff;
  background: var(--primary-color);
}
.search-bar .search-btn svg,
.search-bar .search-btn i {
  font-size: 22px;
}
.search-bar .search-btn:hover {
  background: var(--primary-color);
}

.select_wrap {
  position: relative;
  border: 2px solid #3d7245;
  border-radius: 8px;
}
.select_wrap p {
  margin: 0;
}
.select_wrap ul {
  margin-bottom: 0;
}

.search-container {
  position: relative;
  padding-top: 60px;
}
.search-container .bg-image {
  margin-top: -102px;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  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;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 12px 20px;
  color: #fff;
  width: 100%;
  max-width: 190px;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  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: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  padding: 15px 0;
  padding-right: 35px;
  padding-left: 25px;
}

.select_wrap .default_option:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 12px;
  bottom: 0;
  top: 0;
  font-size: 13px;
  color: var(--primary-color);
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-1);
}

.select_wrap .select_ul {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 9;
  padding: 6px 0;
  min-width: -moz-max-content;
  min-width: max-content;
  top: 58px;
  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: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}
.select_wrap .option p {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

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

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

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

.section-title span {
  font-size: 15px;
  font-weight: 700;
  color: #d98118;
  text-transform: uppercase;
}
.section-title .title {
  font-size: 36px;
  color: var(--primary-color);
  font-weight: 900;
}

.line-through {
  text-decoration: line-through;
}

.card-style-1 .image-parent {
  position: relative;
}
.card-style-1 .image-parent .image {
  display: block;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.card-style-1 .image-parent .image .main-img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  display: block;
}
.card-style-1 .image-parent .image::after,
.card-style-1 .image-parent .image .main-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    184.53deg,
    rgba(255, 255, 255, 0) 8.04%,
    rgba(87, 87, 87, 0.15) 43.69%,
    rgba(30, 30, 30, 0.3) 60.25%,
    rgba(0, 0, 0, 0.84) 96.33%
  );
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 7px;
}
.card-style-1.card-docs .image-parent .image::after {
  display: none;
}
.card-style-1 .image-parent .image img {
  border-radius: 7px;
  height: 400px;
  object-fit: cover;
  transition: var(--transition-1);
}
.card-style-1.card-docs .image-parent .image .title {
  font-size: 20px;
  font-weight: 800 !important;
  color: var(--primary-color);
  margin-top: 10px;
  display: block;
  text-align: center;
}
.card-style-1 .image-parent .pricing {
  position: absolute;
  bottom: 28px;
  left: 30px;
  color: #fff;
}
.card-style-1.card-docs:hover .card-style-1 .image-parent .pricing {
  position: absolute;
  bottom: 28px;
  left: 30px;
  color: #fff;
}
.card-style-1 .image-parent .pricing .main-price {
  font-size: 28px;
  font-weight: 800;
}
.card-style-1 .image-parent .pricing svg,
.card-style-1 .image-parent .pricing i {
  color: #ffb73b;
  font-size: 15px;
}
.card-style-1 .image-parent .pricing .top-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 13px;
}
.card-style-1 .image-parent .pricing .bottom-item {
  display: flex;
  align-items: end;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.card-style-1 .image-parent .pricing .bottom-item span {
  display: block;
}
.card-style-1 .image-parent .pricing .bottom-item .line-through {
  color: #e6e6e6;
}
.card-style-1 .image-parent .wishlist {
  position: absolute;
  right: 25px;
  top: 25px;
  background: #d98118;
  padding: 2px 14px;
  border-radius: 100px;
  font-size: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
}
.card-style-1 .image-parent .wishlist img {
  filter: brightness(0) invert(1);
}
.card-style-1 .image-parent .wishlist:hover {
  background: #222;
}
.card-style-1 .text-card span {
  font-size: 13px;
}
.card-style-1 .text-card .title {
  font-size: 26px;
  font-weight: 800;
  color: #000;
  margin-bottom: 6px;
}
.card-style-1 .text-card p {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
}
.card-style-1:hover .image-parent .image img {
  transform: scale(1.1);
}
.card-style-1:hover .text-card .title {
  color: var(--primary-color);
}
.card-style-1.card-small .title {
  font-size: 26px;
  font-size: 21px;
}
.card-style-1.card-small .wishlist {
  /* bottom: 100px; */
  bottom: auto;
  left: 30px;
  right: auto;
}
.checkout {
  text-transform: none;
}

.activity-main {
  background: #f5f9f6;
  padding: 60px 0 100px;
  position: relative;
  margin-top: 100px;
}
.activity-main::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url("./assets/images/divider-2.webp") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -45px;
}
.activity-main .divider {
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  margin-top: -50px;
}

.card-activity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5019607843);
  background: #fff;
  border-radius: 8px;
  padding: 21px 0;
  height: 100%;
  border: 1px solid #fff;
}
.card-activity img {
  transition: var(--transition-1);
}
.card-activity .text {
  padding-top: 15px;
}
.card-activity .text span {
  display: block;
  text-align: center;
  line-height: 24px;
  transition: var(--transition-1);
}
.card-activity .text span:first-child {
  font-size: 20px;
  color: #000;
  font-weight: 800;
}
.card-activity .text span:last-child {
  color: #333333;
  font-size: 14px;
}
.card-activity:hover img {
  transform: scaleX(-1);
}
.card-activity:hover .text span:first-child {
  color: var(--secondary-color);
}

.main-trip-month {
  background: #e8f2e6;
}

.trip-month {
  position: relative;
}
.trip-month .bg-image .video-play1 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.trip-month .bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
}
.trip-month .play-video {
  position: absolute;
  bottom: 100px;
  top: 0;
  right: 0;
  margin-bottom: 25px;
  left: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 35px;
  column-gap: 35px;
  text-transform: uppercase;
}
.trip-month .video-play-text {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.card-trip-month {
  background: #286e33;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  position: relative;
  padding: 35px 60px;
  border-radius: 10px;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.2509803922);
}
.card-trip-month .section-title span {
  color: #b5f0be;
  font-size: 15px;
  font-weight: 600;
}
.card-trip-month .section-title .title {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}
.card-trip-month .main-price {
  font-size: 29px;
  font-weight: 800;
  color: #fff;
}
.card-trip-month .line-through {
  color: #e6e6e6;
}
.card-trip-month .card-info-month {
  display: flex;
  align-items: start;
  justify-content: start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 60px;
  color: #fff;
}
.card-trip-month .card-info-month .text {
  line-height: 22px;
}
.card-trip-month .card-info-month p {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.card-trip-month .card-info-month span {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 300;
}
.card-trip-month .col-lg-4 {
  border: 1px solid rgba(238, 238, 238, 0.1921568627);
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 0;
  border-left: 0;
}
.card-trip-month .col-lg-4.no-border {
  border-bottom: 0;
}
.card-trip-month .col-lg-4.br-0 {
  border-right: 0;
}

.welcome {
  position: relative;
}
.welcome::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e8f2e6;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -2;
  max-height: 95%;
}
.welcome .section-title span {
  color: #d98118;
}
.welcome .section-title .title {
  color: #222222;
}
.welcome .bg-img {
  position: absolute;
  z-index: -1;
  height: auto;
  left: 0;
  bottom: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  display: block;
  right: 0;
  margin-bottom: 100px;
}

.card-review1 {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.card-review1 .rating {
  background: #589441;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.card-review1 .right {
  line-height: 24px;
}
.card-review1 a {
  display: block;
  color: #5e5b5b;
  font-size: 15px;
}

.btn-outline-1 {
  border: 1px solid #3d7245;
  padding: 10px 20px;
  font-size: 16px;
  color: #3d7245;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  border-radius: 5px;
  font-weight: 600;
}
.btn-outline-1 svg,
.btn-outline-1 i {
  font-size: 14px;
  transition: var(--transition-1);
}
.btn-outline-1:hover {
  color: var(--primary-color);
}
.btn-outline-1:hover svg,
.btn-outline-1:hover i {
  transform: translateX(5px);
}
.btn-outline-1.text-first {
  border-color: var(--primary-color);
}
.btn-outline-1.text-first:hover {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color);
}
.btn-outline-1.text-first:hover svg,
.btn-outline-1.text-first:hover i {
  color: var(--secondary-color);
}

.card-welcome {
  background: #fff;
  padding: 30px 25px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.0588235294);
}
.card-welcome .title {
  font-weight: 800;
  font-size: 20px;
}
.card-welcome .icon {
  background: #3d7245;
  width: 66px;
  height: 66px;
  display: block;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
}

.card-welcome .icon img {
  transition: var(--transition-1);
}

.cards-welcome {
  padding-top: 60px;
}

.card-welcome:hover .icon img {
  transform: scaleX(-1);
}

.card-sayings {
  border: 2px solid #ace7b9;
  padding: 20px;
  color: #333;
  border-radius: 8px;
}
.card-sayings .content-inside {
  font-size: 14px;
  max-height: 300px;
  overflow-y: auto;
}
.card-sayings .rating {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  color: #000;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.card-sayings .rating svg,
.card-sayings .rating i {
  color: #ffb73b;
  font-size: 14px;
}
.card-sayings .profile {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
.card-sayings .profile img {
  border-radius: 100px;
  width: auto;
}
.card-sayings .profile .name {
  font-weight: 700;
  font-size: 14px;
}
.card-sayings .trip-advisor {
  text-align: center;
  margin: auto;
  display: block;
  width: auto !important;
}

.default-arrow .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 41%;
  z-index: 0;
}
.default-arrow .owl-nav button {
  width: 60px;
  height: 60px;
  font-size: 22px !important;
  border-radius: 100px !important;
  color: var(--secondary-color) !important;
  position: absolute;
  background: transparent !important;
}
.default-arrow .owl-nav button.owl-prev {
  margin-left: -80px;
  left: 0;
}
.default-arrow .owl-nav button.owl-next {
  right: 0;
  margin-right: -80px;
}
.default-arrow .owl-nav button.disabled {
  opacity: 0.2;
}
.default-arrow .owl-nav button:hover {
  color: #000 !important;
}

.client-reviews {
  background: #f6faf5;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: 95px;
  position: relative;
}
.client-reviews::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url("./assets/images/divider-2.webp") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -45px;
}
.client-reviews .bg-img {
  position: absolute;
  display: none;
  top: 0;
  margin-top: -45px;
}

.blogs .owl-stage-outer {
  padding-bottom: 10px;
}

.card-blog-1 .image {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.card-blog-1 .image img {
  border-radius: 6px;
  transition: var(--transition-1);
  height: 380px;
  object-fit: cover;
}
.card-blog-1 .text {
  max-width: 90%;
  margin-top: -50px;
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1294117647);
  border-radius: 6px;
}
.card-blog-1 .text.w-full {
  max-width: 100%;
}
.card-blog-1 .text span {
  color: #3d7245;
  font-size: 13px;
  font-weight: 600;
}
.card-blog-1 .text .title {
  font-size: 20px;
  font-weight: 700;
}
.card-blog-1 .text .more {
  text-transform: uppercase;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-top: 20px;
  font-weight: 600;
}
.card-blog-1 .text .more svg,
.card-blog-1 .text .more i {
  font-size: 12px;
  transition: var(--transition-1);
}
.card-blog-1 .text .more:hover {
  color: var(--secondary-color);
}
.card-blog-1 .text .more:hover svg,
.card-blog-1 .text .more:hover i {
  transform: translateX(5px);
}
.card-blog-1:hover .title {
  color: var(--secondary-color);
}
.card-blog-1:hover .image img {
  transform: scale(1.06);
}

.subscribe-form {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.subscribe-form .title {
  font-size: 18px;
  font-weight: 800;
  color: #2469b3;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.subscribe-form .form {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.subscribe-form input {
  border: 1px solid #3d7245;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
}
.subscribe-form input::-moz-placeholder {
  color: #222;
}
.subscribe-form input::placeholder {
  color: #222;
}
.subscribe-form button {
  background: var(--primary-color);
  padding: 10px 35px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 8px;
}
.subscribe-form button:hover {
  background: #255270;
}

.footer-main-content {
  background: #286e33;
  padding: 100px 0 40px;
}
.footer-main-content .contact-details ul li {
  margin-bottom: 10px;
}
.footer-main-content .footer-menus li {
  margin: 8px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.footer-main-content .footer-menus li a {
  position: relative;
  max-width: max-content;
}
.footer-main-content .footer-menus li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  bottom: -1px;
  left: 0;
  position: absolute;
  transition: var(--transition-1);
}
.footer-main-content .footer-menus li a:hover::after {
  width: 100%;
}
.footer-main-content .footer-menus li:last-child {
  margin-bottom: 0;
}

.socials ul {
  display: flex;
  color: #fff;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 22px;
}
.socials ul li a:hover {
  color: #b1d7ff;
}

footer {
  margin-top: 60px;
}
footer .footer-image {
  pointer-events: none;
  margin-top: -320px;
}
footer .we-accept {
  margin-top: 90px;
}
footer .we-accept .title {
  text-align: center;
  display: block;
  position: relative;
}
footer .we-accept .title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  margin-top: 12px;
}
footer .we-accept .title .bg {
  background: #286e33;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.inner-hero.hero {
  padding-top: 75px;
  padding-bottom: 170px;
}
.inner-hero.hero .hero-text h1 {
  font-size: 90px !important;
}

.breadcrumb-custom {
  display: flex;
  color: #fff;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  justify-content: center;
}

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

.content-inside table tr:first-child td,
.content-inside table th {
  background: #2469b3;
  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;
}

.content-starts {
  padding-top: 50px;
}
.content-starts .section-title .title {
  font-size: 32px;
  font-weight: 800;
}

.right-links {
  background: linear-gradient(
    0deg,
    rgba(195, 232, 228, 0.22) 0%,
    rgba(98, 98, 98, 0.05) 100%
  );
  padding: 28px 25px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  position: sticky;
  height: auto;
  top: 10px;
}
.right-links ul {
  list-style: none;
}
.right-links ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.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: #000;
}
.right-links ul li a:hover {
  color: var(--primary-color);
  transform: translateX(8px);
}
.right-links .title {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
  font-weight: 800;
  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-card {
  display: none;
}

#loadMore2 {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  -moz-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: var(--primary-color) !important;
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
}
#loadMore2.loading .icon {
  display: flex;
  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: flex;
  justify-content: center;
  margin-left: 13px;
}
.loading-state.active span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  height: 20px;
}

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

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.not-found p {
  font-size: 18px;
  font-weight: 500;
  color: #444;
}

.content-notfound {
  text-align: center;
  background: #eee;
  padding: 50px;
  border-radius: 5px;
  background: rgba(238, 238, 238, 0.4705882353);
  border: 1px solid #d9d9d9;
}
.content-notfound p {
  margin-top: 20px;
}
.content-notfound p a {
  color: var(--secondary-color);
  font-weight: 700;
}

.search-bar.search-2 {
  padding: 0;
  background: #fff;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.card-docs h2 {
  font-size: 18px !important;
}

.contact-page .right-links ul li {
  padding-left: 0;
}
.contact-page .right-links ul li a {
  color: #333;
}
.contact-page .right-links ul li img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(14%) saturate(2021%)
    hue-rotate(78deg) brightness(96%) contrast(86%);
}
.contact-page .right-links ul li::before {
  display: none;
}

.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: 800;
  margin-bottom: 2px;
}
.card-team .text p {
  color: #777;
}
.card-team:hover .image img {
  transform: scale(1.1);
}
.card-team:hover .text h3 {
  color: var(--primary-color);
}

.blog-single.hero .hero-text h1 {
  font-size: 65px !important;
}

.hero.main-hero .hero-text h1 span {
  font-size: 28px;
} /*# sourceMappingURL=style.css.map */

.text-capitalise {
  text-transform: capitalize;
}

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

/* 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 var(--primary-color) !important;
  width: 100% !important;
  border-radius: 100px !important;
}

.input-group button {
  background: var(--primary-color);
  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;
}

.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;
  border-radius: 100px !important;
}
.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: 25px 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: #fff0e038 !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);
}
button.checkout:hover {
  background: #333;
  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: 30px;
  border-radius: 5px;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  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: 500;
  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: #114275;
  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;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  min-width: 40px;
  min-height: 40px;
  top: 28px;
  right: 20px;
  font-size: 17px;
  border: 1px solid #ff000042;
}

.remove-cart.heart:hover {
  background: #eee;
}

.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: var(--primary-color);
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 3px;
  transform: translateY(-200%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  align-items: center;
  z-index: 999999999;
}

#toaster.is-visible {
  transform: translateY(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;
}
button.checkout {
  margin-top: 0 !important;
}
@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;
  border: 1px solid #dfdfdfab;
}

.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(--secondary-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;
}

.button-outline-1 {
  border: 2px solid var(--secondary-color);
  font-size: 16px;
  color: var(--secondary-color);
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 26px;
  display: block;
  max-width: max-content;
}

.button-outline-1:hover {
  background: #fff;
}

.no-results {
  background: #ffffff52;
  border-radius: 6px;
  padding: 60px 45px;
}

.no-results p {
  margin: 0;
}

.search-bar-1 {
  background: none;
  max-width: 100%;
}

.search-bar-1 i,
.search-bar-1 svg,
.search-bar-1 select,
.search-bar-1 input::placeholder,
.search-bar-1 input {
  color: #333;
}

.search-bar-1 input {
  font-weight: 700;
}

.advance-search .search-bar {
  padding: 22px;
  border: 1px solid #e8e8e8;
  background: #d9d9d917;
  border-radius: 4px;
}

.opacity-2 {
  opacity: 0.4;
}
.search-2 {
  border: 1px solid #ececec;
}
.search-2 .has-line::before {
  display: none !important;
}

.no-cart {
  filter: saturate(0);
}

.right-side-content .quick-links.toc ul li a {
  all: unset;
}

.right-side-content .quick-links.toc ul li a::before {
  display: none;
}

.nolp select {
  background: #fff;
  color: #555;
  padding: 11px 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.right-contact {
  padding: 50px;
  border: 1px solid #d0d0d0a4;
  border-radius: 5px;
}

.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 .remove-cart {
  bottom: auto !important;
}

.card-style-1 .remove-cart {
  background: #ca0000 !important;
}

.card-welcome .text .content-inside {
  max-height: 200px;
  overflow-y: auto;
}

.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: 800;
  color: #222;
}
.card-fact .text span,
.card-fact .text a {
  color: #666666;
  font-size: 15px;
}

.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: 30px;
  font-weight: 900;
  color: #205ba4;
}

.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-radius: 5px;
	border: 1px solid #3d71af5c;
padding: 10px 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: 7px;
}

.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: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 26px;
  height: 26px;
}
.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: #3d7245;
  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: 750px;
  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-icon3.webp") no-repeat;
  width: 12px;
  height: 13px;
  background-size: contain;
}
.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: #3d7245;
}
.itinerary .info {
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  gap: 8px;
}
.itinerary .info img {
  margin-bottom: 0;
}
.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: #f3faf4;
  padding: 30px;
  border-radius: 10px;
}
.note .icon {
  border: 2px solid #05aa1c;
  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;
}

.button-style-3 {
  background: #399146;
  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: var(--primary-color);
  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: 18px 20px;
  border-bottom: 0 !important;
}
.faqs-package .faqs-lists .accordion-item:last-child {
  border-bottom: 1px solid #bfbfbf !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: 1px solid #bfbfbf;
  border-bottom: 0;
}
.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: 25px;
  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: #174680;
  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: #399146;
}
.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;
}

#client-reviews .card-sayings .profile img{
	width: 30px !important;
height: 30px;
}
/* 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 var(--primary-color) !important;
  width: 100% !important;
  border-radius: 100px !important;
}

.input-group button {
  background: var(--primary-color);
  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: 30px;
  border-radius: 5px;
  background: #e9f3f9;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  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: #243954;
  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: fadeIn 600ms ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.items-packages {
  width: 100%;
  min-height: 50px;
  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: 850px;
}

.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;
  background: var(--primary-color) !important;
  color: #fff !important;
}
.gallery-photos.default-arrow .owl-nav button.owl-next {
  margin-right: 30px;
  background: var(--primary-color) !important;
  color: #fff !important;
}

.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(17%) sepia(60%) saturate(2220%)
    hue-rotate(198deg) brightness(97%) contrast(87%);
}

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

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

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

.includes > p,
.includes ul ~ p,
.excludes > p,
.excludes ul ~ p {
  margin-bottom: 10px;
}

/*  */
.card-style-4 figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-height: 500px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.card-style-4 figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.card-style-4:hover h2 {
  color: #b5d9ff;
}

.card-style-4 figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9;
}

.card-style-4 figure figcaption::before,
.card-style-4 figure figcaption::after {
  pointer-events: none;
}

.card-style-4 figure figcaption,
.card-style-4 figure figcaption > a {
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  height: max-content;
  bottom: 0;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.card-style-4 figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.card-style-4 figure h2 {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 25px;
}

.card-style-4 figure h2 span {
  font-weight: 600;
  display: block;
}

.card-style-4 figure h2,
.card-style-4 figure p {
  margin: 0;
}

.card-style-4 figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  height: 460px;
  object-fit: cover;
  border-radius: 5px;
}

figure.effect-lily a.main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(11, 11, 11, 0.47) 75%
  );
  top: 0;
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 22px;
  transition: var(--transition-1);
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.card-style-4 .btn-region {
  background: #fff;
  color: #000;
  padding: 4px 20px;
  border-radius: 2px;
  text-align: center;
  font-weight: 800;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 0.3px;
  transition: var(--transition-1);
  border-radius: 6px;
}

.btn-region:hover {
  background: var(--primary-color);
  color: #fff;
}
.card-style-4:hover figure.effect-lily figcaption > div {
  bottom: 25px;
}

#yt-player {
  width: 100% !important;
  position: absolute;
  margin-top: -150px;
}

.hero.main-hero.has-video-hero .banner-image {
  margin-top: 40px;
}
.hero.main-hero.has-video-hero {
  padding: 250px 0 320px;
}
.hero.main-hero.has-video-hero .banner-image.has-video {
  z-index: 0;
}
.hero.main-hero.has-video-hero .hero-text {
  z-index: 9;
}

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

#YT-cover{
	margin-top: 50px !important;
}

picture, picture img{
	width: 100%;
	height: auto;
}