* body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #0b2e59;
}
header.nbt-navbar {
  width: 100vw;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: relative;
  box-sizing: border-box;
  margin: 0;
}
.nbt-logo img {
  width: 120px;
  height: 96px;
  object-fit: contain;
}
.nbt-lang-switcher {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nbt-lang-switcher button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid #ccc;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  font-weight: 600;
}
.nbt-lang-switcher img {
  width: 20px;
  height: 14px;
  object-fit: contain;
}
.nbt-lang-dropdown a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.95rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.nbt-lang-dropdown a:hover,
.nbt-lang-dropdown a:focus {
  background-color: #f0f0f0;
}
#menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0;
}
#menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #111;
  border-radius: 2px;
  transition: 0.3s ease;
}
nav.nbt-nav-links {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
  transition: right 0.3s ease;
  z-index: 2000;
}
nav.nbt-nav-links.show {
  right: 0;
}
nav.nbt-nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
#menu-close {
  align-self: flex-end;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 768px) {
  header.nbt-navbar {
    justify-content: space-between;
    gap: 1rem;
  }
  .nbt-logo {
    flex: 0 0 auto;
    order: 1;
  }
  nav.nbt-nav-links {
    display: flex !important;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    gap: 2rem;
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    padding: 0;
    transition: none;
    right: auto;
    order: 2;
  }
  .nbt-nav-links a {
    font-size: 1rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .nbt-lang-switcher {
    flex: 0 0 auto;
    order: 3;
    justify-content: flex-end;
    margin: 0;
    width: auto;
  }
  #menu-toggle,
  #menu-close {
    display: none;
  }
}
h1 {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 100vw;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  color: white;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: clamp(1rem, 4vw, 2rem);
  line-height: 1.2;
}
h2.tagline {
  display: block;
  margin: 20px auto 0 auto;
  padding: 0 1rem;
  max-width: 100vw;
  text-align: center;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  color: white;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: clamp(1rem, 4vw, 2rem);
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-word;
}
.tagline {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: 1.5rem;
  line-height: 1.6;
  color: white;
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
  padding: 0 15px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .tagline {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .tagline {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .tagline {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 8px;
  }
}
@media (min-width: 728px) and (max-width: 1024px) {
  #primary-navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  #primary-navigation a,
  #primary-navigation button {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 1.2rem;
    padding: 0.4rem 0.6rem;
    text-decoration: none;
    color: #111;
    font-weight: 700;
  }
}
@media (max-width: 1366px) {
  #menu-toggle {
    display: flex !important;
    order: 2 !important;
  }
  nav.nbt-nav-links {
    display: none !important;
    right: -80% !important;
    left: auto !important;
    position: fixed !important;
    width: 80% !important;
    height: 100vh !important;
    background: #fff !important;
    flex-direction: column !important;
    padding: 1rem !important;
    gap: 1rem !important;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2) !important;
    transition: right 0.3s ease !important;
    z-index: 2000 !important;
    order: 1 !important;
  }
  nav.nbt-nav-links.show #menu-close {
    display: block !important;
    align-self: flex-start;
    background: transparent;
    border: 0;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
  }
  nav.nbt-nav-links.show {
    display: flex !important;
    right: 0 !important;
  }
}
@media (min-width: 1367px) {
  #menu-toggle,
  #menu-close {
    display: none !important;
  }
}
.reviews {
  font-size: 0.9rem;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.review-links a {
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 5px;
  white-space: nowrap;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.stars {
  color: #f5a623;
  font-size: 1.1rem;
}
.countdown {
  font-weight: 700;
  font-size: 0.9rem;
  color: #ff1a1a;
  margin-top: 8px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-hero-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 3rem 1rem;
  text-align: center;
  box-sizing: border-box;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-hero-content {
  background-color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #111;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-hero-heading {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.nbt-hero-tagline {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.nbt-hero-button {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background-color: blue;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.nbt-hero-button:hover {
  background-color: #444;
  transform: scale(1.05);
}
.nbt-packages,
.nbt-reasons,
.nbt-note,
.nbt-payments {
  color: white;
  padding: 2rem 1rem;
  max-width: 1100px;
  margin: auto;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-heading,
.nbt-reasons h2,
.nbt-payments h3,
.nbt-note p strong {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: 1.5remrem;
  margin-bottom: 0.5rem;
  color: white;
}
.nbt-subheading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #f0f0f0;
  line-height: 1.6;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
article.nbt-package p.nbt-subheading {
  font-size: 1.5rem !important;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #f0f0f0;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-itinerary ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-itinerary li {
  margin-bottom: 0.4rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-itinerary ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.Expect {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: 1.5rem;
  font-weight: 200;
  color: white;
  border-left: 4px solid white;
  padding-left: 12px;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-includes h4 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-includes ul,
.nbt-includes li,
.nbt-notincluded ul,
.nbt-notincluded li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.4rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-includes li::before {
  content: "✔ ";
  color: blue;
  font-weight: bold;
  margin-right: 0.3rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-notincluded li::before {
  content: "✘ ";
  color: #ff4e4e;
  font-weight: bold;
  margin-right: 0.3rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-price-book {
  margin-top: 2rem;
}
.nbt-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.nbt-price span {
  font-weight: normal;
  font-size: 1rem;
  color: #ccc;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-book-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.7rem 1.5rem;
  background-color: blue;
  color: #036;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2rem;
  transition: background-color 0.3s ease;
}
.nbt-book-button:hover {
  background-color: #fff;
  color: #036;
}
.nbt-why-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
  font-size: 1.5rem;
}
.nbt-why-list li {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.nbt-why-text {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
  color: #f0f0f0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-note p {
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
  margin-bottom: 1.2rem !important;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-note p strong {
  font-weight: 600;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
@media (max-width: 768px) {
  .nbt-why-list,
  .nbt-why-list li,
  .nbt-why-text {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
@media (max-width: 480px) {
  .nbt-why-list,
  .nbt-why-list li,
  .nbt-why-text {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
.nbt-note h2 {
  font-size: 2rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-payments-inner {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  max-width: 900px;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-payments-title {
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.nbt-payment-icons img {
  height: 40px;
  max-width: 80px;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(50%);
}
.nbt-payment-icons img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}
@media (max-width: 600px) {
  .nbt-payment-icons {
    gap: 0, 4rem;
  }
  .nbt-payment-icons img {
    height: 36px;
    max-width: 70px;
  }
  .nbt-payments-title {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
.section-title {
  color: white;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  background: 0;
  margin: 0;
  text-align: center;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .section-title {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 10px;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
@media (max-width: 768px) {
  .nbt-heading {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .nbt-itinerary h3 {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .nbt-subheading {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .nbt-price {
    font-size: 1.2rem;
  }
  .nbt-book-button {
    width: 60%;
    text-align: center;
  }
}
.tour-guide-languages .section-title {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 15px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.tour-guide-languages ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.tour-guide-languages ul li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  align-items: center;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.tour-guide-languages ul li img {
  width: 20px;
  height: auto;
}
@media (max-width: 768px) {
  .tour-guide-languages .section-title {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .tour-guide-languages ul li {
    font-size: 1.1rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .tour-guide-languages ul li img {
    width: 18px;
    margin-right: 6px;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
@media (max-width: 480px) {
  .tour-guide-languages .section-title {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .tour-guide-languages ul li {
    font-size: 1rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .tour-guide-languages ul li img {
    width: 16px;
    margin-right: 5px;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
.nbt-floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0b2e59;
  color: white;
  border-radius: 40px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 8px rgba(11, 46, 89, 0.3);
  text-decoration: none;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  z-index: 10000;
  transition: background 0.3s ease;
}
.nbt-floating-whatsapp:hover {
  background: #124072;
}
.nbt-floating-whatsapp img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.nbt-whatsapp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-online-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: #d3f3d9;
  margin-bottom: 2px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-chat-text {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
@media screen and (max-width: 360px) {
  .nbt-online-text {
    display: none;
  }
}
.nbt-footer {
  background-color: #001f2d;
  color: #e0e0e0;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  padding: 2rem 1rem 1rem;
  width: 100vw;
  box-sizing: border-box;
}
.nbt-footer-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.footer-section {
  padding: 0.5rem;
}
.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section li {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.footer-section a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-section a:hover {
  color: #00bcd4;
}
.social-links i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
.nbt-footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .nbt-footer,
  .footer-section h3,
  .footer-section li,
  .footer-section a,
  .social-links i,
  .nbt-footer-bottom {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 768px) {
  .nbt-footer-top {
    grid-template-columns: repeat(4, 1fr);
  }
}
.uniquerev-container {
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.uniquerev-header {
  text-align: center;
  margin-bottom: 1.5rem;
  color: white;
}
.uniquerev-header h2 {
  font-size: 1.5rem;
  margin: 0;
}
.uniquerev-rating {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  color: #fbc02d;
  font-size: 1.3rem;
  margin-left: 130px;
}
@media (max-width: 767px) {
  .uniquerev-rating {
    margin-right: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .uniquerev-rating {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .uniquerev-stars,
  .uniquerev-score {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .uniquerev-score {
    white-space: nowrap;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .uniquerev-header {
    text-align: left;
    padding-left: 50px;
  }
}
.uniquerev-stars {
  display: flex;
  gap: 0.2rem;
  position: relative;
}
.uniquerev-stars .star {
  font-size: 1.6rem;
  color: #fbc02d;
  position: relative;
}
.uniquerev-stars .half {
  color: #ccc;
}
.uniquerev-stars .half::before {
  content: "★";
  color: gold;
  position: absolute;
  left: 0;
  width: 55%;
  overflow: hidden;
}
.uniquerev-score {
  font-weight: 700;
  color: #eee;
  font-size: 1.1rem;
}
.uniquerev-count {
  font-weight: 400;
  color: #ccc;
  font-size: 0.9rem;
}
.uniquerev-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
  scrollbar-width: none;
}
.uniquerev-slider::-webkit-scrollbar {
  display: none;
}
.uniquerev-card {
  min-width: 280px;
  max-width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  scroll-snap-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.uniquerev-card:hover {
  transform: scale(1.02);
}
.uniquerev-top {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.uniquerev-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.uniquerev-meta {
  font-size: 0.9rem;
  color: #333;
}
.uniquerev-meta strong {
  display: block;
  font-weight: 600;
  color: #111;
}
.uniquerev-meta small {
  font-size: 0.75rem;
  color: #999;
}
.uniquerev-stars-bottom {
  margin-top: 0.2rem;
  margin-left: 60px;
  font-size: 1rem;
  color: #fbc02d;
}
.uniquerev-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}
.uniquerev-readmore {
  font-size: 0.85rem;
  color: #07c;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}
.uniquerev-readmore:hover {
  color: #004a99;
  text-decoration: underline;
}
.uniquerev-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #001f2d;
  color: white;
  border: 0;
  font-size: 1.5rem;
  padding: 0.3rem 0.9rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.uniquerev-arrow.left {
  left: 10px;
}
.uniquerev-arrow.right {
  right: 10px;
}
@media (min-width: 768px) {
  .uniquerev-arrow {
    display: block;
  }
}
.nbt-subscribe-section {
  background-color: #0b2e59;
  padding: 3rem 1.5rem;
  text-align: center;
  margin: 2rem auto;
  border-radius: 1rem;
  max-width: 500px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.nbt-subscribe-title {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.5rem;
}
p.nbt-subscribe-subtext {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 1.5rem;
}
.nbt-subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.nbt-subscribe-form input[type="email"] {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
  width: 90%;
  max-width: 350px;
  font-size: 1.5rem;
}
.nbt-subscribe-form button {
  background-color: blue;
  color: #fff;
  border: 0;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.nbt-subscribe-form button:hover {
  background-color: #007ba7;
}
#sliderWrapper {
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
#sliderContainer {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  box-sizing: border-box;
}
.tour-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 430px;
  padding: 15px;
  position: relative;
}
.offer-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff1a1a;
  padding: 3px 8px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 0.85rem;
  white-space: nowrap;
  z-index: 10;
}
.photo-carousel {
  overflow: hidden;
  border-radius: 10px;
  height: 180px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.photo-carousel {
  width: 100%;
  max-width: 400px; /* Optional, for consistent card width */
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.photo-track {
  width: 100%;
  height: 100%;
}

.photo-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.tour-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tour-heading {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: clamp(18px, 5vw, 22px);
  display: block;
  white-space: normal;
  overflow: hidden;
  max-width: 100%;
  word-wrap: break-word;
  text-align: center;
  line-height: 1.4;
  padding: 0.3rem;
  font-weight: 600;
}
del {
  color: #999;
  margin-left: 6px;
  font-size: 0.9rem;
}
.action-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-reserve,
.btn-details {
  display: inline-block;
  text-align: center;
  user-select: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, transform 0.2s ease;
  line-height: 1.4;
  min-width: 100px;
  padding: 8px 16px;
  font-size: 0.95rem;
  border-radius: 6px;
  font-weight: 600;
}
.btn-reserve:hover,
.btn-details:hover {
  transform: translateY(-2px);
}
.btn-reserve {
  background-color: blue;
  color: white;
  border-color: #007bff;
}
.btn-reserve:hover {
  background-color: #0069d9;
}
.btn-details {
  background-color: #f1f1f1;
  color: #333;
  border-color: #ccc;
}
.btn-details:hover {
  background-color: #e0e0e0;
}
@media (max-width: 480px) {
  .btn-reserve,
  .btn-details {
    font-size: 1.2rem;
    padding: 6px 14px;
    min-width: 90px;
  }
}
.feedback {
  font-size: 0.9rem;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.feedback-links a {
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 5px;
  white-space: nowrap;
}
.rating-stars {
  color: #f5a623;
  font-size: 1.1rem;
}
.time-left {
  font-weight: 700;
  font-size: 0.9rem;
  color: #ff1a1a;
  margin-top: 8px;
}
@media (min-width: 1280px) {
  #sliderContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #sliderContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #sliderContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #sliderContainer {
    grid-template-columns: 1fr;
  }
  #sliderWrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.main-content {
  max-width: 900px;
  padding: 1rem;
  margin-left: 300px;
  margin-right: auto;
  background-color: #0b2e59;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .main-content {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0.75rem;
  }
}
.main-content h2,
.main-content h3 {
  margin-bottom: 0.6rem;
  font-weight: 700;
  color: white;
}
.main-content h1 {
  font-size: clamp(1.5rem, 2.5vw+1rem, 3rem);
  line-height: 1.2;
  font-weight: bold;
  margin: 1rem auto;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  overflow-wrap: break-word;
  color: white;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content h2 {
  font-size: 1.5rem;
  border-bottom: solid white;
  padding-bottom: 0.3rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.main-content h3 {
  font-size: 1.25rem;
  margin-top: 1.3rem;
  margin-bottom: 0.8rem;
  color: white;
}
.main-content p {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: white;
}
.main-content strong {
  font-weight: 600;
  color: white;
}
.main-content section {
  margin-bottom: 2rem;
}
.main-content ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  color: white;
  font-size: 1rem;
}
.main-content li {
  margin-bottom: 0.5rem;
}
.main-content button.btn {
  display: inline-block;
  margin: 1.5rem 0;
  padding: 0;
  border: 0;
  background: 0;
}
.main-content .btn-link {
  display: inline-block;
  padding: 12px 28px;
  background-color: blue;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  user-select: none;
}
.main-content .btn-link:hover,
.main-content .btn-link:focus {
  background-color: blue;
  outline: 0;
}
@media (max-width: 600px) {
  .main-content body {
    padding: 1rem 0.75rem;
  }
  .main-content h2 {
    font-size: 1.2rem;
  }
  .main-content h3 {
    font-size: 1.2rem;
  }
  .main-content .btn-link {
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .main-content ul {
    font-size: 1.2rem;
  }
}
.main-content .unic-image-slider {
  max-width: 900px;
  margin: 1rem auto;
  border-radius: 10px;
  background: #0b2e59;
}
.main-content .unic-slider-container {
  position: relative;
  overflow: hidden;
}
.main-content .unic-slider-track {
  display: flex;
  transition: transform 0.4s ease;
  width: fit-content;
}
.main-content .unic-slider-track img {
  flex-shrink: 0;
  width: 100%;
  max-width: 900px;
  object-fit: cover;
  border-radius: 10px;
  user-select: none;
}
.main-content .unic-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  color: white;
  font-size: 2rem;
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  z-index: 10;
  transition: background-color 0.3s ease;
}
.main-content .unic-slider-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.main-content .unic-prev {
  left: 10px;
}
.main-content .unic-next {
  right: 10px;
}
.main-content .unic-slider-dots {
  text-align: center;
  margin-top: 0.5rem;
  user-select: none;
}
.main-content .unic-slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-content .unic-slider-dot.active {
  background: #333;
}
@media (max-width: 768px) {
  .main-content .unic-slider-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .main-content .unic-slider-track {
    transition: none;
    width: auto;
  }
  .main-content .unic-slider-track img {
    scroll-snap-align: center;
    max-width: 80vw;
    margin: 0 10px;
    border-radius: 8px;
    flex-shrink: 0;
    width: auto;
    user-select: none;
  }
  .main-content .unic-slider-btn {
    display: none;
  }
  .main-content .unic-slider-dots {
    display: block;
    display: none !important;
  }
}
@media (min-width: 769px) {
  .main-content .unic-slider-dots {
    display: none;
  }
}
.main-content .unic-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.main-content .unic-modal-content {
  margin: auto;
  display: block;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
}
.main-content .unic-close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
  z-index: 10000;
}
.main-content .unic-close:hover {
  color: #bbb;
}
.main-content #unicCaption {
  margin: 15px auto;
  text-align: center;
  color: #ccc;
  font-size: 18px;
  max-width: 90vw;
}
.main-content button.write-review-btn {
  background: blue;
  color: white;
  border: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease;
}
.main-content button.write-review-btn:hover {
  background: #003d80;
}
.main-content form#tour-feedback-form {
  display: none;
  background: #0b2e59;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  margin: 0 auto 2rem;
}
.main-content form#tour-feedback-form label {
  display: block;
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.main-content form#tour-feedback-form input[type="text"],
.main-content form#tour-feedback-form input[type="email"],
.main-content form#tour-feedback-form input[type="date"],
.main-content form#tour-feedback-form select,
.main-content form#tour-feedback-form textarea,
.main-content form#tour-feedback-form input[type="file"] {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.05rem;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.main-content form#tour-feedback-form input[type="text"]:focus,
.main-content form#tour-feedback-form input[type="email"]:focus,
.main-content form#tour-feedback-form input[type="date"]:focus,
.main-content form#tour-feedback-form select:focus,
.main-content form#tour-feedback-form textarea:focus,
.main-content form#tour-feedback-form input[type="file"]:focus {
  border-color: #0056b3;
  outline: 0;
}
.main-content form#tour-feedback-form textarea {
  resize: vertical;
  min-height: 100px;
}
.main-content form#tour-feedback-form input[type="checkbox"] {
  margin-right: 0.5rem;
}
.main-content form#tour-feedback-form button[type="submit"] {
  background: blue;
  color: white;
  border: 0;
  padding: 0.85rem 1.75rem;
  font-size: 1.2rem;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2rem;
  width: 100%;
  transition: background-color 0.3s ease;
}
.main-content form#tour-feedback-form button[type="submit"]:hover {
  background: #007;
}
.main-content .star-rating {
  display: flex;
  flex-direction: row;
  font-size: 2rem;
  margin-top: 0.75rem;
  user-select: none;
}
.main-content .star-rating button {
  background: 0;
  border: 0;
  cursor: pointer;
  color: black;
  padding: 0 0.15rem;
  transition: color 0.3s ease;
}
.main-content .star-rating button:hover,
.main-content .star-rating button.hovered,
.main-content .star-rating button.selected {
  color: #ffd700;
  text-shadow: 0 0 5px #ffd700;
}
.main-content .rating-description {
  margin-top: 0.3rem;
  font-weight: bold;
  min-height: 1.3rem;
  color: white;
}
@media (max-width: 600px) {
  .main-content form#tour-feedback-form {
    padding: 1rem 1rem;
    max-width: 100%;
  }
  .main-content form#tour-feedback-form label {
    font-size: 1rem;
  }
  .main-content form#tour-feedback-form input[type="text"],
  .main-content form#tour-feedback-form input[type="email"],
  .main-content form#tour-feedback-form input[type="date"],
  .main-content form#tour-feedback-form select,
  .main-content form#tour-feedback-form textarea,
  .main-content form#tour-feedback-form input[type="file"] {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
  .main-content form#tour-feedback-form button[type="submit"] {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
  }
  .main-content .star-rating {
    font-size: 1.2rem;
  }
  .main-content button.write-review-btn {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
.main-content h2 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .review,
.main-content .reply {
  background: #0b2e59;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .review-header,
.main-content .reply-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0b2e59;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .review-header .profile-img {
  width: 60px;
  height: 60px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .review-info,
.main-content .reply-info {
  flex: 1;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content strong {
  display: block;
  font-size: 1.1rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content time {
  font-size: 0.9rem;
  color: white;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .stars {
  color: #ffd700;
  margin-top: 0.2rem;
  user-select: none;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .review-text,
.main-content .reply-text {
  margin-top: 1rem;
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5em;
  transition: max-height 0.35s ease;
  position: relative;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .expanded {
  max-height: 1000px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .review-text,
.main-content .reply-text {
  color: white;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .read-more-toggle {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .read-more-toggle:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .replies {
  margin-left: 3.5rem;
  margin-top: 0.5rem;
  display: none;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .show-replies-toggle {
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  user-select: none;
  margin-top: 0.5rem;
  display: inline-block;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.main-content .show-replies-toggle:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.price-tag {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: inline-block;
  margin: 1rem 0;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.star-rating button {
  font-size: 3rem;
}
.Description {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  color: white;
  padding-bottom: 0.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  letter-spacing: 0.02em;
  border-bottom: 0;
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.Description::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: blue;
  margin-top: 0.3rem;
  border-radius: 2px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
@media (max-width: 480px) {
  .Description {
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .Description::after {
    width: 35px;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
.reply-info strong {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(0.85rem, 2.5vw, 1rem);
  font-weight: bold;
  color: white;
  letter-spacing: 0.5px;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.places-to-visit {
  color: white;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.places-to-visit a {
  color: white;
  text-decoration: underline;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.places-to-visit a:hover {
  color: grey;
  text-decoration: none;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.places-to-visit em {
  color: #ccc;
  font-style: italic;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
main {
  max-width: 720px;
  margin: 2rem auto 4rem auto;
  padding: 0 1rem;
  font-family: Arial, sans-serif;
  color: white;
  line-height: 1.6;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
main * {
  color: white !important;
}
.policy-header-section {
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.policy-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid white;
  padding-bottom: 0.3rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.policy-paragraph,
.policy-intro-text {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
.policy-contact-list {
  list-style: disc inside;
  margin-left: 1rem;
  font-size: 1.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.policy-contact-list li {
  margin-bottom: 0.6rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-top-activities {
  margin: 40px auto;
  max-width: 800px;
  padding: 0 20px;
}
.nbt-top-activities h2 {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: 1.5rem;
  color: white;
  margin-bottom: 20px;
}
.nbt-top-activities ul {
  list-style-type: none;
  padding: 0;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
.nbt-top-activities ul li {
  margin-bottom: 12px;
}
.nbt-top-activities ul li a {
  text-decoration: underline;
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
  transition: color 0.3s;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
@media (max-width: 768px) {
  .nbt-top-activities h2 {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .nbt-top-activities ul li a {
    font-size: 1rem;
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .nbt-top-activities h2 {
    font-size: 1.2rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
  .nbt-top-activities ul li a {
    font-size: 0.95rem;
    font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  }
}
html {
  scroll-behavior: smooth;
}
.review-text-home {
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
  font-size: 1.2rem;
  line-height: 1.5;
  color: #555;
  margin: 10px 0;
  max-width: 800px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .review-text-home {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .review-text-home {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .review-text-home {
    font-size: 1.2rem;
  }
}
li,
section p,
button.btn a,
div.unic-modal {
  font-size: 1.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
h3 {
  font-size: 1.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
section.additional-information .price-tag {
  font-size: 1.8rem;
}
section.food-restrictions li,
section.food-restrict li,
section.addition-info,
section.overview-list li,
section.accessibility-list li,
section.before-you-go-list li,
section.services-list li,
section.tour-suitability li,
section.tour-type li,
section.tour-overview li,
section.places-to-visit li,
section.timing-text {
  font-size: 1.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
section.before-you-go h3,
section.additional-information h3,
section.tour-suitability h3,
section.tour-type h3,
section.tour-overview h3,
section.places-to-visit h3,
section.services h3,
section.timing h3 {
  font-size: 1.5rem;
  font-family: "Pacifico', cursive, 'Bradley Hand', cursive, 'Comic Sans MS', cursive, sans-serif";
}
@media (max-width: 768px) {
  li,
  section p,
  section h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  h2.question-Madagacar {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  p.nbt-why-text {
    font-size: 1.2;
  }
}
@media screen and (max-width: 767px) {
  section .nbt-why-text {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .uniquerev-container p.review-text {
    font-size: 1rem !important;
  }
}
.nbt-subscribe-section {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .nbt-subscribe-section {
    margin-top: -60px;
  }
}
.nbt-payments-inner {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .nbt-payments-inner {
    margin-top: -80px;
  }
}
.nbt-payment-icons {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
  margin-top: -5px;
}
.nbt-payment-icons::-webkit-scrollbar {
  display: none;
}
.nbt-payment-icons img {
  max-height: 35px;
  height: auto;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nbt-payment-icons img {
    max-height: 20px;
  }
}
.nbt-subscribe-title,
.nbt-subscribe-subtext,
.nbt-pay-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  p.nbt-subscribe-subtext,
  p.nbt-pay-text {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .nbt-subscribe-title {
    font-size: 1.2rem !important;
  }
}
.tour-card del {
  color: #555;
}
.offer-badge {
  background: #d32f2f;
  color: #fff;
}
.countdown {
  color: #222;
}
@media screen and (max-width: 767px) {
  .main-content p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .tour-overview,
  .tour-overview h3,
  .tour-overview li,
  .tour-type,
  .tour-type h3,
  .tour-type li,
  .tour-suitability,
  .tour-suitability h3,
  .tour-suitability li,
  .food-restrictions,
  .food-restrict,
  .food-restrictions li {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 768px) {
  .main-content h1 {
    font-size: 1.6rem !important;
  }
  .main-content h2,
  .main-content .nbt-heading {
    font-size: 1.4rem !important;
  }
  .main-content h3 {
    font-size: 1.3rem !important;
  }
  .main-content h4,
  .main-content .Expect {
    font-size: 1.2rem !important;
  }
  .main-content p,
  .main-content li,
  .main-content .nbt-subheading {
    font-size: 1.1rem !important;
  }
  .main-content .nbt-price {
    font-size: 1.2rem !important;
  }
  .main-content .nbt-book-button {
    font-size: 1.2rem !important;
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 768px) {
  .main-content h1 {
    font-size: 1.2rem !important;
  }
  .main-content h2.nbt-heading {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 768px) {
  article.nbt-package p.nbt-subheading {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1366px) {
  .unic-prev,
  .unic-next {
    display: none !important;
  }
  .unic-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .unic-slider-track > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
