/*
Theme Name: Travel Agency Child
Template: travel-agency
*/

/* =================================================
   ACTIVITY CAROUSEL – BASE STRUCTURE ONLY
   (All colors & typography handled by Elementor)
================================================= */

/* ---------- FULL WIDTH WRAPPER ---------- */
.activity-full-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

/* Swiper inner spacing */
.activity-full-slider .swiper {
  padding: 32px;
}

@media (max-width: 768px) {
  .activity-full-slider .swiper {
    padding: 16px;
  }
}

/* ---------- SLIDE / CARD ---------- */
.swiper-slide {
  height: auto;
}

.activity-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
}

/* ---------- IMAGE ---------- */
.activity-image {
  position: relative;
  overflow: hidden;
}

.activity-image img {
  width: 100%;
  height: 100%;
  display: block;
}


/* ---------- OVERLAY (TITLE + SUBTITLE) ---------- */
.activity-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
}
.activity-image .activity-overlay h4 {
    margin-bottom: 0;
}
.activity-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* ---------- CONTENT ---------- */
.activity-content {
  flex: 1;
  padding: 16px;
}

.activity-content p {
  margin: 0;
}

/* ---------- BOTTOM ROW (PRICE + BUTTON) ---------- */
.activity-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.widget-price-wrapper {
    display: flex;
    flex-direction: column;
}

.widget-price-wrapper .price-label {
    font-size: 12px;
    font-weight: 900;
    font-family: 'DM Sans';
    text-transform: uppercase;
}
.price {
  display: inline-block;
}

/* ---------- BUTTON (BASE ONLY) ---------- */
.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
  transition: all .2s ease;
}

/* ---------- POPUP MODAL ---------- */
.widget-booking-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6); /* REQUIRED */
}

.widget-booking-content {
  position: relative;
  max-width: 520px;
  margin: 10vh auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
}

.widget-booking-close {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}

/* ---------- POPUP HEADER ---------- */
.booking-header {
  margin-bottom: 16px;
}

.booking-title {
  margin: 0;
}

.booking-price {
  margin-top: 4px;
}

/* ---------- POPUP IMAGE ---------- */
.booking-image {
  margin: 12px 0;
}

.booking-image img {
  width: 100%;
  height: auto;
  display: none;
}

/* ---------- FORM WRAPPER ---------- */
.booking-form {
  margin-top: 12px;
}









/* =================================================
   TRIP CSS SNAP CAROUSEL
================================================= */
.wte-snap-slider {

  	overflow-x: auto;
	display: flex;
  	scroll-behavior: smooth;
  	anchor-name: --carousel;
	scroll-snap-type: x mandatory;
    gap: 25px;
padding-bottom: 15px;
border-radius: 20px;
}

.wte-snap-slider::-webkit-scrollbar {
    display: none;
}

.wte-snap-track {
  flex: 0 0 calc(25% - 18.6px);
    scroll-snap-align: start;
}
.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}


.snap-slide {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
min-width: 300px;
}
.wte-card-img {
    /* height: 343px; */
    /* overflow: hidden; */
}

.wte-card-img a {
    display: block;
    height: 258px;
    overflow: hidden;
}
.wte-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
    transition-timing-function: linear;
    transition-duration: 3s;
}
.wte-card-img img:hover {
	transform: scale(1.1);
}
a.wte-btn {
    background: #01b9f9;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 15px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
}
a.wte-btn:hover {
    background: #0f172a;
}
.wte-card-body {
    padding: 20px;
}
.wte-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}
h3.wte-title {
    margin-bottom: 10px;
}
.wte-price {
    color: #01b9f9;
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    border-left: 1px solid #e2e5e7;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wte-price small {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    display: block;
}

.wte-meta {
    color: rgba(35, 35, 35, .7);
    font-size: 14px;
    font-family: "DM Sans", Sans-serif;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: normal;
}

.wte-meta>div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.wte-meta>div .wpte-icon-map-marker {
    display: block;
}
.wte-title a {
    color: #000;
    text-decoration: none;
    transition: all ease .3s;
}

.wte-title a:hover {
    color: var(--wpte-primary-color);
}

.wte-nav-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}

.wte-nav-btn {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wte-prev {
  left: -60px;
}

.wte-next {
  right: -60px;
}

.wte-nav-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.wte-snap-wrapper .wte-nav-btn {
    padding: 0;
    min-width: 40px;
    min-height: 40px;
}

.wte-destination-card {
    position: relative;
    min-width: 300px;
    height: 466px;
    border-radius: 20px;
    overflow: hidden;
    background: #737578;
    box-shadow: none;
}
.wte-card-media,
.wte-card-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.wte-card-media img {
  object-fit: cover;
}
.wte-card-overlay {
    position: absolute;
    inset: auto 12px 12px 12px;
    padding: 12px;
    background: #ffffff2b;
    border-radius: 12px;
}
.wte-destination-title {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
}
.wte-destination-title a {
    color: #fff;
    text-decoration: none;
}
.wte-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;

  height: 44px;
  border-radius: 10px;
  text-decoration: none;

  transition: all .25s ease;
}

.wte-view-btn span {
  font-size: 18px;
  line-height: 1;
}
.wte-destination-card:hover img {
  transform: scale(1.05);
}

.wte-card-media img {
  transition: transform .5s ease;
}

.wte-destination-card:hover .wte-view-btn {
  background: #000;
  color: #fff;
}
.wte-card-media:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.wte-destination-slider .wte-nav-wrapper {
    position: unset;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.wte-destination-slider .wte-nav-wrapper .wte-nav-btn {
    position: unset;
}







@media (max-width: 768px) {
  .wte-destination-card {
    min-width: 260px;
    height: 360px;
  }
.wte-nav-wrapper {
    position: unset;
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.wte-nav-btn {
    position: unset;
    transform: unset;
}





}