/* 
Theme Name:		 CaddyMarketing
Theme URI:		 https://caddymarketing.nl/
Description:	 Child Theme Generatepress
Author:			 Caddy Marketing
Author URI:		 https://caddymarketing.nl/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 caddymarketing
*/

@font-face {
  font-family: 'OpenSans';
  src: url('https://rewild.apps.peanutsquare.com/wp-content/themes/caddymarketing/assets/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('https://rewild.apps.peanutsquare.com/wp-content/themes/caddymarketing/assets/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SonderSans';
  src: url('https://rewild.apps.peanutsquare.com/wp-content/themes/caddymarketing/assets/fonts/STRT-SonderSans-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('https://rewild.apps.peanutsquare.com/wp-content/themes/caddymarketing/assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('https://rewild.apps.peanutsquare.com/wp-content/themes/caddymarketing/assets/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

 :root {
	--black: #2F393F;
	--font-color: #60676C;
}
body {
	background-color: #FFFFFF;
    	font-family: -apple-system, BlinkMacSystemFont, "Roboto", "OpenSans", sans-serif;

} 

/* header css */
 .site-header {
	display:none;
}
.rewild-nav {
	justify-content: center;
	display: grid;
	align-items: center;
	position: relative;
}
.rewild-nav .primary-menu {
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
	gap: 35px;
}
.rewild-nav .primary-menu a{
	font-size: 16px;
    color: #2F393F;
    text-decoration: none;
    font-weight: 600;
	cursor:pointer;
}

.mega-menu > ul {
    margin: 0;
    list-style: none;
    position: absolute;
    border: 2px solid var(--White, #FFFFFF);
    box-shadow: 0px 10px 20px 0px #00000014;
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 32px 27px;
    min-width: 612px;
    background-image: url(/wp-content/uploads/2025/10/mega-vecotr.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 332px;
	top: 100%;
	margin-top: 15px;
	display: none;
	z-index: 999;
	left: -115px;
}
.submenu-visible > li {
/*     width: fit-content; */
}
.child-menu-mega{
	padding-bottom: 0px;
}
.submenu-visible {
	display:block !important;
}
.mega-menu .sub-menu li{
	display: flex;
}
.mega-menu ul ul {
	display: none;
	position: absolute;
	left: 60%;
	top: 9%;
	margin: 0;
}
.mega-menu .sub-menu .active-mega-menu {
	display: block;
	position: absolute;
	right: 10%;
	top: 32px;
	min-width: 30%;
}
.mega-menu > ul > li > a{
	font-weight: 700 !important;
    font-size: 16px !important;
}
.mega-menu ul ul li a {
	color: #60676C !important;
	font-size: 14px !important;
	margin-bottom: 20px;
	font-weight: 600 !important;
}
.trip-contact-box {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: 88%;
	margin-bottom: 22px;
    align-items: center;
}
.trip-contact-box p{
	color: #FFFFFF;
    font-weight: 800;
    font-size: 20px;
	margin: 0;
}
.btn {
	border: 1px solid var(--White, #FFFFFF);
	padding: 11px 20px;
	border-radius: 37px;
	color: #FFFFFF !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}
.btn:hover{
	border: 1px solid var(--White, #FFFFFF);
	background : #fff;
	color: #2f393f !important;
}
btn:focus {
    background-color: transparent !important;
    color: inherit !important;
}
.menu-item-has-children > a{
    padding-bottom: 18px;
}
.mega-menu,
.caddyarmketing-menu {
    position: relative;
}

.mega-menu::before,
.caddyarmketing-menu::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    background: transparent;
    z-index: 98;
}

.mega-menu:hover::before,
.caddyarmketing-menu:hover::before {
    display: block;
}
.caddyarmketing-menu ul {
      margin: 0;
    display: none;
    list-style: none;
    position: absolute;
    box-shadow: 0px 10px 20px 0px #00000014;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 13px 20px;
    margin-top: 15px;
/*     top: 17px; */
	top: 100%;
    width: 153px;
	z-index:99;
}
.caddyarmketing-menu:hover .sub-menu {
  display: block;
}
.caddyarmketing-menu:hover .sub-menu .menu-item{
/* 	padding:5px 0px !important;  */
}
.caddyarmketing-menu ul li a {
	    padding-bottom: 10px;
}
.mega-menu:after, 
.caddyarmketing-menu:after {
	content: ' ';
    background-image: url(/wp-content/uploads/2025/08/dwon-arrow.png);
    padding-left: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -8px;
    left: 6px;
	cursor:pointer;
	padding-bottom:18px;
} 
/* Mega menu hidden by default */

/* underline only the last active sub menu item */
 .primary-menu .current-menu-item > a {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
} 

/* Divider line */
 .mega-menu > ul::before {
    content: "";
    position: absolute;
    top: 32px;   
    bottom: 32px;
    left: 50%;
    width: 2px;
    background-color: #E5E5E5;
	height: 165px;
}
.sub-menu {
  display: none;
}
.sub-menu.active-mega-menu {
  display: block;
}

.sub-menu .menu-item a{
	display: flex;
	align-items: center;
} 

/* header css End */

/* footer css */
 .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.otgs-development-site-front-end {
	display:none;
}
.footer-caddymarkiting-menu a{
	color: #F2F2F2;
}
.rewild-footer-form input {
	border: 1px solid var(--Strok, #F2F2F2);
	width: 269px;
	background-color: transparent;
	color: #F2F2F2;
	border-radius: 37px;
	font-size: 12px;
}
.rewild-footer-form input:focus{
	 background-color: transparent;
    outline: none;
	color:#F2F2F2;
}
.rewild-footer-form .wpcf7-submit {
	background-color: #FFFFFF;
	color: #2F393F;
	font-weight: 700;
	margin-top: 12px;
}
.rewild-footer-form .wpcf7-not-valid-tip{
	display:none;
}
.rewild-footer-logo-col {
	position: relative;
}
.rewild-footer-logo-col .wpcf7-response-output {
	position: absolute;
	font-size: 13px;
	bottom: 0px;
	margin: 0;
	border: none;
	color: red;
	font-weight: 600;
}

/* footer css end */
.site-content{
	display:block;
}
.section {
	padding: 100px 0;
}
@media screen and (max-width: 992px) {
	.mw-max-content-md {
		max-width: 720px !important;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 28px !important;
	}
	.gb-text-67fe2416 {
        font-size: 30px !important;
    }
	.contact-header-text p {
		font-size: 14px;
	}
	.rewild-happy-form p {
		font-size: 14px;
	}
	.happyforms-part__label .label
    {
		font-size: 14px !important;
	}
	/* 	team builder page css */
	.team-building-header-text p{
		font-size: 14px;
	}
	.gb-element-2c899050 {
		padding-top: 40px !important;
	}
	.gb-element-ba3ea570{
		width: 100% !important;
	}
	/* 	leadership reset page */
	.leadership-heading h2{
		font-size: 20px !important;
	}
}
@media screen and (max-width: 425px) {
	.gb-element-2c899050,
	.gb-element-77314f55 {
		width: 100%;
	}
	.d-none-sm {
		display:none;
	}
	.sm-col-12 {
		width: 100%;
	}
	.material-box img {
		min-width: 13px !important;
	}
	.display-ruby-sm{
		align-items: baseline;
	}
	.trip-contact-box .btn{
		padding: 7px 14px !important;
	}
	.nav-menu-mobiles .trip-contact-box{
		display: flex !important;
		padding: 49px 24px 20px !important;
	}
	.trip-contact-box p{
		font-size: 14px;
    	margin: 0;
		width: 158px;
	}
}
.rewild-contact-form label{
	width: 89%;
	color: grey;
	font-size:14px;
}
.rewild-contact-form input, .rewild-contact-form textarea{
	max-width: 100%;
	width: 100%;
    border: 1px solid var(--Strok-2, #DBDBDB);
	background: white;
	margin-top: 5px;
}
.rewild-contact-form .wpcf7-submit {
	width: 89%;
	color: white;
	background: #3f4047;
	font-weight: 700;
	margin-top: 12px;
}

.rewild-contact-form .wpcf7-submit:hover {
	color: #3f4047;
	background: white;
	border: 1px #3f4047 solid;
}
.rewild-contact-form input, .rewild-contact-form textarea {
	border-radius: 16px;
}
.rewild-contact-join .rewild-footer-form .wpcf7-submit {
	background-color: #2F393F;
    color: #ffff;
    font-size: 14px;
}

/*  */
.rewild-gear-logo {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
    bottom: 16%;
}

/* Team reset page */
.team-reset-text-content p{
	text-align: justify;
}
@media screen and (max-width: 1176) {
	.rewild-gear-logo{
	    bottom: 23%;	
	}
}
@media screen and (max-width: 1024px) {
	img.travel-banner-col{
	object-fit:cover;
	}
	.rewild-gear-logo{
	   bottom: 32%;
	}
	.mega-menu > ul::before {
		display: none;
	}
	.submenu-arrow {
		display: none;
	}
	.gp-mobile-nav {
	  position: fixed;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100vh;
	  background: #fff;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between; 
	  z-index: 9999;
	}

	.nav-menu-mobiles .gp-menu {
	  list-style: none;
	  margin: 0;
	  padding: 20px;
	  flex-grow: 1; 
	  overflow-y: auto;
	}
	.nav-menu-mobiles .trip-contact-box {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	  background-image: url(/wp-content/uploads/2025/09/Group-239.svg);
	  background-repeat: no-repeat;
	  background-size: cover; 
	  height: auto;
		padding: 58px 24px 20px;
		color: #fff;
		bottom: -1px;
		position: fixed;
		margin: 0;
		z-index:9999;
	}
	.nav-menu-mobiles .mega-menu:after, .caddyarmketing-menu:after{
			display: none;
		}
	.nav-menu-mobiles .mega-menu > ul {
		display: none ;  
		position: static;          
		min-width: auto;
		width: 100%;
		height: auto;
		box-shadow: none;
		border: none;
		border-radius: 0;
		background: none;
		padding: 0;
		margin: 0;
		}
	.nav-menu-mobiles .gb-menu--base .gb-sub-menu {
		display: none;
	}
	.nav-menu-mobiles .gb-sub-menu--open .sub-menu li {
		display: block;
	}
	.nav-menu-mobiles .mega-menu .sub-menu li {
    	display: block;
	}
	.nav-menu-mobiles .mega-menu ul ul li a{
		margin-bottom: 6px !important;
	}
	.nav-menu-mobiles .mega-menu ul ul{
		left:0px !important;
	}
.nav-menu-mobiles gb-menu-item-mi932aef .gb-menu-link{
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    column-gap: 10px;
    padding-bottom: 20px;
    padding-left: 29px;
    padding-right: 29px;
	}
.nav-menu-mobiles a.gb-menu-link{
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
	padding:10px 20px !important;
	}
	.nav-menu-mobiles ul .sub-menu > li > a.gb-menu-link {
	  font-weight: 700; 
	  font-size: 17px !important;
	  line-height: 150%;
	  letter-spacing: 0;
	  padding: 6px 20px !important;
	  color: #2F393F;
	}
	.nav-menu-mobiles ul .sub-menu > .rewild-sub-menu li > a.gb-menu-link{
		font-size: 15px !important;
		
	}
	.nav-menu-mobiles ul .sub-menu .rewild-sub-menu ul{
		padding-top:10px !important;
		padding-bottom: 10px !important;
	}
	.nav-menu-mobiles .current-menu-item > a {
		text-decoration: underline;
		text-underline-offset: 6px;
		text-decoration-thickness: 2px;
	}
/* CTA box */

.trip-contact-box p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.trip-contact-box .btn {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.trip-contact-box .btn:hover {
  background: #fff;
  color: #2d3436;
}
	.nav-menu-mobiles button.gb-menu-toggle{
		background: transparent !important;
	}
	.gb-menu-container--mobile button.gb-menu-toggle{
		right: 30px;
    	top: 30px;
	}
	.caddyarmketing-menu ul {
		padding: 0;
		margin-top: 0;
		top: 0;
		width: 100%;
		box-shadow: none;
	}
	section.site-sticky-header{
		padding: 16px 6px;
	}
	
/* 	Team Reset page */
	.team-reset-text-content {
		width: 40% !important;
	}
}

@media screen and (max-width: 768px) {
    .rewild-gear-logo {
    	bottom: 28%;
    }
	/* 	Team Reset page */
	.team-reset-text-content {
		width: 100% !important;
	}
	.team-reset-text-content h2{
		font-size: 16px !important;
	}
	.team-reset-text-content p{
		font-size: 14px !important;
	}
	.step-images {
		width: 100% !important;
		text-align: center !important;
	}
	.mega-menu ul ul{
		left: 0 !important;
	}
	
}
@media screen and (min-width: 1024) {
	.step-images {
		width: 100% !important;
		text-align: center !important;
	}
	.team-reset-text-content {
		width:100% !important;
	}
	.nav-menu-mobiles .trip-contact-box {
               padding: 79px 24px 20px !important;
    }
}
@media screen and (max-width: 425px) {
    .rewild-gear-logo {
   		 bottom: 25%;
    }
	.nav-menu-mobiles .trip-contact-box {
	  display: block;
	  padding: 68px 24px 20px;
	  z-index: 9999;
	}
}

@media screen and (max-width: 426px) {
	.footer-logo {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.footer-logo > img {
		width: 90%;
	}
}

@media screen and (max-width: 375px) {
    .rewild-gear-logo {
   		bottom: 31%;
    }
	.gb-element-2c899050,
	.gb-element-77314f55 {
		width: 100% !important;
	}
}
@media screen and (max-width: 320px) {
    .rewild-gear-logo {
   		bottom: 38%;
    }
	.gb-element-9d6b6de2{
		width: 100% !important;
	}
	.gb-element-2c899050,
	.gb-element-77314f55 {
		width: 100% !important;
	}
	.trip-contact-box p{
				width: 127px;
	}
	
}
@media screen and (min-width: 320px) {
	.trip-contact-box .btn{
		padding: 7px 9px !important;
	}
	.nav-menu-mobiles .trip-contact-box{
		display: flex !important;
		align-items : center !important;
		padding: 49px 24px 20px !important;
		padding: 48px 24px 20px 16px !important;
	}
	.trip-contact-box p{
		font-size: 14px !important;
    	margin: 0 !important;
	}
	.blog-cta-tirp .gb-text-758c25a3{
		padding: 0px 16px;
		font-size:10px;
	}
}
@media screen and (min-width: 390px) {
	.trip-contact-box .btn{
		padding: 7px 14px !important;
	}
	.nav-menu-mobiles .trip-contact-box{
		display: flex !important;
		padding: 79px 24px 20px !important;
	}
	.trip-contact-box p{
		font-size: 14px !important;
    	margin: 0 !important;
	}
	.blog-cta-tirp .gb-text-758c25a3{
		padding: 0px 16px;
		font-size:10px;
	}
	.blog-cta-tirp{
		padding: 20px 20px !important;
	}
	
}

/* team page */
.vimeo-video {
	width: 100%;
	height: 711px;
}

/*  */
.travel-day {
    border: 1px solid var(--Strok-2, #DBDBDB);
    padding: 8px 14px;
    border-radius: 25px;
    margin-bottom: 12px;
    color: #60676C;
    font-size: 14px;
    font-weight: 700;
	text-align: center;
	display: inline-block;
}

.location-pin {
  position: relative;
  display: inline-block;
}

.location-pin::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-left: 2px dotted #ccc;
  margin: 0 auto;
}

.gb-element-a3d6dec7 .location-pin::after {
  content: none;
}

.cursor-pointer{
	cursor: pointer;
}
.section.trip-category-section{
	padding-top:70px !important;
}
@media screen and (max-width: 768px) {

	 .section.trip-category-section {
    	padding-left : 5px;
		padding-right :5px;
		padding-bottom:5px !important;
		padding-top:5px !important;
    }
}
.material-box img{
	max-width: 100px;
    width: 100%;
    min-width: 11px;
}

/* ========== RESPONSIVE (TABLET + MOBILE) ========== */
.gp-hamburger {
	display:none;
}
@media (max-width: 992px) {

	.gp-hamburger {
		display: block;
	}
	.rewild-nav .primary-menu-container{
		display: none;
	}
	.rewild-nav .primary-menu{
		flex-direction: column;
	}

	.rewild-nav.active {
		border: 1px solid;
		display: block;
		z-index: 999;
		top: 115px;
		width: 51%;
		height: 100vh;
	}

	.primary-menu {
		flex-direction: column;
		gap: 10px;
	}

	.submenu {
		position: relative;
		box-shadow: none;
		padding-left: 15px;
	}

	.header-social {
		margin-top: 20px;
		margin-left: 0;
		justify-content: center;
	}
}
.btn-arrow::after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/09/arrow-white-btn.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    transition: background-image 0.3s ease;
}

.btn-arrow:hover::after {
    background-image: url('/wp-content/uploads/2025/09/blog-Read-More-icon.svg');
}
.btn-arrow:focus::after{
	 background-image: url('/wp-content/uploads/2025/09/arrow-white-btn.svg');
}
.btn-arrow-black::after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/09/blog-Read-More-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    transition: background-image 0.3s ease;
}

.btn-arrow-black:hover::after,
.btn-arrow-black:focus::after{
    background-image: url('/wp-content/uploads/2025/09/arrow-white-btn.svg');
}
.btn-arrow-black-last::after{
	 content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
	background-image: url('/wp-content/uploads/2025/09/blog-Read-More-icon.svg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    transition: background-image 0.3s ease;
}
.btn-arrow-black-last:hover::after{
	    background-image: url('/wp-content/uploads/2025/09/blog-Read-More-icon.svg');
}
.btn-arrow-blog::after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/09/blog-Read-More-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    transition: background-image 0.3s ease;
}
.lode-more-trip {
	background-image: url('/wp-content/uploads/2025/09/lode-more.svg');
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	width: 100%;
}
/*  reisagenda*/
.btn-reisagenda-clear{
	background-color: #2F393F;
}
.loading-more-trip {
    background-image: url(/wp-content/uploads/2025/09/lode-more.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 555px;
}

/* happy form css */
.rewild-happy-form input,
.rewild-happy-form textarea {
	border-radius: 16px;
}
.testimonials-nav-btn:hover svg path {
    fill: #fff;
}
button.nav-arrow:hover{
	background-color: #2f393f;
}
.nav-arrow:hover svg path{
	fill: #fff;
}
a.upcoming-trip-btn:hover{
	color: #fff !important;
	background-color : #2f393f!important;
}

/* happy form css */
.rewild-happy-form .rewild-happy-input input{
	border-radius: 16px !important;
}
div.rewild-happy-form .happyforms-part--submit button[type="submit"], div.subscribe-form .happyforms-part--submit button[type="submit"]{
    border-radius: 16px !important;
    width: 100%;
    color: #ffffff;
    background-color: #3f4047 !important;
    padding: 7px 20px;
	  margin:0px;
}
div.subscribe-form .happyforms-part--submit button[type="submit"]{
    border-radius: 40px !important;
    background-color: #2F393F !important;
}
div.rewild-happy-form .happyforms-form .rewild-happy-input input{
    border-radius: 16px !important;
    padding: 7px 15px;
}
div.subscribe-form .happyforms-flex .happyforms-input input{
    border-radius: 40px !important;
	 padding: 7px 20px;
}
div.subscribe-form .happyforms-flex .happyforms-form__part{
	margin: 0;
}
div.rewild-happy-form .happyforms-form .rewild-happy-input textarea{
    border-radius: 16px !important;
    padding: 7px 15px;
}
.happyforms-flex .happyforms-form__part{
   width: 100%;
}
.rewild-happy-form{
    padding-bottom: 5%;
}
.rewild-happy-form label{
    color: #000;
}
.upcoming-section {
	background-size: contain;
	background-repeat: repeat;
}
.subscribe-form .happyforms-flex{
    max-width: 380px;
    margin-bottom: 30px;
}
.subscribe-form .wp-block-post-title{
    max-width: 380px;
	margin: 0 0 -20px;
}

div.subscribe-form-footer button.happyforms-submit.happyforms-button--submit{
	 color: #2F393F !important;
	font-weight:700;
	font-size: 12px;
}
div.subscribe-form-footer .happyforms-part--submit button[type="submit"]{
    border-radius: 40px !important;
    background-color: #ffff !important;
	width: 100%;
	padding:10px 20px;
	margin:0px;
}
div.subscribe-form-footer .happyforms-flex .happyforms-input input {
    border-radius: 40px !important;
    padding: 7px 20px;
	background-color: transparent !important;
}
div.subscribe-form-footer .happyforms-form__part
{
	margin-bottom: 5px !important;
}
div.subscribe-form-footer .happyforms-part--submit{
	padding-top:0px !important;
}

/* header sticky */
.site-sticky-header {
     position: fixed;
    top: 0;
    z-index: 99;
    transition: background-color 0.3s ease;
    left: 0;
    width: 100%;
}

.site-sticky-header.scrolled {
  background-color: #fff !important;
}
.admin-bar .site-sticky-header {
	top: 32px;
}

/* mobile menu */
.nav-menu-mobiles button.gb-menu-toggle{
	width:22px;
	height:22px;
}
.nav-menu-mobiles button:focus{
	background-color : none;
}
/* dropdown country */

.language-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.language-selector .custom-arrow {
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.language-selector.open .custom-arrow {
  transform: rotate(180deg);
}

.language-selector .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  padding: 5px 0;
  width: 140px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
  margin-left: 12px;
}

.language-selector .dropdown li {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.language-selector .dropdown li:hover {
  background: #f2f2f2;
}

.language-selector.open .dropdown {
  display: block;
}
img.custom-arrow.loaded{
	width:10px;
	height:10px;
}
/* booking-popup.css */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 24px 25px;
    max-width: 870px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    text-align: center;
	  height:100%;
	  max-height:600px;
	  overflow:scroll;
}

.popup-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.popup-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.booking-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.booking-btn:hover {
    background: #005bb5;
}
/* Make Email and Phone Number side by side */
.happy-form-booking #happyforms-form-1471 .happyforms-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Name field takes full width */
.happy-form-booking #happyforms-1471_single_line_text_5-part {
    width: 100%;
    box-sizing: border-box;
}

/* Select Trip field stays full width */
.happy-form-booking #happyforms-1471_select_4-part {
    width: 100%;
    box-sizing: border-box;
}

/* Email and Phone Number each take half width */
.happy-form-booking #happyforms-1471_email_2-part,
.happy-form-booking #happyforms-1471_single_line_text_6-part {
    width: 48%;
    box-sizing: border-box;
}
.book-list-modal h2{
	text-align: left;
}
.happy-form-booking .happyforms-flex label.happyforms-part__label {
    text-align: left;
    display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color:#60676C;

}
div.happy-form-booking .happyforms-flex .happyforms-input input, div.happy-form-booking div.happyforms-flex .happyforms-custom-select select.happyforms-select {
    border-radius: 30px !important;
    padding: 7px 20px;
    height: 50px !important;
}
.happy-form-booking .happyforms-flex .happyforms-form__part{
	width:100%;
	align-items:center;
	display:block;
}
div.happy-form-booking .happyforms-part--submit button[type="submit"]{
 border-radius: 37px !important;
    padding: 10px 50px;
	background-color: #2F393F !important;
}

@media (max-width: 480px) {
    .happyforms-flex {
        flex-direction: column;
        gap: 0px;
    }

    .happy-form-booking #happyforms-1471_email_2-part,
    .happy-form-booking #happyforms-1471_single_line_text_6-part {
        width: 100% !important;
    }

    .happy-form-booking .happyforms-styles {
        width: 95% !important;
    }
	  .popup-content {
		width : 90% !important;
        padding: 16px 20px;
        overflow-y: auto; 
        box-sizing: border-box;
    }
	.footer-menu-cl .gb-element-812a2288{
		justify-content:unset !important;
	}
}
/* gallery loader image */
.gallery-image-team{
	flex-flow: wrap !important; 
}
.gallery-image-team img{
	border-radius:8px;
}


.rewild-booking-list:hover {
	background-color: transparent;
	color: #000;
}
.rewild-booking-list{
	font-weight:600 !important;
}


.faq-box .mb-3{
	cursor:pointer;
}
@media (max-width: 1024px) {
    .team-detials-col{
        display: grid;
        grid-template-columns: 1fr !important;
    }
}
.teams-user-name a:hover{
	color: #60676C !important;
}

.teams-user-name h3 {
    font-weight: 700;
	font-size: 20px;
}


/* travel banner after image */
.rewild-back-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 132px;
  background-image: url("/wp-content/uploads/2025/11/rewild-moutine-desktop-1.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  pointer-events: none;
  margin-bottom: -8px;
	
}
.rewild-back-image-home::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background-image: url("/wp-content/uploads/2025/10/hero-image-back-banner-1.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  pointer-events: none;
  margin-bottom: -80px;
}
/*  trip image popup  */
/* --- POPUP CONTAINER --- */
#trip-popup {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow: hidden;
  backdrop-filter: blur(4px);
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

/* Fade animation */
#trip-popup.show {
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* --- POPUP IMAGE --- */
.popup-image {
  display: block;
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: auto;
  image-rendering: high-quality;
}

/* --- CLOSE BUTTON --- */
.popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  z-index: 103;
  transition: color 0.2s ease;
}
.popup-close:hover {
  color: #ff5555;
}

/* --- NAVIGATION BUTTONS --- */
.popup-prev, .popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  z-index: 102;
}
.popup-prev:hover, .popup-next:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  transform: translateY(-50%) scale(1.08);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}
.popup-prev { left: 30px; }
.popup-next { right: 30px; }

/* --- BOTTOM INFO SECTION --- */
.popup-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.95);
  color: #333;
  padding: 12px 24px;
  border-radius: 0 0 12px 12px;
  margin-top: 10px;
  width: 100%;
  max-width: 95vw;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
}
.trip-name {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.image-counter {
  font-weight: 600;
  color: #444;
}

/* --- RESPONSIVE FIXES --- */

/* Tablets */
@media (max-width: 992px) {
  .popup-image {
    max-width: 90vw;
    max-height: 80vh;
  }
  .popup-prev, .popup-next {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .popup-prev { left: 20px; }
  .popup-next { right: 20px; }
}

/* Mobile */
@media (max-width: 768px) {
  #trip-popup {
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .popup-image {
    max-width: 95vw;
    max-height: 75vh;
    border-radius: 8px;
  }
  .popup-prev, .popup-next {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .popup-prev { left: 15px; }
  .popup-next { right: 15px; }
  .popup-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }
  .popup-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .popup-image {
    max-width: 100%;
    max-height: 70vh;
  }
  .popup-prev, .popup-next {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .trip-name, .image-counter {
    font-size: 14px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .popup-image-content {
        width: 90%;
    }
	.popup-prev, .popup-next {
		font-size: 17px;
		padding: 3px 12px;
	}
    .popup-bottom {
        font-size: 14px;
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
	.blog-cta-tirp .gb-text-758c25a3{
	padding: 6px 19px;
	}
	.blog-cta-tirp .gb-element-f0f97dce{
		padding:22px 30px;
	}
	
}
@media screen and (min-width: 1900px) and (max-width: 1940px) {
	.borderimg1{
	border-bottom:0px !important;
	}
}
/* banner header image */
.banner-image-header{
	height:95vh !important;
	object-fit:cover !important;
}

.conatct-link-col a {
  color: #2f393f;          
	text-decoration: none; 
}
.conatct-link-col  a:hover,
.conatct-link-col a:focus,
.conatct-link-col a:active{
	color: #2f393f !important;            
  text-decoration: none; 
}
.conatct-footer-link-col  a:hover,
.conatct-footer-link-col a:focus,
.conatct-footer-link-col a:active{
	color: #FFF !important;            
  	text-decoration: none; 
}
.rewild-nav .primary-menu li a:active,
.rewild-nav .primary-menu li a:hover,
.rewild-nav .primary-menu li a:focus {
  color: #131313 !important;
}
.rewild-booking-list a:hover{
	color: #fff !important;
}

.home-blog-btn a:hover{
	color:#FFF !important;
}
.home-btn-bg a:focus{
	color: #131313 !important ;
}
.home-banner-image{
	height: 98vh !important;
    object-fit: fill !important;
}

.desc-header-col-bg {
    margin-bottom: 0px;

}
.btn-packeg-list:hover{
	border: 1px solid #2F393F;
    border-radius: 37px;
    padding: 10px 25px;
	background-color:#fff;
}
.single-book-btn:hover{
	color: #fff !important;
}
.single-trip a:hover{
	color: #000;	
}

/* Hide extra items by default */
.paklijst .paklijst-extra { 
  display: none;
}

/* When list is open, show extras (overrides the hidden state) */
.paklijst.paklijst--open .paklijst-extra { 
  display: flex !important; 
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  padding: 0;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* label links van de knop */
.whatsapp-float p,
.whatsapp-float .whatsapp-label {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 8px 12px;
  background: #2F393F;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 100000;
  pointer-events: none;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

/* tekst alleen desktop */
@media (max-width: 768px) {
  .whatsapp-float p,
  .whatsapp-float .whatsapp-label {
    display: none;
  }
}


@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }
}
.whatsapp-float {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.whatsapp-float.visible {
  opacity: 1;
  visibility: visible;
}


.tripSwiper{
	width:100%;
	overflow:visible;
}
@media (max-width: 767px) {
  .related-posts-row {
    margin: 0;
  }
  .related-post-card {
    width: 80% !important; 
  }
	.rewild-back-image::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 155px;
    background-image: url(/wp-content/uploads/2025/11/rewild-mobile-mountain.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    pointer-events: none;
    margin-bottom: -23px;
	}
	.stacked-image {
		right: 0 !important;
	}
}
.main-navigation .current-menu-item > a {
  background-color: #f3f6f8;
  border-left: 3px solid #2d5d7b;
  font-weight: 600;
}

/* Highlight parent menu of active item */
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-ancestor > a {
  background-color: #e9f0f3;
  font-weight: 600;
}

/* Optional: rotate arrow for open submenu */
.main-navigation .sfHover > a .icon-arrow {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}


.package-card { position: relative; cursor: pointer; }
.package-card a.card-full-link {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 10; text-indent: -9999px;
}
.package-card .card-content, .package-card .card-image {
  position: relative; z-index: 5;
}
.slider-box-link-clickble{
	text-decoration: none;
}

/* .stacked-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100% !important;
    background-image: url("/wp-content/uploads/2025/11/rewild-trip-thema.svg");
    background-repeat: no-repeat;
    border-radius: 20px;
	right : 30px;
	bottom: 30px;
    z-index: 1;
	min-height: 331px;
} */

.stacked-image{
    content: "";
	position: relative;
    width: 100%;
    height: 100% !important;
    background-image: url("/wp-content/uploads/2025/11/rewild-trip-thema.svg");
    background-repeat: no-repeat;
    border-radius: 20px;
	right : 30px;
	bottom: 30px;
    z-index: 1;
	min-height: 331px;
}

.stacked-image img {
/* 	top: -17px; */
	position: absolute !important;
    left: 26px;
    top: 27px;
	max-width: 277px !important;
}
@media (max-width: 320px) {
	.stacked-image {
		background-size: contain;
		max-width: 278px;
	}
	.stacked-image img {
		width: 221px !important;
    	max-height: 230px;
    	top: 20px !important; 
	}
}


/* MC4wp */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsletter-form input[type="email"] {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
}

.newsletter-form input[type="email"]::placeholder {
    color: #d5d5d5;
}

.newsletter-form button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 40px;
    background: #ffffff;
    color: #0f222c; /* Dark text */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.newsletter-form button:hover {
    opacity: 0.9;
}
/* Apply ONLY to forms using subscribe-form class */
.subscribe-form input[type="email"] {
    width: 100%;
    padding: 14px 22px;
    border: 1px solid #d9d9d9;
    border-radius: 40px;
    background: #ffffff; 
    color: #333333;
    font-size: 16px;
}

.subscribe-form input[type="email"]::placeholder {
    color: #9b9b9b; 
}

/* Button styling */
.subscribe-form button,
.subscribe-form input[type="submit"] {
    width: 100%;
    padding: 14px 22px;
    border: none;
    border-radius: 40px;
    background: #2c3840;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

/* Hover effect */
.subscribe-form button:hover,
.subscribe-form input[type="submit"]:hover {
    opacity: 0.92;
}
.subscribe-form .newsletter-form {
	gap: 3px;
    width: 57%;
    margin-bottom: 20px;
}

/* MC4wp */

@media (max-width: 1024px) {
.stacked-image::before {
	top: -9%;
	left:27%;
	min-height:55vh;
}
	.stacked-mobile-image{
		position: relative !important;
	} 
/* 	  .stacked-image {
        max-width: 260px;
        margin-inline: auto;
    } */
}
@media (max-width: 767px) {

    .stacked-image::before {
        bottom: -3%;
		left:20%;
    }
	.stacked-mobile-image{
		width: 100% !important;
	}
	.rewild-review-home-col{
		padding: 0 20px;
	}
	.rewild-home-packages-slider-content {
        padding: 0 0px !important;
    }
}
@media (max-width: 592px) {
	 .stacked-image::before {
        bottom: -3%;
		left:17%;
    }
}
@media (max-width: 426px) {
	 .stacked-image::before {
        bottom: -3%;
		left:7%;
		 min-height: 55vh;
    }
	.vimeo-video{
		height: 289px !important;
	}
}
@media (max-width: 390px) {
	 .stacked-image::before {
        bottom: -3%;
		left:12px;
    }
}

.newsletter-form {
    display: block;
    width: 100%;
}

.newsletter-form input[type="email"] {
    display: block;
    width: 260px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 37px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #2f393f;
}

.newsletter-form input[type="email"]::placeholder {
    color: #60676c;
}

.newsletter-form button {
    display: inline-flex;
    background-color: #2f393f;
    color: #ffffff;
    border-radius: 37px;
    padding: 10px 2rem;
    border: none;
    cursor: pointer;
    width: auto;
}

.newsletter-form button:hover {
    background-color: #000;
}

.footer-newsletter .newsletter-form input[type="email"] {
    color: #ffffff;
}

.footer-newsletter .newsletter-form input[type="email"]::placeholder {
    color: #ffffff;
}

.footer-newsletter .newsletter-form button {
    background-color: #ffffff;
    color: #2f393f;
    border: 1px solid #ffffff;
}

.footer-newsletter .newsletter-form button:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}


.footer-breadcrumbs,
.footer-breadcrumbs #breadcrumbs {
  margin: 8px 0;
  font-size: 14px;
	color : #fff;
	font-weight :400;
}
.footer-breadcrumbs a {
  text-decoration: none;
	color: #fff;
}

.inside-header.grid-container{
	display:none;
}

.faq-box p,
.faq-box li {
    font-size: 15px;
    color: var(--text-color-light);
}

.faq-box p a,
.faq-box li a {
    color: var(--accent);
}

.faq-box .mb-3 {
    position: relative;
    padding-right: 32px;
}

.faq-box .mb-3::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 32px;
    width: 14px;
    height: 14px;
    background-image: url('https://re-wild.nl/wp-content/uploads/2025/09/fi_32195.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.faq-box .mb-3.active::after {
    transform: rotate(180deg);
}


/* home Wild Human section image */
.hero-mountain-wrapper {
    position: relative;
    overflow: hidden;
}
.hero-mountain-wrapper img {
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	width: 100%;
	height: 671px;
    object-fit: cover;
}

.hero-mountain-wrapper::before {
	content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 54px;
    background-image: url(/wp-content/uploads/2025/12/Vector-scaled-1.webp);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: top center;
    pointer-events: none;
    z-index: 5;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.hero-mountain-wrapper::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 53px;
    background-image: url(/wp-content/uploads/2025/12/mountain-dwon.svg);
    background-repeat: repeat-x;
	background-size: auto 100%;
    background-position: bottom center;
    pointer-events: none;
    z-index: 5;
	transform: rotateX(45deg);
}
.trip-mountain-wrapper {
  position: relative;
  background-color: #F1F1F1;
  overflow: visible;
}

.trip-mountain-wrapper::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 54px;
  background-image: url(/wp-content/uploads/2025/12/Vector-scaled-1.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top center;
  pointer-events: none;
  z-index: 5;
}

.trip-mountain-wrapper::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 53px;
  background-image: url(/wp-content/uploads/2025/12/mountain-dwon.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: bottom center;
  pointer-events: none;
  z-index: 5;
}
.hero-image-mountain-wrapper::after {
/*		content: "";
    position: absolute;
	bottom: -70px;
    left: 0;
    width: 100%;
    height: 35%;
    background-image: url(/wp-content/uploads/2025/12/hero-mautine-boy.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    pointer-events: none;
    z-index: 5;
    transform: rotateX(45deg); */
}
@media screen and (min-width: 2560px) {
    .hero-mountain-wrapper::before {
        transform: translate(0px, 5px);
    }
}
@media (max-width: 768px) {

  .hero-mountain-wrapper::before {
      top: -8px;
      height: 103px;
      background-size: 150%;
  }

  .hero-mountain-wrapper::after {
      bottom: -10px;
      height: 38px;
/*       background-size: 150%; */
  }
	.hero-image-mountain-wrapper::after {
		background-image: url(https://re-wild.nl/wp-content/uploads/2025/12/mountain-dwon.svg);
        background-position: bottom center;
        background-repeat: repeat-x;
        background-position: bottom;
	}
}

@media (max-width: 320px) {
	.single-trip .trip-reisp-title{
		width:100%;
		display:flex;
	}
} 

.card-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.date-badge {
    display: inline-block;
    padding: 0.2em 0.55em;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: rgb(245, 165, 46);
    border-radius: 999px;
    white-space: nowrap;
}

.mobile-trip-descr-text {
    width: 100%;
    max-width: 100%;
}
.faq-kosten-uitklaplijst{
	margin-left: 15px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
    .swiper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
