.itinerary__section > .wrapper > img {
  border-radius: 20px;
  width: 100%;
}
.itinerary-wrapper {
  display: flex;
  align-items: start;
  gap: clamp(35px, 4vw, 60px);
  margin-top: 30px;
}
.itinerary-container > div:not(:last-child) {
  margin-bottom: clamp(35px, 4vw, 60px);
}
.iti-heading > div:not(:first-child) {
  margin-top: clamp(20px, 2vw, 25px);
}
.iti-heading .location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iti-heading .location span {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: #8ab51d;
  padding: 8px 16px;
  border-radius: 25px;
  text-transform: uppercase;
}
.iti-heading .location p {
  font-size: 16px;
  font-weight: 600;
  color: rgb(152, 48, 37);
}
.iti-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 40px;
  row-gap: 20px;
}
.iti-facts > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.iti-facts img {
  width: 30px;
  min-width: 30px;
}
.iti-facts p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.iti-facts span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.iti-title {
  font-size: clamp(24px, 2vw, 28px);
  margin-bottom: clamp(14px, 3vw, 22px);
}
.itinerary-wrapper h3 {
  font-size: clamp(18px, 2vw, 20px);
}
.uk-accordion {
  margin: 0;
}
.uk-accordion > li:not(:last-child) {
  margin: 0 0 15px 0;
}
.uk-accordion-title {
  background-color: #f3f1ed;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 15px;
  color: #000;
}
.uk-accordion-title::before {
  float: left;
  background-image: unset !important;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  margin: 3px 3px 0 0;
}
.uk-open > .uk-accordion-title::before {
  content: "\f077";
}
.uk-accordion-content {
  margin: 0;
  padding: 20px 30px 15px 30px;
}
.uk-accordion-content p {
  font-weight: 300;
  color: rgb(53, 53, 53);
}
.uk-accordion-content p:not(:last-child) {
  margin: 0 0 10px;
}
.uk-accordion-content span {
  font-size: 18px;
  font-weight: 500;
  color: rgb(60, 57, 80);
}
.include-exclude {
  border: 1px solid #8ab51d;
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
}
.include-exclude > div:not(:last-child) {
  margin-bottom: clamp(20px, 3vw, 35px);
}
.include-exclude ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.include-exclude ul li {
  font-size: 18px;
  font-weight: 400;
  color: rgb(53, 53, 53);
  margin-bottom: clamp(8px, 2vw, 14px);
  position: relative;
  display: flex;
  align-items: start;
  gap: 8px;
}
.include-exclude ul li:last-child {
  margin-bottom: 0;
}
.include-exclude ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  color: #008133;
}
.include-exclude .iti-exclude ul li::before {
  content: "\f00d";
  color: #983025;
}
.iti-highlight {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 8px;
  background-color: #eef5df;
}
.iti-highlight ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 26px;
}
.iti-highlight ul li {
  font-size: 18px;
  font-weight: 400;
  color: rgb(53, 53, 53);
  margin-bottom: clamp(8px, 2vw, 10px);
}
.iti-highlight ul li:last-child {
  margin-bottom: 0;
}
.iti-contact__wrapper img {
  height: 130px;
  width: 130px;
  min-width: 130px;
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
}
.iti-contact__wrapper .entry-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.iti-contact__wrapper .entry-container h3 {
  font-size: 18px;
}
.iti-contact__wrapper .entry-container p {
  font-size: 16px;
  font-weight: 600;
  color: rgb(167, 163, 151);
  font-style: italic;
  font-family: var(--primary-font);
}
.iti-contact__wrapper span {
  display: flex;
  align-items: start;
  gap: 8px;
  position: relative;
  padding: 6px 0 0;
}
.iti-contact__wrapper span::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.iti-contact__wrapper span.mail::before {
  content: "\f0e0";
}
.iti-contact__wrapper span a {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.iti-contact__wrapper {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 30px);
}
.iti-contact__wrapper > div {
  flex: 1;
  position: relative;
}
.iti-contact__wrapper > div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8ab51d;
  position: absolute;
  top: 0;
  right: 0;
}

.itinerary-sidebar {
  min-width: 300px;
  max-width: 300px;
  position: sticky;
  top: 120px;
}
.itinerary-sidebar > div {
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  padding: 30px 25px;
  text-align: center;
}
.itinerary-sidebar > div > p {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--primary-font);
  margin: 8px 0 0;
}
.iti-button {
  margin-top: 25px;
}
.iti-button a {
  width: 100%;
  font-size: 18px;
  padding: 12px 16px;
}
.iti-button a:not(:last-child) {
  margin-bottom: 15px;
}
.iti-button .btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.iti-button .btn-outline:hover {
  background-color: var(--primary);
}

.related-trip__section .section-wrap h2 {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  color: rgb(0, 129, 51);
}

.iti-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 15px;
}
.iti-gallery-wrapper a {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.iti-gallery-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .iti-contact__wrapper {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .iti-contact__wrapper > div:not(:last-child)::after {
    content: unset;
  }
  .itinerary-sidebar {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .itinerary-wrapper {
    flex-direction: column;
  }
  .itinerary-sidebar {
    position: unset;
  }
}
