body {
  font-family: "Poppins", sans-serif;
  background: #f6f7f9;
  padding-top: var(--header-height);
}

:root {
  --header-height: 72px;
}

.package-section {
  scroll-margin-top: 140px;
  /* adjust according to sticky height */
}

.package-card {
  border-radius: 1px;
  padding: 14px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.package-card:hover {
  transform: translateY(-6px);
}

.package-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}

.package-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1px;
}

.value-pack {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
}

.package-body h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0 8px;
}

.inclusions {
  padding: 0;
  margin: 0px 15px 20px;
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  column-gap: 8px;
  row-gap: 4px;
  font-size: 12px;
  color: #777;
}

.price-box {
  margin: 8px 0;
  align-items: center;
  gap: 12px;
}

.start-txt {
  display: flex;
  font-size: 14px;
  color: #777;
  gap: 6px;
  margin-bottom: 0px;
}

/* PRICE CONTAINER */
.price-box.dual-price {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 10px;
}

/* COMMON PRICE CARD */
.price-col {
  flex: 1;
  background: #ffffff;
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.pkg-price {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #222;
  line-height: 1.1;
}

.old-price {
  display: block;
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.new-price {
  font-size: 20px;
  font-weight: 700;
  color: #52b788;
}

.validity {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.btn-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-enquiry {
  flex: 1;
  background: #52b788;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

.btn-book {
  background: transparent;
  border: 1px solid #52b788;
  color: #52b788;
  border-radius: 6px;
  font-size: 14px;
}

.btn-book:hover {
  background: #52b788;
  color: #fff;
}

.custom-arrow {
  width: 40px;
  height: 40px;
  background: #40916c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.swiper-button-next.custom-arrow::after,
.swiper-button-prev.custom-arrow::after {
  font-size: 20px;
  color: #fff;
}

.swiper-button-next.custom-arrow {
  right: 0px;
}

.swiper-button-prev.custom-arrow {
  left: 0px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 30%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .swiper-slide {
    width: 85% !important;
  }

  .custom-arrow {
    display: none;
  }
}

.destination-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: flex-start;
}

.destination-info {
  padding-top: 12px;
}

.destination-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 5px;
  color: #52b788;
}

.section-divider-wrap {
  max-width: 1340px;
  margin: 40px auto 0;
  padding: 0 15px;
  /* matches Bootstrap container padding */
}

.section-divider {
  border: none;
  background: #ff7a00;
}

.section-divider {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wave-divider {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff7f1' d='M0,40 C120,60 240,80 360,70 480,60 600,20 720,20 840,20 960,60 1080,65 1200,70 1320,55 1440,40 L1440,0 L0,0 Z'%3E%3C/path%3E%3C/svg%3E");
}

.nts {
  color: #888;
  font-size: 14px;
}

@media (max-width: 768px) {
  .destination-title {
    text-align: center;
    font-size: 20px;
  }

  body {
    font-family: "Poppins", sans-serif;
    background: #000;
  }

  .package-body h5 {
    color: #fff;
  }

  .desti-name {
    color: #ff8c00;
  }

  .inclusions {
    color: #fff;
    column-gap: 10px;
  }

  .start-txt {
    color: #fff;
  }

  .old-price {
    color: #fff;
  }

  .validity {
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
  }

  .nts {
    color: #fff;
    font-size: 12px;
  }

  .price-box.dual-price {
    gap: 10px;
  }

  .pkg-price {
    font-size: 16px;
  }

  .price-col {
    padding: 10px 8px;
  }
}

.view-more {
  text-align: center;
  background: #52b788;
  padding: 6px 14px;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.view-more:hover,
.view-more:focus {
  color: #52b788;
  background: #fff;
  border-color: #52b788;
}

.card {
  width: 260px;
}

.img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overlay h5,
.overlay h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.overlay p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.card-btn {
  margin-top: 12px;
  width: 100%;
  padding: 12px;
  background: #ff7a00;
  border: none;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.slider-next,
.slider-prev {
  color: #000;
}

@media (max-width: 768px) {
  .travel-slider {
    width: 100%;
    padding-left: 0px;
  }

  .slider-next,
  .slider-prev {
    display: none;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-track {
  position: relative;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 25%,
    rgba(0, 0, 0, 0.35) 55%,
    rgba(0, 0, 0, 0.15) 75%,
    rgba(0, 0, 0, 0.05) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Content */
.hero-content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  max-width: 700px;
  padding: 0 20px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 8px;
  color: yellow;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* Arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 22px;
  color: #ff7a00;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  z-index: 3;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
}

.hero-prev {
  left: 25px;
}
.hero-next {
  right: 25px;
}

/* Pagination */
.hero-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-dot.active {
  background: #ff7a00;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 85vh;
  }

  .hero-content {
    bottom: 50px;
  }

  .hero-content h1 {
    font-size: 27px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .hero-prev {
    left: 15px;
  }
  .hero-next {
    right: 15px;
  }
}

.card {
  position: relative;
}

/* ================= BADGE ================= */
.sightseeing-badge {
  position: absolute;
  bottom: 173px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  z-index: 5;
  animation: pulse 2.5s infinite;
}

.sightseeing-badge img {
  width: 28px;
  height: 28px;
}

.sightseeing-badge span {
  font-size: 12px;
  font-weight: 400;
}

.honeymooner-benefits {
  position: absolute;
  bottom: 580px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  z-index: 5;
  animation: pulse 2.5s infinite;
}

.honeymooner-benefits img {
  width: 28px;
  height: 28px;
}

.honeymooner-benefits span {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sightseeing-badge {
    right: 10px;
  }

  .honeymooner-benefits {
    right: 18px;
    bottom: 470px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #40916d94;
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 122, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0);
  }
}

.sightseeing-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.sightseeing-modal.active {
  display: flex;
}

.modal-content {
  width: 90%;
  max-width: 420px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  animation: slideUp 0.35s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.modal-header h3 {
  font-size: 16px;
  font-weight: 700;
}

.modal-close {
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.sightseeing-list {
  padding: 16px;
  list-style: none;
  max-height: 320px;
  overflow-y: auto;
}

.sightseeing-list li {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed #eee;
}

.sightseeing-list li::before {
  content: "📍";
}

@media (max-width: 768px) {
  .modal-content {
    margin-top: auto;
    border-radius: 18px 18px 0 0;
    width: 100%;
  }
}

.value-pack-badge {
  font-family: poppins, sans-serif;
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 999px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.vp-border {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1.5px;
  background: linear-gradient(
    90deg,
    transparent,
    #ffd700,
    #ff8c00,
    #ffd700,
    transparent
  );
  background-size: 300% 100%;
  animation: borderMove 2.5s linear infinite;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes borderMove {
  to {
    background-position: 300% 0;
  }
}

.value-pack-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.value-pack-modal.active {
  display: flex;
}

.vp-content {
  background: #fff;
  width: 92%;
  max-width: 460px;
  border-radius: 18px;
  overflow: hidden;
  animation: slideUp 0.35s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.vp-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.vp-header h3 {
  font-size: 18px;
  font-weight: 700;
}

.vp-close {
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.vp-price-box {
  padding: 5px;
  text-align: center;
  background: #fff7f0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}

.vp-worth {
  font-size: 14px;
  color: #777;
  text-decoration: line-through;
}

.vp-offer {
  font-size: 18px;
  font-weight: 800;
  color: #ff7a00;
}

.vp-subtitle {
  padding: 12px 16px 4px;
  font-size: 14px;
  font-weight: 700;
}

.vp-list {
  padding: 8px 16px 18px;
  list-style: none;
}

.vp-list li {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  gap: 10px;
  border-bottom: 1px dashed #eee;
}

.vp-list li::before {
  content: "✔";
  color: #ff7a00;
  font-weight: 700;
}

@media (max-width: 768px) {
  .vp-content {
    margin-top: auto;
    border-radius: 18px 18px 0 0;
    width: 100%;
  }
}

#dpScrollTop {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #52b788;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

#dpScrollTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#dpScrollTop:hover {
  background: #1b4332;
  transform: translateY(-3px);
}

.b24-form-click-btn-wrapper.b24-form-click-btn-wrapper-11.--b24-mod-button.--b24-mod-center {
  flex: 1;
}

button.b24-form-click-btn.b24-form-click-btn-11.b24-form-click-btn-font-modern {
  width: 100%;
  background: #52b788 !important;
  border: none;
  padding: 8px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: poppins;
}

#travelLoader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #fff5ec, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#travelLoader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader-inner {
  text-align: center;
  position: relative;
}

.flight-path {
  width: 160px;
  height: 2px;
  background: linear-gradient(to right, transparent, #ff7a00, transparent);
  margin: 0 auto 14px;
  position: relative;
  overflow: hidden;
}

.flight-path::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ff7a00;
  animation: pathMove 1.4s infinite linear;
}

.plane {
  font-size: 34px;
  animation: fly 1.4s infinite ease-in-out;
}

.loader-inner p {
  margin-top: 14px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.highlight {
  font-weight: 800;
  color: #ff9433;
}

.offer-subtext {
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
}

/* ANIMATIONS */
@keyframes fly {
  0% {
    transform: translateX(-40px);
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(40px);
    opacity: 0.4;
  }
}

@keyframes pathMove {
  from {
    left: -40px;
  }

  to {
    left: 160px;
  }
}

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

  .flight-path {
    width: 120px;
  }

  .loader-inner p {
    font-size: 13px;
  }
}

.airline-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
  white-space: nowrap;
}

/* Optional subtle glow */
.airline-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 0, 0.6);
  pointer-events: none;
}

@media (max-width: 768px) {
  .airline-badge {
    font-size: 11px;
    padding: 5px 10px;
    top: 10px;
    left: 10px;
  }
}

/* ================= BADGE ================= */
.dpauls-advantage-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 999px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  z-index: 5;
}

.adv-border {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1.5px;
  background: linear-gradient(
    90deg,
    transparent,
    #52b788,
    #3a5a40,
    #1b4332,
    transparent
  );
  background-size: 300% 100%;
  animation: advBorder 2.5s linear infinite;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes advBorder {
  to {
    background-position: 300% 0;
  }
}

/* ================= MODAL ================= */
.adv-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.adv-modal.active {
  display: flex;
}

.adv-content {
  background: #fff;
  width: 92%;
  max-width: 460px;
  border-radius: 18px;
  overflow: hidden;
  animation: slideUp 0.35s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.adv-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.adv-header h3 {
  font-size: 18px;
  font-weight: 700;
}

.adv-close {
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

/* ================= OFFER LIST ================= */
.adv-list {
  list-style: none;
  padding: 16px;
}

.adv-list li {
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px 14px 36px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  position: relative;
}

.adv-list li::before {
  content: "✔";
  position: absolute;
  left: 14px;
  top: 14px;
  color: #ff7a00;
  font-weight: 700;
}

.offer-tag {
  position: absolute;
  top: -8px;
  right: 12px;
  background: #ff7a00;
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 999px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .adv-content {
    margin-top: auto;
    border-radius: 18px 18px 0 0;
    width: 100%;
  }

  .adv-list li {
    font-size: 12px;
  }
}

.img-ribbon {
  position: absolute;
  top: 30px;
  left: -46px;
  background: #fb6f92;
  color: #fff;
  padding: 3px 47px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(-45deg);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  z-index: 2;
  letter-spacing: 0.4px;
}

@media (max-width: 768px) {
  .package-img img {
    height: 240px;
  }

  .img-ribbon {
    font-size: 10px;
    padding: 4px 31px;
    top: 20px;
    left: -34px;
  }
}

/* default fallback */
.package-section {
  --theme-color: #52b788;
}

/* Destination Title */
.package-section .destination-title {
  color: var(--theme-color);
}

/* Swiper arrows */
.package-section .custom-arrow {
  background: var(--theme-color);
}

/* View more button */
.package-section .view-more {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.package-section .view-more:hover {
  background: #fff;
  color: var(--theme-color);
  border-color: var(--theme-color);
}

/* Price */
.package-section .new-price {
  color: var(--theme-color);
}

.package-section .img-ribbon {
  background: var(--theme-color);
}

/* Bitrix Form Button */
.package-section
  button.b24-form-click-btn.b24-form-click-btn-11.b24-form-click-btn-font-modern {
  background: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
  color: #fff !important;
}

/* Sightseeing badge */
.package-section .sightseeing-badge span {
  background: #fff;
  color: var(--theme-color);
  border: none;
}

.package-section .price-col.standard {
  border: 1px solid var(--theme-color);
  font-size: 14px;
}

.package-section .price-col.superior {
  border: 1px solid var(--theme-color);
  font-size: 14px;
}

.package-section .btn-book {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}

.package-section .btn-book:hover {
  background: #fff;
  color: var(--theme-color);
}

.save-circle {
  position: absolute;
  right: 20px;
  top: 4%;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(-10deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff7a18;
}

.save-circle img {
  width: 30px;
  height: auto;
  margin-bottom: 7px;
}

.save-circle span {
  color: #ff7a18;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.save-circle b {
  font-size: 14px;
  font-weight: 500;
}

/* Destination Tabs Wrapper */
.destination-tabs {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #eee;
}

/* Scroll container */
.tabs-scroll {
  display: flex;
  gap: 22px;
  padding: 12px 16px;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
}

.tabs-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome */
}

/* Tab item */
.tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #777;
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.25s ease;
}

/* Icon */
.tab-item .icon {
  font-size: 18px;
  margin-bottom: 4px;
}

/* Active & hover */
.tab-item.active,
.tab-item:hover {
  color: #ff7a00;
}

.tab-item.active::after {
  content: "";
  margin-top: 6px;
  width: 18px;
  height: 2px;
  background: #ff7a00;
  border-radius: 2px;
}

/* Desktop still scrollable */
@media (min-width: 992px) {
  .tabs-scroll {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .save-circle {
    width: 85px;
    height: 85px;
    right: 16px;
    top: 4%;
    transform: rotate(-10deg);
  }

  .save-circle img {
    width: 26px;
  }

  .save-circle b {
    font-size: 16px;
    font-weight: 400;
  }
}

.dest-tabs-section {
  position: sticky;
  top: 72px;
  /* height of toggle */
  z-index: 1000;
  background: #fff;
}

/* wrapper */
.dest-tabs-wrap {
  background: transparent;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
  padding: 8px 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dest-tabs-wrap.sticky {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* tabs */
.dest-tabs {
  max-width: 1100px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.dest-tabs::-webkit-scrollbar {
  display: none;
}

/* tab item */
.dest-tab {
  flex: 0 0 auto;
  text-align: center;
  text-decoration: none;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  min-width: 74px;
}

.dest-tab img {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto 6px;
  opacity: 0.75;
}

.dest-tab span {
  display: block;
  white-space: nowrap;
}

.dest-tab.active {
  color: #ff7a00;
}

.dest-tab.active img {
  opacity: 1;
}

.dest-tab.active::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #ff7a00;
  margin: 6px auto 0;
  border-radius: 4px;
}

/* arrows */
.tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-arrow.right {
  right: 350px;
}

.tab-arrow.left {
  left: 350px;
}

/* desktop */
@media (min-width: 769px) {
  .tab-arrow.right {
    display: block;
  }
}

/* mobile */
@media (max-width: 768px) {
  .tab-arrow {
    display: none !important;
  }

  .dest-tabs {
    justify-content: flex-start;
    gap: 18px;
  }
}

/* MOBILE: default white icons/text before scroll */

#dpScrollTop {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #ff7a00;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

#dpScrollTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#dpScrollTop:hover {
  background: #e86e00;
  transform: translateY(-3px);
}

.b24-form-click-btn-wrapper.b24-form-click-btn-wrapper-11.--b24-mod-button.--b24-mod-center {
  flex: 1;
}

#travelLoader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #fff5ec, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#travelLoader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader-inner {
  text-align: center;
  position: relative;
}

.flight-path {
  width: 160px;
  height: 2px;
  background: linear-gradient(to right, transparent, #ff7a00, transparent);
  margin: 0 auto 14px;
  position: relative;
  overflow: hidden;
}

.flight-path::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ff7a00;
  animation: pathMove 1.4s infinite linear;
}

.plane {
  font-size: 34px;
  animation: fly 1.4s infinite ease-in-out;
}

.loader-inner p {
  margin-top: 14px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.highlight {
  font-weight: 800;
  color: #ff9433;
}

.offer-subtext {
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
}

/* ANIMATIONS */
@keyframes fly {
  0% {
    transform: translateX(-40px);
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(40px);
    opacity: 0.4;
  }
}

@keyframes pathMove {
  from {
    left: -40px;
  }

  to {
    left: 160px;
  }
}

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

  .flight-path {
    width: 120px;
  }

  .loader-inner p {
    font-size: 13px;
  }
}

/* ===== REVIEW SECTION ===== */
.dp-reviews {
  padding: 30px 16px;
  background: linear-gradient(180deg, #fff 0%, #fff7f1 100%);
  font-family: "Poppins", sans-serif;
}

/* ===== HEADING ===== */
.review-heading {
  text-align: center;
  margin-bottom: 48px;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #ff7a00;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.google-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.review-heading h2 {
  font-size: 34px;
  font-weight: 800;
  margin: 14px 0 10px;
  line-height: 1.2;
}

.review-heading h2 span {
  color: #ff7a00;
}

.review-heading p {
  max-width: 560px;
  margin: auto;
  font-size: 15px;
  color: #666;
}

/* ===== WRAPPER & TRACK ===== */
.review-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.review-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 12px 4px 30px;
}

/* Custom Scrollbar for track */
.review-track::-webkit-scrollbar {
  height: 6px;
}

.review-track::-webkit-scrollbar-thumb {
  background-color: #ff7a00;
  border-radius: 3px;
}

.review-track::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* ===== REVIEW CARD ===== */
.dp-reviews .review-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s ease,
    border 0.4s ease;
  height: 300px !important;
  /* FIXED HEIGHT FOR ALL CARDS */
}

/* Hover Effects */
.dp-reviews .review-card:hover {
  transform: translateY(-8px) scale(1.03);
  background: linear-gradient(135deg, #ffffff, rgba(255, 122, 0, 0.02));
  border: 1px solid #ff7a00;
}

/* Avatar & Name */
.dp-reviews .review-card .reviewer-avatar {
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dp-reviews .review-card:hover .reviewer-avatar {
  transform: scale(1.08);
}

.dp-reviews .review-card .reviewer-name {
  color: #1f2937;
  font-weight: 600;
  transition: color 0.4s ease;
}

.dp-reviews .review-card:hover .reviewer-name {
  color: #ff7a00;
}

/* Review Text Scrollable */
.dp-reviews .review-card .review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  overflow-y: auto;
  padding-right: 4px;
  flex-grow: 1;
  border-radius: 10px;
}

/* Custom Scrollbar for text inside card */
.dp-reviews .review-card .review-text::-webkit-scrollbar {
  width: 4px;
}

.dp-reviews .review-card .review-text::-webkit-scrollbar-thumb {
  background-color: #ff7a00;
  border-radius: 2px;
}

.dp-reviews .review-card .review-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Optional Side Accent Line */
.dp-reviews .review-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #ff7a00;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 2px;
}

.dp-reviews .review-card:hover::before {
  opacity: 1;
}

/* Card Header */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}

.google-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.review-header strong {
  font-size: 15px;
}

.stars {
  color: #ffb703;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Navigation Arrows */
.review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ff7a00;
  color: #fff;
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  cursor: pointer;
  display: none;
  transition: transform 0.25s ease;
  z-index: 2;
}

.review-nav:hover {
  transform: translateY(-50%) scale(1.1);
}

.review-nav.prev {
  left: -24px;
}

.review-nav.next {
  right: -24px;
}

/* Desktop */
@media (min-width: 992px) {
  .review-nav {
    display: block;
  }

  .review-track {
    overflow: hidden;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .review-heading h2 {
    font-size: 24px;
  }

  .review-heading p {
    font-size: 14px;
  }

  .review-card {
    flex: 0 0 88%;
  }

  /* Disable hover effects on touch */
  .dp-reviews .review-card:hover {
    transform: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    background: #fff;
    border: none;
  }

  .dp-reviews .review-card:hover .reviewer-avatar,
  .dp-reviews .review-card:hover .review-text {
    transform: none;
    background: transparent;
  }

  .dp-reviews .review-card:hover::before {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  /* Make tabs section background slightly soft */
  .dest-tabs-section {
    background: #fff;
  }

  /* Improve tab text visibility */
  .dest-tab {
    color: #222;
    /* darker text */
    font-weight: 600;
    font-size: 13px;
  }

  /* Make icons fully visible */
  .dest-tab img {
    opacity: 1;
    width: 28px;
    height: 28px;
  }

  /* Improve active state */
  .dest-tab.active {
    color: #ff7a00;
  }
}

/* ===== ReelSECTION ===== */
.dp-reels {
  background: linear-gradient(180deg, #fff 0%, #fff7f1 100%);
  padding: 30px 16px;
  font-family: "Poppins", sans-serif;
}

/* Centered container */
.dp-reels-container {
  max-width: 1280px;
  margin: auto;
  position: relative;
}

/* ===== HEADER ===== */
.dp-reels-header {
  margin-bottom: 40px;
  text-align: center;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #ff7a00;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.dp-reels-header h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin: 14px 0 10px;
}

.dp-reels-header h2 span {
  color: #ff7a00;
  position: relative;
}

.dp-reels-header h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: rgba(255, 122, 0, 0.25);
  border-radius: 4px;
}

.dp-reels-header p {
  font-size: 15px;
  color: #666;
}

/* ===== STRIP ===== */
.dp-reels-strip {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.dp-reels-strip::-webkit-scrollbar {
  display: none;
}

/* ===== REEL CARD ===== */
.dp-reel {
  flex: 0 0 360px;
  scroll-snap-align: start;
}

.dp-reel-media {
  position: relative;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease,
    border 0.35s ease;
}

.dp-reel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 122, 0, 0.06);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.dp-reel-media iframe {
  width: 100% !important;
  min-height: 500px !important;
  border: none;
}

/* Hover effect */
.dp-reel:hover .dp-reel-media {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(255, 122, 0, 0.22);
  border: 1px solid rgba(255, 122, 0, 0.45);
}

.dp-reel:hover .dp-reel-media::after {
  opacity: 1;
}

/* ===== ARROWS (Desktop) ===== */
.reel-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}

.reel-arrow.left {
  left: -10px;
}

.reel-arrow.right {
  right: -10px;
}

.reel-arrow:hover {
  background: #ff7a00;
  color: #fff;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .dp-reels {
    padding: 70px 14px;
  }

  .dp-reels-header {
    text-align: center;
    margin: 0 auto 30px;
  }

  .dp-reels-header h2 {
    font-size: 26px;
  }

  .dp-reel {
    flex: 0 0 85%;
  }

  .dp-reel-media iframe {
    min-height: 460px !important;
  }

  .reel-arrow {
    display: none;
  }

  .dp-reel-media,
  .dp-reel:hover .dp-reel-media {
    transform: none;
    box-shadow: none;
    border: none;
  }

  .dp-reel-media::after {
    display: none;
  }
}

/* ===== MILESTONES SECTION ===== */
.dp-milestones {
  position: relative;
  padding: 30px 16px;
  background: linear-gradient(180deg, #fff7f1 0%, #ffffff 100%);
}

/* ===== GLOWING MAP ===== */
.milestone-map {
  position: absolute;
  inset: 0;
  background: url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg")
    center/cover no-repeat;
  opacity: 0.04;
  pointer-events: none;
}

@keyframes mapGlow {
  0%,
  100% {
    opacity: 0.04;
    filter: drop-shadow(0 0 20px rgba(255, 122, 0, 0.2));
  }

  50% {
    opacity: 0.08;
    filter: drop-shadow(0 0 40px rgba(255, 122, 0, 0.4));
  }
}

/* Container */
.dp-milestones-container {
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Header */
.dp-milestones-header {
  text-align: center;
  margin-bottom: 30px;
}

.dp-milestones-header h2 {
  font-size: 38px;
  font-weight: 800;
  margin: 14px 0 10px;
}

.dp-milestones-header h2 span {
  color: #ff7a00;
  position: relative;
}

.dp-milestones-header h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background: rgba(255, 122, 0, 0.25);
  border-radius: 4px;
}

/* ===== TIMELINE ===== */
.milestone-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 40px;
}

.milestone-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff7a00, transparent);
  opacity: 0.35;
}

/* Timeline Item */
.milestone-item {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Dot */
.milestone-dot {
  position: absolute;
  top: -20px;
  width: 14px;
  height: 14px;
  background: #ff7a00;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.8);
}

/* Card */
.milestone-card {
  background: #fff;
  border-radius: 22px;
  padding: 25px 45px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  position: relative;
}

.milestone-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.18), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.milestone-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.milestone-card:hover::before {
  opacity: 1;
}

/* Numbers */
.milestone-number {
  font-size: 58px;
  font-weight: 800;
  color: #ff7a00;
  line-height: 1;
}

.milestone-suffix {
  font-size: 22px;
  font-weight: 600;
  color: #ff7a00;
}

.milestone-card h4 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #ff7a00;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .milestone-timeline {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .milestone-timeline::before {
    display: none;
  }

  .milestone-dot {
    top: -12px;
  }

  .dp-milestones-header {
    margin-bottom: 10px;
  }

  .dp-milestones-header h2 {
    font-size: 26px;
  }

  .milestone-number {
    font-size: 44px;
  }
}

.package-toggle-section {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #fff;
  padding: 12px 0;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
}

/* Center Toggle */
.package-toggle {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Toggle Buttons */
.pkg-btn {
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.pkg-btn.active {
  background: #ff7a00;
  color: #fff;
  border-color: #ff7a00;
}
