/* banner */
.trip-facts-section {
  background-image: url(../img/tripfacts-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.more-text {
  display: none;
}

.resp-btn {
  cursor: pointer;
}


.breadcrumb ul {
  list-style: none;
  gap: 5px;
  font-size: 14px;
  color: white;
  text-transform: capitalize;
}

.breadcrumb ul a {
  color: white;
  text-decoration: underline;
}

.trip-nav-section ul {
  list-style: none;
  text-transform: capitalize;
  gap: 15px;
  overflow-x: auto;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  white-space: nowrap;
  width: 100%;
  align-items: start;
  justify-content: center;

}

.trip-nav-section {
  box-shadow: 1px 1px 2px #0000001a;
  background-color: white;

}

.trip-nav-section ul a {
  text-decoration: underline;
  font-family: var(--secondary-font);
  font-weight: 400;
  padding: 8px 12px;
  display: block;
}

.trip-nav-section ul li:hover {
  color: white;
  transition: var(--transition);


}

/*  .trip-nav-section ul li a {
    color: #666;
    padding: 8px 12px;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-bottom: 2px solid transparent;
}

.trip-nav-section ul li a:hover,
.trip-nav-section ul li a.active {
    color: #e63946;
    border-bottom-color: #e63946;
}*/

.trip-nav-section ul li a:hover,
.trip-nav-section ul li a.active {
  color: white;
  text-decoration: none;
  background-color: var(--primary);
  border-radius: 5px;

}

.trip-nav-section.sticky {
  top: 80px;
  z-index: 10;
}

.trip-facts-section .text-wrapper p,
.trip-facts-section .text-wrapper h1 {
  color: white;
}

.facts-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.facts-items>div {
  margin-bottom: 20px;
  padding: 0 12px;
  margin-right: 20px;
  /* flex: 1 0 39%; */
}

.facts-wrapper {
  padding-left: 45px;
  position: relative;
}

.facts-icons {
  left: 0;
  position: absolute;
  top: 0;
}

.facts-wrapper .span {
  color: white;
  font-family: var(--secondary-font);
  font-weight: 500;

}

.facts-wrapper span {
  display: block;
  line-height: 1.3;
}

.fact-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.facts-wrapper span.fact-content {

  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 24px;
}

/* itinerary */
.iti-wrapper {
  position: relative;
}

.iti-content-wrapper {
  position: relative;
  margin: 0 auto 10px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: background 0.3s ease;
  width: 80%;
}

.iti-question {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff8f5;
}

.iti-answer {
  display: none;
  padding: 0 20px 20px;
  color: #e5e7eb;
  position: relative;
}

.iti-content-wrapper.active .iti-icon i {
  transform: rotate(135deg);
  color: var(--secondary);
}

.iti-icon i {
  transition: transform 0.3s ease;
  color: var(--primary);
}

.iti-content-wrapper.active .iti-question,
.iti-content-wrapper.active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 28.43%), linear-gradient(0deg, rgba(5, 83, 184, 0.05), rgba(5, 83, 184, 0.05)), #FFFFFF;

}

.iti-content-wrapper p {
  background-color: var(--primary);
  border-radius: 0px 10px 10px 10px;
  padding: 10px 13px;
  margin: 10px 0;
  opacity: 0.8;
  font-size: 14px;
  color: white;
}

.iti-section .resp-text-content {
  display: none;
}

.iti-section h3 {
  color: #1d1d1d;
  margin: 0;
  line-height: 28px;
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
}

.iti-content-wrapper.active h3 {
  color: var(--primary);
  opacity: 1;
}

.iti-content-wrapper h3 {
  color: #1d1d1d;
  opacity: .8;
  padding: 5px;
}

.iti-question h3 span {
  color: var(--secondary);
  font-weight: 600;
}

.iti-content-wrapper.active .iti-question h3 span {
  color: var(--primary);
  font-weight: 600;
}

.iti-content-wrapper .iti-answer .triangle {
  border-left: 20px solid var(--primary);
  top: -20px;
  left: 20px;
}

.itinerary-accordion .text-content {
  width: 40%;
  flex: 1;
}

.iti-wrapper {
  flex: 2;
}


.trip-highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 28.43%), linear-gradient(0deg, rgba(247, 112, 49, 0.05), rgba(247, 112, 49, 0.05)), #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 2px #F77031;
  border-radius: 10px;
  padding: 20px 30px;
  height: fit-content;
  flex: 1;

}

.trip-highlight h3 {
  font-family: var(--primary);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #F77031;


}

.trip-highlight ul li {
  font-family: var(--secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 0px #FFFFFF;
  margin-bottom: 10px;
  background: url("../img/starmark.svg") 0 0 no-repeat;
  background-position: left 4px;
  background-size: 18px;
  padding-left: 30px;
  list-style: none;

}

/* trip route */
.trip-route {

  position: relative;
}

.trip-route::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.5);  */
  z-index: -1;
  background-image: url(../img/route-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 20%;
}

.itinerary-accordion .sticky {
  top: 150px;
}


.trip-route .text-content {
  width: 320px;
}

.trip-route .text-content h2 {
  color: var(--secondary);
  font-family: var(--primary-font);
  text-transform: capitalize;
}

.trip-route .da-container-small {
  margin: 0;
  margin-left: auto;
  max-width: 1354px;
}

.trip-route .da-container-small>div {
  padding-right: 50px;
  gap: 65px;
}

.map-img {
  width: 830px;

}

.itinerary-accordion .da-container>div {
  align-items: flex-start;
}

.cost-wrapper {
  gap: 30px;
}

.cost-wrapper>div {
  border: 2px solid #FFFFFF;
  padding: 20px 30px;
  height: fit-content;

}

.cost-includes {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 28.43%), linear-gradient(0deg, rgba(5, 83, 184, 0.05), rgba(5, 83, 184, 0.05)), #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 2px #0553B8;
  border-radius: 10px;

}

.cost-excludes {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 28.43%), linear-gradient(0deg, rgba(247, 112, 49, 0.05), rgba(247, 112, 49, 0.05)), #FFFFFF;
  box-shadow: 0px 0px 2px #F77031;
  border-radius: 10px;
}

.cost-wrapper>div ul li {
  font-family: var(--secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 0px #FFFFFF;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 18px;
  padding-left: 30px;
  list-style: none;

}

.cost-includes h3 {
  color: var(--primary);
}

.cost-includes ul li {
  background-image: url(../img/checkmark.png);
  background-repeat: no-repeat;
}

.cost-excludes h3 {
  color: var(--secondary);
}

.cost-excludes ul li {
  background-image: url(../img/crossmark.png);
}

.cost-wrapper h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.cost-section h2 {
  color: var(--secondary);
}

.cost-section .text-content {
  width: 555px;
  margin: 0 auto;
}

/* photo gallery  */
.gallery-section .text-content {
  width: 370px;
  margin: 0 auto;
}

/* .gallery-img .img-wrapper {
  display: inline-block;
  height: 400px;
  width: 750px;
 
} */
.gallery-img .img-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.gallery-img {
  margin: 0 12px;
}

.gallery-slider {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 45px;
}

.gallery-slider .slick-list {
  overflow: visible;
}

.iti-review {
  background-color: white;
}

.client-reviews-section.iti-review::after {
  content: "";
  background-image: url(../img/quote-small.png);
  top: 27%;
  right: 12%;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
}

.client-reviews-section.iti-review::before {
  content: "";
  background-image: url(../img/color-quote.png);
  top: 50%;
  right: 12%;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
}

.travel-section.similar-trip-section h2.section-heading {
  width: 400px;
}

.additional-section .partner-text-contents {
  top: 78px;
}

.additional-section p {
  font-size: 16px;
}

.additional-section h2 {
  font-size: clamp(30px, 3vw, 40px);
}

.img-container {
  position: relative;
}

.additional-section .img-container::before {
  content: "";
  position: absolute;
  background-image: url(../img/additional-info.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  z-index: -1;

}

.additional-section .partner-text-contents {
  position: unset;
}

.additional-section .partner-text-contents p {
  max-width: 580px;
}

.readmore-text {
  height: 75px;
  overflow: hidden;
}

.read-more {
  font-size: 15px;
}