* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Figtree";
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
}

/* Hero Section */
.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/about.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.hero-content {
  max-width: 900px;
}

.welcome-badge {
  display: inline-block;
  padding: 12px 25px;
  background-color: rgba(156, 156, 156, 0.481);
  border-radius: 30px;
  margin-bottom: 30px;
}

.hero h1 {
  font-size: 3.6rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero h1 span {
  color: #f5b742;
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}

.get-started-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  position: absolute;
  right: 10%;
  top: 40%;
}

.get-started-btn:hover {
  color: #f5b742;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Stats Section */
.stats {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  position: relative;
  margin-top: -100px;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join-us {
  display: flex;
  align-items: center;
}

.join-us h3 {
  margin-right: 20px;
}

.people-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -15px;
  border: 3px solid #1a1a1a;
}

.people-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5b742;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-left: 10px;
}

.destinations {
  display: flex;
  align-items: center;
}

.destinations h2 {
  font-size: 3rem;
  margin-right: 20px;
}

.reviews {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.stars {
  color: #f5b742;
  font-size: 24px;
  margin-bottom: 10px;
}

.social-links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
}

.social-links a {
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(6, 6, 6, 0.278);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}

.social-links a:hover {
  background-color: #f5b742;
}

/* Travel Experience Section */
.travel-experience {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}

.experience-container {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 40px;
}

.left-image img {
  width: 500px;
  border-radius: 29px;
  height: 580px;
  object-fit: cover;
}

/* Right Side - Content */
.right-content {
  flex: 1;
  max-width: 50%;
  position: relative;
}

.about-button {
  margin-bottom: 20px;
}

.btn-about {
  display: inline-block;
  padding: 10px 25px;
  color: #f1ac32;
  border: 0.5px solid #f1ac32;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3sease;
}

.btn-about:hover {
  border: 0.5px solid #f1ac32;
  color: #f1ac32;
}

.btn-more {
  display: inline-block;
  padding: 10px 25px;
  color: #f1ac32;
  border: 0.5px solid #f1ac32;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3sease;
  margin-top: 10px;
}

.btn-more:hover {
  background-color: white;
  border: 0.5px solid #f1ac32;
  color: #f1ac32;
}

.title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #222;
  margin-top: 1.5rem;
}

.title-all-part {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #222;
  margin: 0;
}

.title-new {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
  margin-top: 1.5rem;
}

.title-new span {
  color: #e2a845;
  font-style: italic;
}

.description p {
  color: #666;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
}

.learn-more {
  margin-top: 25px;
}

.btn-learn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e2a845;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-learn:hover {
  background-color: #ffffff;
  color: #d09636;
  border: 0.5px solid #d09636;
  transform: translateY(-2px);
}

.arrow {
  margin-left: 8px;
  font-size: 18px;
}

.japan-image {
  margin-top: 30px;
  text-align: right;
}

.japan-image img {
  width: 40%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Stats Section */
.stats-section {
  padding: 20px 0;
}

.stat-divider {
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 40px;
}

.stat-items {
  display: flex;
  justify-content: space-between;
}

.stat-box {
  text-align: center;
  flex: 1;
}

.stat-box h2 {
  font-size: 44px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.stat-box h2 span {
  color: #e2a845;
}

.stat-box p {
  color: #666;
  font-size: 16px;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .title {
    font-size: 36px;
  }

  .stat-box h2 {
    font-size: 38px;
  }
}

/* Media Queries */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 3.5rem;
  }

  .stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .reviews {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero p {
    font-size: 1rem;
  }

  .get-started-btn {
    position: static;
    margin-top: 20px;
  }

  .experience-container {
    flex-direction: column;
    gap: 30px;
  }

  .left-image,
  .right-content {
    max-width: 100%;
  }

  .japan-image {
    text-align: center;
  }

  .japan-image img {
    width: 100%;
  }

  .stat-items {
    flex-direction: column;
    gap: 30px;
  }

  .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .title {
    font-size: 28px;
  }

  .btn-learn,
  .btn-about {
    padding: 10px 20px;
    font-size: 14px;
  }

  .description p {
    font-size: 15px;
  }

  .stat-box h2 {
    font-size: 32px;
  }

  .stat-box p {
    font-size: 14px;
  }
}

.tour-image-part {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

  margin: 0 auto;
}

@media (max-width: 768px) {
  .tour-image-part {
    grid-template-columns: 1fr;
  }
}

.grid-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item-content {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  transition: opacity 0.3s ease;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 25px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 3;
}


.item-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.item-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}

.item-description {
  font-size: 16px;
  margin-bottom: 8px;
}

.item-price {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 2px solid var(--e-global-color-538fc3d);
  padding: 6px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  color: #e2a845;
}

.price-icon {
  width: 18px;
  height: 18px;
  fill: #e2a845;
}

.all-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-part-all {
  margin: 2rem auto;
  height: 500px;
}

.black-part {
  background-color: #16110e;
  padding: 39px 15px;
}

.all-wht-to-pack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 39px 15px;
  color: white;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .all-wht-to-pack {
    flex-direction: row;
  }
}

.pack-intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pack-intro h2 {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid white;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.pack-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.pack-image img {
  width: 100%;
  height: auto;
  border-radius: 21px;
  display: block;
}

.pack-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pack-item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pack-item:last-child {
  border-bottom: none;
}

.pack-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pack-item-number {
  font-size: 16px;
  font-weight: 600;
  color: #e2a845;
  margin-right: 10px;
}

.pack-item-title {
  font-size: 20px;
  font-weight: 600;
}

.pack-item-arrow {
  width: 30px;
  height: 30px;
  fill: white;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 5px;
  border-radius: 50%;
  /* Circular background */
}

.pack-item-arrow:hover {
  transform: scale(1.2);
  /* Slight zoom effect */
  background-color: rgba(255, 255, 255, 0.2);
  /* Light shade background */
  backdrop-filter: blur(5px);
  /* Slight blur for effect */
}

.pack-item-content {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.exp-part {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media (min-width: 768px) {
  .exp-part {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .exp-part {
    grid-template-columns: repeat(3, 1fr);
  }
}

.exp-box {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 30px;

  height: 281px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 0.5px solid #e2a845;
  /* Border color */
  overflow: hidden;
}

.exp-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.exp-featured {
  color: white;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}

.exp-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.8)
  );
  z-index: -1;
  border-radius: 10px;
}

.exp-featured .exp-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
  z-index: -2;
  border-radius: 10px;
}

.exp-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  fill: #e2a845;
}

.exp-featured .exp-icon {
  fill: white;
}

.exp-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.exp-title-all {
  font-size: 22px;
  color: black;
  font-weight: 700;
  margin-bottom: 15px;
}

.title-all-part span {
  color: #e2a845;
  /* Highlight color */
  font-weight: bold;
  /* Make it stand out */
  font-style: italic;
  /* Optional: Adds emphasis */
}

.exp-desc {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

.exp-desc-all {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  color: black;
  margin-bottom: 30px;
}

.exp-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  color: #e2a845;
  transition: color 0.3s ease;
}

.exp-featured .exp-link {
  color: white;
}

.exp-link-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.exp-link:hover .exp-link-icon {
  transform: translateX(5px);
}

.exp-regular {
  background-color: white;
}

.why-part {
  margin: 3rem auto;
  height: 500px;
}

.all-part p {
  color: black;
}

.related-desti-part {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* Promo container - holds the two main boxes */
.promo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

/* Discount box styling */
.promo-discount-box {
  flex: 1;
  min-width: 300px;
  height: 300px;
  background-image: url("../images/dhara-prajapati-ROWOcTtsYT4-unsplash.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.promo-discount-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.discount-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(12 12 12 / 41%);
  backdrop-filter: blur(1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
  text-align: center;
}

.discount-icon {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.discount-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.divider-line {
  width: 60px;
  height: 3px;
  background-color: #ff6b6b;
  margin: 15px auto;
}

.discount-desc {
  font-size: 15px;
  max-width: 80%;
  line-height: 1.5;
}

/* Holiday destination box styling */
.holiday-destination-box {
  flex: 1;
  min-width: 300px;
  background-color: #f8f8f8;
  padding: 35px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.holiday-destination-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.destination-title {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.destination-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #ff6b6b;
}

.destination-desc {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 15px;
}

.see-more-btn:hover {
  background-color: #ff5252;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 107, 107, 0.4);
}

.arrow-icon {
  margin-left: 8px;
  font-style: normal;
  transition: transform 0.3s;
}

.see-more-btn:hover .arrow-icon {
  transform: translateX(5px);
}

/* Reviews section title */
.reviews-section-title {
  text-align: center;
  margin-bottom: 30px;
}

.reviews-section-title h2 {
  font-size: 28px;
  color: #333;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.reviews-section-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #ff6b6b;
}

/* Slick carousel container */
.slick-carousel-container {
  position: relative;
  padding: 0 10px;
}

/* Individual review box styling */
.review-box {
  background-color: #000;
  color: white;
  padding: 25px;
  border-radius: 10px;
  margin: 10px;
  transition: all 0.3s;

  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.review-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.stars-container {
  margin-bottom: 15px;
  color: #ffcc00;
}

.star {
  font-size: 18px;
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
}

.review-text:before {
  content: '"';
  font-size: 50px;
  opacity: 0.2;
  position: absolute;
  top: -25px;
  left: -15px;
}

.reviewer-name {
  font-style: italic;
  font-weight: bold;
  text-align: right;

  font-size: 15px;
}

/* Fix for Slick Carousel to ensure reviews appear in a row */

.abc {
  margin-top: 5px;
  color: black;
}

.slick-reviews-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

:root {
  --primary-color: #4361ee;
  --text-color: #333333;
  --light-gray: #f8f9fa;
  --border-color: #e0e0e0;
  --shadow-color: rgba(0, 0, 0, 0.05);
  --accent-color: #4cc9f0;
}

.nx-twin-layout {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px var(--shadow-color);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.nx-twin-layout .nx-content-area {
  flex: 1 1 400px;
}

.nx-twin-layout .nx-content-area .nx-content-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  position: relative;
}

.nx-twin-layout .nx-content-area .nx-content-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.nx-twin-layout .nx-content-area .nx-content-text {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.nx-twin-layout .nx-faq-area {
  flex: 1 1 400px;
}

.nx-twin-layout .nx-faq-area .nx-faq-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #f5b742;
  position: relative;
}

.nx-twin-layout .nx-faq-area .nx-faq-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #000000;
  border-radius: 2px;
}

.nx-twin-layout .nx-faq-area .nx-faq-widget .nx-faq-element {
  margin-bottom: 1rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nx-twin-layout .nx-faq-area .nx-faq-widget .nx-faq-element:hover {
  box-shadow: 0 5px 15px var(--shadow-color);
}

.nx-twin-layout .nx-faq-area .nx-faq-widget .nx-faq-element .nx-faq-query {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: white;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query:hover {
  background-color: var(--light-gray);
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query
  .nx-faq-text {
  font-size: 1.05rem;
  color: var(--text-color);
  transition: color 0.3s ease;
  flex: 1;
  padding-right: 1rem;
  position: relative;
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element.nx-active
  .nx-faq-query
  .nx-faq-text {
  color: #f5b742;
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query
  .nx-faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query
  .nx-faq-icon::before,
.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query
  .nx-faq-icon::after {
  content: "";
  position: absolute;
  background-color: #f5b742;
  transition: all 0.3s ease;
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query
  .nx-faq-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element
  .nx-faq-query
  .nx-faq-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.nx-twin-layout .nx-faq-area .nx-faq-widget .nx-faq-element .nx-faq-response {
  max-height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element.nx-active
  .nx-faq-query {
  background-color: var(--light-gray);
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element.nx-active
  .nx-faq-query
  .nx-faq-icon::after {
  transform: translateX(-50%) scaleY(0);
}

.nx-twin-layout
  .nx-faq-area
  .nx-faq-widget
  .nx-faq-element.nx-active
  .nx-faq-response {
  max-height: 300px;
  padding: 0rem 1.5rem 0.5rem;
}

@media (max-width: 768px) {
  .nx-twin-layout {
    flex-direction: column;
    padding: 1.5rem;
  }

  .nx-twin-layout .nx-content-area,
  .nx-twin-layout .nx-faq-area {
    flex: 1 1 100%;
  }
}

.nx-faq-response p {
  color: rgb(71, 71, 71);
  font-size: 12px;
}

@media screen and (min-width: 350px) and (max-width: 800px) {
  .hero {
    height: auto;
  }

  .left-image img {
    width: 100%;
    border-radius: 29px;
    height: auto;
    object-fit: cover;
  }
  .left-image,
  .right-content {
    max-width: 100%;
  }
  .stat-items {
    flex-direction: row;
    gap: 30px;
  }
  .video-part-all {
    margin: 1rem auto;
    height: auto;
  }
  .tour-image-part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }
  .grid-item {
    position: relative;
    height: 250px;
  }
  .title-new {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .all-wht-to-pack {
    padding: 10px;
  }
  .black-part {
    background-color: #16110e;
    padding: 13px 15px;
  }
  .title-all-part {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #222;
    margin: 0;
  }
  .why-part {
    margin: 3rem auto;
    height: auto;
  }
  .slick-reviews-carousel {
    display: flex;
    flex-wrap: wrap;
  }
  .nx-content-area {
    display: none;
  }
  .promo-container {
    margin-bottom: 0;
  }
  .get-started-btn {
    width: 80px;
    font-size: 10px;
    height: 80px;
  }
  .hero h1 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .holiday-destination-box {
    padding: 0;
  }
  .related-desti-part {
    padding: 0;
  }
  .background-video {
    display: none;
  }
  .grid-item:hover .background-video {
    display: none;
  }
  .item-price {
    width: 91%;
    font-size: 12px;
  }
  .social-links {
    display: none;
  }
}
