/*!
Theme Name: BuddysJourney
Theme URI: http://underscores.me/
Author: Samir
Author URI: http://samirbasnet.com.np
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: buddysjourney
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.

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

@font-face {
  font-family: "Franklin";
  src: url("./assets/fonts/franklin.woff2");
}

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

:root {
  --primary-color: #2a9245;
  --secondary-color: #232323;
  --transition-1: all 750ms ease;
  --font-2: "Franklin", serif;
  --font-1: "Rubik", serif;
  --bs-accordion-active-bg: #283c902e;

  --wpforms-button-background-color: #2a9245 !important;
}

body,
html {
  position: relative;
}

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

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

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

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

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

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

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

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

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

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

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

select {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bkg-white {
  background: #fff;
}

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

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

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

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

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

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

.text-333 {
  color: #333333;
}

.text-222 {
  color: #222;
}

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

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

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

header {
  padding: 8px 0 0;
  -webkit-box-shadow: 0px 3px 8px 0px #00000012;
  box-shadow: 0px 3px 8px 0px #00000012;
}

header .brand-logo {
  background: #fff;
  padding: 0 6px;
}

header .brand-logo img {
  width: 115px;
  height: auto;
}

header .brand-text {
  margin-top: 10px;
  display: block;
}

header .top-header::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  margin-top: 11px;
  z-index: -1;
  background: #2323231a;
}

.items-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

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

.items-right .expert-card span {
  display: block;
}

.items-right .expert-card .image img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
	border: 1px solid #25222363;
}

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

.items-right .expert-card .text span {
  color: #6e6e6e;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 7px;
  column-gap: 7px;
}

.items-right .expert-card .text span .icon {
  margin-top: 2px;
  background: #219c11;
  font-size: 12px;
  border-radius: 100px;
  color: #fff;
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 18px;
}

.items-right .expert-card .text a {
  font-weight: 500;
  color: var(--secondary-color);
  font-size: 16px;
}

.items-right .expert-card .text a:hover {
  color: var(--primary-color);
}

.card-e {
  line-height: 22px;
}

.card-e .icon {
  color: var(--primary-color);
}

.card-e span {
  color: #6e6e6e;
  font-size: 14px;
}

.card-e a {
  font-weight: 500;
}

.button-style-1 {
  background: var(--primary-color);
  padding: 8px 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  column-gap: 14px;
  font-size: 17px;
  border-radius: 3px;
}

.button-style-1 .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
}

.button-style-1 .icon img {
  min-width: 13px;
  height: 13px;
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(18%)
    saturate(4654%) hue-rotate(81deg) brightness(93%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(28%) sepia(18%) saturate(4654%)
    hue-rotate(81deg) brightness(93%) contrast(89%);
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.button-style-1:hover {
  background: #165c29;
  color: #fff;
}

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

.hero {
  position: relative;
  padding: 250px 0;
}

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

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

.hero .bg-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-2.49%, rgba(0, 0, 0, 0.44)),
    color-stop(102.17%, rgba(0, 0, 0, 0.23))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.44) -2.49%,
    rgba(0, 0, 0, 0.23) 102.17%
  );
  left: 0;
  top: 0;
}

.hero .hero-text {
  color: #fff;
}

.hero .hero-text h1 {
  font-family: var(--font-2);
  font-size: 65px;
  text-align: center;
}

.hero .hero-text p {
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  padding: 5px 12px;
  margin: auto;
  margin-top: 30px;
  background: #fff;
  outline: 1px solid #d9d9d98a;
}

.search-bar input {
  height: 100%;
  border-radius: 100px;
  padding: 12px 10px;
}

.search-bar .icon {
  position: relative;
  z-index: 2;
}

.search-bar button {
  position: relative;
  border-radius: 100px;
  font-weight: 500;
}

.welcome {
  background: #25833d;
  color: #fff;
  position: relative;
}

.welcome .left-content {
  padding-top: 55px;
  padding-right: 25px;
}

.welcome .left-content .content-inside {
  max-height: 420px;
  overflow: auto;
  padding-right: 10px;
}

.welcome .left-content .content-inside p:last-child {
  margin-bottom: 0;
}

.welcome .right-content {
  margin-top: -12px;
  position: relative;
  min-width: 450px;
}

.welcome .right-content img {
  border-radius: 10px 10px 0 0;
}

.welcome .right-content .birds {
  position: absolute;
  left: 0;
  margin-left: -150px;
  margin-top: 40px;
}

.welcome .right-content .dots {
  position: absolute;
  left: 0;
  margin-left: -30px;
  margin-top: 100px;
}

.welcome .wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.welcome .wave img {
  width: 100%;
  height: 100%;
}

.welcome .main-img img {
  height: 645px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title {
  padding-bottom: 16px;
}

.section-title span {
  font-weight: 500;
  font-size: 15px;
}

.section-title h2 {
  font-size: 38px;
  position: relative;
}

.section-title h2 .dots {
  margin-top: 10px;
  display: block;
  position: relative;
  width: 120px;
  height: 2px;
  border-radius: 10px;
  background: #245831;
}

.section-title h2 .dots::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #245831;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2px;
  border-radius: 100px;
  outline: 2px solid #25833d;
  z-index: 2;
}

.section-title p {
  font-size: 15px;
}

.section-title.default span {
  color: #595959;
}

.section-title.default h2 {
  color: #2a8842;
}

.best-selling {
  background: #f8f8f8;
  margin-top: -1px;
  padding-bottom: 60px;
  position: relative;
}

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

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

.card-style-1 .button-style-1 {
  background: none;
  color: #2a9245;
  font-size: 15px;
  font-weight: 500;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  padding-left: 0;
}

.card-style-1 .button-style-1 .icon {
  outline: 6px solid #245831;
  width: 25px;
  height: 25px;
}

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

.card-style-1 .text-card {
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  margin-top: 6px;
  border-radius: 5px;
}

.card-style-1 .text-card .top-items {
  padding: 10px 18px;
  border-bottom: 1px solid #c0c0c056;
}

.card-style-1 .text-card .top-items .title {
  font-size: 26px;
  font-family: var(--font-2);
  margin-bottom: 4px;
}

.card-style-1 .text-card .top-items .infos {
  color: #747474;
  font-size: 15px;
}

.card-style-1 .text-card .bottom-info {
  padding: 10px 18px;
  padding-right: 0;
}

.card-style-1 .text-card .bottom-info .pricing span {
  color: #666666;
}

.card-style-1 .text-card .bottom-info .pricing span.starts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  font-size: 15px;
}

.card-style-1 .text-card .bottom-info .pricing span .icon-price {
  border: 1px solid #666;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
  background: #eee;
}

.card-style-1 .text-card .bottom-info .pricing p {
  margin-bottom: 0;
}

.card-style-1 .text-card .bottom-info .pricing .main-price {
  font-size: 16px;
  font-weight: 500;
  color: #2a9245;
}

.card-style-1 .text-card .bottom-info .pricing .cut {
  text-decoration: line-through;
  font-family: var(--font-2);
  font-weight: 400;
  color: #999;
}
.card-style-1 .text-card .bottom-info .pricing {
  line-height: 22px;
}

.card-style-1 .img-card {
  position: relative;
}

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

.card-style-1 .img-card .selling-tag {
  position: absolute;
  top: 15px;
  z-index: 1;
  right: 15px;
  background: #d23d07;
  -webkit-box-shadow: 0px 0.92px 3.7px 0px #00000040;
  box-shadow: 0px 0.92px 3.7px 0px #00000040;
  padding: 0 20px;
  border-radius: 100px;
  font-size: 13px;
  color: #fff;
}

.card-style-1 .img-card .main-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: block;
}

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

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

.all-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f29a0d;
  font-size: 14px;
  -webkit-column-gap: 3px;
  column-gap: 3px;
}

.default-arrow .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 36%;
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

.default-arrow .owl-nav button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.default-arrow .owl-nav button img {
  width: 17px;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.popular {
  background: #232323;
  padding-bottom: 150px;
  position: relative;
}

.popular .section-title h2 {
  color: #54cd73;
}

.popular .bottom-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

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

.popular .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: -20px;
  opacity: 0.8;
}

.popular .bg-img img {
  width: 100%;
}

.card-style-act {
  background: #ffffffd4;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  border: 1px solid transparent;
}

.card-style-act .icon {
  width: 60px;
  height: 60px;
  background: #222;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.card-style-act .icon.trekking img {
  width: 40px;
  margin-top: 10px;
}

.card-style-act .icon.climbing img {
  width: 40px;
  margin-left: 20px;
  margin-top: 10px;
}

.card-style-act .icon.tour img {
  margin-top: 22px;
}

.card-style-act .icon.expedition img {
  margin-top: 14px;
  margin-right: 20px;
  display: block;
}

.card-style-act .text {
  margin-top: 13px;
}

.card-style-act h3 {
  font-family: var(--font-2);
  font-size: 23px;
  font-weight: 400;
  color: #111;
  margin-bottom: 0;
}

.card-style-act .number {
  position: relative;
  color: #2a8842;
  font-weight: 500;
  font-size: 15px;
}

.card-style-act .number::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #2a8842;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 3px;
  border-radius: 5px;
}

.card-style-act p {
  color: #444444;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 22px;
}

.card-style-act .click {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.card-style-act:hover {
  background: #fff;
  border-color: #fff;
}

.card-style-act:hover h3 a {
  color: var(--primary-color);
}

.popular .section-title span,
.popular .section-title p {
  color: #fff;
}

.popular .section-title .dots {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.popular .section-title .dots::before {
  outline: 2px solid #232323;
}

.why-us {
  padding-top: 40px;
  overflow: hidden;
}

.why-us .dots {
  margin-left: auto;
  margin-right: auto;
}

.why-us .section-title p {
  color: #444;
}

.card-reason {
  text-align: center;
  padding: 10px 18px;
}

.card-reason.has-border {
  border-bottom: 1px solid #00000014;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.card-reason .icon {
  border: 1px solid #0000002b;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.card-reason .text {
  margin-top: 15px;
}

.card-reason h3 {
  font-size: 20px;
  color: #111;
  font-weight: 400;
  font-family: var(--font-2);
}

.card-reason p {
  font-size: 16px;
  color: #444;
  margin-bottom: 0;
  font-weight: 300;
}

.card-reason.mid-main {
  background: #297faa;
  padding: 0;
  border-radius: 15px;
}

.card-reason.mid-main h3,
.card-reason.mid-main p {
  color: #fff;
}

.card-reason.mid-main img {
  border-radius: 0 0 15px 15px;
}

.card-reason.mid-main .top-items {
  padding: 35px 20px 0 20px;
}

.card-reason.mid-main .top-items .icon {
  border-color: #fff;
}

.card-reason.mid-main .top-items img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.bg-green-custom {
  position: relative;
}

.bg-green-custom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #d2ffdd99;
  z-index: -1;
  max-height: 76.6%;
}

.testimonials {
  margin-top: 80px;
  padding-bottom: 80px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 5px;
}

.testimonials .owl-dots {
  margin-top: 20px !important;
}

.testimonials .owl-dots button {
  -webkit-transition: var(--transition-1) !important;
  transition: var(--transition-1) !important;
}

.testimonials .owl-dots button span {
  -webkit-transition: var(--transition-1) !important;
  transition: var(--transition-1) !important;
  -webkit-box-shadow: 1px 1px 10px 3px #1b1b1b1a;
  box-shadow: 1px 1px 10px 3px #1b1b1b1a;
  background: #d2d2d2 !important;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color) !important;
}

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

.card-testi h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 6px;
}

.card-testi .content-inside {
  max-height: 300px;
  overflow: auto;
}

.card-testi .content-inside p {
  color: #666;
  font-size: 15px;
}

.card-testi .info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-top: 15px;
}
.card-reason .btm-img {
pointer-events: none;
}
.card-testi .info-user img {
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.card-testi .info-user .text {
  line-height: 23px;
}

.card-testi .info-user .text p {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  margin: 0;
}

.card-testi .info-user .text span {
  color: #727272;
  font-size: 14px;
}

.card-blog .img-blog {
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

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

.card-blog .text {
  padding: 12px 5px;
}

.card-blog .text .date,
.card-blog .text .post-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.blog-infos .date,
.blog-infos .post-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.card-blog .text .title {
  font-size: 20px;
  color: #111;
}

.card-blog .text p {
  color: #777;
  font-size: 14px;
}

.card-blog .top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
  column-gap: 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0;
  margin-bottom: 10px;
}

.blog-infos {
  display: -webkit-box;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
  column-gap: 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0;
  margin-bottom: 10px;
}

.card-blog:hover .img-blog img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.breadcrumb-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  font-size: 15px;
  color: #333;
  flex-wrap: wrap;
}
.outline-itinerary .contents-outline .content-iti-out:last-child {
  margin-bottom: 0;
}
.breadcrumb-custom i,
.breadcrumb-custom svg {
  font-size: 12px;
}

.breadcrumb-custom a:hover {
  color: #000;
}

.hero.package-hero {
  position: relative;
  padding: 0;
  padding-top: 70px;
  padding-bottom: 15px;
}

.hero.package-hero .hero-text {
  color: #000;
  text-align: start !important;
}

.hero.package-hero .hero-text h1 {
  color: var(--primary-color);
  text-align: start;
  font-size: 48px;
}

.hero.package-hero .hero-text p {
  text-align: start;
  max-width: 100%;
  font-size: 15px;
  color: #555;
}

.hero.package-hero::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  background: linear-gradient(
    180.41deg,
    rgba(199, 255, 213, 0.59) -4.95%,
    rgba(250, 250, 250, 0.59) 114.04%
  );
  top: 0;
  z-index: -1;
  min-height: 380px;
  opacity: 0.8;
}

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

footer .footer-img {
  margin-bottom: -1px;
}

footer .footer-img img {
  width: 100%;
}

footer .top-footer {
  background: #2a8842;
  padding-top: 50px;
  padding-bottom: 40px;
}

footer .contact-expert {
  padding: 28px 30px;
  background: #fff;
  border-radius: 6px;
}

footer .contact-expert p {
  margin-bottom: 0;
}

footer .contact-expert .text-left {
  padding-right: 90px;
  position: relative;
}

footer .contact-expert .text-left span {
  color: #767676;
  font-weight: 500;
  font-size: 14px;
}

footer .contact-expert .text-left h2 {
  font-size: 33px;
  font-family: var(--font-2);
  color: #222;
}

footer .contact-expert .text-left p {
  font-size: 15px;
  color: #444;
}

footer .contact-expert .text-left::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #00000029;
  position: absolute;
  right: 40px;
  top: 0;
  -webkit-box-shadow: 5.88px 0px 15.97px 0px #000000a3;
  box-shadow: 5.88px 0px 15.97px 0px #000000a3;
}

footer .contact-expert .expert-info,
.expert-info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .contact-expert .expert-info .img img,
.expert-info-2 .img img {
  border-radius: 100px;
}

footer .contact-expert .expert-info .text,
.expert-info-2 .text {
  line-height: 24px;
}

footer .contact-expert .expert-info span,
.expert-info-2 span {
  display: block;
  color: #111;
  font-weight: 600;
}

footer .contact-expert .expert-info a,
.expert-info-2 a {
  color: #333;
  font-weight: 400;
}

footer .main-navs-footer {
  margin-top: 60px;
}

footer .footer-nav {
  color: #fff;
}

footer .footer-nav .title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

footer .footer-nav ul li {
  margin-bottom: 6px;
}

footer .footer-nav ul li a {
  position: relative;
}

footer .footer-nav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  border-radius: 10px;
  left: 0;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

footer .footer-nav ul li a:hover::after {
  width: 100%;
}

footer .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 14px;
}

footer .contact-item p {
  margin: 0;
  font-weight: 300;
  font-size: 19px;
  font-family: var(--font-2);
}

footer .footer-images {
  position: absolute;
}

footer .footer-images.left-img {
  left: 0;
}

footer .footer-images.right-img {
  right: 0;
}

footer .footer-images.arrow-img {
  left: 140px;
  margin-top: 80px;
}

.affiliations {
  padding-top: 30px;
  border-top: 1px solid #0e461c;
  padding-top: 50px;
  margin-top: 35px;
}

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

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

.affiliated ul li {
  background: #fff;
  width: auto;
  max-width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px;
  border-radius: 3px;
  -webkit-box-shadow: 11px 4px 75px #00000034;
  box-shadow: 11px 4px 75px #00000034;
}

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

.bottom-social-links li a {
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

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

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

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

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

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

.bottom-social-links li a:hover {
  background: var(--secondary-color);
}

.copyright-btm {
  background: #fff;
  padding: 20px 0;
}

.copyright-btm p {
  margin: 0;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.main-header {
  margin-top: 10px;
}

header .top-header::after {
  margin-top: 7px;
  background: #23232312;
}

.right-links {
  padding: 28px 25px;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  top: 10px;
  background: #fff;
  border: 1px solid #b3b3b34d;
  -webkit-box-shadow: 1px 1px 33px 9px #00000012;
  box-shadow: 1px 1px 33px 9px #00000012;
}

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

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

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

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

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

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

.right-links .title {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
  font-weight: 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-starts {
  padding-top: 55px;
  position: relative;
}

.content-starts::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  background: linear-gradient(
    180.41deg,
    rgba(199, 255, 213, 0.59) -4.95%,
    rgba(250, 250, 250, 0.59) 114.04%
  );
  top: 0;
  z-index: -1;
  opacity: 0.3;
}

.hero.other-hero {
  padding: 100px 0 50px;
  background: var(--secondary-color);
}

.hero.other-hero .breadcrumb-custom {
  color: #fff;
}

.hero.other-hero .hero-text h1 {
  color: #65ff8d;
}

.hero.other-hero .hero-text p {
  color: #eee !important;
}

.hero.other-hero::before {
  display: none;
}

.content-card {
  display: none;
}

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

#loadMore2:hover {
  background: #245831;
}

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

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

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

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

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

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

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

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

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

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

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

#loadMore2 {
  border-radius: 100px;
  padding-right: 10px;
}

#loadMore2 .icon {
  color: #2a9245;
}
/*# sourceMappingURL=style.css.map */

.card-style-1.card-docs .text-card {
  border: 0 !important;
  margin-top: 0;
  background: none;
  padding: 20px 10px !important;
  display: block;
  text-align: center;
  font-size: 18px;
}

.card-style-1.card-docs .text-card .title {
  transition: var(--transition-1);
}

.card-style-1.card-docs .main-img img {
  border-radius: 5px;
	height: 100%;
object-fit: cover;
}

.card-style-1.card-docs .main-img{
	border: 1px solid #222;
	display: block;
	overflow: hidden;
max-height: 385px;
	border-radius:  10px;
}

.contact-details a img,
.contact-details span img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(19%) saturate(1477%)
    hue-rotate(83deg) brightness(95%) contrast(93%);
}

.section-title.title-package h2 .dots {
  width: 70px;
}

.title-package h2 {
  font-size: 34px;
}
.title-package .icon .img {
  margin-right: auto;
  margin-left: 0;
}

.pkg-padding {
  padding-top: 45px;
}
.outline-itinerary {
  padding: 30px 35px;
  margin-top: 40px;
  box-shadow: 0px 4px 4px 0px #00000005;
  background: #f0f0f03d;
  border: 1px solid #eeeeee8a;
  position: relative;
  overflow: hidden;
}
.outline-itinerary .top-img {
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  right: 65px;
  margin-top: -45px;
  opacity: 0.5;
}
.outline-itinerary .contents-outline {
  padding-left: 40px;
  position: relative;
}
.outline-itinerary .contents-outline .content-iti-out {
  color: #181818;
  margin-bottom: 22px;
}
.outline-itinerary .contents-outline .content-iti-out:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #d5d5d5;
  left: 0;
  margin-left: 15px;
  margin-top: 10px;
  max-height: 95%;
}
.outline-itinerary .contents-outline .content-iti-out h3 {
  font-size: 18px;
  font-weight: 400;
}
.outline-itinerary .contents-outline .content-iti-out h3::before {
  content: "";
  width: 11px;
  height: 11px;
  outline: 3px solid #d5d5d5;
  position: absolute;
  left: 0;
  margin-left: 10px;
  border-radius: 100px;
  background: #232323;
  margin-top: 6px;
  transition: var(--transition-1);
}
.outline-itinerary .contents-outline .content-iti-out strong {
  font-weight: 700;
  font-size: 18px;
}
.outline-itinerary .contents-outline .content-iti-out:hover h3::before {
  background: var(--secondary-color);
}

.package-images {
  position: relative;
}
.package-images .card-img {
  border-radius: 10px;
  position: relative;
}
.package-images .card-img img {
  border-radius: 10px;
}
.package-images .card-img::after {
  content: "";
  width: 100%;
  height: 100%;
	background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.72) 100% );
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.package-images .card-img span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
.package-images .owl-dots {
  display: flex;
  justify-content: center;
  right: 40px;
  height: -moz-max-content;
  height: max-content;
  bottom: 25px;
  transition: var(--transition-1);
  opacity: 1;
  align-items: center;
  gap: 4px;
}
.package-images .owl-dots .owl-dot span {
  border: 1px solid #25833d;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  display: inline-block;
  transition: var(--transition-1);
  margin: 0;
}
.package-images .owl-dots .owl-dot.active span {
  width: 14px;
  background: #25833d;
}
.package-images .owl-dots:hover {
  opacity: 1;
}

.facts {
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000005;
  border-radius: 5px;
  padding: 15px 30px 45px 30px;
  border: 1px solid #eeeeee8a;
}

.card-fact {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.card-fact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-fact .text {
  line-height: 22px;
}
.card-fact p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
}
.card-fact span {
  font-weight: 500;
  color: #222;
  font-size: 16px;
}

.highlights ul {
  list-style: none;
  padding: 0;
}
.highlights ul li {
  padding-left: 30px;
  margin-bottom: 8px;
  position: relative;
}
.highlights ul li::before {
  content: "";
  width: 21px;
  height: 22px;
  background: url("./assets/images/highlight-icon.webp") no-repeat;
  left: 0;
  position: absolute;
  top: 3px;
}

.down-info {
  display: flex;
  font-size: 15px;
  color: #555;
  font-weight: 400;
  -moz-column-gap: 4px;
  column-gap: 4px;
  align-items: center;
}
.itinerary .accordion-body {
  padding: 15px 30px 20px 20px;
}
.itinerary .itinerary-detail {
  margin-top: 0;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0;
}
.itinerary .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(44%) sepia(12%) saturate(2540%)
    hue-rotate(83deg) brightness(94%) contrast(84%) !important;
}
.itinerary .accordion-button::after {
  width: 18px;
  height: 18px;
}
.itinerary .itinerary-detail:last-child {
  padding-bottom: 0;
}
.itinerary .itinerary-detail h3 {
  font-size: 23px;
  font-weight: 500;
  color: var(--primary-color);
}
.itinerary .itinerary-detail h3 strong {
  font-weight: 600;
}
.itinerary .itinerary-detail .down-info .text span {
  font-size: 16px;
  color: #415368;
}
.itinerary .itinerary-detail .down-info .text strong {
  font-weight: 500;
  color: #333;
  font-size: 16px;
}

.trip-note {
  background: #eee;
  padding: 30px 35px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.trip-note h2 {
  font-size: 20px !important;
  color: #fff;
  margin-bottom: 0;
}

.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 600;
  color: #333;
}
.content-inside h2 {
  font-size: 26px;
  color: var(--primary-color);
}
.content-inside h2::after {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  display: block;
  border-radius: 10px;
  margin: 5px 0 20px;
}
.content-inside h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.content-inside h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.content-inside h5 {
  font-size: 19px;
  margin-bottom: 12px;
}
.content-inside h6 {
  font-size: 18px;
  margin-bottom: 12px;
}
.content-inside p:last-child {
  margin-bottom: 0;
}
.content-inside a {
  font-weight: 600;
  color: #2a9245;
}
.content-inside a:hover {
  color: var(--secondary-color);
}
.content-inside ul {
  padding-left: 0;
  list-style: none;
}
.content-inside ul li {
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}
.content-inside ul:last-child {
  margin-bottom: 0;
}
.content-inside:not(.content-includes, .content-excludes) ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  outline: 2px solid var(--secondary-color);
  border-radius: 100px;
  position: absolute;
  left: 10px;
  outline-offset: 1px;
  top: 0;
  margin-top: 9px;
  opacity: 0.8;
}

.faqs.faqs-package {
  border-radius: 4px;
  background: transparent;
  border: 0;
}
.faqs.faqs-package .title-faqs {
  font-size: 18px;
  background: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 25px;
  font-weight: 600;
  color: var(--primary-color);
  border-radius: 2px;
  border: 1px solid #adadad;
}
.faqs.faqs-package .accordion-button {
  font-weight: 500;
  padding: 20px;
}
.faqs.faqs-package .accordion-body {
  font-size: 16px;
}
.faqs.faqs-package .faqs-list {
  margin-top: 0;
}

.right-package-card {
  position: sticky;
  top: 40px;
  height: auto;
}
.right-package-card .top-info .price span {
  font-size: 15px;
  font-weight: 400;
}
.right-package-card .top-info {
  background: #25833d;
  border-radius: 15px 15px 0 0;
  /* padding: 35px; */
  padding: 22px;
  position: relative;
}
.right-package-card .top-info .off {
  background: #fbc000;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 3px 20px;
  border-radius: 100px;
  font-weight: 600;
  color: #222;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
  font-size: 15px;
  margin-left: 20px;
}
.right-package-card .top-info .main-price {
  font-size: 37px !important;
  font-weight: 600 !important;
  margin: 5px 0 !important;
  font-family: var(--font-2) !important;
}
.right-package-card .top-info .price {
  color: #fff;
  line-height: 28px;
}
.right-package-card .top-info .price span {
  display: block;
}
.right-package-card .top-info .price .unit {
  font-weight: 600;
  font-size: 18px;
}

.right-package-card .top-info .discount {
  font-size: 14px;
  background: #d4e6eb;
  text-align: center;
  font-weight: 500;
  margin: 15px auto 0;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 20px;
  border-radius: 100px;
  color: #333;
}
.right-package-card .top-info p {
  font-size: 14px;
  color: #eee;
  text-align: center;
  line-height: 22px;
}
.right-package-card .bottom-info {
  padding: 0 20px;
  border-radius: 0 0 15px 15px;
  background: #68997559;
}
.right-package-card .bottom-info .bottom-content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.4392156863);
}
.right-package-card .bottom-info .bottom-content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.right-package-card .bottom-info .bottom-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100px;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease; /* Smooth transition for opacity and visibility */
  opacity: 1; /* Fully visible by default */
  visibility: visible; /* Element is visible */
}
.right-package-card .bottom-info .bottom-content ul.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.right-package-card .bottom-info .bottom-content .button-style-1 {
  padding: 12px 20px;
}
.right-package-card .bottom-info .bottom-content .bottom-img {
  position: relative;
  margin-top: 35px;
  opacity: 0.5;
  margin-bottom: -22px;
}

.right-side-parent {
  max-width: 890px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.itinerary .accordion-header .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #b9b9b93d !important;
}

.itinerary .accordion-header .accordion-button {
  font-size: 18px;
  padding: 18px 20px;
}

.trip-note {
  background: linear-gradient(95.91deg, #25833d -3.63%, #165225 97.96%);
  position: relative;
}

.trip-note .section-title {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.trip-note p {
  color: #fff;
}

.trip-note .button-style-1 {
  max-width: max-content;
  background: #fff;
  margin-top: 20px;
  color: #175526;
  font-weight: 500;
}

.trip-note .button-style-1 .icon {
  background: #175426;
  transition: var(--transition-1);
}

.trip-note .button-style-1 .icon img {
  filter: brightness(0) invert(1);
}

.trip-note .button-style-1:hover .icon {
  transform: translateX(5px);
}

.trip-note .note-img {
  position: absolute;
  bottom: 0;
  right: 30px;
  opacity: 0.8;
}

.includes h3 {
  font-weight: 500;
  font-size: 19px;
}

.content-includes {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.content-includes ul,
.content-excludes ul {
  margin: 0;
  list-style: none;
  border-radius: 5px;
  margin-top: 16px;
}
.content-includes ul li,
.content-excludes ul li {
  padding-left: 33px;
  margin-bottom: 10px;
  position: relative;
}
.content-includes ul li::before,
.content-excludes ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: contain;
}

.content-excludes ul li::before {
  background: url("./assets/images/not-include.webp") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}

.content-inside strong {
  font-weight: 600;
}

.inquiry-btn {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: #232323;
}

.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: 500 !important;
}

.trip-note .note-img {
  z-index: 0;
}
.trip-note .button-style-1 {
  position: relative;
  z-index: 2;
}

.contact-details i,
.contact-details svg {
  color: var(--primary-color);
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  font-size: 13px !important;
}

.faqs-list .accordion-button:not(.collapsed) {
  color: #2a9245;
  background-color: #f2f2f2;
}

.faqs-list .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(81%) saturate(395%)
    hue-rotate(83deg) brightness(87%) contrast(91%);
}

.btn-expert {
  background: #f55800;
  width: 100%;
  padding: 6px 20px;
  border-radius: 100px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  max-width: 240px;
  margin: auto;
  margin-top: 12px;
  display: block;
}

.right-package-card .expert-info-2::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  background: #e5fcebd4;
  filter: blur(400px);
  width: 500px;
  height: 200px;
  z-index: -99;
}

.btn-expert:hover {
  color: #fff;
  background: #232323;
}

.search-bar .button-style-1 {
  padding: 8px 10px 8px 25px;
}

.content-inside table {
  border: 1px solid #999;
  margin-bottom: 18px;
  max-width: 100%;
}

.content-inside tr {
  border: 1px solid #999;
}
.content-inside td,
.content-inside th {
  padding: 12px;
  border-right: 1px solid #999;
}
.content-inside th {
  background: #98dba55e;
}

.discount-group {
  font-size: 15px;
  position: relative;
  max-width: 100%;
  background: #cadbcf;
  border-radius: 3px;
}

.discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f4f4f4;
  border-radius: 4px 4px 0 0;
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 18px;
  font-weight: 500;
  color: #232323;
}

.discount-group .group-prices {
  padding: 4px 20px;
  position: absolute;
  width: 100%;
  border-top: 2px solid var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transform: translateY(5%);
  transition: all 200ms linear;
  left: 0;
  z-index: 99;
  margin-left: 0px;
  border: 1px solid #fff;
  margin-top: 2px;
  background: #eee;
  color: #232323;
}

.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: 16px;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 600;
  padding: 4px 0;
}
.discount-group .group-prices ul li span:first-child {
  font-size: 15px;
  font-weight: 400;
}
.discount-group .group-prices ul li .fw-700,
.discount-group .group-prices ul li .fw-700 span:first-child {
  font-weight: 500 !important;
}
.discount-group .group-prices ul li:last-child {
  border-bottom: 0;
}

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

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

.right-top .discount-group .title-discount .icon {
  border: 1px solid #fff;
  padding: 2px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 20px;
  min-width: 20px;
  display: flex;
}

.discount-group.show-prices .group-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms ease;
  left: 0;
}
.wpforms-page-indicator-steps {
  min-width: 120px;
}

.content-inside:not(.content-includes, .content-excludes)
  .wpforms-field-container
  ul
  li::before {
  display: none !important;
}

header .mega-menu-wrap a {
  transition: var(--transition-1) !important;
}

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  transform: translateY(50%);
  transition: var(--transition-1);
}
.scroll-top button {
  color: #fff;
  background: var(--primary-color);
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-1);
}


.bg-green-custom.no-trip::before {
max-height: 100%;
}

footer .contact-expert .expert-info .img img, .expert-info-2 .img img {
width: 80px;
}

.expert-info-2 .img{
	border: 1px solid #25833d66;
border-radius: 100px;
}