/*!
Theme Name: trekkingtourguides
Theme URI: http://underscores.me/
Author: Samir XT
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: trekkingtourguides
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.

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

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

:root {
  --primary-color: #172f61;
  --secondary-color: #a74804;
  --transition-1: 650ms ease all;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  line-height: 27px;
  background: #fafafa;
}

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

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

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

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

button {
  border: 0;
  outline: 0;
}

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

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

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

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

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

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

.text-333 {
  color: #333;
}

.top-showcase {
  position: relative;
}
.top-showcase .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  margin-top: -35px;
  width: 100%;
  height: calc(100% + 35px);
}
.top-showcase .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-showcase .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6784313725);
  position: absolute;
  left: 0;
  top: 0;
}
.top-showcase header {
  background: var(--primary-color);
  border-radius: 100px;
  margin-top: 35px;
  color: #fff;
}
.top-showcase header .brand-logo {
  display: block;
  height: 100%;
  padding: 24px 120px 24px 30px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: linear-gradient(
    90deg,
    rgba(191, 245, 255, 0.6588235294) -4.02%,
    rgba(8, 50, 88, 0) 100%
  );
}
.top-showcase header nav {
  margin-left: -100px;
}
.top-showcase header .whatsapp-card {
  padding-right: 70px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.top-showcase header .whatsapp-card .text {
  font-size: 16px;
  line-height: 23px;
}
.top-showcase .hero {
  padding: 180px 0 180px 0;
  text-align: center;
}
.top-showcase .hero h1 {
  margin-bottom: 15px;
}
.top-showcase .hero h1 span {
  display: block;
  font-weight: 700;
  line-height: 70px;
  font-size: 33px;
  color: #fff;
}
.top-showcase .hero h1 span.large {
  font-size: 59px;
  font-weight: 800;
}
.top-showcase .hero p {
  color: #eee;
}
.top-showcase .hero .links {
  display: flex;
  gap: 7px;
  margin-top: 25px;
  justify-content: end;
}
.top-showcase .hero .links a {
  color: #eee;
  padding: 3px 20px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.377);
  border: 1px solid rgba(238, 238, 238, 0.1843137255);
  transition: var(--transition-1);
}
.top-showcase .hero .links a:hover {
  background: var(--primary-color);
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
.search-bar.has-border {
  border: 1px solid #b8b8b8;
}
.search-bar .icon {
  color: #999;
}
.search-bar input {
  border: 0;
  background: transparent;
  caret-color: var(--primary-color);
  width: 100%;
  padding: 15px 20px;
  outline: 0;
  font-weight: 600;
}
.search-bar input::-moz-placeholder {
  color: #818181;
  font-weight: 400;
}
.search-bar input::placeholder {
  color: #818181;
  font-weight: 400;
}
.search-bar input:focus-visible ~ button {
  filter: brightness(0) saturate(100%) invert(64%) sepia(75%) saturate(7036%)
    hue-rotate(12deg) brightness(95%) contrast(89%);
}
.search-bar button {
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  letter-spacing: 0.65px;
  font-weight: 600;
  border-radius: 5px;
}
.search-bar button img {
  transition: var(--transition-1);
}
.search-bar button:hover img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(75%) saturate(7036%)
    hue-rotate(12deg) brightness(95%) contrast(89%);
}

.why-us {
  background: linear-gradient(180deg, #ecf3ff 4.95%, #fafafa 106.85%);
  margin-top: -35px;
  padding: 30px 0 0;
}
.why-us .card-why {
  text-align: center;
  padding: 25px 20px;
  border-radius: 5px;
}
.why-us .card-why::after {
  content: "";
  width: 2px;
  height: 30%;
  position: absolute;
  background: rgba(211, 211, 211, 0.6431372549);
  top: -50px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.why-us .card-why .icon {
  background: #fff;
  border: 2px solid #ffc9a3;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.why-us .card-why .icon img {
  width: auto;
  height: auto;
}
.why-us .card-why .text {
  margin-top: 10px;
}
.why-us .card-why .text p {
  font-size: 20px;
  color: #2f2f2f;
  font-weight: 600;
  margin: 0;
  line-height: 25px;
}

.why-trekking {
  position: relative;
}
.why-trekking .img-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -50px;
  text-align: center;
  max-width: max-content;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 900;
  color: var(--primary-color);
}
.section-title .icon {
  position: relative;
  width: 105px;
  display: flex;
  column-gap: 6px;
  align-items: center;
  margin-bottom: 20px;
}
.section-title .icon.has-before::before {
  content: "";
  width: 105px;
  height: 2px;
  background: #34b0e6;
  margin: auto;
  z-index: 0;
  margin: auto;
  z-index: 0;
  display: block;
}
.section-title .icon::after {
  content: "";
  width: 105px;
  height: 2px;
  background: #34b0e6;
  margin: auto;
  z-index: 0;
  margin: auto;
  z-index: 0;
  display: block;
}
.section-title .icon .img {
  width: 35px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
.section-title p {
  color: #545454;
  font-weight: 500;
  font-size: 17px;
}

.card-style-1 .image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.card-style-1 .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.1764705882);
  top: 0;
  left: 0;
  transition: var(--transition-1);
}
.card-style-1 .image img {
  transition: var(--transition-1);
  border-radius: 10px 10px 0 0;
}
.card-style-1 .text {
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 22px 11px 0px rgba(191, 191, 191, 0.0588235294);
  border-radius: 0 0 10px 10px;
  border: 1px solid #c5c5c5;
  border-top: 0;
}
.card-style-1 .info {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.card-style-1 h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.card-style-1 p {
  font-size: 16px;
  color: #7e7e7e;
  margin: 0;
}
.card-style-1:hover .image img {
  transform: scale(1.1);
}
.card-style-1:hover .image::after {
  height: 100%;
}
.card-style-1:hover .text h3 {
  color: var(--secondary-color);
}

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

.default-arrow-2 .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
}
.default-arrow-2 .owl-nav button {
  background: #d05e0e !important;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-size: 14px !important;
  color: #fff !important;
  border: 1px solid #cbcbcb !important;
  transition: var(--transition-1);
}
.default-arrow-2 .owl-nav button.owl-prev {
  margin-right: 7px;
}
.default-arrow-2 .owl-nav button.disabled {
  background: #eee !important;
  color: #222 !important;
}
.default-arrow-2 .owl-nav button:hover {
  background: #ff6d05 !important;
  color: #fff !important;
}
.default-arrow-2 .owl-dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.default-arrow-2 .owl-dots .owl-dot span {
  border: 1px solid #d05e0e;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  margin-right: 7px;
  display: inline-block;
  transition: var(--transition-1);
}
.default-arrow-2 .owl-dots .owl-dot.active span {
  width: 40px;
  background: #d05e0e;
}

.card-style-3 {
  background: #f8f8f8;
  padding: 40px;
  border: 1px solid #d1ddf2;
  border-radius: 24px;
}
.card-style-3 .icon {
  background: var(--secondary-color);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.card-style-3 .text h3 {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
}
.card-style-3 .text p {
  color: #6d6d6d;
  font-size: 15px;
  margin: 0;
}
.card-style-3.main {
  padding: 0;
  background: #c2f9fc;
}
.card-style-3.main .text-icon {
  padding: 40px;
  padding-bottom: 12px;
}
.card-style-3.main .icon {
  background: #282828;
}
.card-style-3.main .image {
  border-radius: 0 0 24px 24px;
}
.card-style-3.main .image img {
  border-radius: 0 0 24px 24px;
}
.card-style-3.main h3,
.card-style-3.main p {
  color: #282828;
}

.button-style-1 {
  background: var(--primary-color);
  padding: 13px 40px;
  color: #fff;
  position: relative;
  border-radius: 5px;
}
.button-style-1 img {
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: var(--transition-1);
}
.button-style-1:hover {
  background: var(--secondary-color);
}
.button-style-1:hover img {
  transform: translateX(-10px);
}
.button-style-1.outlined {
  border: 2px solid #0089d2;
  background: #fff;
  color: #172f61;
}
.button-style-1.outlined:hover {
  background: #222;
  color: #fff;
}
.button-style-1.text-second {
  background: #007bbd;
}
.button-style-1.text-second img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(4164%)
    hue-rotate(176deg) brightness(87%) contrast(99%);
}
.button-style-1.text-second:hover {
  background: var(--secondary-color);
}

.card-dest {
  padding: 35px 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  background: #fff;
}
.card-dest > a {
  overflow: hidden;
  display: block;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin: auto;
}
.card-dest > a img {
  transition: var(--transition-1);
}
.card-dest a img {
  border-radius: 100px;
}
.card-dest h3 {
  color: #102b4c;
  font-size: 22px;
  font-weight: 900;
}
.card-dest p {
  font-size: 15px;
  color: #5f5f5f;
  margin: 0;
}
.card-dest:hover h3 {
  color: var(--secondary-color);
}
.card-dest:hover > a img {
  transform: scale(1.2);
  border-radius: 100px;
  filter: saturate(0);
}

.destinations {
  background: #172f61;
  margin-top: 70px;
  padding-bottom: 70px;
}

.destinations .content-top {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #eee;
  padding: 50px;
  max-width: 1150px;
  margin: auto;
  border-radius: 10px 10px 0 0;
  margin-bottom: -80px;
  padding-bottom: 100px;
}

.best-selling {
  padding-top: 75px;
}

.trip-month .bg-text {
  background: #fff;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-radius: 10px 0 0 10px;
}
.trip-month .trip-month-content {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.trip-month .trip-month-content::after {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 80%;
  background: #0a1a3e;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  transform: skewX(-40deg);
  opacity: 1;
}
.trip-month .trip-month-content::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 80%;
  position: absolute;
  left: 0;
  z-index: -2;
  top: 0;
  left: 0;
  background: #0c1831;
}
.trip-month .trip-month-content .section-title {
  padding: 50px 40px 0;
}
.trip-month .trip-month-content .section-title .img {
  background: #fff;
}
.trip-month .trip-month-content .text-pkg {
  padding: 0 40px 50px;
}
.trip-month .trip-month-content .text-pkg h3 {
  font-size: 28px;
  color: #222;
}
.trip-month .trip-month-content .text-pkg .info {
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 600;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.trip-month .trip-month-content .text-pkg p {
  color: #2b2b2b;
  margin: 0;
}
.trip-month .trip-month-content .right-img {
  height: 100%;
}
.trip-month .trip-month-content .right-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}

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

.expert-info {
  background: #202020;
  padding: 70px 50px;
}

.card-expert-big .section-title h2 {
  font-size: 28px;
}
.card-expert-big .section-title p {
  color: #dddddd;
  margin-bottom: 0;
}
.card-expert-big .section-title::after {
  display: none;
}
.card-expert-big .info-expert {
  display: flex;
  align-items: center;
  gap: 18px;
}
.card-expert-big .info-expert .image {
  border: 1px dotted var(--primary-color);
  border-radius: 100px;
}

.faqs {
  background: #f3f8ff;
  border: 1px solid #ced6df;
  margin-top: 70px;
  padding: 45px 40px;
  border-radius: 24px;
}
.faqs .left-faq h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  color: #222;
}
.faqs .left-faq p {
  color: #444;
}
.faqs .accordion-item {
  border: 0 !important;
  margin-bottom: 10px;
  border: 1px solid #acacac;
}
.faqs .accordion-item button {
  color: #3b3b3b;
  background: #fff;
  font-weight: 500;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #acacac;
}
.faqs .accordion-item button[aria-expanded="true"] {
  border: 1px solid #313131 !important;
  background: var(--primary-color);
  color: #fff;
}
.faqs .accordion-item button[aria-expanded="true"]::after {
  filter: brightness(0) invert(1);
}
.faqs .accordion-item .accordion-button::after {
  background: url("./assets/images/arrow2.png") no-repeat !important;
  width: 18px;
  height: 18px;
  background-size: contain !important;
}
.faqs .accordion-item .accordion-body {
  padding: 20px 30px !important;
  color: #595959;
}
.faqs .accordion-button:focus {
  border: none !important;
  box-shadow: none;
}

.card-blog-1 {
  position: relative;
}
.card-blog-1 .image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.card-blog-1 .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) -5.52%,
    rgba(0, 0, 0, 0.81) 80.51%
  );
  position: absolute;
  left: 0;
  border-radius: 10px;
  z-index: 0;
}
.card-blog-1 .image img {
  border-radius: 10px;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition-1);
}
.card-blog-1 .text {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 9;
  color: #fff;
}
.card-blog-1 .text h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.card-blog-1 .text .info {
  color: #b8b8b8;
  font-size: 14px;
}
.card-blog-1:hover .image img {
  transform: scale(1.1);
}
.card-blog-1:hover .text h3 {
  color: hsl(201, 100%, 84%);
}

.card-blog-2 .image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.card-blog-2 .image img {
  border-radius: 10px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition-1);
}
.card-blog-2 .text .info {
  font-weight: 600;
}
.card-blog-2 .text h3 {
  font-size: 23px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.card-blog-2 .text .info {
  color: #2e2e2e;
  font-size: 14px;
}
.card-blog-2 .text p {
  color: #535353;
  font-size: 15px;
  line-height: 1.7;
}
.card-blog-2:hover .image img {
  transform: scale(1.1);
}
.card-blog-2:hover .text h3 {
  color: var(--secondary-color);
}

footer {
  /*   background: url("https://trekkingtourguides.com/assets/images/dark-bg-footer.webp") repeat; */
  position: relative;
  padding: 70px 0;
  margin-top: 70px;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #102b4c;
  position: absolute;
  top: 0;
  z-index: -1;
}
footer .footer-menu {
  color: #fff;
}
footer .footer-menu span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
footer .footer-menu ul li {
  margin-bottom: 8px;
}
footer .footer-menu ul li a {
  position: relative;
}
footer .footer-menu ul li a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -1px;
  transform: rotate(2deg);
  transition: var(--transition-1);
}
footer .footer-menu ul li a:hover::after {
  width: 100%;
  transform: rotate(0);
}
footer .safety {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
footer hr {
  color: #fff;
  opacity: 0.1;
}
footer .contact-details {
  color: #fff;
  background: rgba(37, 37, 37, 0.5568627451);
  padding: 30px;
  border-radius: 4px;
}
footer .contact-details .title {
  font-size: 24px;
  font-weight: 700;
}
footer .contact-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
footer .contact-details ul .item {
  display: flex;
  gap: 15px;
  margin-top: 12px;
}
footer .contact-details ul .item .icon {
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
}
footer .contact-details ul .item .text span {
  display: block;
  font-weight: 700;
}

.breadcrumb-custom {
  list-style: none;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  flex-wrap: wrap;
}
.breadcrumb-custom li a:hover {
  color: var(--primary-color);
}

.inner-page.top-showcase::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(184, 220, 250, 0.59) -5.41%,
    rgba(250, 250, 250, 0.59) 106.55%
  );
  min-height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: -35px;
}

.inner-hero {
  padding-top: 40px;
}
.inner-hero .content-inner-hero h1 {
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: var(--primary-color);
}
.inner-hero .content-inner-hero p {
  font-size: 15px;
  color: #505050;
}

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

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

.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: #0089d2;
  left: 0;
  margin-left: 15px;
  margin-top: 10px;
}
.outline-itinerary .contents-outline .content-iti-out h3 {
  font-size: 17px;
}
.outline-itinerary .contents-outline .content-iti-out h3::before {
  content: "";
  width: 11px;
  height: 11px;
  outline: 4px solid #afd9ec;
  position: absolute;
  left: 0;
  margin-left: 10px;
  border-radius: 100px;
  background: #0089d2;
  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) -11.11%,
    rgba(0, 0, 0, 0.48) 99.51%
  );
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.package-images .card-img span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 22px;
  color: #fff;
  z-index: 2;
  font-weight: 600;
}
.package-images .owl-dots {
  background: #fff;
  padding: 0px 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 40px;
  height: -moz-max-content;
  height: max-content;
  bottom: 25px;
  opacity: 0.7;
  transition: var(--transition-1);
}
.package-images .owl-dots .owl-dot span {
  border: 1px solid #d05e0e;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  margin-right: 7px;
  display: inline-block;
  transition: var(--transition-1);
}
.package-images .owl-dots .owl-dot.active span {
  width: 40px;
  background: #d05e0e;
}
.package-images .owl-dots:hover {
  opacity: 1;
}

.facts {
  background: rgba(255, 255, 255, 0.6705882353);
  padding: 5px 30px 30px 30px;
  border: 1px solid #bbcef8;
  border-radius: 5px;
}

.card-fact {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}
.card-fact .icon {
  min-width: 44px;
  height: 44px;
  background: var(--primary-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid #da915d;
  outline-offset: 1px;
}
.card-fact .icon img {
  filter: brightness(0) invert(1);
}
.card-fact .text {
  line-height: 23px;
}
.card-fact p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3d;
}
.card-fact span {
  font-weight: 700;
  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: #415368;
  font-weight: 400;
  -moz-column-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.itinerary .itinerary-detail {
  margin-top: 30px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 15px;
}
.itinerary .itinerary-detail.first {
  margin-top: 15px;
}
.itinerary .itinerary-detail:last-child {
  padding-bottom: 0;
}
.itinerary .itinerary-detail h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--primary-color);
}
.itinerary .itinerary-detail h3 strong {
  font-weight: 700;
}
.itinerary .itinerary-detail .down-info .text span {
  font-size: 16px;
  color: #415368;
}
.itinerary .itinerary-detail .down-info .text strong {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.itinerary .itinerary-detail:last-child {
  border-bottom: 0;
}

.trip-note {
  background: #eee;
  padding: 30px 35px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.trip-note h2 {
  font-size: 26px;
}

.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 800;
  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;
}
.content-inside h4 {
  font-size: 20px;
}
.content-inside h5 {
  font-size: 19px;
}
.content-inside h6 {
  font-size: 18px;
}
.content-inside p:last-child {
  margin-bottom: 0;
}
.content-inside a {
  font-weight: 700;
    color: #000;
    background: linear-gradient(0deg, #a9c2f5, transparent);
}
.content-inside a:hover {
  color: var(--secondary-color);
}
.content-inside ul {
  padding-left: 0;
  list-style: none;
}
.content-inside figure{
  max-width: 100%;
}
.content-inside img{
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.content-inside ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
  font-weight: 500;
}
.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;
  padding: 0;
  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: 600;
  padding: 20px;
}
.faqs.faqs-package .accordion-body {
  font-size: 16px;
}
.faqs.faqs-package .faqs-list {
  margin-top: 20px;
}

.right-package-card {
  position: sticky;
  top: 40px;
  height: auto;
}
.right-package-card .top-info {
  background: #102859;
  border-radius: 15px 15px 0 0;
  /* padding: 35px; */
  padding: 5px;
  padding-bottom: 20px;
  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 .price {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 28px;
}
.right-package-card .top-info .price .unit {
  font-weight: 600;
  font-size: 18px;
}
.right-package-card .top-info .price .per {
  font-size: 18px;
  font-weight: 500;
}
.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 {
  background: #99d5e5;
  padding: 0 20px;
  border-radius: 0 0 15px 15px;
}
.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: #d05e0e;
  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: 920px;
}

.blog-single-page .card-blog-1 h3 {
  font-size: 20px;
}
.blog-single-page .card-blog-2 h3 {
  font-size: 22px;
}
.blog-single-page .card-blog-2 p {
  font-size: 16px;
} /*# sourceMappingURL=style.css.map */

.content-includes,
.content-excludes {
  background: #baeece;
  padding: 0 30px 30px 30px;
  border-radius: 5px;
}
.content-includes h3,
.content-excludes h3 {
  background: rgba(255, 255, 255, 0.4392156863);
  font-size: 22px;
  color: #222;
  font-weight: 600;
  padding: 12px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
}
.content-includes ul,
.content-excludes ul {
  margin: 0;
  background: rgba(255, 255, 255, 0.4392156863);
  padding: 30px;
  list-style: none;
  border-radius: 5px;
}
.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 {
  background: #f8d8d8;
}
.content-excludes ul li::before {
  background: url("./assets/images/cross.webp") no-repeat;
  background-size: contain;
}

.form-all {
  background-color: #fff;
  box-shadow: 0 5px 9px rgb(0 0 0 / 0.1);
  border-radius: 4px;
  border: 1px solid rgb(0 0 0 / 0.15);
  padding: 34px;
  margin-top: 40px;
  border-radius: 6px;
}
.happyforms-input {
  box-shadow: 1px 2px 7px 2px #0000000f;
}
.happyforms-styles .happyforms-part__label .happyforms-optional,
.happyforms-styles .happyforms-part__label .label {
  font-weight: 600 !important;
  color: #333 !important;
}
.happyforms-required:after {
  content: " *";
  color: red;
}

.search-page h1 {
  font-size: 36px !important;
}

.not-found {
  padding: 60px 0;
}

.scroll-top {
  background: var(--primary-color);
  width: 55px;
  height: 55px;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 17px;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}

#scroll-to-top {
  transition: var(--transition-1);
}

#scroll-to-top.active {
  display: block;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.content-inside table {
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 16px;
}

.content-inside table thead {
  background: var(--primary-color);
}

.content-inside table thead tr th {
  padding: 10px 25px;
  color: #fff;
}

.content-inside table tr td {
  padding: 7px 25px;
  background: #fafafa;
  border-bottom: 1px solid #d9d9d9;
}

.content-inside table tr:last-child td {
  border-bottom: 0;
}

.itinerary-detail h4 {
  font-size: 20px;
}
.collapse:not(.show) {
  display: none;
}

.card-blog-list .image img {
  height: auto;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator::after {
  content: "\f107" !important;
  font-size: 10px !important;
  font-family: fontawesome !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close::before {
  font-family: fontawesome !important;
  content: "\f00d" !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  transition: var(--transition-1);
}
