* {
	padding: 0;
	margin: 0;
}

html.active,
body.active {
	overflow: hidden !important;
}

html {
	scroll-padding-top: 200px !important;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 102px;
	overflow-x: hidden;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: block;
	z-index: 99999;
}

.page-id-20.dialog-prevent-scroll #masthead {
	background-color: #fff !important;
}

/* .scroll-head {
position: fix;
top: 0;
z-index: 1000;
background-color: #fff;
transition: all 0.3s ease-in-out;
} */
:focus-visible {
	outline: none;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Satoshi-Regular';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	max-width: 100% !important;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Satoshi-Regular';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	padding-right: 40px !important;
}

body select:focus {

	background-position: calc(100% - 20px) center;

}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

.header-popup #elementor-popup-modal-460 {
	align-items: flex-start !important;
}

.snow-sec .elementor-widget-wrap {
	gap: 43px;
}

.mountain-span span {
	color: #fff;
	font-style: italic;
}

.header-popup .elementor-column {
	height: 245px;
}

.ticket-table .wptb-cell:first-child {
	background-color: #1B4332;
	padding-left: 40px !important;
	/* 	border-left: 37px solid #1b4332 !important; */
}

.ticket-table .wptb-cell:nth-child(2) {

	padding-left: 60px !important;
}

.ticket-table .wptb-row {
	padding: 18px 0px 18px 77px !important;
	line-height: 20px;
	font-size: 13px;
}

.ticket-table .wptb-cell .wptb-text-container p {

	font-weight: 700;
}

.clip {
	background-color: #1B4332;
	box-shadow: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	clip-path: polygon(0.641% 100%, 0.641% 0.896%, 92.765% 0.896%, 100% 49.254%, 92.765% 100%, 0.641% 100%);

}

.clip2 {
	clip-path: polygon(8.153% 49.254%, 0.767% 0.896%, 92.614% 0%, 100% 49.254%, 92.614% 100%, 0.767% 100%, 8.153% 49.254%);
	margin-left: -30px;
}

.clip3 {
	clip-path: polygon(3.397% 50.079%, 0.333% 0.459%, 96.236% 0.159%, 100% 49.779%, 96.236% 100%, 0.333% 100%, 3.397% 50.079%);
}

.clip4 {
	clip-path: polygon(7.624% 49.888%, 0.641% 0.076%, 92.765% 0.076%, 100% 49.888%, 92.765% 100%, 0.641% 100%, 7.624% 49.888%);
}

.clip5 {
	clip-path: polygon(8.153% 49.888%, 0.767% 0.076%, 100% 0.076%, 100% 100%, 0.767% 100%, 8.153% 49.888%);
	margin-left: -30px;
}

.page-id-20 #masthead.sticky {
	background-color: #1B4332 !important;
}

.page-id-20 header {
	box-shadow: none !important;
	background-color: transparent !important;
	/* 	z-index:9999999 !important; */
}

.passes-acc .elementor-column-gap-default {
	gap: 25px;
}

.weather sup {
	font-family: "Montserrat", Sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 3.2px;
}

.facilitie .wptb-table-container,
.mountain-lifts .wptb-table-container,
.lifts .wptb-table-container,
.all-season .wptb-table-container,
.ticket_type_tb .wptb-table-container {
	margin: 0px auto !important;
}

.mountain-lifts .wptb-row {
	border-top: 0.5px solid rgba(151, 174, 204, 1);
}

.mountain-lifts .wptb-cell {
	font-weight: 500;
	padding: 20px 30px !important;
}

.mountain-lifts tr td:nth-child(2) {
	display: flex;
	gap: 12px;
	/*     width: 50%; */
	border: none !important;
}

.mountain-lifts tr td:nth-child(2) img {
	min-width: 25px;
}

.mountain-lifts tr td:nth-child(3) {
	width: 15%;
}

.mountain-lifts tr td:nth-child(4) {
	width: 32%;
}

.mountain-lifts tr td:nth-child(1) {
	width: 25%;
}

/* .reviews_slider .swiper-wrapper {
transition-timing-function: linear !important;
}
*/
.time-shortcode {
	color: #728A80;
	font-family: 'Montserrat';
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.lifts tr td:nth-child(1),
.lifts tr td:nth-child(2),
.lifts tr td:nth-child(3),
.lifts tr td:nth-child(4) {
	display: inline-flex;
	gap: 12px;
}

.lifts tr td:nth-child(1) {
	width: 29%;
	padding-left: 0px !important;
	margin-left: 20px;
}

.lifts tr td:nth-child(2) {
	width: 20%;
	margin-right: 20px;
}

.lifts tr td:nth-child(3) {
	width: 26%;
	margin-left: 20px;
}

.lifts tr td:nth-child(4) {
	width: 18%;
	padding-right: 0px !important;
	margin-right: 20px;
}

.lifts .wptb-cell {
	font-weight: 500;
	padding: 20px 0px !important;
	height: 20px;
}

.lifts tr td:nth-child(1),
.lifts tr td:nth-child(2),
.lifts tr td:nth-child(3),
.lifts tr td:nth-child(4) {
	border-top: 1px solid #97AECC !important;
}

.lifts tr td img,
.lifts tr td img,
.lifts tr td img,
.lifts tr td img {
	min-width: 20px;
}

.facilitie tr td:nth-child(1),
.facilitie tr td:nth-child(2),
.facilitie tr td:nth-child(3),
.facilitie tr td:nth-child(4) {
	width: 25%;
}

.facilitie .wptb-cell {
	font-weight: 500;
	padding: 20px 10px 12px 30px !important;
	line-height: normal;
	letter-spacing: 0.39px;
}

.facilitie tr td:nth-child(2) img,
.facilitie tr td:nth-child(4) img {
	width: 15px !important;

}

.facilitie tr td:nth-child(2) {
	width: 20%;
	margin-right: 20px;
}

.facilitie tr td:nth-child(1),
.facilitie tr td:nth-child(2),
.facilitie tr td:nth-child(3),
.facilitie tr td:nth-child(4) {
	border-top: 1px solid #97AECC !important;
}

.facilitie tr td:nth-child(3) {
	width: 20%;
	margin-left: 20px;
}

/*  */
.all-season tr td:nth-child(1),
.all-season tr td:nth-child(3) {
	background: rgba(27, 67, 50, 1);
	padding: 25px 45px !important;
	font-weight: 700;
}

.all-season tr td:nth-child(2),
.all-season tr td:nth-child(4) {

	font-weight: 500;
}

.all-season .wptb-row {
	border-top: 0.5px solid rgba(151, 174, 204, 1);
}

.contact-patrol .elementor-icon-list-items .elementor-icon-list-text {

	text-decoration: underline;
}

.accordian .elementor-accordion-item {
	border-top: 1px solid rgba(141, 161, 152, 1) !important;
}

.accordian .elementor-tab-content p strong {
	line-height: 45px;

}

.accordian .elementor-accordion-item:first-child {
	border-top: 0px solid rgba(141, 161, 152, 1) !important;
}

.areas {
	display: flex;
	gap: 68px;
	padding-bottom: 40px;

}

.areas img {

	max-width: 541px !important;
}

.image-content {
	width: 50%;

}

.prohibited p {
	padding-bottom: 10px;
}

.trail-video {
	cursor: pointer;
}


.video-route {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}

.video-route.active {
	max-height: 100%;
	opacity: 1;
}

.home .header-wrapper img {
	filter: brightness(100);
}

.home .header-wrapper svg rect {
	fill: #fff;
	stroke: #fff;
}

.home .header-wrapper svg path {
	stroke: #fff;
}

.head-open.header-wrapper img {
	filter: unset !important;
}

.head-open.header-wrapper .logo-box svg path {
	fill: #1B4332 !important;
}

.head-open.header-wrapper svg path {
	stroke: #1B4332 !important;
}

.head-open.header-wrapper .gt_selector {
	color: #1B4332 !important;
}

.popup-close {
	cursor: pointer;
}

.signage-sec .elementor-column-gap-default {
	column-gap: 38px;
}

.AED-img img {
	width: 755px;
}

.AED-img {
	padding-top: 35px;
	display: flex;
	justify-content: center;

}

.backcountry img {
	width: 553px;
}

.backcountry {
	display: flex;
	gap: 58px;
	padding-bottom: 22px;
	padding-top: 66px;
}

.backcountry-content {
	width: 39%;
}

.btn-about-trz {
	border-radius: 20px;
	border: 3px solid #1B4332;
	cursor: pointer;
	color: #1B4332;
	padding: 0 65px;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	margin-top: 37px;
	letter-spacing: 0.39px;
}

.trz img {
	width: 553px;
}

.areas {
	display: flex;
	gap: 56px;

}

.pricing-three tr td:nth-child(1) {
	background: rgba(27, 67, 50, 1);
	padding: 25px 45px !important;
	font-weight: 700;
	width: 22%;
}

.pricing-four tr td:nth-child(1) {
	width: 22%;
}

.pricing-four tr td:nth-child(1) .wptb-text-container:nth-child(2),
.pricing-three tr td:nth-child(1) .wptb-text-container:nth-child(2) {
	font-weight: 400;
}

.Eat-content p:nth-child(2) {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
	line-height: 20px;
}

.Eat-sec .elementor-heading-title::first-letter {
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 8px 20px;
	background-color: #1B4332;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 30px;
	/* adjust as needed */
}


.Eat-content ul {
	line-height: 30px;
	padding-left: 30px;
}

.event-date {
	display: block !important;
	position: absolute !important;
	top: 0px !important;
	left: 0 !important;
	z-index: 999;
	width: 100% !important;
	max-width: 130px;
	right: auto !important;
	background-color: #1B4332;
	border-radius: 0px 0px 30px 0px;
}

.walk-up-table thead tr th {
	background-color: #1B4332;
	color: #fff !important;
	/* 
	text-align: center; */
	padding: 20px;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
	letter-spacing: 0.48px;
	border: 1px solid #97AECC;
}

.walk-up-table .column-1 {
	width: 29%;
	font-size: 13px;
	text-align: start !important;
	color: #fff !important;
	background-color: #1B4332 !important;
	padding: 19px 19px 19px 25px !important;
	border: 1px solid #97AECC;
}

.walk-up-table .column-1 span {
	font-weight: 700;
	width: 100%;
}

.walk-up-table .column-2,
.walk-up-table .column-3,
.walk-up-table .column-4,
.walk-up-table .column-5 {
	width: 17%;
	color: #1B4332;
	text-align: center;
	border: 1px solid #97AECC;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	vertical-align: middle !important;
	letter-spacing: 0.39px;
	text-align: center !important;
	padding: 19px 19px 19px 25px !important;
	background: #fff;

}



/* ----- */
.tb_border table thead {
	position: relative;
	z-index: 9;
	box-shadow: #fff 0px 0px 0px 5px;
}

.tb_border tbody {
	position: relative;
	z-index: 9;
}

.tb_border tbody * {
	position: relative;
}

.events_popup .events_popup_col {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
}

.events_popup {
	padding-bottom: 10px;
}

.events_popup {
	position: fixed !important;
	inset: 0;
	z-index: 99999999;
	background: #00000080;
	display: none;
	justify-content: center;
	align-items: center;
}

.home .header-wrapper .logo-box svg path {
	fill: #fff;
}

.home .header_model .header-wrapper svg rect {
	fill: #1B4332 !important;
	stroke: #1B4332 !important;
}

.home .header_model .header-wrapper svg path {
	stroke: #1B4332 !important;
}

.home .header_model .header-wrapper img {
	filter: unset;
}

.single_event,
.events_popup_close {
	cursor: pointer;
}

.tb_shadow {
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cate-filter {
	display: none;
	/* hidden initially */
}

.category,
.e-filter {
	cursor: pointer;
}

.category .elementor-icon-list-item {
	flex-direction: row-reverse;
	align-items: end;
}

.common .active {
	background-color: #1B4332;
	padding: 3px 40px 3px 40px !important;
	color: #fff !important;
}

.reviews_slider .elementor-custom-embed-play svg {
	height: 94px !important;
	width: 94px !important;

}

.dialog-lightbox-message .elementor-slideshow__header {
	width: 95% !important;
}

.web-cams {
	position: relative;
}

.web-cams:before {
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/09/free-youtube-logo-icon-2431-thumb-1.svg);
	width: 23px;
	height: 23px;
	left: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0px;
}

.clip1,
.clip2,
.clip5,
.clip4 {
	width: 51% !important;
}

.epic-ccepted .elementor-column-gap-default {
	justify-content: center;
}

.epic-ccepted .elementor-widget-wrap {
	outline: 1px solid rgba(27, 67, 50, 1);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.blank-sec .elementor-widget-wrap {
	gap: 40px
}

.AED-img {
	position: relative;

}

.AED-img:before {
	content: '';
	position: absolute;
	background-color: #1B4332;
	width: 100vw;
	height: 374px;
	background-size: cover;
	bottom: -110px;
	z-index: 0;

}

.AED-img * {
	position: relative;
}

.h2-font span {
	font-family: 'Playfair';
}

.ticket-table .wptb-cell:nth-child(2) p {
	font-weight: 500;
}

.tablepress {
	margin-bottom: 0px;
}

.wptb-table-container {
	margin: 0px !important;
}

.accordian .elementor-accordion-item p a {
	color: rgba(27, 67, 50, 1);
}

.error404 .elementor-button {
	background-color: #000;
}

.route-main .elementor-widget-wrap {
	flex-direction: column;
	justify-content: space-between;
}

.route-inner {
	flex-grow: 1 !important;
}

.route-inner>.elementor-container {
	height: 100%;
}

.route-common .elementor-widget-wrap {
	flex-direction: row;
}

.gtranslate .gt_selector,
.goog-te-combo {
	border: none !important;
	padding: 0px !important;
	color: #1B4332 !important;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
	width: 120px !important;
}

.gt_selector option[value=""] {
	display: none;
}

/* .home .gtranslate{
display:none;
} */
.home .header_model .gtranslate {
	display: block;
}

.page-id-20 .gt_selector {
	color: #fff !important;
}

.dialog-prevent-scroll header#masthead .logo-box svg path {
	fill: #1b4332;
}

.dialog-prevent-scroll header#masthead img {
	filter: unset;
}

.dialog-prevent-scroll header#masthead svg path {
	stroke: #1b4332;
}

.page-id-20.dialog-prevent-scroll .gt_selector {
	color: #1b4332 !important;
}

.dialog-prevent-scroll.page-id-20 #masthead.sticky {
	background-color: #fff !important;
	/* 	z-index:9999999; */
}

.header_model .gt_selector {
	color: #1B4332 !important;
}

.page-id-20 select.gt_selector {
	color: #000;
	/* default text color */
}

.page-id-20 select.gt_selector option {
	color: #000 !important;
}

/* ////////////////////// */
.container {
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.form-header {
	color: white;
	text-align: center;
	padding: 40px 20px;
}

.form-card h2 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 10px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-subtitle {
	font-size: 1rem;
	opacity: 0.9;
	font-weight: 300;
}

.form-group select, .form-group textarea {
	border-radius: 0px !important;
	margin: 10px !important;
	font-family: 'Montserrat';
	width: 98% !important;
}

.step-indicator {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 30px 20px;
	position: relative;
}

.form-group span {
	color: #1B4332;
	background: #fff;
	padding: 5px;
	font-size: 12px;
	border-radius: 5px;
}

.country-in,
.zip-code,
.address-label {
	width: 74%;
	margin: 10px;
}

.email-type {
	margin: 10px;
}

.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	color: #999;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.step-number {

	color: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 30px;
	border: 3px solid white;
	transition: all 0.3s ease;
}

.step.active .step-number {
	color: #1B4332;
	border-bottom: 3px solid #1B4332;

}

.form-card h3 {
	color: #1B4332;

	font-weight: 400;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #1B4332;
	position: relative;
	text-align: center;
	padding-top: 30px;
}

.form-section .form-group label {
	display: block;
	font-weight: 600;
	font-size: 0.95rem;
	background-color: #1B4332;
	color: #fff;
}

.form-section .form-group {
	display: flex;
	flex-wrap:wrap;
	border: 1px solid #9DA0A2;
}

.form-section input,
.form-section select,
.form-section textarea {
	max-width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	font-size: 1rem;
	transition: all 0.3s ease;
	font-family: inherit;
}

.form-section input:focus,
.form-section select:focus,
.form-section textarea:focus {
	outline: none;
	border-color: #9DA0A2;
	/*       background: white; */
	box-shadow: 0 0 0 3px rgba(102, 153, 204, 0.1);
	
}

.form-group textarea {
	height: 120px;
	resize: vertical;
	margin: 10px !important;
	border-radius: 0px !important;
	font-family: 'Montserrat';
	width: 100%;
}

/* .form-group div {
	width: 73%;

} */
.form-group input{
    width: 73%;
    margin: 10px;
}
.name-fields .last-name,
.email-type {
	width: 100%;
}

.name-fields,
.code-fields {
	display: flex;
	margin: 10px;
	gap: 10px;
	width: 73%;
	max-width: 100%;
}

.code-fields input, .name-fields input {
    margin: 0px !important;
    width: 100%;
}
.detail-form #email{
    width: 97%;
}
.table-view {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
	overflow: scroll;
}

.table-view td {
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
}

.table-view tr:last-child td {
	border-bottom: none;
}

.table-view td.label {
	background: #1B4332;
	color: white;
	font-weight: 500;
	width: 250px;
	font-size: 0.9rem;
	text-align: center;
}

.table-view td:not(.label) {
	background: white;
	color: #333;
	font-weight: 400;
}

.form-navigation {
	text-align: center;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

.form-section .table-view tbody {
	border: 1px solid #e0e0e0;
}

.form-navigation button {
	padding: 12px 30px;
	font-size: 1rem;
	font-weight: 500;
	border: none;
	border-radius: 25px;
	margin: 0 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	min-width: 120px;
}

.form-one .form-navigation {
	justify-content: center;
}

.btn-primary {
	background: #1B4332;
	color: white;
	border-radius: 10px !important;
}

.btn-secondary {
	background: #F0F0F0;
	color: #000;
	border: 2px solid #e0e0e0;
	border-radius: 10px !important;
}

.thank-you {
	padding: 30px 0px;
	border-radius: 10px;
}

.thank-you p {
	margin-bottom: 15px;
	font-size: 1rem;
	color: #1B4332;
	font-weight: 700;
}

.thank-you p:first-child {
	font-weight: 600;
	color: #1B4332;
	font-size: 1.1rem;
}

.confirmation-note {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 10px;
	color: #1B4332;
	font-weight: 500;
}

.form-section .form-group label {
	width: 25%;
	padding: 20px;
	align-content: center;
}

/* Animations */
.form-step {
	display: none;
	/* 	animation: fadeInUp 0.4s ease-out; */
}

.form-step.active {
	display: block;
}

.step-indicator:has(.step-three.active) {
	display: none;
}

.error-message {
    color: red;
    font-size: 14px;
    display: block;
   
    padding-bottom: 10px;
}
.field-block{
	width:75%
}
.form-group div.error-message {
    width: 100% !important;
    padding-left: 10px;
 text-align: start;
}
.code-fields input,
.email-type {
	width: 100%;
}

.step-one.active .step-p-one.active {
	display: block;
}

.step-p-two,
.step-p-one {
	display: none;
}

.step-p-one.active {
	display: block;
}

.step-one.completed .Faq {
	display: none;
}

.detail-form h5 {
	color: red !important;
	font-family: 'Montserrat';
	padding-bottom: 20px;
	font-weight: 500;
}

#tablepress-1,
#tablepress-2,
#tablepress-3,
.ticket-table tbody {

	border-inline: 30px solid;
	border-left-color: rgba(27, 67, 50, 1) !important;
	border-right-color: rgb(255, 255, 255) !important;
}

#tablepress-1 thead,
#tablepress-2 thead,
#tablepress-3 thead,
.mountain-lifts tbody tr:first-child,
.facilitie tbody tr:first-child {
	border-inline: 30px solid #1B4332;
}

.ticket-table tbody tr:first-child {
	border-inline: 30px solid #1B4332;
}

.mountain-lifts tbody,
.facilitie tbody {
	border-inline: 30px solid;
	border-color: rgb(255, 255, 255) !important;
}

.walk-up-table .row-1,
.walk-up-table table th {
	background-color: #1B4332 !important;
}

.all-season tbody {
	border-inline: 20px solid #1B4332;

	border-right-color: rgb(255, 255, 255) !important;
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe {
	max-height: 60vh !important;
	width: 100% !important;
}

.elementor-lightbox .dialog-lightbox-close-button {

	background: #000;
}

.dialog-widget-content {
	z-index: 999999999999999999999;
}

.dialog-type-lightbox.elementor-lightbox {
	background-color: rgba(0, 0, 0, .8);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 999999999999;
}

.key-feature {
	display: none;
}

.key-feature.active {
	display: block;
}

.key-plus,
.key-minas {
	cursor: pointer;
}

.weather-icon .elementor-widget-wrap {
	justify-content: space-between;
}


.n_tab tbody tr:first-child {
	position: relative;
	z-index: 9 !important;
	box-shadow: #fff 0px 0px 0px 5px;
}

.n_tab .wptb-table-container {
	overflow: visible !important;
}

.n_tab tbody tr {
	z-index: 99;
	position: relative;
}

.pricing-three.n_tab tr td:nth-child(1) {
	padding: 19px 19px 19px 25px !important;
	font-weight: 700;
	width: 30%;
}

.n_tab {
	overflow: scroll;
	scrollbar-width: none;
}

.accordian .wptb-preview-table tbody tr td:first-child,
.walk-up-table tbody tr td:first-child {
	background-color: #1B4332 !important;
	color: #fff;
}

.accordian .wptb-preview-table,
.walk-up-table {
	width: 100%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.accordian .wptb-preview-table tbody tr td,
.walk-up-table tbody tr td {
	padding: 19px 19px 19px 25px !important;
}

.accordian .wptb-preview-table tbody tr td * {
	font-size: 13px;
}

.accordian .wptb-preview-table tbody tr td:last-child *,
.walk-up-table tbody tr td * {
	text-align: center;
}

.accordian .wptb-preview-table tbody tr:first-child td div,
.walk-up-table tbody tr:first-child td div {
	font-size: 16px !important;
}

.walk-up-table tbody tr td:first-child {
	background-color: #1B4332 !important;
}

#tablepress-1,
#tablepress-2,
#tablepress-3,
.ticket-table tbody {
	border-inline: 30px solid;
	border-left-color: rgba(27, 67, 50, 1) !important;
	border-right-color: rgb(255, 255, 255) !important;
}

.wptb-preview-table {
	border-inline: 30px solid !important;
	border-left-color: rgba(27, 67, 50, 1) !important;
	border-right-color: rgb(255, 255, 255) !important;
}

.walk-up-table tbody tr:first-child {
	border-inline: 30px solid #1B4332;
}

.walk-up-table tbody tr td:first-child div,
.walk-up-table tbody tr td:first-child div p {
	text-align: left !important;
}

.white_body table {
	border-inline: 0px !important;
}

/* =================================J===================== */
.weather-wrapper {
	color: #fff;
	font-family: "Inter", sans-serif;
/* 	padding: 40px; */
	border-radius: 0;
}

.weather-updated {
	font-size: 10px;
	width: 1210px;
	height: 13px;
	font-family: 'Montserrat';
	padding: 0px 0px 74px;
	color: #728A80;
}

.weather-title {
/* 	margin-bottom: 40px; */
	padding: 0px 0px 40px;
	color: #F4F4F4;
	font-size: 60px !important;
}

.weather-sections {
	display: flex;
	justify-content: space-between;
/* 	flex-wrap: wrap; */
	gap: 97px;
}

.weather-block {
	flex: 1;
}

.weather-location {
	font-size: 16px !important;
	font-weight: 400;
/* 	margin-bottom: 10px; */
	width: 555px;
	padding: 0px 0px 10px;
	font-weight: 400 !important;
	font-family: 'Montserrat';
}

.weather-block hr {
	border: 0;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
	width: 555px;
}

.weather-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 555px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0px 20px;
}

.weather-temp {
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Playfair", Sans-serif;
}

.weather-temp span {
	font-size: 32px;
	vertical-align: top;
}

.weather-details {
	display: flex;
	justify-content: start !important;
	gap: 40px;
	align-items: center;
}

.weather-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start !important;
	gap: 15px !important;
	font-size: 14px;
}

.weather-item img {
	width: 100%;
	max-width: 60px !important;
	height: 60px !important;
	filter: brightness(0) invert(1);
}

.weather-item span{
	font-size: 13px;
	font-family: 'Montserrat';
	color: #F4F4F4;
}
.home .menu-box .language-div select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    background: transparent !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 40px !important;
    padding: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer;
}

/* Style dropdown options */
.home .language-div select option {
    background-color: #32578d;
    color: white;
}

body.home #masthead.sticky .language-div select option{
	background-color: #1b4332;
}

.menu-box .language-div select {
    color: rgb(27, 67, 50)
 !important;
    border: 2px solid rgb(27, 67, 50)
 !important;
    width: 100px;
    padding: 10px 20px !important;
}
.form-group div.error-message:empty, .name-fields .error-message:empty {
    padding: 0 !important;
}
.name-fields .error-message{
    padding-top: 10px !important;
}
.menu-box .elementor-widget-wrap{
	align-items:center;
}
@media (max-width: 768px) {
	.weather-sections {
		flex-direction: column;
		align-items: center;
	}
}