/*
 * Reusable CombiBar visual components copied for Combitrip.
 * Classes are intended for Elementor widgets/containers.
 */

.btnCarHover span.elementor-button-content-wrapper {
	display: flex;
	align-items: center !important;
	justify-content: center;
	white-space: nowrap;
	z-index: 2;
}

.btnCarHover a {
	position: relative;
	height: 43px;
	min-width: 167px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: background 0.3s ease;
}

button.btnCarHover.contacta::after,
a.btnCarHover.contacta::after,
.btnCarHover a::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -98px;
	width: 98px;
	height: 98px;
	background-image: url("../images/school-bus.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: left 1.5s ease;
	z-index: 1;
}

button.btnCarHover.contacta:hover::after,
a.btnCarHover.contacta:hover::after,
.btnCarHover a:hover::after {
	left: 100%;
}

.EntronsenContact a.btnCarHover.contacta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 43px;
	padding: 10px 22px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 56px;
	background: #eb8375;
	color: #fff;
	font-family: Antonio, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.EntronsenContact a.btnCarHover.contacta:hover {
	background: #fff;
	color: #eb8375;
}

span.rotatedtxt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 118.653px !important;
	padding: 10px 17.28px 14.4px;
	transform: rotate(-3deg) !important;
	background: #eb8375;
	color: #fff;
	text-align: center;
}

span.rotatedtxt.height {
	height: 210px !important;
}

span.rotatedtxt.heightAuto {
	height: 160px !important;
}

span.rotatedtxt.size {
	height: auto !important;
	padding: 0 17.28px 14.4px;
	font-size: 114px;
}

.headlineNoWrap h1,
.headlineNoWrap h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.heroArro {
	position: relative;
	width: 76px;
	height: 76px;
}

.heroArro .elementor-icon-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.heroArro::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	width: 66px;
	height: 66px;
	border-radius: 100px;
	background: #eb83754d;
	animation: pulse-inner 0.8s ease-in infinite;
}

.heroArro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 76px;
	height: 76px;
	border-radius: 100px;
	background: #eb83754d;
	animation: pulse-outer 0.8s ease-in infinite;
	animation-delay: 0.15s;
}

@keyframes pulse-inner {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@keyframes pulse-outer {
	0% { transform: scale(1); }
	50% { transform: scale(1.3); }
	100% { transform: scale(1); }
}

@media (max-width: 767px) {
	.headlineNoWrap h1 span,
	span.rotatedtxt.height,
	span.rotatedtxt {
		height: 75px !important;
	}

	span.rotatedtxt.size {
		font-size: 60px;
	}

	span.rotatedtxt.mobile {
		letter-spacing: -3.5px;
	}

	span.rotatedtxt.sized {
		font-size: 55px !important;
	}
}

/* Footer email form copied from CombiBar. */
.enterEmailFooter p,
.EntrezVotreEmail p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 19.85px;
	border-bottom: 1px solid #414141;
}

.enterEmailFooter p br,
.EntrezVotreEmail p br {
	display: none;
}

.enterEmailFooter input[type='email'],
.enterEmailFooter input[type='email']::placeholder,
.EntrezVotreEmail input[type='email'],
.EntrezVotreEmail input[type='email']::placeholder {
	padding: 0;
	border: none;
	outline: none;
	color: #eb8375;
	font-family: Antonio, sans-serif;
	font-size: 30.2px;
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: normal;
	letter-spacing: var(--letter-spacing--1_44, -1.44px);
}

.enterEmailFooter input[type='submit'],
.EntrezVotreEmail input[type='submit'] {
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #fff;
	background-image: url("../images/arr22.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	cursor: pointer;
	font-size: 0;
}

.enterEmailFooter .wpcf7-spinner,
.EntrezVotreEmail .wpcf7-spinner {
	display: none;
}

@media (max-width: 767px) {
	.enterEmailFooter input[type='email'],
	.enterEmailFooter input[type='email']::placeholder,
	.EntrezVotreEmail input[type='email'],
	.EntrezVotreEmail input[type='email']::placeholder {
		font-size: 24px;
	}
}

/* Sticky header copied from CombiBar, generalized for Combitrip. */
.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, min-height 0.3s ease, max-height 0.3s ease;
}

.elementor-location-header.is-sticky {
	min-height: 70px !important;
	max-height: 70px !important;
	background-color: #fff;
	box-shadow: 12px 2px 10px -5px rgba(0, 0, 0, 0.1), -12px 2px 10px -5px rgba(0, 0, 0, 0.1);
}

.elementor-location-header.is-sticky > .elementor,
.elementor-location-header.is-sticky .e-con,
.elementor-location-header.is-sticky .elementor-container,
.elementor-location-header.is-sticky .elementor-element-a444268 {
	min-height: 70px !important;
	max-height: 70px !important;
}
