@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.footer-a {
  font-size: 18px;
  padding: 20px 0;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.btn-down {
  background-color: transparent;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #fff;
  margin-top: 25px;
  position: relative;
  display: inline-block;
}



/* travel packages */
.travel .section-title {
  font-size: 20px;
  font-weight: 400;
  color: #146b98;
  text-align: center;
  font-family: Pacifico;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.main-title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  font-family: Space Grotesk;
  line-height: 40px;
  color: #22252b;
  margin-bottom: 20px;
  padding: 0 20px;
}

.description {
  max-width: 500px;
  margin: 0 auto 30px;
  color: #333740;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

.scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.destination-card {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 360px;
  margin: 0 5px;
}

.destination-card img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.destination-overlay {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.explore-btn {
  background-color: #1B8ECA;
  border: none;
  padding: 16px;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 600;
}

/* Hide scrollbar but allow scroll */
.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Firefox */
}

/* About us page */
.about-content {
  margin: 70px 0;
}

.about-header {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  margin: 10px 0;
}

.about-p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.about-img img {
  width: 400px;
  object-fit: fill;
}

.border-start {
  border-color: #1B8ECA !important;
}

.overlay {
  position: absolute;
  bottom: 30px;
  left: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  color: white;
  width: 80%;
  padding: 1rem;
  border-radius: 8px;
}

.overlay h6 {
  font-size: 1.2rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.overlay p {
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #fff;
}

.page-heading h5 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.page-heading p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* Travel packages ends here */


@media (min-width: 540px) and (max-width: 1024px) {
  .destination-card {
    width: 350px;
    margin: 0 5px;
  }

  .explore-btn {
    padding: 12px;
    border-radius: 8px;
    margin-top: 30px;
  }

  .scroll-wrapper {
    display: block;
  }

  .about-wrapper-2 .about-image img {
    width: auto;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
  }

  .about-content {
    margin: 30px 0;
  }

  .about-img img {
    width: 350px;
  }
}

@media (min-width: 300px) and (max-width: 480px) {
  .destination-card {
    width: 300px;
    margin: 0 5px;
  }

  .explore-btn {
    padding: 12px;
    border-radius: 8px;
    margin-top: 30px;
  }

  .main-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .description {
    max-width: 340px;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .scroll-wrapper {
    display: block;
  }

  .act {
    display: none;
  }

  .page-heading h5 {
    font-size: 32px !important;
    line-height: 20px !important;
  }

  .page-heading p {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .about-wrapper-2 .about-image img {
    width: auto;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
  }

  .about-content {
    margin: 50px 0;
  }

  .about-p {
    font-size: 16px;
  }

  .about-header {
    font-size: 30px;
  }

  .about-img img {
    width: 350px;
  }

  .destination-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

}



.offer-content h3 {
  font-family: Space Grotesk;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -2%;
  text-align: center;
}

.offer-content h2 {
  font-family: "Pacifico", cursive;
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: -2%;
  text-align: center;
}

.carousel-indicators [data-bs-target] {
  background-color: #1B8ECA !important;
  border-radius: 50% !important;
  border-top: none !important;
  background-clip: unset !important;
  width: 10px !important;
  height: 0px;
}

.caro-img img {
  height: 500px;
  width: 600px;
  object-fit: cover;
}

.divider {
  width: 158px;
  height: 2px;
  background-color: #1B8ECA;
  margin: 10px 0;
}

@media (min-width: 768px) and (max-width: 834px) {
  .offer-content h2 {
    font-size: 35px;
    padding: 5px 10px;
  }

  .offer-content h3 {
    font-size: 25px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .offer-content h2 {
    font-size: 35px;
    width: auto;
    padding: 5px 15px;
  }

  .offer-content h3 {
    font-size: 25px;
    width: auto;
  }

  .why-icon {
    width: 80px;
  }

  .how-to-book p {
    font-size: 16px;
    padding: 5px 10px;
  }

  .d-gal-none {
    display: none;
  }

  .d-gal-block {
    display: block !important;
  }

  .caro-img img {
    height: 300px;
    width: 430px;
    object-fit: cover;
  }
}

/* how to book */
.bg-grey {
  background-color: #f9f9f8;
}

.how-to-book p {
  font-size: 18px;
  line-height: 32px;
  color: #333740;
}

.a {
  width: auto;
  height: auto;
  padding: 10px 30px;
  gap: 10px;
  border-radius: 16px;
  transform: rotate(-3.56deg);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--primary-700, #0E4765)
}

.a:hover {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.b {
  width: auto;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 16px;
  transform: rotate(4.50deg);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #379116
}

.b:hover {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.c {
  padding: 10px 20px;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #A15117;
  transform: rotate(-3.1deg);
  box-sizing: border-box;
  overflow: hidden;
}

.c:hover {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.d {
  padding: 10px 20px;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #282D93;
  transform: rotate(1.1deg);
  box-sizing: border-box;
  overflow: hidden;
}

.d:hover {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.highlight-heading {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.highlight-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 12px;
  background-color: #c9edfd;
  z-index: 100;
  transform: translateY(100%);
}

.payment-item,
.refund-list li {
  color: #0D0D0D;
  font-size: 16px;
}

.refund-list li {
  margin-bottom: 5px;
}

.text-muted-custom {
  color: #0D0D0D;
}

@media (min-width: 768px) and (max-width: 834px) {
  .how-to-book p {
    font-size: 16px;
    padding: 5px 10px;
  }

  .d-gal-none {
    display: none;
  }

  .d-gal-block {
    display: block !important;
  }
}










/* experience */
.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2rem;
}

.scroll-row {
  display: inline-flex;
  gap: 1rem;
  animation-timing-function: linear;
  will-change: transform;
}

.scroll-right {
  animation: scrollRight 30s linear infinite;
}

.scroll-left {
  animation: scrollLeft 30s linear infinite;
}

.scroll-row:hover {
  animation-play-state: paused;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.img-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: 300px;
  flex-shrink: 0;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-overlay img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 834px) {
  .img-wrapper {
    width: auto;
    height: 200px;
  }

  .img-overlay img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .img-wrapper {
    width: 170px;
    height: 160px;
    object-fit:contain;
  }
}

.img-overlay img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}



/* Testimony scroll */
/* Wrapper to hide overflow */
.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Flex row for scrolling */
.scroll-content {
  display: flex;
  gap: 20px;
  /* space between cards */
  animation: scroll-left 40s linear infinite;
}

/* Pause when hovering */
.scroll-wrapper:hover .scroll-content {
  animation-play-state: paused;
}

/* Cards style */
.scroll-content .card {
  flex: 0 0 400px;
  /* fixed card width */
  min-height: 220px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Text control */
.scroll-content .card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

/* Infinite scroll animation */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-30%);
  }
}

/* Responsiveness */
/* Mobile: show 1 card per time */
@media (max-width: 768px) {
  .scroll-content {
    animation: none;
    /* stop auto-scroll */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    scrollbar-width: none;
  }

  .scroll-content .card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .scroll-btn {
    display: none;
    /* hide buttons on mobile */
  }

}

/* --- Extra for Mobile Swipe Awareness --- */
@media (max-width: 768px) {

  .scroll-wrapper::before,
  .scroll-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    z-index: 5;
  }

  .scroll-wrapper::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
  }

  .scroll-wrapper::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
  }

  /* Swipe hint text */
  .swipe-hint {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
  }
}

@media (min-width: 769px) {
  .swipe-hint {
    display: none;
  }
}

/* Control Buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(43, 2, 2, 0.7);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

.scroll-btn:hover {
  background: rgba(43, 2, 2, 0.9);
}

.scroll-btn.prev {
  left: 10px;
}

.scroll-btn.next {
  right: 10px;
}




/* cta */
.cta {
  padding: 80px 0;
}

.cta h3 {
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #0a1f24
}

.cta p {
  font-size: 18px;
  line-height: 30px;
  color: #484848;
}

.cta .btn {
  margin-top: 20px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1B8ECA;
  border-radius: 8px;
  display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 834px) {
  .cta h3 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #484848;
  }

  .cta p {
    font-size: 18px;
    line-height: 24px;
    color: #484848;
  }

  .header-1 .theme-btn {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .cta h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #484848;
  }

  .cta p {
    font-size: 16px;
    line-height: 24px;
    color: #484848;
  }

  .cta .btn {
    margin-top: 20px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #1B8ECA;
    border-radius: 8px;
    display: inline-block !important;
  }

  .padding-bottom-120 {
    padding-bottom: 60px;
  }

  .padding-top-120 {
    padding-top: 60px;
  }

  .header-1 .theme-btn {
    display: none !important;
  }
}