* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --secondary-bg: #eaf1ff;
  --text-primary: #101848;
  --text-size: 14px;
  --white: #ffffff;
  --letter-space: -0.03em;
  --text-unactive: #acb0b9;
  --secondary-text: #555868;
  --line-color: #ced6ea;
  --brand-color: #283dc3;
  --brand-pink: #ef1878;
  --tertiary-bg: #f2f2f2;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
#container {
  max-width: 800px;
  margin: 0 auto;
}
body * {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: var(--text-primary);
}
body p,
body span {
  font-size: var(--text-size);
}
body {
  background: #05081a;
}
.text-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--letter-space);
}
/*Header*/
#header {
  position: fixed;
  top: 0;
  left: calc(50% - 400px);
  width: 800px;
  z-index: 1000;
}
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 0 24px;
  background: var(--white);
}
#header .logo img,
footer .footer-logo img {
  width: 99px;
  height: 60px;
  display: block;
}
#header .download-btn {
  text-decoration: none;
  text-transform: uppercase;
  background: var(--brand-color);
  width: 130px;
  border-radius: 12px 0 12px 0;
  box-shadow: 3px 3px 0px 0px var(--brand-pink);
  color: var(--white);
  padding: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
  text-align: center;
}
#nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: var(--secondary-bg);
  height: 41px;
}
#nav .nav-item a {
  text-decoration: none;
  color: var(--text-primary);
  font-size: var(--text-size);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: var(--letter-space);
}
#main {
  margin-top: 125px;
  background: var(--white);
}
.tour-detail .tour-thumb img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.tour-detail .tour-info {
  background: var(--text-primary);
  color: var(--white);
  padding: 50px 32px;
  border-bottom-left-radius: 40px;
}
.tour-detail .tour-category {
  margin-bottom: 16px;
  color: var(--text-unactive);
  text-transform: uppercase;
}
.tour-detail h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
  margin-bottom: 32px;
  color: var(--white);
}
.tour-detail .tour-meta {
  display: flex;
  gap: 60px;
}
.tour-detail .tour-meta-item h5 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--white);
}
.tour-detail .tour-meta-item p {
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--white);
}
.section-padding-x {
  padding-left: 32px;
  padding-right: 32px;
}
.section-padding-x-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.tour-specs {
  margin-top: 32px;
}
.mt-50 {
  margin-top: 50px;
}
.tour-specs ul {
  list-style: none;
}
.tour-specs .spec-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line-color);
}
.tour-specs .spec-item:first-child {
  padding-top: 0;
}
.tour-specs .spec-item-label {
  min-width: 160px;
  margin-right: 16px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.tour-specs .spec-item-infor {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.tour-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 50px;
}
.tour-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tour-features .feature-item img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
}
.tour-features .feature-item p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.guide-message {
  padding: 32px 24px;
  background: var(--secondary-bg);
  display: flex;
  gap: 32px;
}
.guide-message .guide-avatar img {
  width: 160px;
  height: 202px;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
}
.guide-message .guide-info {
  text-align: center;
}
.guide-message .guide-info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  margin-bottom: 4px;
}
.guide-message .guide-info .guide-position {
  color: var(--brand-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
}
.guide-message .title-message {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.guide-message .guide-content p {
  line-height: 1.8;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.guide-message .guide-content p.closing-line {
  margin-top: 24px;
}
.guide-message .guide-content p.closing-message {
  margin-top: 24px;
  font-weight: 600;
}
.customers-feedback .customer-info {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.customers-feedback .thumb-customer {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 8px;
}
.customers-feedback .box-right h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  margin-bottom: 8px;
}
.customers-feedback .box-right img {
  height: 14px;
  width: auto;
  display: block;
}
.customers-feedback .customer-message h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  margin-bottom: 8px;
}
.customers-feedback .customer-message p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.customers-feedback .customer-message p:not(:last-child) {
  margin-bottom: 24px;
}
.customers-feedback .feedback-item {
  width: 100%;
  border: 1px solid var(--line-color);
  padding: 24px;
  border-radius: 0 12px 12px 12px;
}
/* .feedBackSwiper {
  max-width: 624px;
  margin: 0 auto;
  padding-bottom: 40px !important;
} */
.customers-feedback .testimonials-text {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--text-unactive);
}
.customers-feedback .testimonials-text a {
  color: var(--text-unactive);
}
.tour-experiences {
  padding-left: 24px;
  padding-right: 24px;
}
h2.section-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
  text-align: center;
  margin-bottom: 24px;
}
.tour-experiences-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tour-experience-item {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.tour-experiences-list .tour-experience-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tour-experiences-list .tour-experience-item:hover img {
  transform: scale(1.2);
}
.tour-experiences-list .tour-experience-item,
.tour-experiences-list .tour-experience-item img {
  border-radius: 12px;
}
.tour-experience-item .tour-heading > a {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 16px 16px;
  background: linear-gradient(180deg, rgba(16, 24, 72, 0) 0%, #101848 100%);
  border-radius: 0 0 12px 12px;
  text-decoration: none;
}
.tour-map .image-map-tour {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tour-note {
  background: var(--tertiary-bg);
  margin-left: 24px;
  margin-right: 24px;
  padding: 16px;
  border-radius: 12px;
}
.tour-note h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.tour-note li {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-left: 18px;
}
.tour-note ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.detailed-itinerary .accordion-item {
  padding: 24px 0;
}
.detailed-itinerary .accordion-item:first-child {
  padding-top: 0;
}
.detailed-itinerary .accordion-item:last-child {
  padding-bottom: 0;
}
.detailed-itinerary .accordion-content p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.detailed-itinerary .accordion-content p:not(:last-child) {
  margin-bottom: 24px;
}
.detailed-itinerary .accordion-image-box {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.detailed-itinerary .accordion-image-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.detailed-itinerary .tour-detail-box h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  margin-bottom: 16px;
}
.detailed-itinerary .tour-detail-box ul {
  background: var(--secondary-bg);
  padding: 16px;
  list-style: none;
  border-radius: 12px;
}
.detailed-itinerary .tour-detail-item .tour-detail-label {
  min-width: 160px;
  margin-right: 16px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.detailed-itinerary .tour-detail-item .tour-detail-info {
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.detailed-itinerary .tour-detail-box li:not(:last-child) {
  margin-bottom: 16px;
}
.detailed-itinerary .accordion-header {
  display: flex;
  align-items: center;
}
.detailed-itinerary .accordion-header .tour-day {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  color: var(--brand-color);
}
.detailed-itinerary .accordion-header p {
  padding-right: 16px;
}
.detailed-itinerary .accordion-header .tour-activity {
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid var(--line-color);
}
.detailed-itinerary .accordion-header .tour-activity h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  color: var(--text-primary);
}
.detailed-itinerary .accordion-header .tour-activity p {
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--secondary-text);
}
.accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--line-color);
}
.accordion-header {
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.accordion-header::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/add.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.accordion-header.active::after {
  background: url(/images/delete.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-content > p:first-child {
  padding-top: 16px;
}
.tour-cost p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.tour-cost p:not(:last-child) {
  margin-bottom: 24px;
}
.tour-pricing {
  background: var(--brand-color);
  padding: 50px 24px;
}
.tour-pricing h2 {
  color: var(--white);
  margin-bottom: 24px;
}
.tour-pricing .pricing-table {
  margin-bottom: 24px;
}
.custom-table,
.custom-table th,
.custom-table td {
  border: unset;
  border-collapse: collapse;
}
.tour-pricing .section-table {
  border-radius: 0 12px 12px 12px;
  border: 1px solid var(--line-color);
  background: var(--white);
  overflow: hidden;
}
.custom-table {
  width: 100%;
  table-layout: fixed;
}
.custom-table thead {
  background: var(--tertiary-bg);
  border-bottom: 1px solid var(--line-color);
  border-top-right-radius: 12px;
}
.custom-table thead th,
.custom-table tbody td {
  padding: 12px 16px;
  color: var(--text-primary);
}
.custom-table thead th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  text-align: left;
}
.custom-table tbody td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.custom-table .highlight-discount {
  background: #ef18781a;
}
.custom-table .highlight-discount td {
  color: var(--brand-pink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
}
.include-exclude-table tbody tr {
  display: flex;
}
.include-exclude-table tbody tr td {
  flex: 0 0 100%;
}
.include-exclude-table tbody tr td:first-child,
.include-exclude-table tbody tr td:last-child {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.include-exclude-table tbody tr td:first-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/icon-check.svg);
  flex-shrink: 0;
  margin-top: 5px;
}
.include-exclude-table tbody tr td:last-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/icon-remove.svg);
  flex-shrink: 0;
  margin-top: 5px;
}
/*Questions and Answers*/
.questions-answers {
  background: var(--tertiary-bg);
  padding-top: 50px;
  padding-bottom: 50px;
}
.questions-answers .section-heading {
  text-align: left;
}
.questions-answers .accordion-item {
  padding: 24px 0;
}
.questions-answers .accordion-item:first-child {
  padding-top: 0;
}
.questions-answers .accordion-item:last-child {
  padding-bottom: 0;
}
.questions-answers .accordion-header h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  padding-right: 16px;
}
.questions-answers .accordion-content a {
  color: var(--brand-pink);
}
/*Good Reasons*/
.good-reasons {
  margin-bottom: 50px;
}
.good-reasons .reasons-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.good-reasons .reason-item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line-color);
}
.good-reasons .reason-icon {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 16px;
}
.good-reasons .reason-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  margin-bottom: 16px;
}
.good-reasons .reason-item-content p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.good-reasons .reason-item-content p:not(:last-child) {
  margin-bottom: 20px;
}
/*Footer rating*/
.footer-rating {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
  background: var(--brand-color);
  color: var(--white);
  padding: 6px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-rating .box {
  display: flex;
  align-items: center;
}
.footer-rating .icon-brand {
  height: 20px;
  width: auto;
  margin-left: 8px;
}
.footer-rating .rating {
  margin: 0 8px;
}
.footer-rating .icon-brand + .icon-brand {
  margin-left: 24px;
}
footer {
  padding: 50px 24px;
  background: var(--white);
}
footer .footer-main {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
footer .footer-address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
  margin-bottom: 16px;
}
footer .social-link-item img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
footer .social-link-item:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(1824%)
    hue-rotate(222deg) brightness(95%) contrast(95%);
}
.footer-copyright {
  font-size: 12px;
  font-weight: 400px;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
  color: var(--text-unactive);
}
.preload-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background: url(/images/add.svg) no-repeat -9999px -9999px,
    url(/images/delete.svg) no-repeat -9999px -9999px;
}
/*Trip details*/
.trip-details .accordion-item {
  padding: 24px 0;
}
.trip-details .accordion-header h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--letter-space);
}
.trip-details .accordion-content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-left: 18px;
}
.trip-details .accordion-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.trip-details .accordion-content > :first-child {
  padding-top: 16px;
}
.trip-details .accordion-content h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  margin-bottom: 16px;
}
.trip-details .accordion-content h5:not(:first-child) {
  margin-top: 32px;
}
.trip-details .accordion-content ul + .note {
  margin-top: 16px;
}
.trip-details .accordion-content p + ul {
  margin-top: 8px;
}
.trip-details .accordion-content .benefit-item {
  display: flex;
  gap: 32px;
}
.trip-details .accordion-content .benefit-item.even {
  flex-direction: row-reverse;
}
.trip-details .accordion-content .benefit-item:not(:last-child) {
  margin-bottom: 32px;
}
.trip-details .accordion-content .benefit-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.trip-details .accordion-content .benefit-item:nth-child(3) img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.trip-details .accordion-content .benefit-item.even img {
  border-radius: 0 24px 24px 24px;
}
.trip-details .accordion-content .benefit-item.odd img {
  border-radius: 24px 24px 0px 24px;
}
.trip-details .benefit-item p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.hotels-list {
  width: 100%;
  border-radius: 0 12px 12px 12px;
  border: 1px solid var(--line-color);
  overflow: hidden;
}
.hotels-list .custom-table thead {
  background: var(--brand-color);
}
.hotels-list .custom-table thead th {
  color: var(--white);
}
.hotels-list .option-row {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: var(--letter-space);
  text-align: center;
  background: var(--secondary-bg);
  padding: 8px 16px;
}
.hotels-list tbody tr {
  border-top: 1px solid var(--line-color);
}
.hotels-list td.city {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
  border-right: 1px solid var(--line-color);
}
.hotels-list tbody .links {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.hotels-list tbody .links a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: var(--letter-space);
  color: var(--text-unactive);
  text-decoration: none;
}
.hotels-list .hotel-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
/*Add*/
.feedBackSwiper {
  max-width: 752px;
  margin: 0 auto;
  padding: 0 64px 40px !important;
}
.feedBackSwiper .swiper-button-next::after,
.feedBackSwiper .swiper-button-prev::after {
  content: none;
}
.feedBackSwiper .swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid var(--line-color);
}
.feedBackSwiper .swiper-button-next {
  border-radius: 0 6px 6px 6px;
}
.feedBackSwiper .swiper-button-prev {
  border-radius: 6px 6px 0 6px;
}
.feedBackSwiper .swiper-button img {
  width: 20px;
  height: 20px;
}
.hidden-desktop {
  display: none !important;
}
.footer-rating span {
  color: var(--white);
}
.trip-details .benefit-item h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
/*Update*/
.body {
  background: #05081a;
}
.custom-table tbody tr > td:last-child,
.custom-table tbody tr > td {
  border-left: 1px solid var(--line-color);
}
.back-on-top {
  position: fixed;
  bottom: 16px;
  right: calc((100vw - 800px) / 2 - 75px);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50px;
  z-index: 10;
}
.back-on-top img {
  width: 20px;
  height: 20px;
  display: block;
}
#tour-hotels .custom-table th {
  width: 150px;
}

#tour-hotels .custom-table th:nth-child(2) {
  width: 300px;
}

#tour-hotels .custom-table .city {
  white-space: nowrap;
  vertical-align: top;
}
#tour-price .price-person {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--letter-space);
}
#tour-hotels .hotel-name + img {
  display: block;
  margin-top: 8px;
}
