.itinerary-banner__section {
  position: relative;
}
.itinerary-banner__section::after {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: -15px;
}
.itinerary-banner__section img {
  width: 100%;
  max-height: 85vh;
  object-fit: cover;
}
.itinerary-banner-container {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 100%;
  max-width: 915px;
  padding: 0 15px;
}
.itinerary-banner__section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.014) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.itinerary-banner-title {
  font-size: clamp(26px, 4vw, 50px);
  color: var(--light);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -2%;
  margin: 0 0 20px 0;
}
.itinerary-banner-content {
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
  justify-content: center;
}
.itinerary-banner-content span {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--light);
  display: block;
  position: relative;
}
.itinerary-banner-content span:not(:last-child)::after {
  content: "";
  width: 1.8px;
  height: 12px;
  background-color: var(--light);
  position: absolute;
  top: 5px;
  right: -11px;
}

.itinerary-chart__section {
  background-color: var(--light);
  padding: 40px 0 0;
}
.itinerary-chart__section .wrapper {
  position: relative;
}
.itinerary-chart__section .wrapper::after {
  content: url("../img/vector-2.png");
  display: block;
  width: 100%;
  margin-top: 40px;
}
.itinerary-chart__section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 40px;
  row-gap: 25px;
}
.itinerary-chart__section .container .box {
  gap: 15px;
}
.itinerary-chart__section .chart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
}
.itinerary-chart__section .chart canvas {
  max-height: 95px !important;
  max-width: 95px !important;
}
.itinerary-chart__section .chart .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itinerary-chart__section .chart-content {
  width: 50%;
}
.itinerary-chart__section .chart-content p {
  opacity: 70%;
  margin: 0 0 4px;
  line-height: 1.2;
}
.itinerary-chart__section .chart-content span {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--primary);
}
.itinerary-chart__section .container .box:nth-child(2) {
  color: #325269;
}
.itinerary-chart__section .container .box:nth-child(3) {
  color: #12acb7;
}
.itinerary-chart__section .container .box:nth-child(4) {
  color: #457005;
}
.itinerary-chart__section .container .box:nth-child(5) {
  color: #3386c2;
}

.itinerary-trip-overview__section {
  background-color: var(--light);
  padding: 40px 0;
  position: relative;
}
.itinerary-trip-overview__section::after {
  content: url("../img/about-2.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: -16%;
}
.trip-overview-wrapper {
  align-items: start;
  z-index: 1;
  position: relative;
}
.trip-overview-section {
  width: 60%;
}
.trip-overview-section .section-content p {
  max-width: 80%;
}
.trip-overview-section .section-content p:not(:last-child) {
  margin-bottom: 16px;
}
.trip-overview-right {
  width: 40%;
}
.trip-overview-right > a {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline !important;
  display: block;
  margin-top: 15px;
  text-align: center;
  text-underline-offset: 4px;
}
.trip-overview-right > a:hover {
  color: var(--dark);
}
.overview-right-wrapper {
  background-color: var(--primary);
  border-radius: 20px;
}
.overview-right-wrapper > div {
  padding: 20px 35px;
}
.overview-right-wrapper > div > span:nth-child(1) {
  width: 58%;
}
.overview-right-wrapper > div > span:nth-child(2) {
  width: 42%;
}
.trip-overview-right p,
.trip-overview-right .entry-title,
.trip-overview-right span {
  color: var(--light);
  margin: 0;
}
.trip-overview-right p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.3;
}
.trip-overview-right .price {
  justify-content: space-between;
  padding: 35px;
}
.trip-overview-right .price > span > span .entry-title {
  font-size: clamp(24px, 2vw, 28px);
  letter-spacing: -2%;
}
.trip-overview-right .price > span > span .entry-title.del {
  opacity: 30%;
}
.trip-overview-right .price > span > span > span p:nth-child(1) {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 1;
}
.trip-overview-right .price > span > span > span p:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
.trip-overview-right .charge {
  padding: 35px;
  background-color: #04816f;
}
.trip-overview-right .charge span:nth-child(2) p {
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.trip-overview-right .time span i {
  margin-right: 8px;
  font-size: 20px;
}
.trip-overview-right .time span:nth-child(1) {
  font-size: 16px;
}
.trip-overview-right .time span:nth-child(2) {
  text-align: right;
}
.trip-overview-right .time span:nth-child(2) a {
  font-size: 16px;
  color: var(--light);
  text-decoration: underline !important;
}
.trip-overview-right .btn {
  background-color: var(--light);
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 auto;
  white-space: nowrap;
}
.footer-price {
  display: none;
}

.itinerary-elevation-trip-map__section {
  position: relative;
  padding: 130px 0;
}
.itinerary-elevation-trip-map__section .section-title h2 {
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: -2%;
  margin-bottom: 25px;
}
.elevation-container-wrapper {
  padding: 25px;
  border-radius: 20px;
  background-color: var(--light);
}
.elevation-container-wrapper img {
  width: 100%;
  height: 316px;
}
.map-container-wrapper {
  background-color: var(--light);
  padding: 25px;
  border-radius: 20px;
}
.map-container-wrapper img {
  width: 100%;
}
.elevation-trip-map-wrapper {
  align-items: start;
  justify-content: space-between;
}
.elevation-map-container {
  width: 53%;
}
.trip-facts-container {
  width: 40%;
}
.elevation-container {
  margin-bottom: 40px;
}
.trip-facts-content {
  align-items: start;
  gap: 0px;
}
.trip-facts-content:not(:last-child) {
  margin-bottom: 20px;
}
.trip-facts-content > div:nth-child(1) {
  width: 14%;
}
.trip-facts-content > div:nth-child(2) {
  width: 86%;
}
.trip-facts-content span,
.trip-facts-content p {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--dark);
  opacity: 70%;
  line-height: 1.4;
}
.trip-facts-content p {
  font-weight: 400;
  margin: 0;
}
.trip-facts-container .btn {
  font-size: 14px;
  border-radius: 50px;
  padding: 6px 14px;
  margin-left: 70px;
}

.itinerary-site-main {
  position: relative;
  padding: 60px 0;
  background-color: var(--light);
}
.itinerary-site-main .wrapper {
  z-index: 1;
  position: relative;
}
.itinerary-site-main::before {
  content: url("../img/trip-bg.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -2%;
}
.itinerary-site-main-wrapper {
  align-items: start;
  gap: 60px;
  justify-content: space-between;
}
.itinerary-main-content {
  width: 60%;
}
.itinerary-sidebar-content {
  width: 40%;
  position: sticky;
  top: 30px;
  transition: var(--transition-2);
}
.sticky .itinerary-sidebar-content {
  top: 100px;
}
.itinerary-main-content .section-title h2 {
  margin-bottom: 35px;
}

.day-by-day__section .accordion {
  border-left: 1px solid #00000021;
  padding-left: 30px;
}
.day-by-day__section .accordion .accordion-item {
  position: relative;
}
.day-by-day__section .accordion .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}
.day-by-day__section .accordion .accordion-dot {
  position: absolute;
  top: 0;
  left: -35px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary);
}
.day-by-day__section .accordion-header {
  justify-content: space-between;
  cursor: pointer;
}
.day-by-day__section .accordion-header > div span,
.day-by-day__section .accordion-header > div p,
.day-by-day__section p,
.day-by-day__section .day-by-day-content span,
.day-by-day__section .day-by-day-content p {
  font-size: clamp(14px, 2vw, 16px);
  color: var(--dark);
  opacity: 70%;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.day-by-day__section p {
  font-size: clamp(16px, 2vw, 18px);
}
.day-by-day__section .accordion-header > div p,
.day-by-day__section .day-by-day-content p {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
}
.day-by-day__section .accordion-header i {
  font-size: 16px;
  color: var(--primary);
  cursor: pointer;
}
.day-by-day__section .accordion-content > img {
  height: 327px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin: 25px 0 30px;
}
.day-by-day__section .accordion-content > p {
  margin: 10px 0 0;
}
.day-by-day__section .day-by-day-container {
  padding: 15px 0 25px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
  border-bottom: 2px dotted #00000021;
}
.day-by-day__section .day-by-day-content span,
.day-by-day__section .day-by-day-content p {
  opacity: 50%;
  line-height: 1;
}
.accordion-icon i.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.accordion-icon i {
  transition: transform 0.3s ease;
}

.best-time-trek__section {
  position: relative;
}
.best-time-trek__section::before {
  content: url("../img/vector-1.png");
  display: block;
  width: 100%;
  margin: 20px 0;
}
.best-time-container {
  flex-wrap: wrap;
  gap: 15px;
}
.best-time-container span {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--dark);
  border-radius: 10px;
  border: 1px solid var(--primary);
  font-family: var(--primary-font);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-time-container span.best {
  background-color: var(--primary);
  color: var(--light);
}
.best-time-container span.good {
  background-color: var(--secondary);
  color: var(--light);
  border-color: var(--secondary);
}
.best-time-content {
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.best-time-content p {
  position: relative;
  font-size: 16px;
  color: var(--dark);
  opacity: 70%;
  margin: 0;
  gap: 8px;
}
.best-time-content p::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: var(--light);
  border: 1px solid var(--primary);
  margin-bottom: 8px;
}
.best-time-content p:nth-child(1)::before,
.best-time-content p.best::before {
  background-color: var(--primary);
}
.best-time-content p:nth-child(2)::before,
.best-time-content p.good::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.itinerary-accommodation__section {
  position: relative;
}
.itinerary-accommodation__section::before {
  content: url("../img/vector-1.png");
  display: block;
  width: 100%;
  margin: 20px 0;
}
.itinerary-accommodation-wrapper {
  gap: 30px;
  align-items: start;
}
.itinerary-accommodation-wrapper > div {
  width: 50%;
}
.itinerary-accommodation-wrapper .featured-image img {
  border-radius: 20px;
  height: 250px;
  width: 100%;
  margin-bottom: 12px;
  object-fit: cover;
}
.itinerary-accommodation-wrapper .entry-content a {
  gap: 6px;
  margin-bottom: 6px;
}
.itinerary-accommodation-wrapper .entry-content a span {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--dark);
  opacity: 70%;
  margin-top: 8px;
  display: block;
}
.itinerary-accommodation-wrapper .entry-title a {
  opacity: 70%;
}
.itinerary-accommodation-wrapper .entry-content p {
  margin: 10px 0 0 0;
  opacity: 70%;
}
.itinerary-accommodation__section .note {
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #e3a1a178;
  background-color: #efc8c84d;
  margin-top: 50px;
}
.itinerary-accommodation__section .note span {
  color: #990000b2;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  opacity: 70%;
}
.itinerary-accommodation__section .note p {
  opacity: 70%;
  margin: 2px 0 0 0;
}

.transportation-facilities__section {
  position: relative;
}
.transportation-facilities__section::before {
  content: url("../img/vector-1.png");
  display: block;
  width: 100%;
  margin: 20px 0;
}
.transportation-facilities__section .itinerary-accommodation-wrapper {
  flex-direction: column;
}
.transportation-facilities__section .itinerary-accommodation-wrapper > div {
  width: 100%;
}
.transportation-facilities__section .itinerary-accommodation-container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.transportation-facilities__section
  .itinerary-accommodation-wrapper
  .featured-image
  img {
  margin-bottom: 0;
}
.transportation-facilities__section .itinerary-accommodation-container > div {
  width: 50%;
}

.itinerary-cta__section {
  position: relative;
  padding: 120px 0;
}
.itinerary-cta__section::before {
  content: url("../img/footer-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -8%;
}
.itinerary-cta-wrapper {
  justify-content: space-between;
}
.itinerary-cta-container {
  width: 50%;
}
.itinerary-cta-container p {
  margin: 0 0 10px 0;
  opacity: 70%;
}
.itinerary-cta-wrapper .featured-image {
  position: relative;
  overflow: hidden;
  height: 360px;
  border-radius: 20px;
  width: 40%;
}
.itinerary-cta-wrapper .featured-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  transition: var(--transition-2);
}
.itinerary-cta-wrapper .featured-image:hover img {
  transform: scale(1.1);
}
.itinerary-cta-wrapper .featured-image .entry-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.itinerary-cta-wrapper .featured-image .entry-content p {
  margin: 0;
  color: var(--light);
}
.itinerary-cta-wrapper .featured-image .entry-content .entry-title {
  color: var(--light);
}
.itinerary-cta-wrapper .featured-image .entry-content .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  border: 2px solid var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itinerary-cta-wrapper .featured-image .entry-content .icon:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.itinerary-cta-wrapper .featured-image .entry-content .icon i {
  color: var(--light);
  font-size: 16px;
}
.itinerary-cta-wrapper .cta-button {
  margin-top: 25px;
  gap: 25px;
}
.itinerary-cta-wrapper .cta-button .btn {
  font-weight: 500;
  font-weight: var(--secondary);
}
.itinerary-cta-wrapper .cta-button a:nth-child(2) {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.photo-gallery__section {
  position: relative;
  padding: 40px 0;
  background-color: var(--light);
}
.photo-gallery__section::before {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -12%;
}
.photo-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  padding-top: 15px;
}
.photo-gallery-wrapper a {
  position: relative;
}
.photo-gallery-wrapper a:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.photo-gallery-wrapper a:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
}
.photo-gallery-wrapper a:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.photo-gallery-wrapper a:nth-child(4) {
  grid-column-start: 4;
  grid-row-start: 2;
}
.photo-gallery-wrapper a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--dark);
  opacity: 0.5;
  visibility: hidden;
  border-bottom-right-radius: 20px;
}
.photo-gallery-wrapper a:nth-child(4) .overlay {
  visibility: visible;
}
.photo-gallery-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-gallery-wrapper a:nth-child(1) img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.photo-gallery-wrapper a:nth-child(2) img {
  border-top-right-radius: 20px;
}
.photo-gallery-wrapper a:nth-child(4) img {
  border-bottom-right-radius: 20px;
}
.photo-gallery-button {
  position: absolute;
  bottom: 22%;
  right: 8%;
}
.photo-gallery-button .btn {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--primary);
}
.photo-gallery-button .btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}

.available-date-price__section {
  position: relative;
  padding: 90px 0 150px;
  background-color: #01605217;
}
.available-date-price__section::before {
  content: url("../img/csr-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: 0%;
}
.available-date-price__section .flex {
  gap: 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.available-date-price__section .flex select {
  padding: 10px 16px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  color: var(--dark);
  opacity: 70%;
  border: 1px solid #a7a7a7;
  background-color: var(--light);
  border-radius: 10px;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
  font-family: var(-secondary-font);
}
.custom-table thead {
  background-color: var(--primary);
  color: var(--light);
}
.custom-table thead th,
.custom-table tbody tr td {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--light);
}
.custom-table tbody tr td {
  font-weight: 400;
  color: var(--dark);
  opacity: 70%;
}
.custom-table tbody tr td.status {
  font-weight: 500;
}
.custom-table thead th:nth-child(3),
.custom-table thead th:nth-child(4),
.custom-table tbody tr td:nth-child(3),
.custom-table tbody tr td:nth-child(4) {
  text-align: center;
}
.custom-table thead th:nth-child(5),
.custom-table tbody tr td:nth-child(5) {
  text-align: right;
}
.custom-table th,
.custom-table td {
  padding: 16px 20px;
  text-align: left;
}
.custom-table tbody tr {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.custom-table tbody tr {
  background-color: var(--light);
}
.custom-table tbody tr:nth-child(even) {
  background-color: #ffffff94;
}
.status.almost-full {
  color: #ee8a27b2;
}
.status.available {
  color: #05408eb2;
}
.status.sold-out {
  color: #fb0c0cb2;
}
.status.guaranteed {
  color: #016052;
}
.book-btn {
  background-color: #000000b7;
  color: var(--light);
  padding: 8px 14px;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--primary-font);
}
.book-btn:hover:not(.disabled) {
  background-color: #1f1f1f;
}
.book-btn.disabled {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}
.book-btn:hover {
  color: var(--primary);
}

.post-template-default .itinerary-testimonial__section {
  position: relative;
  padding: 60px 0;
  background-color: var(--light);
}
.post-template-default .itinerary-testimonial__section::before {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -28%;
}
.testimonial-slider-wrapper {
  align-items: start;
  gap: 30px;
  position: relative;
}
.testimonial-slider-wrapper > div:nth-child(1) {
  width: 45%;
}
.testimonial-slider-wrapper > div:nth-child(2) {
  width: 55%;
}
.testimonial-slider-wrapper img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-container i {
  color: #eec027;
  font-size: 24px;
}
.testimonial-title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  color: var(--primary);
  margin: 6px 0 10px 0;
  letter-spacing: -2%;
  padding-bottom: 5px;
  font-family: var(--secondary-font) !important;
}
.testimonial-container p {
  margin: 0;
  opacity: 70%;
}
.testimonial-content {
  padding-top: 20px;
  gap: 22px;
}
.testi-content h4 {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  font-family: var(--secondary-font) !important;
}
.testi-content p {
  margin: 0;
}
.itinerary-testimonial__section .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-2);
  left: -82%;
}
.itinerary-testimonial__section .slick-arrow.slick-next {
  left: -75%;
}
.itinerary-testimonial__section .slick-arrow i {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}
.itinerary-testimonial__section .slick-arrow:hover {
  background-color: var(--primary);
}
.itinerary-testimonial__section .slick-arrow:hover i {
  color: var(--light);
}
.slick-next::before,
.slick-prev::before {
  content: unset !important;
}

.itinerary-faq__section {
  padding: 0 0 90px 0;
  position: relative;
  background-color: var(--light);
}
.itinerary-faq__section .wrapper::before {
  content: url("../img/vector-2.png");
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
.itinerary-faq__section .tabs {
  margin: 0;
  padding: 0;
}
.itinerary-faq__section .tabs li,
.itinerary-faq__section .uk-accordion-title {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--primary);
  list-style: none;
  position: relative;
  border-bottom: 1px solid #bebebe;
  line-height: 24px;
  padding: 18px 18px 9px 18px;
  cursor: pointer;
}
.itinerary-faq__section .tabs li:nth-child(1) {
  border-top: 1px solid #bebebe;
}
.itinerary-faq__section .tabs li.active,
.itinerary-faq__section li.uk-open .uk-accordion-title {
  background-color: var(--primary);
  border-radius: 10px;
  color: var(--light);
}
.itinerary-faq__section .faq-wrapper {
  align-items: start;
  gap: 35px;
  justify-content: space-between;
  padding-top: 20px;
}
.itinerary-faq__section .faq-wrapper ul.tabs {
  width: 45%;
}
.itinerary-faq__section .faq-wrapper .tab-wrapper {
  width: 52%;
}
.itinerary-faq__section .tab-wrapper .tab-content {
  display: none;
}
.itinerary-faq__section .tab-wrapper .tab-content.active {
  display: block;
}
.itinerary-faq__section .tab-wrapper .tab-content p,
.itinerary-faq__section .uk-accordion-content p {
  opacity: 70%;
  margin: 0;
}
.itinerary-faq__section .tab-wrapper .tab-content p:not(:last-child),
.itinerary-faq__section .uk-accordion-content p:not(:last-child) {
  margin-bottom: 12px;
}
.itinerary-faq__section .uk-accordion-content {
  margin: 0;
  padding: 16px 0 0 20px;
}
.itinerary-faq__section .uk-accordion > :nth-child(n + 2) {
  margin: 0;
}
.itinerary-faq__section .uk-open > .uk-accordion-title::before {
  filter: invert(1);
}
.itinerary-faq__section .uk-accordion {
  display: none;
}
.samsara-fixed-trip__section {
  position: relative;
}
.post-template-default .samsara-fixed-trip__section::before {
  content: url("../img/csr-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: 0%;
}

.itinerary-sidebar-content > div > section:not(:last-child) {
  margin-bottom: 35px;
}
.sidebar-title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin: 0 0 16px 0;
  letter-spacing: -2%;
}
.sidebar-title span {
  opacity: 70%;
}
.sidebar-pdf__section {
  border-radius: 20px;
  border: 1px solid #e3a1a178;
  background-color: #efc8c84d;
  position: relative;
  overflow: hidden;
}
.sidebar-pdf__section::after {
  content: url("../img/pdf-1.png");
  display: block;
  position: absolute;
  bottom: -12px;
  right: 22px;
}
.sidebar-pdf__section a {
  position: relative;
  z-index: 1;
  padding: 30px;
  gap: 20px;
}
.sidebar-pdf__section .sidebar-title {
  margin: 3px 0 0 0;
  color: #990000;
}
.sidebar-pdf__section span {
  color: var(--dark);
}
.sidebar-pdf__section img {
  width: 79px;
  height: 79px;
}

.sidebar-highlight__section {
  background-color: var(--primary);
  padding: 30px;
  border-radius: 20px;
}
.sidebar-highlight__section .sidebar-title {
  color: var(--light);
}
.sidebar-highlight__section ul,
.include-exclude__section ul {
  margin: 0;
  padding: 0 0 0 22px;
}
.include-exclude__section ul {
  padding: 0 0 0 30px;
}
.sidebar-highlight__section ul li,
.include-exclude__section ul li {
  list-style: none;
  color: var(--light);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  list-style: disc;
}
.sidebar-highlight__section ul li:not(:last-child),
.include-exclude__section ul li:not(:last-child) {
  margin-bottom: 8px;
}

.include-exclude__section .include-exclude-wrapper {
  background-color: #eeeeee;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}
.include-exclude__section .include-exclude-wrapper > div {
  padding: 30px;
}
.include-exclude__section > a {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline !important;
  display: block;
  margin-top: 20px;
  text-align: center;
  text-underline-offset: 4px;
}
.include-exclude__section > a:hover {
  color: var(--dark);
}
.include-exclude__section .include-exclude-wrapper > div:nth-child(1) {
  border-bottom: 1px solid #d1d1d1;
}
.include-exclude__section .sidebar-title {
  color: var(--primary);
  margin-bottom: 12px;
}
.include-exclude__section .sidebar-title span {
  color: var(--dark);
}
.include-exclude__section ul li {
  color: var(--dark);
  opacity: 70%;
  position: relative;
  list-style: none;
}
.include-exclude__section ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -25px;
  color: var(--primary);
  opacity: unset;
  font-size: 16px;
  top: -1px;
}
.include-exclude__section .cost-excludes ul li::before {
  content: "\f00d";
  color: #990000;
}
.include-exclude__section .include-exclude-wrapper div.important-cost {
  padding-top: 0;
}
.important-cost-wrapper {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 25px;
}
.important-cost-wrapper span {
  color: var(--light);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  text-transform: capitalize;
}
.important-cost-wrapper p {
  color: var(--light);
  opacity: 80%;
  margin: 3px 0 0 0;
}
.customize-trip {
  background-color: #eec027;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  gap: 20px;
  align-items: start;
}
.customize-trip::after {
  content: url("../img/pdf-1.png");
  display: block;
  position: absolute;
  bottom: -12px;
  right: 22px;
}
.customize-trip .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  background-color: var(--light);
  border-radius: 50%;
}
.customize-trip .content {
  width: 75%;
}
.customize-trip .sidebar-title,
.customize-trip p {
  color: var(--light);
  margin: 0 0 14px 0;
}
.customize-trip .btn {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--dark);
  font-family: var(--secondary-font);
  font-weight: 500;
}
.customize-trip .btn:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--light);
}

.team-single__section {
  padding: 90px 0;
}
.team-single-wrapper {
  display: flex;
  align-items: start;
  gap: 40px;
  background-color: #fff;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}
.team-single-wrapper .featured-image {
  width: 30%;
}
.team-single-wrapper .entry-content {
  width: 70%;
}
.team-single-wrapper .entry-content span {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--primary);
}
.team-single-wrapper .entry-content span i {
  color: var(--dark);
  opacity: 70%;
  padding-right: 4px;
}
.team-single-wrapper .entry-content p {
  margin: 10px 0 0;
}
.team-single-wrapper .featured-image img {
  width: 100%;
  border-radius: 14px;
}

@media (max-width: 1200px) {
  .trip-overview-wrapper {
    gap: 60px;
  }
  .trip-overview-section,
  .trip-overview-right {
    width: 50%;
  }
  .trip-overview-section .section-content p {
    max-width: 100%;
  }
  /* .itinerary-banner__section img {
    height: 70vh;
  } */
}

@media (max-width: 989px) {
  .itinerary-banner__section img {
    height: 60vh;
  }
  .trip-overview-wrapper,
  .elevation-trip-map-wrapper,
  .itinerary-site-main-wrapper,
  .testimonial-slider-wrapper {
    flex-direction: column;
    gap: 35px;
  }
  .itinerary-site-main-wrapper {
    row-gap: 10px;
  }
  .testimonial-slider-wrapper {
    gap: 10px;
  }
  .trip-overview-section,
  .trip-overview-right,
  .elevation-map-container,
  .trip-facts-container,
  .itinerary-main-content,
  .itinerary-sidebar-content,
  .testimonial-slider-wrapper > div:nth-child(1),
  .testimonial-slider-wrapper > div:nth-child(2) {
    width: 100%;
  }
  .itinerary-trip-overview__section {
    padding: 45px 0;
  }
  .itinerary-testimonial__section {
    padding: 45px 0;
  }
  .trip-facts-content > div:nth-child(1) {
    width: 9%;
  }
  .itinerary-elevation-trip-map__section {
    padding: 90px 0;
  }
  .itinerary-testimonial__section .slick-arrow {
    left: auto;
    right: 55px;
    top: 0;
  }
  .itinerary-testimonial__section .slick-arrow.slick-next {
    right: 15px;
    left: auto;
  }
  .itinerary-faq__section .faq-wrapper ul.tabs {
    width: 35%;
  }
  .itinerary-faq__section .faq-wrapper .tab-wrapper {
    width: 60%;
  }
  .samsara-fixed-trip__section {
    padding: 80px 0;
  }
  .itinerary-sidebar-content {
    position: unset !important;
  }
  .team-single__section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .trip-facts-content > div:nth-child(1) {
    width: 11%;
  }
  .itinerary-elevation-trip-map__section,
  .itinerary-testimonial__section {
    padding: 30px 0;
  }
  .itinerary-site-main,
  .team-single__section {
    padding: 35px 0;
  }
  .itinerary-cta-wrapper {
    flex-direction: column;
    gap: 35px;
  }
  .itinerary-cta-container,
  .itinerary-cta-wrapper .featured-image {
    width: 100%;
  }
  .itinerary-cta__section::before {
    top: -28%;
  }
  .itinerary-cta__section {
    padding: 40px 0;
  }
  .itinerary-cta-wrapper .cta-button {
    flex-wrap: wrap;
    gap: 10px;
  }
  .photo-gallery-button {
    bottom: auto;
    top: 30%;
    right: 18%;
  }
  .itinerary-faq__section .uk-accordion {
    display: block;
    margin: 0;
    padding: 0;
  }
  .itinerary-faq__section .faq-wrapper {
    display: none;
  }
  .itinerary-faq__section {
    padding: 0 40px 0;
  }
  .samsara-fixed-trip__section {
    padding: 30px 0 !important;
  }
  .samsara-sign-up__section {
    padding: 30px 0;
  }
  .itinerary-chart__section .chart canvas {
    max-height: 55px !important;
    max-width: 55px !important;
  }
  .itinerary-chart__section .chart .icon svg {
    width: 20px;
    height: 20px;
  }
  .itinerary-chart__section .container .box {
    gap: 10px;
  }
  .itinerary-chart__section .container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 22px;
    row-gap: 16px;
  }
  .itinerary-chart__section .chart,
  .itinerary-chart__section .chart-content {
    width: fit-content;
  }
  .available-date-price-container {
    margin-top: 10px;
  }
  .available-date-price-container table {
    width: 100%;
  }
  .available-date-price-container table thead {
    display: none;
  }
  .available-date-price-container table tbody tr td {
    display: block;
    text-align: right !important;
    border: none;
    padding: 8px 10px;
    position: relative;
  }
  .available-date-price-container table tbody tr td .btn {
    width: 100%;
    text-align: center;
  }
  .available-date-price-container table tbody tr td::after {
    display: block;
    font-weight: 600;
  }
  .available-date-price-container table tbody tr td::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    line-height: 1.23;
    left: 10px;
    color: var(--primary);
  }
  .available-date-price-container table tbody tr td:nth-child(1)::after {
    content: "Start Date:";
  }
  .available-date-price-container table tbody tr td:nth-child(2)::after {
    content: "End Date:";
  }
  .available-date-price-container table tbody tr td:nth-child(3)::after {
    content: "Price:";
  }
  .available-date-price-container table tbody tr td:nth-child(4)::after {
    content: "Status:";
  }
  .available-date-price-container table tbody tr td:nth-child(4)::after {
    content: "Status:";
  }
  .available-date-price-container table tbody tr td:nth-child(5)::after {
    content: "Book now:";
  }
  .available-date-price-container table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .available-date-price-container table tbody tr td:nth-child(2) {
    order: -1;
  }
  .itinerary-banner__section::after,
  .itinerary-chart__section .wrapper::after,
  .itinerary-trip-overview__section::after,
  .itinerary-site-main::before,
  .itinerary-cta__section::before,
  .photo-gallery__section::before,
  .itinerary-testimonial__section::before,
  .itinerary-accommodation__section::before,
  .transportation-facilities__section::before,
  .available-date-price__section::before,
  .best-time-trek__section::before,
  .itinerary-faq__section .wrapper::before,
  .post-template-default .itinerary-testimonial__section::before,
  .post-template-default .samsara-fixed-trip__section::before {
    content: unset;
  }
  .itinerary-banner__section img {
    height: 45vh;
    max-height: unset;
  }
  .itinerary-trip-overview__section,
  .photo-gallery__section,
  .available-date-price__section,
  .post-template-default .itinerary-testimonial__section {
    padding: 40px 0;
  }
  .itinerary-accommodation__section .note {
    margin-top: 30px;
  }
  .itinerary-main-content .section-title h2 {
    margin-bottom: 16px;
  }
  .transportation-facilities__section {
    padding: 0;
  }
  .itinerary-site-main .itinerary-main-content > section {
    padding: 0 0 40px !important;
  }
}
@media (max-width: 567px) {
  .trip-facts-content > div:nth-child(1) {
    width: 12%;
  }
  .itinerary-accommodation-wrapper,
  .transportation-facilities__section .itinerary-accommodation-container {
    flex-direction: column;
  }
  .itinerary-accommodation-wrapper > div,
  .transportation-facilities__section .itinerary-accommodation-container > div {
    width: 100%;
  }
  .transportation-facilities__section .itinerary-accommodation-container {
    gap: 16px;
  }
  .sidebar-pdf__section,
  .sidebar-highlight__section,
  .customize-trip,
  .include-exclude__section .include-exclude-wrapper > div {
    padding: 20px;
  }
  .photo-gallery__section,
  .itinerary-cta__section {
    padding: 50px 0;
  }
  .photo-gallery__section::before {
    top: -20%;
  }
  .photo-gallery-button {
    top: 70%;
    right: 60%;
  }
  .itinerary-banner__section img {
    height: 40vh;
  }
  .samsara-team__section,
  .related-post__section {
    padding: 40px 0;
  }
  .footer-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: var(--primary);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 15px;
  }
  .footer-price .entry-title,
  .footer-price p {
    color: var(--light);
    margin: 0;
  }
  .footer-price span > span p:nth-child(1) {
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    line-height: 1;
  }
  .footer-price span > span p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
  }
  .footer-price span .entry-title {
    font-size: clamp(20px, 2vw, 28px);
    letter-spacing: -2%;
  }
  .footer-price .entry-title.del {
    opacity: 30%;
  }
  .footer-price .btn {
    background-color: var(--light);
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 auto;
    white-space: nowrap;
  }
  .team-single-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .team-single-wrapper .featured-image,
  .team-single-wrapper .entry-content {
    width: 100%;
  }
  .team-single-wrapper {
    padding: 22px;
  }
}
@media (max-width: 450px) {
  .overview-right-wrapper > div > span:nth-child(1),
  .overview-right-wrapper > div > span:nth-child(2) {
    width: 100%;
  }
  .overview-right-wrapper > div {
    flex-wrap: wrap;
    gap: 6px;
  }
  .trip-overview-right .time span:nth-child(2),
  .trip-overview-right .charge span:nth-child(2) p {
    text-align: left;
  }
  .trip-overview-right .btn {
    margin: 0;
  }
  .trip-facts-content > div:nth-child(1) {
    width: 17%;
  }
  .photo-gallery__section::before {
    top: -30%;
  }
  .photo-gallery__section,
  .itinerary-cta__section {
    padding: 30px 0;
  }
  .photo-gallery-button {
    right: 40%;
  }
  .trip-overview-right .btn,
  .footer-price .btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}
