.packages-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.packages-title {
    color: #2F393F;
    font-size: 40px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 2px 0;
}

.packages-description {
    color: #60676C;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
/*     height: 42px; */
    width: 555px;
}

.packages-navigation {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 41px;
}

.packages-nav-btn {
    display: flex;
    width: 41px;
    height: 41px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 37px;
    border: 1px solid var(--Gray, #60676C);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.packages-nav-btn:hover svg path {
    fill: #fff;
}

.packages-nav-btn svg {
    width: 19px;
    height: 19px;
}

.packages-slider {
    width: 100%;
/*     overflow: hidden; */
}

.packages-swiper {
    width: 100%;
/*     height: 500px; */
	overflow:visible;
}

.packages-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.packages-swiper .swiper-slide {
    width: 368px;
    height: 500px;
    flex-shrink: 0;
}

/* .package-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    height: 500px;
} */
.package-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  height: 100%; /* ✅ Let the parent control the uniform height */
}

.equal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-equal {
  display: flex;
  flex-wrap: wrap;
}
.tripSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch; /* ensures all slides stretch equal height */
}

.tripSwiper .swiper-slide {
  height: auto !important;
  display: flex;
}

.tripSwiper .package-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.upcoming-travels-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch; /* makes slides stretch equally */
}

.upcoming-travels-swiper .swiper-slide {
  display: flex;
  height: auto !important; /* keep height responsive */
}

.upcoming-travels-swiper .package-card {
  display: flex;
  flex-direction: column;
  height: 100%; /* fill the slide */
}

/* Make sure the image doesn’t stretch weirdly */
.upcoming-travels-swiper .card-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Push the button to the bottom */
.upcoming-travels-swiper .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-equal > [class*='col-'] {
  display: flex;
}

.card-equal .package-card {
  flex: 1;
}
.package-card:hover {
    transform: translateY(-4px);
}

.card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    flex-grow: 1;
}

.card-title {
    color: var(--Main);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

.card-description {
    color: #60676C;
/*     font-size: 14px;
    line-height: 1.5;
    margin: 0;
    flex-grow: 1; */
	align-self: stretch; color: var(--Gray);
/* 	text-align: justify;  */
	font-size: 14px; 
	font-weight: 500; 
	line-height: 150%;
	margin: 0;
}

.card-date {
    color: #60676C;
    font-weight: 700;
    font-size: 14px;
    background-image: url('/wp-content/uploads/2025/08/calendar.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}

.rewild-card-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #2F393F;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #2F393F;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.rewild-card-button:hover {
    background: transparent;
    color: #2F393F;
}

.arrow-icon {
    transition: transform 0.2s ease;
}

.rewild-card-button:hover .arrow-icon {
    transform: translateX(4px);
}


.button-arrow-icon {
    width: 14px;
    height: 14px;
    transition: fill 0.3s ease;
}
.rewild-home-packages-slider-content {
	margin-right: auto;
	overflow:visible;
}
.single-trip .header-navigation{
	display:flex;
}

/* Packages Responsive Design */
@media (max-width: 1200px) {
    .rewild-packages-section .container {
        padding: 0 60px;
    }
    .packages-title {
        font-size: 36px;
    }
}
@media (max-width: 1200px) {
	.rewild-home-packages-slider-content{
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		padding: 0 12px;
	}
	.mobile-trip-heading-text {
    font-size: 28px !important;
  }
  .mobile-trip-descr-text > p {
    font-size: 12px !important;
  }
  .blog-image .overlay-content {
    margin-left: 50px !important;
  }
}
.mobile-trip-descr-text p{
	font-size: 14px !important;
/* 	font-weight:600 !important; */
/* 	background-color: #2F393F;
    padding: 10px;
    color: white;
    display: inline-block;
    width: 100%;
    box-sizing: border-box; */
}
/* .mobile-trip-descr-text h1{
	background-color: #2F393F;
    padding: 10px 10px 0px 10px;
    color: white;
    display: inline-block;
} */
.trip-col-cat{
	margin-bottom:80px !important;
}
@media (max-width: 992px) {
    .rewild-packages-section {
        padding: 80px 0;
    }

    .rewild-packages-section .container {
        padding: 0 30px;
    }

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

    .packages-swiper .swiper-slide {
        width: 320px;
    }
   /* white scroll	 */
/* 	.trip-info-row {
		display: flex;
		gap: 20px;
		overflow-x: auto;
		padding: 10px 0;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}
	.trip-info-row::-webkit-scrollbar {
		display: none;
	}
	.trip-info-row {
		scrollbar-width: none;
	} */
	.trip-information-section {
		min-width: 180px;
		scroll-snap-align: start;
	}
	/* white scroll	end */
	.team-detials-col .swiper {
		margin: inherit;
	}
}

@media (max-width: 768px) {
    .rewild-packages-section {
        padding: 60px 0;
    }

    .rewild-packages-section .container {
        padding: 0 20px;
    }

/*     .packages-header {
        margin-bottom: 40px;
    } */

    .packages-title {
        font-size: 28px;
    }

    .packages-description {
        font-size: 13px;
		margin: revert;
    }

    .packages-swiper .swiper-slide {
        width: 280px;
    }

    .card-title {
        font-size: 28px;
    }

    .card-description {
        font-size: 14px;
    }
/* 	.packages-navigation {
		display: none;
	} */
	.gb-element-da43bfba{
	    justify-content: flex-start !important;
	}
	.packages-description {
		width: 100%;
	}
	.mobile-trip-heading-text {
      font-size: 28px !important;
    }
    .mobile-trip-descr-text > p {
      font-size: 14px !important;
    }
    .blog-image .overlay-content {
      margin-left: 0 !important;
    }
}
.trip-col-cat {
    margin-bottom: 80px !important;
}
@media (max-width: 767px) {
	.rewild-card-button{
/* 		 font-size: 12px; */
		font-size:9px;
	}
	.counter-space-col {
        padding: 0 20px;
    }
	    .stacked-image {
        right: 0 !important;
    }

	
/* 	leadership and team building page */
	
	.team-building-img img {
		min-height: unset !important;
	}
	.mobile-trip-descr-text{
		padding: 0 0;
	}
	    .trip-cat-spacing {
        padding: 0 20px;
    }
	.cat-space-col {
		padding-top: 24px !important;
	}
}

@media (max-width: 576px) {
    .packages-swiper .swiper-slide {
        width: 240px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-description {
        font-size: 14px;
    }

    .card-button {
        font-size: 12px;
        padding: 8px 16px;
    }

    .packages-nav-btn {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

	.packages-nav-btn svg {
		width: 16px;
		height: 16px;
	}
	.upcoming-travel-mb {
		display: block;
	}
	.upcoming-travel-content-mb {
		width: 100%;
	}
	.upcomin-nav-mb {
		justify-content: flex-start !important;
	}
}

@media (min-width: 2560px) {
  .container-xxxl {
    max-width: 2340px;
  }
}

@media (max-width: 768px) {
	.trip-icon-user-box {
        height: 83px !important;
        width: 163px !important;
	}
	    .trip-tagline-inner {
        padding: 0 18px !important;
    }
}

@media (max-width: 426px) {
	.trip-icon-user-box {
		top: 0!important;
	}
	.trip-plaats-box {
		display: flex;
		flex-direction: column;
		padding: 16px !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 11px !important;
	}
}

@media (max-width: 320px) {
  .mobile-trip-descr-text > p {
   	font-size: 12px !important;
  }
	.card-button, .rewild-card-button{
		padding:7px 15px;
	}
	.stacked-image::before {
		left: 2px !important;
		background-size: contain !important;
		top: -3% !important;
	}
	.trip-res-border {
		padding: 15px 6px !important;
	}
}
.trip-rating {
    display: flex;
    align-items: center;
}
.trip-rating p {
    width: 120px;
    margin: 0;
}
.trip-ratings .dots {
    display: flex;
    gap: 4px;
}

.trip-ratings .dot {
    font-size: 20px;
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #2F393F; 
    color: transparent; 
    position: relative;
}

.trip-ratings .dot.full {
    background-color: #2F393F;
    color: #2F393F; 
}

.trip-ratings .dot.half::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #2F393F; 
    border-radius: 50% 0 0 50%;
}

.trip-ratings .dot.half {
    background-color: transparent;
}
.package-card-content .card-text{
	gap:0;
}
.trip-cat-box p {
	margin-bottom: 0 !important;
}

.trip-tagline-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
/*     padding: 40px 0; */
    box-sizing: border-box;
    z-index: 1;
}

.gb-container,
.container,
.wp-block-group {
    overflow: visible !important;
}

.trip-tagline-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	padding: 0 50px;
}

.trip-tagline-line {
    flex: 1;
    display: flex;
    align-items: center;
    height: 1px;
    background: repeating-linear-gradient(to right, #60676C 0 11px, /* dash width */ transparent 10px 18px /* gap width */);
    height: 1px;
}

.trip-tagline-line svg {
    width: 100%;
    height: 1px;
}

.trip-tagline-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 100px;
    gap: 8px;
    height: 38px;
}

.trip-tagline-icon svg {
    width: 12px;
    height: 12px;
}

.trip-tagline-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.trip-notice-wrapper {
    width: 100%;
    padding: 12px 24px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0;
	height: 44px;
	background: #F39A0C !important;
}

.trip-notice-wrapper:after {
    content: " ";
    background-image: url(/wp-content/uploads/2025/11/Polygon-2.svg);
    padding: 11px;
    margin-bottom: 24px;
    position: relative;
    top: -37px;
    background-repeat: no-repeat;
}

.trip-notice-text {
    display: block;
}

.trip-information-section{
	gap:10px;
}
.trip-date{
	font-size: 16px;
	text-align: center;
	color: #60676C;
	width: 141px;
}
.trip-book-new-btn:hover{
	color: #ffffff !important;
}
.travel-day{
	width: 100%;
}
.trip-icon-user-box {
	position: relative;
	top: 63px;
}
.tip-box-slider {
	height: 379px;
}
.trip-join-our-box .happyforms-styles .happyforms-part input[type=email] {
	border-radius: 14px !important;
}
.trip-join-our-box .happyforms-styles button[type=submit]:not(:hover):not(:active):not(.has-background),
.trip-join-our-box .happyforms-styles button[type=submit].happyforms-button--submit:hover {
	width: 100%;
    margin: 0;
    border-radius: 37px !important;
    padding: 11px 15px;
	background-color: #2F393F;
}
.trip-join-our-box .happyforms-form__part {
	margin: 0;
}


/*  */
.trip-res-border {
    border: 2px dotted transparent; /* hidden by default */
    border-radius: 8px;
    padding: 15px;
    padding-bottom: 0;
    transition: border-color 0.3s;
	width: 100% !important;
}

/* Only show border when JS adds .open */
.trip-res-border.open {
    border-color: #60676C;
	margin-bottom: 47px;
}

.open .travel-day {
	background-color: #60676C;
    color: #FFFFFF!important;
}
.trip-reisp-title {
    background-color: #F1F1F1;
    display: inline;
}

.container > div:last-child .location-pin::after {
    display: none !important;
}

/* hide print link until accordion is opened */
.paklijst-print-link {
    display: none;
}

.gb-element-cd90a936.active .paklijst-print-link {
    display: inline-block;
}

.paklijst-full.hide {
    display: none;
}

@media print {
    body * {
        display: none !important;
    }

    #rewild-print-container,
    #rewild-print-container * {
        display: block !important;
        visibility: visible !important;
    }

    #rewild-print-container {
        padding: 20px;
    }
}
/* Inline checklist in print */
@media print {

    /* container breedte voor A4 */
    #rewild-print-container {
        width: 210mm !important;
        margin: 0 auto !important;
        padding: 20mm !important;
    }

    /* Elke regel inline houden */
    #rewild-print-container .print-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        border-bottom: 1px solid #ccc !important;
        padding: 6px 0 !important;
        page-break-inside: avoid !important;
    }

    /* Checkbox gestyled */
    #rewild-print-container .print-checkbox {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
        display: inline-block !important;
    }

    /* Tekst netjes naast checkbox */
    #rewild-print-container .print-text {
        display: inline-block !important;
        flex: 1 !important;
        white-space: normal !important;
    }
}

/* Dropdown container */
.trip-date-dropdown {
  margin-top: 6px;
  text-align: center;
}

.trip-date-dropdown summary {
  cursor: pointer;
  font-size: 13px;
  color: #2F393F;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Verberg native marker */
.trip-date-dropdown summary::-webkit-details-marker {
  display: none;
}

/* Custom dropdown arrow */
.trip-date-dropdown summary::after {
  content: "▾";
  font-size: 12px;
  line-height: 1;
  transition: transform 0.2s ease;
}

/* Rotate arrow when open */
.trip-date-dropdown[open] summary::after {
  transform: rotate(180deg);
}

/* Lijst zonder bullets + gecentreerd */
.trip-date-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* Items */
.trip-date-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


/* Badge (bootstrap-achtig) */
.trip-date-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  line-height: 1.4;
  white-space: nowrap;
}

.trip-date-badge-full {
  background-color: #F8D7DA;
  color: #842029;
}

/* ===== MOBILE OPTIMALISATIE ===== */
@media (max-width: 768px) {

  .trip-date-dropdown {
    margin-top: 4px;
  }

  .trip-date-dropdown summary {
    font-size: 12px;
  }

  .trip-date-list {
    gap: 2px;
    margin-top: 4px;
  }

  .trip-date-item {
    font-size: 13px;
    line-height: 1.3;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .trip-date-item a {
    text-decoration: none;
  }

  .trip-date-badge {
    font-size: 10px;
    padding: 2px 6px;
  }
}


