.services-grid {
  gap: 20px;
}

.service-card {
  gap: var(--spacing-md);
  padding: var(--spacing-lg);
  background: var(--wdtBodyBGColor);
  border: 1px solid var(--wdtBorderColor);
  border-radius: var(--radius-lg);
  align-items: flex-start;
  transition: var(--transition-base);
  box-shadow: none;
}
span.sign {
    font-size: 21px;
    margin-left: 2px;
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  /* transform: translateY(-4px); */
  background: var(--wdtTertiaryColor);
  box-shadow: none !important;
  border-color: #ddd !important;
}
.counter-item h6 {
    color: #fff;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: var(--wdtTertiaryColor);
  border-radius: var(--radius-md);
  transition: var(--transition-base);
  font-size: 22px;
  /* color: var(--wdtPrimaryColor); */
  color: #000;
  flex-shrink: 0;
}

.service-card:hover .service-icon {
  background: #fff;
}

.service-meta {
  font-size: var(--wdtFontSize_Ext);
  color: rgba(var(--wdtBodyTxtColorRgb), 0.6);
  display: block;
  margin-bottom: var(--spacing-xs);
}

.service-content h6 {
  margin-bottom: var(--spacing-xs);
}

.service-content p {
  font-size: var(--wdtFontSize_Ext);
  color: rgba(var(--wdtBodyTxtColorRgb), 0.7);
}

.service-content {
  text-align: left;
}








/* OUR COVERAGE SECTION */

.coverage-section {
  padding: 80px 0;
  background: #f6f7fb;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading span {
  font-size: 14px;
  color: #777;
}

.section-heading h2 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: 700;
}

.section-heading p {
  color: #666;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.coverage-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.coverage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.coverage-icon {
  font-size: 21px;
  margin-bottom: 15px;
}

.coverage-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.coverage-card p {
  font-size: 14px;
  color: #666;
}


.tour-list {
  display: flex;
  column-gap: .5rem;
  list-style: disc;
  flex-wrap: wrap;
}

.tour-list li {
  font-size: var(--wdtFontSize_Ext);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  display: list-item !important;
  margin-left: 15px;
}



.section.vehicles {
  background: #050508;
  color: #fff;
  /* padding: 80px 0; */
}

.vehicles-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}

.vehicles-header__text {
  max-width: 768px;
  margin: auto;
  text-align: center;
}

.vehicles-header h2 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #000;
}

.vehicles-header p {
  margin-top: var(--spacing-sm);
  color: #212121;
}

.vehicles-grid {
  gap: var(--spacing-xl);
}

.vehicle-card {
  /*background: radial-gradient(circle at 20% 0%, #2b2120 0, #050508 55%);*/
  border-radius: var(--radius-lg);
  background: #dedddf;
  overflow: hidden;
  /* box-shadow: 0 18px 30px rgba(0, 0, 0, 0.6); */
  transition: var(--transition-base);
}

.vehicle-card:hover {
  transform: none;
  /* box-shadow: 0 18px 30px rgba(0, 0, 0, 0.6); */
}

.vehicle-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.35s ease;
  transform-origin: center bottom;
}

.vehicle-card:hover .vehicle-image img {
  transform: scale(1.05);
}

.vehicle-content {
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #dedddf;
  color: #000;
  text-align: center;
  padding-top: 10px;
}

.vehicle-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.vehicle-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
}

.vehicle-meta-icons {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  /*display: none;*/
  justify-content: center;
  padding-top: 20px;
}

.vehicle-meta-icons span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 15px;
  border-radius: 999px;
  background: #212121;
}

.vehicle-price {
  font-weight: 600;
  color: #f7b641;
}

.vehicle-price span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 4px;
}

/* Vehicles Slider */

.vehicles-slider {
  /*position: relative;*/
  /*display: flex;*/
  /*align-items: stretch;*/
  /*gap: 16px;*/
}

.vehicles-slider__viewport {
  overflow: hidden;
  flex: 1;
  z-index: 2;
}

.vehicles-slider__track {
  /*display: flex;*/
  /*gap: 20px;*/
}

.vehicles-slider__item {
  flex: 0 0 100%;
  box-sizing: border-box;
  /* padding-right:var(--spacing-xl); */
}

/* enable native touch scroll */
.vehicles-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.vehicles-slider__viewport::-webkit-scrollbar {
  display: none;
}

.vehicles-slider__item {
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .vehicles-slider__item {
    flex: 0 0 calc(50% - 20px/2);
  }
}

@media (min-width: 1200px) {
  .vehicles-slider__item {
    flex: 0 0 calc(25% - 60px/4);
    padding: 0;
  }

  .vehicles-slider__nav {
    top: 90px;
  }

}

.vehicles-slider__nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7b641;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
  flex-shrink: 0;
  position: absolute;
  top: -72px;
}

.vehicles-slider__nav--prev {
  right: 64px;
}

.vehicles-slider__nav--next {
  right: 0;
}

.vehicles-slider__nav svg {
  width: 40px;
  height: 40px;
  color: var(--wdtPrimaryColor);
}

.vehicles-slider__nav:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

h2.sec-title {
  font-size: var(--wdtFontSize_H3) !important;
}


.partners-header {
  text-align: left;
  max-width: 720px;
  margin: auto;
  margin-bottom: var(--spacing-3xl);
}

.partners-header h2 {
  margin-bottom: var(--spacing-md);
}

.partners-header p {
  color: rgba(var(--wdtBodyTxtColorRgb), 0.75);
}

/* divider line */

/* grid layout */

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--spacing-2xl);
  max-width: 900px;
  margin: auto;
}

/* partner */

.partner {
  text-align: center;
  padding: var(--spacing-lg);
  transition: var(--transition-base);
  border-radius: var(--radius-lg);
  border: 1px solid var(--wdtBorderColor);
}

/* icon */

.partner-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: var(--spacing-md);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--wdtPrimaryColorRgb), 0.08);
  transition: var(--transition-base);
}

.partner-icon i {
  font-size: 28px;
  color: var(--wdtPrimaryColor);
  color: #000;
}

.partner span {
  font-weight: var(--wdtFontWeight_Alt);
  font-size: var(--wdtFontSize_Ext);
}

/* hover */

.partner:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  background-color: #fff;
  border-radius: var(--radius-lg);
}

.partner:hover .partner-icon {
  background: rgba(var(--wdtPrimaryColorRgb), 0.18);
}

.section.partners {
  background-color: #f4f6f9;
}






/* Testimonials Section - Polished Version */

.testimonials-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem auto;
}

.testimonials-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: rgba(var(--wdtBodyTxtColorRgb), 0.95);
}

.testimonials-header p {
  margin-top: 0;
  color: rgba(var(--wdtBodyTxtColorRgb), 0.7);
  line-height: 1.6;
  font-size: 1rem;
}

/* Slider Container */
.testimonial-slider {
  position: relative;
  margin-top: 2rem;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  padding: 20px;
}

/* Individual Card */
.testimonial-card {
  flex: 0 0 calc(50% - 15px);
  background: var(--wdtBodyBGColor);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: none;
  border: 1px solid var(--wdtBorderColor);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12); */
}

/* Stars */
.testimonial-stars {
  color: #f5b301;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

/* Text */
.testimonial-text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: rgba(var(--wdtBodyTxtColorRgb), 0.85);
  line-height: 1.6;
}

/* User Info */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--wdtPrimaryColor);
}

.testimonial-user h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: rgba(var(--wdtBodyTxtColorRgb), 0.9);
}

.testimonial-user span {
  font-size: 0.85rem;
  color: rgba(var(--wdtBodyTxtColorRgb), 0.6);
}

/* Arrows */
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--wdtPrimaryColor);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
}

.testimonial-arrow:hover {
  background: rgba(var(--wdtPrimaryColorRgb), 0.9);
  transform: translateY(-50%) scale(1.1);
}

.prev {
  left: -15px;
}

.next {
  right: -15px;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 100%;
  }

  .testimonial-arrow {
    width: 35px;
    height: 35px;
  }

  .partners-grid {
    gap: 20px;
  }
}








.section.coverage {
  padding-top: 0;
}

.partner-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.partner-flex>div {
  width: 100%;
}

@media (min-width: 992px) {
  .partner-flex>div {
    width: calc(50% - 20px/2);
  }
}

.section.our-destination{
    overflow: hidden;
}

.our-destination .swiper {
  overflow: initial;
}

.destination-slider {
  position: relative;
  padding-bottom: 40px;
}

/* card */
.destination-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.destination-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* card */
.destination-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* image zoom effect */
.destination-image img {
  transition: transform .6s ease;
}

.destination-card:hover .destination-image img {
  transform: scale(1.1);
}

/* dark overlay */
.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  opacity: .4;
  transition: .4s;
}

.destination-card:hover::after {
  opacity: 1;
}

/* discover button */
.destination-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #0a2540;
  padding: 14px;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 600;

  transform: translateY(30px);
  opacity: 0;
  transition: .4s;
}

.destination-card:hover .destination-btn {
  transform: translateY(0);
  opacity: 1;
}

/* title overlay */
.destination-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 1;
  text-align: center;
  transform: translateY(45px);
  transition: 0.4s all ease-in-out;
}

.destination-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* arrows */
.vehicles-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  /* background: #fff; */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  z-index: 10;
}

.vehicles-slider__nav--prev {
  left: -20px;
}

.vehicles-slider__nav--next {
  right: -20px;
}

/* scrollbar track */
.destination-scrollbar {
  margin-top: 25px;
  height: 4px !important;
  background: #e5e5e5;
  border-radius: 10px;
}

/* scrollbar drag */
.destination-scrollbar .swiper-scrollbar-drag {
  background: #0a2540;
  border-radius: 10px;
}

.destination-scrollbar {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0;
}

.destination-slider__viewport {
  padding-bottom: 10px;
}

.section {
  background-color: #fff !important;
}

.vehicles-slider_nav {
  display: none !important;
}

.destination-button {
  padding: 10px 20px;
  display: inline-flex;
  background: #4e6cfb;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  min-height: 45px;
  align-items: center;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  min-width: 60%;
  text-align: center;
  justify-content: center;
}

.destination-button:hover {
    color: #fff;
}


.destination-card:hover .destination-content {
  transform: translateY(0);
}

.destination-card:hover .destination-button {
  opacity: 1;
}

.sec-line {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100vw;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

@media (min-width : 1440px) {
  .vehicles-slider__nav--prev {
    left: -70px;
  }

  .vehicles-slider__nav--next {
    right: -70px;
  }
}




/* Main Card Styling */
.work-card {
  position: relative;
}

/* Before Element (The Overlay/Effect) */
.work-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 0 0 100% 0;
  border-radius: 6px;
}

/* Hover State */
.work-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #e9edf3;
  opacity: 1;
  z-index: 0;
}

/* Blog archive banner */
.blog-banner {
  position: relative;
  color: #f9fafb;
  padding: 80px 0 72px;
  overflow: hidden;
  background-image: linear-gradient(120deg,
      rgba(15, 23, 42, 0.94),
      rgba(15, 23, 42, 0.82)),
    url("../images/banner/banner02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-banner {
  background-image: linear-gradient(120deg,
      rgba(15, 23, 42, 0.94),
      rgba(15, 23, 42, 0.82)),
    url("../images/banner/banner_contact.jpg");
}

.blog-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0,
      rgba(249, 115, 22, 0.2),
      transparent 55%);
  pointer-events: none;
}

.blog-banner__inner {
  position: relative;
  z-index: 1;
}

.blog-banner__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.7);
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.blog-banner__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4e6cfb;
}

.blog-banner__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}

.blog-banner__subtitle {
  max-width: 640px;
  margin: 0 auto;
  color: #9ca3af;
  font-size: 0.98rem;
}

/* Blog tabs */
.blog-tabs {
  padding: var(--section-padding-y) 0 10px;
  background: #f3f4f6;
}

.blog-tabs__heading {
  max-width: 640px;
  margin: 0 auto 18px;
}

.blog-tabs__heading h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-tabs__heading p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.blog-tabs__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.blog-tab-btn {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 0.45rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.2s ease;
}

.blog-tab-btn span.dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: transparent;
}

.blog-tab-btn--active {
  background: #111827;
  color: #f9fafb;
  border-color: #111827;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
}

.blog-tab-btn--active span.dot {
  background: #4e6cfb;
}

/* Blog grid and cards */
.blog-list {
  padding: 24px 0 70px;
  background: #f3f4f6;
}

.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  height: 100%;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.blog-card__image-wrap {
  position: relative;
  overflow: hidden;
  max-height: 220px;
}

.blog-card__image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.blog-card__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: rgba(15, 23, 42, 0.88);
  border-radius: 999px;
  padding: 0.18rem 0.7rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f9fafb;
}

.blog-card__body {
  padding: 18px 18px 16px;
  position: relative;
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.blog-card__meta-left {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.blog-card__meta-chip {
  background: #f3f4f6;
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  border: 1px solid #e5e7eb;
  font-size: 0.72rem;
}

.blog-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #4e6cfb;
}

.blog-card__snippet {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 12px;
}

.blog-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: #6b7280;
}

.blog-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-card__avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.blog-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  font-size: 0.8rem;
}

.blog-card__readmore i {
  font-size: 0.75rem;
}

.blog-card:hover .blog-card__image-wrap img {
  transform: scale(1.06);
}

.blog-card--light {
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .blog-banner {
    padding: 64px 0 56px;
  }

  .blog-banner__title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .blog-card__image-wrap img {
    height: 200px;
  }
}

/* Contact page layout */
.contact-hero {
  background: #f5f7fb;
  padding: 80px 0 60px;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e3e6ef;
  margin-bottom: 12px;
}

.contact-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-subtitle {
  max-width: 520px;
  color: #6b7280;
  margin-bottom: 24px;
}

.contact-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  padding: 28px 28px 24px;
  height: 100%;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px dashed #e5e7eb;
}

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

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.contact-value {
  font-weight: 600;
  color: #111827;
}

.contact-form-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-form-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 18px;
}

.contact-form .form-label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.contact-form .form-control {
  border-radius: 10px;
  border-color: #e5e7eb;
  padding: 0.6rem 0.85rem;
  font-size: 0.95rem;
}

.contact-form .form-control:focus {
  border-color: #111827;
  box-shadow: 0 0 0 0.15rem rgba(15, 23, 42, 0.12);
}

.btn-contact-submit {
    border-radius: 999px !important;
    padding: 0.7rem 1.8rem !important;
    font-weight: 600;
    font-size: 0.95rem !important;
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

.contact-form-here .submit-area{
    display: inline-flex !important;
}

.contact-form-here .submit-area p {
    display: inline-block;
    width: auto;
}

.btn-contact-submit:hover {
  background: #000;
  border-color: #000;
}

.contact-small-note {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 6px;
}

.contact-map {
  padding: 0 0 70px;
  background: #f5f7fb;
}

.contact-map__card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  line-height: 0;
}

.contact-map__header {
  padding: 18px 22px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contact-map__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.contact-map__hint {
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 0;
}

.contact-map iframe {
  width: 100%;
  border: 0;
  height: 360px;
}

/* Contact hero uses same responsive spacing as blog banner */
@media (max-width: 991.98px) {
  .contact-hero {
    padding-top: 60px;
  }

  .contact-title {
    font-size: 1.9rem;
  }

  .contact-card {
    margin-top: 24px;
  }
}

/* ======================
Partner Intro
======================*/

.partner-intro{
/* padding-inline: var(--section-padding-x); */
padding-block: var(--section-padding-y);
background:#f5f7fb;
}

.partner-badge{
display:inline-flex;
align-items:center;
gap:8px;
font-size:14px;
background:#fff;
padding:6px 14px;
border-radius:30px;
border:1px solid var(--wdtBorderColor);
margin-bottom:10px;
}

.partner-title{
font-size:2.2rem;
font-weight:700;
margin-bottom:12px;
}

.partner-desc{
color:#6b7280;
margin-bottom:18px;
}

.partner-list{
list-style:none;
padding:0;
}

.partner-list li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:8px;
color:#111827;
}

.partner-list i{
color:var(--wdtPrimaryColor);
}

.partner-image img{
border-radius:12px;
}

.partner-logos {
  /* padding-inline: var(--section-padding-x); */
  padding-block: var(--section-padding-y);
}

/* ======================
Logo Slider
======================*/

.logo-track{
display:flex;
gap:20px;
flex-wrap: wrap;
}

.logo-item{
  flex:0 0 calc(50% - (20px * 1)/2);
}

@media (min-width:768px) {
  .logo-item{
    flex:0 0 calc(33.33% - (20px * 2)/3);
  } 
}

@media (min-width:1025px) {
  .logo-track{
    gap:25px;
  }
  .logo-item{
    flex:0 0 calc(25% - (25px * 3)/4);
  } 
}
@media (min-width:1440px) {
  .logo-track{
    gap:30px;
  }
  .logo-item{
    flex:0 0 calc(20% - (30px * 4)/5);
  } 
}
.logo-item img{
transition:.3s;
}

.logo-item img:hover{
opacity:1;
}

.logo-slider{
margin-top:40px;
}

.logo-item img{
width:100%;
/* height:60px; */
object-fit:cover;
/* filter: grayscale(100%); */
/* opacity:.7; */
}

.logo-item {
  transition:0.3s;
box-shadow: var(--shadow-md);
border-radius: 18px;
overflow: hidden;
  border: 1px solid transparent;
transition: 0.2s all ease-in-out;
}

.logo-item img:hover{
filter:grayscale(0);
opacity:1;
}

.logo-item:hover {
  border-color: transparent;
  border: 1px solid #0f172af0;
}
/* ======================
Perks
======================*/

.partner-perks{
    /* padding-inline: var(--section-padding-x); */
    padding-block: var(--section-padding-y);
background:#f5f7fb;
}

.perk-card{
background:#fff;
padding:30px 20px;
border-radius:12px;
text-align:center;
/* border:1px solid var(--wdtBorderColor); */
transition:.3s;
    box-shadow: var(--shadow-md);
    border-radius: 18px;
}

.perk-card:hover{
transform:translateY(-5px);
box-shadow:var(--shadow-md);
}

.perk-icon{
font-size:28px;
margin-bottom:12px;
/* color:var(--wdtPrimaryColor); */
width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e7ff;
}
.perk-icon i {
      font-size: 1rem;
      color: #000;
}
.perk-card h4{
    margin-bottom: 10px;
    font-size: 1.05rem;
    font-weight: 700;
}

.perk-card p{
    font-size: 0.92rem;
    color: #4b5563;
}


/* ======================
Partner Form
======================*/

.partner-form{
    /* padding-inline: var(--section-padding-x); */
    padding-block: var(--section-padding-y);
background:#fff;
}

.partner-form-card{
background:#fff;
padding:40px;
border-radius:16px;
box-shadow:var(--shadow-md);
}

.partner-form-text{
color:#6b7280;
margin-bottom:25px;
}

.partner-form .form-control{
border-radius:10px;
padding:.6rem .9rem;
border:1px solid #e5e7eb;
}

.partner-form .form-control:focus{
border-color:#111827;
box-shadow:0 0 0 .15rem rgba(0,0,0,.1);
}

.partner-character{
position:absolute;
right:-120px;
bottom:-20px;
z-index:1;
}

.partner-character img{
width:260px;
}
/* ======================
Responsive
======================*/

@media(max-width:1200px){

.partner-character{
right:-80px;
}

}

@media(max-width:991px){

.partner-title{
font-size:1.8rem;
}
.partner-character{
display:none;
}

.partner-form-card{
padding:30px;
}

}



.partner-form {
  position: relative;
}
.partner-form:before {
  position: absolute;
  content: "";
  background-image: url(../images/form-bg.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.partner-form-wrapper {
  position: relative;
  z-index: 2;
}







.page-banner{

padding:80px 0;
background:#f5f7fb;
}

.page-banner h1{

font-size:40px;
font-weight:700;
}

.tours-section{
  padding-block: var(--section-padding-y);
}



/* SIDEBAR */

.country-sidebar{

background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.country-sidebar .nav-link{

color:#000;
padding:12px;
margin-bottom:5px;
border-radius:6px;
text-align:left;
display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    font-family: var(--wdtFontTypo_Alt);
}

.country-sidebar .nav-link.active{

background:var(--wdtPrimaryColor);
color:#fff;
}

.country-sidebar .nav-link i {
  display: none;
}


/* TOUR CARD */

.tour-card{

background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.tour-card:hover{

transform:translateY(-5px);
}

.tour-card img{

width:100%;
}

.tour-content{

padding:1.8rem 1.4rem 1.6rem;
}

.tour-content h5{
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.tour-content p{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1rem;
    color: #4b5563;
    margin: 0;
}

.tour-btn{
display: inline-block;
    text-decoration: none;
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor) !important;
    border-radius: var(--radius-full);
    padding: 0.5rem 1.6rem;
    font-weight: 600;
    font-size: 0.885rem;
   transition: 0.4s all;
   margin-top: 20px;
   font-weight: 900;
  }

.tour-btn:hover{
  background: #3d5ce8;
  transform: translateY(-2px);
  color: #fff !important;
}
#other-service-hero {
   position: relative;
  min-height: clamp(460px, 70vh, 560px);
  padding: 5rem 0;
  background-image: linear-gradient(120deg,      rgba(15, 23, 42, 0.94),      rgba(15, 23, 42, 0.82)),    url("../images/banner/banner_random01.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  color: var(--wdtAccentTxtColor);
}

/* =========================
   Select Field Styling
========================= */
.option-field select {
  width: 100%;
  /* height: 48px; */
  /* padding: 0 15px; */
  border-radius: none;
  border: none ;
  background-color: transparent;
  color: var(--wdtBodyTxtColor);
  font-size: var(--wdtFontSize_Base);
  font-family: var(--wdtFontTypo_Base);
  transition: var(--transition-base);
  appearance: none;
  cursor: pointer;

  /* Custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg fill='%23050b20' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* Hover */
.option-field select:hover {
  /* border-color: var(--wdtPrimaryColor); */
}

/* Focus */
.option-field select:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}

/* Disabled */
.option-field select:disabled {
  background-color: var(--wdtTertiaryColor);
  cursor: not-allowed;
  opacity: 0.7;
}

.option-field select option {
  padding: 0 15px !important;
}

.page-banner{
padding:80px 0;
background:#f5f7fb;
}

.intro-section{
padding:60px 0;
}

.travel-section{
padding:70px 0;
}

.alt-bg{
background:#f9fafc;
}

.travel-list{
list-style:none;
padding:0;
margin:15px 0;
}

.travel-list li{
margin-bottom:8px;
}

.travel-list i{
color:var(--wdtPrimaryColor);
margin-right:8px;
}

.travel-btn{
background:var(--wdtPrimaryColor);
color:#fff;
padding:10px 20px;
border-radius:25px;
}

.travel-btn:hover{
background:#3f5be8;
color:#fff;
}



/* WHY */

.why-section{
padding:70px 0;
}

.why-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.why-card i{
font-size:30px;
color:var(--wdtPrimaryColor);
margin-bottom:10px;
}



/* CTA */

.cta-section{
padding:70px 0;
background:var(--wdtPrimaryColor);
color:#fff;
}

.cta-btn{
background:#fff;
color:#000;
padding:10px 25px;
border-radius:25px;
}


/* HERO */
.other-hero-2 {
  padding: 120px 0;
  text-align: center;
}

.hero-inner h1 {
  font-size: var(--wdtFontSize_H1);
  margin-bottom: var(--spacing-md);
}

.hero-inner p {
  font-size: 18px;
  color: rgba(var(--wdtBodyTxtColorRgb), 0.7);
}

/* SPLIT SECTION */
.travel-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.travel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.travel-image:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.travel-content {
  max-width: 500px;
}

.travel-tag {
  display: inline-block;
  background: rgba(var(--wdtPrimaryColorRgb), 0.1);
  color: var(--wdtPrimaryColor);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-size: 12px;
  margin-bottom: var(--spacing-sm);
}

.travel-content h2 {
  margin-bottom: var(--spacing-md);
}

.travel-content p {
  margin-bottom: var(--spacing-md);
  color: rgba(var(--wdtBodyTxtColorRgb), 0.7);
}

/* POINTS */
.travel-points div {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.travel-points i {
  color: var(--wdtPrimaryColor);
}

/* BUTTON */
.btn-primary-custom {
  display: inline-block;
  margin-top: var(--spacing-md);
  padding: 12px 24px;
  background: var(--wdtPrimaryColor);
  color: #fff;
  border-radius: var(--radius-md);
  transition: var(--transition-base);
}

.btn-primary-custom:hover {
  background: var(--wdtSecondaryColor);
}

/* CTA */
.travel-cta {
  text-align: center;
}

.travel-cta h2 {
  margin-bottom: var(--spacing-sm);
}

.travel-cta p {
  margin-bottom: var(--spacing-md);
  color: rgba(var(--wdtBodyTxtColorRgb), 0.7);
}

.hero-slider__nav,
.vehicles-slider__nav{
  display: none;
}

.airport-card__price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.airport-card__price-label,
.airport-card__price-value{
font-size: 15px;
    font-weight: 600;
    color: var(--wdtHeadAltColor);
}

.ot-feature-card__body .airport-hero__badges span {
    color: #000;
    border-color: #000;
}

.ot-feature-card__body .airport-hero__badges span i {
    color: #000;
}

.au-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.au-nav__link {
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  border-radius: var(--radius-md);
  color: var(--wdtBodyTxtColor);
  transition: all var(--transition-fast);
  display: block;
}
.au-nav__link:hover {
  color: var(--wdtPrimaryColor);
  background: var(--wdtPrimaryLight);
}

.au-nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.au-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--wdtBodyTxtColor);
  border-radius: 2px;
  transition: all var(--transition-fast);
}
.au-nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.au-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.au-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991.98px) {
  .au-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #fff;
    border-bottom: 1px solid var(--wdtBorderColor);
    padding: 1rem;
    gap: 0.25rem;
    box-shadow: var(--shadow-md);
    z-index: 999;
  }
  .au-nav.is-open { display: flex; }
  .au-nav__link { width: 100%; }
}

/* ── Hero ────────────────────────────────────────────────── */
.au-hero {
  background:
    linear-gradient(135deg, rgba(5,11,32,.88), rgba(78,108,251,.12)),
    url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=75&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.au-hero__card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.au-hero__card-stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
  background: var(--wdtTertiaryColor);
  border-radius: var(--radius-lg);
  text-align: center;
}
.au-hero__card-number {
  font-family: var(--wdtFontTypo_Alt);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--wdtPrimaryColor);
}
.au-hero__card-label {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
}

/* ── Story Image ─────────────────────────────────────────── */
.au-story-image {
  width: 100%;
  min-height: 360px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef1ff, #c7d2fe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  color: var(--wdtPrimaryColor);
  opacity: 0.8;
  box-shadow: 0 20px 50px rgba(78, 108, 251, 0.2);
}

/* ── Timeline ────────────────────────────────────────────── */
.au-timeline {
  position: relative;
  padding: 2rem 0;
}
.au-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: var(--wdtBorderColor);
  top: 0;
}

.au-timeline__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.au-timeline__item:nth-child(even) {
  direction: rtl;
}
.au-timeline__item:nth-child(even) > div {
  direction: ltr;
}

.au-timeline__marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: var(--wdtPrimaryColor);
  border: 4px solid #fff;
  border-radius: 50%;
  top: 8px;
  box-shadow: 0 0 0 4px var(--wdtPrimaryLight);
  z-index: 1;
}

.au-timeline__content {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.au-timeline__content h3 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: var(--wdtHeadAltColor);
}
.au-timeline__content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .au-timeline::before {
    left: 20px;
  }
  .au-timeline__item {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .au-timeline__item:nth-child(even) {
    direction: ltr;
  }
  .au-timeline__item:nth-child(even) > div {
    direction: ltr;
  }
  .au-timeline__marker {
    left: 20px;
  }
  .au-timeline__content {
    margin-left: 60px;
  }
}

/* ── Values Cards ────────────────────────────────────────── */
.au-value {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
}
.au-value:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(78, 108, 251, 0.25);
}
.au-value i {
  font-size: 2.2rem;
  color: var(--wdtPrimaryColor);
  margin-bottom: 1rem;
  display: block;
}
.au-value h3 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}
.au-value p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

/* ── Stats Boxes ─────────────────────────────────────────── */
.au-stat {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.au-stat h3 {
  font-family: var(--wdtFontTypo_Alt);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--wdtPrimaryColor);
  margin-bottom: 0.5rem;
}
.au-stat p {
  margin: 0;
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
}

/* ── Team Cards ──────────────────────────────────────────── */
.au-team-card {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
}
.au-team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.au-team-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  background: var(--wdtPrimaryLight);
  color: var(--wdtPrimaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
}
.au-team-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}
.au-team-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

#mission .pp-panel {
    box-shadow : none !important;
    border: none !important;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 767.98px) {
  .au-hero__card {
    padding: 1.5rem;
  }
  .au-story-image {
    min-height: 280px;
    font-size: 3.5rem;
  }
  .au-timeline__content {
    padding: 1.25rem;
  }
  .au-value,
  .au-stat,
  .au-team-card {
    padding: 1.5rem;
  }
}

.fl-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fl-nav-dropdown {
  padding: 0.6rem 1rem;
  border: 2px solid var(--wdtPrimaryColor);
  border-radius: var(--radius-full);
  background: #fff;
  color: var(--wdtBodyTxtColor);
  font-family: var(--wdtFontTypo_Alt);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-normal);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%234e6cfb' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
}

.fl-nav-dropdown:hover {
  border-color: var(--wdtPrimaryDark);
  box-shadow: 0 4px 12px rgba(78, 108, 251, 0.2);
}

.fl-nav-dropdown:focus {
  outline: none;
  border-color: var(--wdtPrimaryColor);
  box-shadow: 0 0 0 3px rgba(78, 108, 251, 0.12);
}

/* ── Hero ────────────────────────────────────────────────── */
.fl-hero {
  background:
    linear-gradient(135deg, rgba(5,11,32,.88), rgba(78,108,251,.15)),
    url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=75&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  padding: 100px 0 80px;
}

.fl-hero__overlay {
  display: none;
}

/* ── Vehicle Card ────────────────────────────────────────── */
.fl-vehicle-card {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.fl-vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(78, 108, 251, 0.2);
}

.fl-vehicle-card__image {
  width: 100%;
  /*height: 180px;*/
  background: linear-gradient(135deg, #eef1ff, #c7d2fe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: var(--wdtPrimaryColor);
  opacity: 1;
  position: relative;
  transition: all var(--transition-normal);
}

.fl-vehicle-card__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.0) 60%, transparent 100%);
}

.fl-vehicle-card:hover .fl-vehicle-card__image {
  opacity: 1;
}

.fl-vehicle-card__image--exec {
  background: linear-gradient(135deg, #fff3cd, #ffe69c);
  color: #d4a574;
}

.fl-vehicle-card__image--luxury {
  background: linear-gradient(135deg, #f0e6d2, #e8d5c4);
  color: #8b7355;
}

.fl-vehicle-card__image--coach {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #28a745;
}

.fl-vehicle-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  z-index: 1;
  position: absolute;
bottom: 0;
    left: 0;
    right: 0;
}

.fl-vehicle-card__content h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--wdtHeadAltColor);
  color: #fff;
}

.fl-vehicle-card__model {
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.fl-vehicle-card__content--luxury h3 {
  color: #8b7355;
}

.fl-specs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.7rem;
  margin-top: 10px;
}

.fl-specs span {
display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 4px 15px;
    background: var(--wdtTertiaryColor);
    border-radius: var(--radius-lg);
    color: var(--wdtBodyTxtColor);
    font-weight: 500;
    background-color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0;
}

.fl-vehicle-card__desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.fl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-full);
  font-family: var(--wdtFontTypo_Alt);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid var(--wdtPrimaryColor);
  background: transparent;
  color: var(--wdtPrimaryColor);
  transition: all var(--transition-normal);
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.fl-btn:hover {
  background: var(--wdtPrimaryColor);
  color: #fff;
  transform: translateY(-2px);
}

.fl-btn--exec {
  border-color: #d4a574;
  color: #d4a574;
}

.fl-btn--exec:hover {
  background: #d4a574;
  border-color: #d4a574;
  color: #fff;
}

.fl-btn--luxury {
  border-color: #8b7355;
  color: #8b7355;
}

.fl-btn--luxury:hover {
  background: #8b7355;
  border-color: #8b7355;
  color: #fff;
}

/* ── Section ─────────────────────────────────────────────── */
.fl-section {
  scroll-margin-top: 80px;
  padding: 80px 0;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .fl-nav-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .fl-nav-dropdown,
  .pp-btn {
    width: 100%;
  }

  .fl-hero {
    padding: 80px 0 60px;
  }

  .fl-vehicle-card__image {
    /*height: 150px;*/
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .fl-nav-dropdown {
    padding: 0.6rem 0.9rem;
    font-size: 0.8rem;
  }

  .fl-vehicle-card__image {
    /*height: 130px;*/
    font-size: 2.5rem;
  }

  .fl-vehicle-card__content {
    padding: 1.25rem;
  }

  .fl-specs {
    gap: 0.5rem;
    font-size: 0.75rem;
  }

  .fl-specs span {
    padding: 0.3rem 1rem;
    font-size: 0.75rem;
  }

  .fl-btn {
    padding: 0.55rem 1rem;
    font-size: 0.8rem;
  }

  .fl-section {
    padding: 60px 0;
  }
}

.fp-hero {
  background:
    linear-gradient(135deg, rgba(5,11,32,.88), rgba(78,108,251,.15)),
    url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=75&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  padding: 100px 0 80px;
}

.fp-hero__overlay {
  display: none;
}

/* ── Stats Section ───────────────────────────────────────── */
.fp-stat {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
}

.fp-stat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(78, 108, 251, 0.2);
}

.fp-stat__number {
  font-family: var(--wdtFontTypo_Alt);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--wdtPrimaryColor);
  margin-bottom: 0.5rem;
}

.fp-stat__label {
  font-size: 0.95rem;
  color: #666;
  font-weight: 600;
}

/* ── Featured Provider Card ──────────────────────────────── */
.fp-provider-card {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fp-provider-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(78, 108, 251, 0.25);
}

.fp-provider-card__image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
}

.fp-provider-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.fp-provider-card:hover .fp-provider-card__image img {
  transform: scale(1.05);
}

.fp-provider-card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.fp-provider-card__content h3 {
  font-size: 1.15rem;
  margin: 0;
  color: var(--wdtHeadAltColor);
  font-weight: 700;
}

.fp-provider-card__location {
  font-size: 0.85rem;
  color: var(--wdtPrimaryColor);
  margin: 0;
  font-weight: 600;
}

.fp-provider-card__desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0.5rem 0;
  flex: 1;
}

.fp-provider-card__stats {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid var(--wdtBorderColor);
}

.fp-provider-card__stats span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}

.fp-provider-card__stats i {
  color: var(--wdtPrimaryColor);
}

/* ── All Providers Grid ──────────────────────────────────── */
.fp-providers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2rem;
  padding: 1rem 0;
}

.fp-provider-grid-card {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.fp-provider-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(78, 108, 251, 0.2);
}

.fp-provider-grid-card__image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
}

.fp-provider-grid-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.fp-provider-grid-card:hover .fp-provider-grid-card__image img {
  transform: scale(1.08);
}

.fp-provider-grid-card h4 {
  font-size: 0.95rem;
  margin: 1rem;
  margin-bottom: 0.25rem;
  color: var(--wdtHeadAltColor);
  font-weight: 700;
}

.fp-provider-grid-card p {
  font-size: 0.8rem;
  color: #999;
  margin: 0 1rem 1rem;
  font-weight: 500;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .fp-provider-card__content {
    padding: 1.5rem;
  }

  .fp-provider-card__image {
    height: 200px;
  }

  .fp-providers-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
  }

  .fp-provider-grid-card__image {
    height: 140px;
  }
}

@media (max-width: 575.98px) {
  .fp-provider-card__content {
    padding: 1.25rem;
  }

  .fp-provider-card__image {
    height: 180px;
  }

  .fp-provider-card__stats {
    gap: 1rem;
  }

  .fp-providers-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
  }

  .fp-provider-grid-card h4 {
    font-size: 0.85rem;
    margin: 0.75rem;
  }

  .fp-provider-grid-card p {
    font-size: 0.75rem;
    margin: 0 0.75rem 0.75rem;
  }
}







/*Tour Detail Page*/

.td-hero {
  background: linear-gradient(135deg, #050b20 0%, #4e6cfb 100%);
  color: #fff;
  padding: 60px 0;
  margin-bottom: 2rem;
  
  position: relative;
    color: #f9fafb;
    padding: 80px 0 72px;
    overflow: hidden;
    /*background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.82)), url(../images/banner/banner02.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    
    
}

.td-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.82));
    z-index: 1;
}

.td-hero > div {
    position: relative;
    z-index: 2;
}

.td-breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.td-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: opacity var(--transition-fast);
}

.td-breadcrumb a:hover {
  opacity: 0.7;
}

.td-breadcrumb span {
  margin: 0 0.5rem;
  opacity: 0.7;
}

.td-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  font-family: var(--wdtFontTypo_Alt);
}

.td-meta-strip {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
  opacity: 0.95;
}

.td-meta-strip span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ── Gallery Section ────────────────────────────────────── */
.td-gallery {
  padding: 0 0 3rem 0;
}

.td-gallery__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  display: block;
  transition: transform var(--transition-normal);
}

.td-gallery__image--main {
  height: 100%;
}

.td-gallery__image:hover {
  transform: scale(1.02);
}

.td-sidebar-sticky {
    position: sticky;
    top: 100px;
}

/* ── Summary Section ────────────────────────────────────── */
.td-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  background: #F1F1F1;
  border-radius: var(--radius-xl);
  /*border: 1px solid var(--wdtBorderColor);*/
}

.td-summary__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.td-summary__icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-lg);
background: var(--wdtPrimaryColor);
    color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.td-summary__item strong {
  display: block;
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.td-summary__item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--wdtHeadAltColor);
}

/* ── Content Sections ───────────────────────────────────── */
.td-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--wdtBorderColor);
}

.td-section:last-child {
  border-bottom: none;
}

.airport-form__field.full {
    grid-column: 1 / -1;
}

.td-section h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--wdtHeadAltColor);
  font-family: var(--wdtFontTypo_Alt);
}

.td-section p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}

.td-section p:last-child {
  margin-bottom: 0;
}

/* ── Lists ──────────────────────────────────────────────── */
.td-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /*column-count: 2;*/
}

.td-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 600;
  display: flex;
align-items: center;
    gap: 8px;
    line-height: normal;

}

.td-list li:not(:last-child){
        margin-bottom: 10px;
}

/*.td-list li::before {*/
/*  content: "✓";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  color: var(--wdtPrimaryColor);*/
/*  font-weight: 700;*/
/*  font-size: 1rem;*/
/*}*/

/* ── Sidebar Cards ──────────────────────────────────────── */
.td-sidebar-card {
  background: #fff;
  border: 1.5px solid var(--wdtBorderColor);
  border-radius: var(--radius-xl);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
}

.td-sidebar-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(78, 108, 251, 0.15);
}

.td-sidebar-card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--wdtHeadAltColor);
}

/* ── Price Box ──────────────────────────────────────────── */
.td-price-box {
  background: linear-gradient(135deg, var(--wdtPrimaryLight), #fff);
  text-align: center;
  /*border-color: var(--wdtPrimaryColor);*/
  background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.82));
  box-shadow: none;
}

.td-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--wdtPrimaryColor);
  margin-bottom: 0.25rem;
  font-family: var(--wdtFontTypo_Alt);
}

.td-price-box small {
  color: #666;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1.25rem;
}

.td-price-breakdown {
  padding-top: 1.25rem;
  border-top: 1px solid var(--wdtBorderColor);
}

.td-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  gap: 1rem;
}

.td-price-row span {
  color: #666;
}

.td-price-row strong {
  color: var(--wdtPrimaryColor);
  font-weight: 700;
  font-size: 0.95rem;
}

/* ── Booking Form ───────────────────────────────────────── */
.td-booking-form input,
.td-booking-form select,
.td-booking-form textarea {
  border: 1px solid var(--wdtBorderColor);
  border-radius: var(--radius-md);
  padding: 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  transition: all var(--transition-fast);
}

.td-booking-form input:focus,
.td-booking-form select:focus,
.td-booking-form textarea:focus {
  border-color: var(--wdtPrimaryColor);
  box-shadow: 0 0 0 3px rgba(78, 108, 251, 0.1);
  outline: none;
}

.td-booking-form .form-label {
  font-weight: 600;
  color: var(--wdtBodyTxtColor);
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

.td-booking-form button {
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  transition: all var(--transition-normal);
}

.td-booking-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(78, 108, 251, 0.3);
}

/* ── Quick Facts Box ────────────────────────────────────── */
.td-quick-facts {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.td-quick-fact {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.td-quick-fact i {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-lg);
  background: var(--wdtPrimaryLight);
  color: var(--wdtPrimaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.td-quick-fact strong {
  display: block;
  font-size: 0.9rem;
  color: var(--wdtHeadAltColor);
  margin-bottom: 0.25rem;
}

.td-quick-fact p {
  margin: 0;
  font-size: 0.8rem;
  color: #999;
}

.td-price-box * {
    color: #fff !important;
    margin: 0 !important;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .td-hero {
    padding: 40px 0;
  }

  .td-title {
    font-size: 2rem;
  }

  .td-meta-strip {
    gap: 1.5rem;
    font-size: 0.85rem;
  }

  .td-gallery__image {
    height: 220px;
  }

  .td-gallery__image--main {
    height: 280px;
  }

  .td-summary {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .td-sidebar-card {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .td-title {
    font-size: 1.6rem;
  }

  .td-meta-strip {
    gap: 1rem;
    font-size: 0.8rem;
  }

  .td-meta-strip span {
    flex: 0 0 100%;
  }

  .td-gallery__image {
    height: 200px;
  }

  .td-gallery__image--main {
    height: 240px;
  }

  .td-summary {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .td-section h3 {
    font-size: 1.15rem;
  }

  .td-section p {
    font-size: 0.9rem;
  }

  .td-list li {
    font-size: 0.9rem;
    padding-left: 24px;
  }

  .td-price {
    font-size: 1.8rem;
  }

  .td-sidebar-card {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .td-hero {
    padding: 30px 0;
  }

  .td-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .td-breadcrumb {
    font-size: 0.75rem;
  }

  .td-meta-strip {
    flex-direction: column;
    gap: 0.5rem;
  }

  .td-gallery__image,
  .td-gallery__image--main {
    height: 180px;
  }

  .td-summary {
    padding: 1.25rem;
    gap: 1rem;
  }

  .td-summary__icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .td-summary__item strong {
    font-size: 0.75rem;
  }

  .td-section h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .td-price {
    font-size: 1.5rem;
  }

  .td-sidebar-card {
    padding: 1rem;
  }

  .td-booking-form input,
  .td-booking-form select,
  .td-booking-form textarea {
    padding: 0.6rem;
    font-size: 0.85rem;
  }
}

.vehicles-slider .swiper {
    overflow: hidden;
  position: relative;
}

/* Dots container */
.vehicles-slider .swiper-pagination {
    position: static;
    margin: auto;
    transform: none !important;
    overflow: hidden;
    white-space: inherit !important;
    margin-top: 20px;
    width: 100% !important;
}

/* Default dot */
.vehicles-slider .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #000;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s ease;
    transform: none !important;
    min-width: 10px;
    left: 0 !important;
}

/* Active dot */
.vehicles-slider .swiper-pagination-bullet-active {
  background: #000;
}

.single-tour-form .airport-form__field textarea {
        resize: auto;
        height: 44px;
}
.airport-form__actions p {
    position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
 {
    border-color: #ffb900;
    margin-top: 0;
    color: #000;
    font-size: 13px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.single-tour-form .wpcf7-not-valid-tip {
    font-size: 10px;
}

.textarea textarea {
    height: 90px !important;
}
.footer-group-newsletter .wpcf7-not-valid-tip {
    display: none !important;
}

.footer-group-newsletter span.airport-form__actions {
    margin: 0;
    position: relative;
}
.footer-group-newsletter span.airport-form__actions input {
    margin: 0;
    height: 100%;
    border-radius: 50px;
}
.footer_newsletter .wpcf7-response-output {
    border: spx solid;
    color: #fff !important;
}

.contact-form-here .col-md-6 p,
.contact-form-here .col-12 p{
    margin: 0;
}




/* Section Background */
.pp-section {
  /*background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%);*/
  position: relative;
}

/* Tag */
.pp-section__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #5b6cff;
  background: rgba(91, 108, 255, 0.08);
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-block;
}

/* Heading */
.faq-section h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
}

/* Accordion Card */
.accordion-item {
  border: none;
  border-radius: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  box-shadow: 
    0 10px 30px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.35s ease;
  border: 1px solid rgba(255,255,255,0.4);
}

/* Hover Effect */
.accordion-item:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 
    0 20px 45px rgba(79, 109, 245, 0.15),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

/* Question Button */
.accordion-button {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 22px;
  background: transparent;
  color: #0f172a;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Custom Arrow */
.accordion-button::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #5b6cff;
  transition: transform 0.3s ease;
}

/* Rotate arrow */
.accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}

/* Active State */
.accordion-button:not(.collapsed) {
  color: #5b6cff;
  background: rgba(91, 108, 255, 0.06);
}

/* Answer */
.accordion-body {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.8;
  padding: 0 22px 22px;
  animation: fadeIn 0.4s ease;
}

/* Smooth animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Divider line (premium touch) */
.accordion-item::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
}

/* Section spacing */
.faq-section {
  position: relative;
}

.td-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.td-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #1f2937;
    margin-bottom: 12px;
    /*padding: 10px 12px;*/
    border-radius: 10px;
    transition: 0.3s ease;
    width: calc(50% - 20px/2);
    padding: 0;
}

.td-list li:hover {
    /*background: rgba(0,0,0,0.03);*/
    transform: translateX(4px);
}

.td-list li i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
    transition: 0.3s ease;
}

/* Highlights (premium dark glass look) */
.td-section.highlight .td-list li i {
    background: linear-gradient(135deg, #2c2f36, #4b5563);
    color: #fff;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.15);*/
}

/* Included (luxury green glow) */
.td-section.include .td-list li i {
    background: linear-gradient(135deg, #00b894, #55efc4);
    color: #fff;
    /*box-shadow: 0 4px 12px rgba(0,184,148,0.35);*/
}

/* Not Included (soft red gradient) */
.td-section.not-include .td-list li i {
    background: linear-gradient(135deg, #ff7675, #d63031);
    color: #fff;
    /*box-shadow: 0 4px 12px rgba(214,48,49,0.35);*/
}

/* hover animation */
.td-list li:hover i {
    transform: scale(1.15) rotate(-5deg);
}

/* section heading */
.td-section h3 {
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
    position: relative;
}


.td-itinerary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.td-itinerary span.line {
    position: absolute;
    left: calc(40px / 2 + 1px);
    width: 2px;
    height: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;

    background: linear-gradient(
        180deg,
        #6366f1,
        #8b5cf6,
        #ec4899,
        #6366f1
    );
    background-size: 100% 300%;
    animation: lineFlow 4s linear infinite;
    border-radius: 2px;
}

@keyframes lineFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}

.td-itinerary__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0px;
    border-radius: 12px;
    /*background: #ffffff;*/
    /*border: 1px solid #f1f1f1;*/
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.td-section.itinerary {
    padding: 2rem;
    background: #F1F1F1;
    border-radius: var(--radius-xl);
}

/*.td-itinerary__item:hover {*/
/*    box-shadow: 0 8px 25px rgba(0,0,0,0.06);*/
/*    transform: translateY(-2px);*/
/*}*/

/* Icon badge */
.td-itinerary__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.td-itinerary__icon i {
    color: #fff;
    font-size: 16px;
}

/* Content */
.td-itinerary__content p {
    margin: 0;
    font-size: 15px;
    color: #1f2937;
    line-height: 1.5;
}

/* subtle divider look */
.td-itinerary__item:not(:last-child) {
    position: relative;
}

.td-itinerary__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 54px;
    width: calc(100% - 54px);
    height: 1px;
    background: #3d4450;
    opacity: .1;
}

.td-itinerary__item:first-child .td-itinerary__icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.td-itinerary__item:nth-last-child(2) .td-itinerary__icon {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
}

.td-section.include .td-list li i {
    padding: 0 !important;
    background: transparent;
    color: green;
    width: auto;
    font-size: 16px;
}

.td-section.not-include .td-list li i {
     padding: 0 !important;
    background: transparent;
    color: red;
    width: auto;
    font-size: 16px;
}

/* Mobile Optimization */
@media (max-width: 768px) {

  .faq-section h3 {
    font-size: 22px;
  }

  .accordion-button {
    font-size: 14px;
    padding: 16px;
  }

  .accordion-body {
    font-size: 13.5px;
    padding: 0 16px 16px;
  }
  .td-list li {
    width: 100%;
    
    }
    
    .td-section.itinerary {
    padding: 1.2rem;
}
}

.country-sidebar {
    background: #ffffff;
    padding: 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
}

/* buttons */
.country-sidebar .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    padding: 14px 22px;
    border-radius: 10px;
    margin-bottom: 8px;
    background: transparent;
    transition: 0.3s ease;
    font-weight: 500;
}

/* icon */
.country-sidebar .nav-link i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    color: #6366f1;
    font-size: 13px;
    transition: 0.3s ease;
    display: none;
}

/* hover */
.country-sidebar .nav-link:hover {
    background: #f8fafc;
    transform: translateX(4px);
}

/* active */
.country-sidebar .nav-link.active {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    box-shadow: 0 6px 20px rgba(79,70,229,0.25);
}

/* active icon */
.country-sidebar .nav-link.active i {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* subtle divider spacing */
.country-sidebar .nav-link:last-child {
    margin-bottom: 0;
}

.country-sidebar .nav-link.active {
    position: relative;
}

.country-sidebar .nav-link.active::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: #6366f1;
    border-radius: 4px;
}


/* heading */
.country-sidebar-wrapper .sidebar-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
    position: relative;
}

.terms-container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.terms-box {
  margin-bottom: 25px;
}

.terms-box h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.terms-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.terms-box ul {
  padding-left: 18px;
  list-style: disc;
}

.terms-box ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

.country-sidebar-wrapper {
    position : sticky;
    top: 120px;
}
