/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 16:19:08 */
/*----------  CM MAP ELEMENTS STYLING -----------*/
.page-id-1694 .cmmrm-shortcode-route-map .cmmrm-route-params{
	margin:0 !important;
}
.cmmrm-route-snippet {
	border: none!important;
}
.elementor-widget-text-editor a {
	text-decoration: underline;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}
/*--------  END CM MAP ELEMENTS STYLING ---------*/
/*----------  ELEMENTOR ELEMENTS STYLING -----------*/
/*--------  END ELEMENTOR ELEMENTS STYLING ---------*/
/*------------------- HEADER STYLING ---------------*/
.menu-item-1679 {
	padding: 10px 44px 10px 24px !important;
	background: #E00D14;
	border-radius: 8px;
	margin-left: 17.5px!important;
}
.menu-item-1679 a {
	margin-left: 0px!important;
	text-decoration: none;
}
.menu-item-1679 a:hover::after {
	display: none!important;
}
.right_menu .elementor-nav-menu>li {
	align-items: center;
}
.she-header {
	padding-bottom: 20px!important;
	padding-top: 20px!important;
}
.she-header-yes {
	top: 0px;
}
.menu-item-1679 .elementor-item-active:after  {
	display: none!important;
}
.menu-item-1679 {
	position: relative;
	padding: 10px 24px 10px 24px !important;
	background: #E00D14;
	border-radius: 8px;
	margin-left: 17.5px!important;
	transition: padding 0.5s ease;
}
.menu-item-1679::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 16px;
	width: 13px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/05/Pedal-Power-Arrow-White.svg');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.menu-item-1679:hover {
	padding: 10px 44px 10px 24px !important;
}
.menu-item-1679:hover::before {
	opacity: 1;
}
.elementor-nav-menu {
	margin-right: 0px!Important
}
/*----------------- END HEADER STYLING -------------*/
/*---------------- TYPOGRAPHY ---------------------*/
.link_txt a {
	color: #FFF;
	text-decoration: underline;
	font-weight: 500;
}
.link_txt a:hover {
	color: #182F43;
}
/*-------------- END TYPOGRAPHY -------------------*/
/*--------------------- BUTTONS -------------------*/
#red_btn .elementor-button-icon,
.post_item_clm .elementor-button-icon {
	visibility: hidden;
	opacity: 0;
	margin-left: -20px;
	transition: margin-left 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
#red_btn:hover .elementor-button-icon,
.post_item_clm .elementor-button:hover .elementor-button-icon {
	visibility: visible;
	opacity: 1;
	margin-left: 0px;
}
.learn_more,
.learn_more_white {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}
.learn_more::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #E00D14;
	transform: translateY(6px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.learn_more_white:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #FFF;
	transform: translateY(6px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.learn_more:hover::after,
.learn_more_white:hover::after {
	transform: translateY(0);
	opacity: 1;
}
/*------------------- END BUTTONS -----------------*/
/*---------------------- FORMS ---------------------*/
.gform_wrapper.gravity-theme .gform_title {
	display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
	color: #FFF;
	font-size: 14px!important;
	line-height: 1.33em;
	font-weight: 300!important;
}
.gform_wrapper.gravity-theme .gfield_required {
	color: #182F43!important;
}
.gform_wrapper.gravity-theme .gform_button {
	background-color: #FFF!important;
	color: #182F43!important;
	padding: 10px 24px 10px 24px !important;
	margin-bottom: 0px!important;
}
.gform_wrapper.gravity-theme #gform_submit_button_1 {
	background-image: url('/wp-content/uploads/2025/05/Pedal-Power-Arrow.svg');
	background-repeat: no-repeat;
	background-position: right 24px center;
	background-size: 13px 14px;
	transition: background-image 0.3s ease;
}
.gform_wrapper.gravity-theme #gform_submit_button_1 {
	background-image: none;
}
.gform_wrapper.gravity-theme #gform_submit_button_1:hover {
	background-image: url('/wp-content/uploads/2025/05/Pedal-Power-Arrow.svg');
	padding: 10px 48px 10px 24px !important;
}
.gform_wrapper.gravity-theme input {
	padding: 13px 16px!important;
	border-radius: 6px;
	border: none!important;
}
.gform_wrapper.gravity-theme textarea {
	padding: 13px 16px!important;
	border-radius: 6px;
	border: none!important;
}
.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme textarea:focus {
	box-shadow: none;
	outline: none;
}
.gform_wrapper.gravity-theme input:focus::placeholder,
.gform_wrapper.gravity-theme textarea:focus::placeholder {
	color: transparent;
}
.gform_wrapper.gravity-theme .gform-footer {
	padding-bottom: 0px!important;
}
.gform_wrapper.gravity-theme .gfield_error label {
	color: #182F43;
}
#gform_2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
#gform_2 .gform-footer {
	padding-top: 0px;
	margin-top: 0px;
}
#gform_2 input::placeholder {
	color: #E00D14;
}
#gform_2 input {
	border-radius: 6px 0 0 6px;
	height: 52px;
}
#gform_submit_button_2 {
	border-radius: 0 8px 8px 0!important;
	background: #E00D14!important;
	color: #fff!important;
}
#gform_2 input:focus::placeholder {
	color: transparent;
}
#gform_submit_button_2 {
	background-image: url('/wp-content/uploads/2025/05/Pedal-Power-Arrow-White.svg')!important;
	background-repeat: no-repeat!important;
	background-position: right 24px center!important;
	background-size: 13px 14px!important;
	transition: background-image 0.3s ease!important;
}
*#gform_submit_button_2 {
	background-image: none!important;
}
#gform_submit_button_2:hover {
	background-image: url('/wp-content/uploads/2025/05/Pedal-Power-Arrow-White.svg')!important;
	padding: 10px 48px 10px 24px !important;
}
#gform_2 .ginput_container_email {
	width: 400px;
}
#gform_2 .ginput_container_consent label,
#gform_1 .ginput_container_consent label {
	color: #FFF;
	font-size: 16px;
}
#gform_2 .ginput_container_consent a,
#gform_1 .ginput_container_consent a {
	color: #FFF;
	font-weight: 700;
}
#gform_2 .ginput_container_consent a:hover,
#gform_1 .ginput_container_consent a:hover  {
	text-decoration: underline!important;
}
#gform_2 .ginput_container_consent,
#gform_1 .ginput_container_consent {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#gform_2 .ginput_container_consent input[type="checkbox"],
#gform_1 .ginput_container_consent input[type="checkbox"] {
	display: none;
}
#gform_2 .ginput_container_consent label::before,
#gform_1 .ginput_container_consent label::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 17px;
	background-image: url('/wp-content/uploads/2025/07/Vector-3.svg');
	background-size: cover;
	margin-right: 10px;
	vertical-align: middle;
}
#gform_2 .ginput_container_consent input:checked + label::before,
#gform_1 .ginput_container_consent input:checked + label::before {
	background-image: url('/wp-content/uploads/2025/07/Outline-2.svg');
}
#gform_confirmation_message_2,
#gform_confirmation_message_1 {
	color: #FFF!important;
	margin-top: 25px;
}
#gform_1 .gfield_required,
#gform_wrapper_1 .gform_required_legend,
#gform_wrapper_1 .gfield_required_asterisk {
	color: #FFF!important;
	font-weight: 700!important;
}
#gform_wrapper_1 select {
	border-radius: 6px!important;
    padding: 13px 16px!important;
    border: none!important;
}
#gform_wrapper_1 select:focus {
	border: none!important
}
/*-------------------- END FORMS -------------------*/
/*---------------------- TESTIMONIAL ---------------------*/
/*-------------------- END TESTIMONIA -------------------*/
/*-------------------- PAGES ----------------------*/
/*-------------------- HOMEPAGE ----------------------*/
.fun_clm::before {
	z-index: 10;
}
.inst_grid {
	position: relative;
	z-index: 1;
}
.inst_grid::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 102%;
	height: 101%;
	border: 3px dashed #E00D14;
	border-radius: 40px;
	transform: rotate(4deg);
	pointer-events: none;
	z-index: -1;
}
.testimonial_carousel .swiper-pagination-bullet {
	opacity: 1;
	border: 2px solid #E00D14;
}
.testimonial_carousel .swiper-pagination-bullet-active {
	background: #FFF!important;
}
.test_sec:before,
.map_section:before,
.faq_image:before {
	z-index: 2!important;
}
/*------------------ END HOMEPAGE PAGE --------------------*/
/*-------------------- PLAN YOUR VISIT PAGE----------------------*/
.faq_clm .e-n-accordion-item-title[aria-expanded="true"] {
	border-width: 3px 3px 0px 3px!important;
	border-radius: 30px 30px 0 0;
}
/*------------------ END PLAN YOUR VISIT PAGE --------------------*/
/*-------------------- CONTACT PAGE----------------------*/
.icon_link_contact a {
	color: #182F43;
}
.icon_link_contact a:hover {
	color: #E00D14;
}
/*------------------ END CONTACT PAGE --------------------*/
/*------------------ END PAGES --------------------*/
/*-------------------- BLOG ----------------------*/
/*------------------ END BLOG --------------------*/
/*-------------------- SINGLE POST ----------------------*/
.post_info .elementor-post-info__item-prefix,
.post_info .elementor-post-info__item--type-date {
	font-weight: 400!important;
}
.post_item_clm .elementor-heading-title a:hover {
	color: #E00D14;
}
.img_clm_post:hover {
	opacity: 0.7;
}
/*------------------ END SINGLE POST --------------------*/
/*-------------------- SINGLE TOURS ----------------------*/
.bullet_book ul,
.bullet_tours ul {
	list-style: none;
	padding-left: 0;
}
.bullet_book li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
}
.bullet_tours li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 28px;
}
.bullet_book li::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 21px;
	height: 16px;
	background-image: url('/wp-content/uploads/2025/06/Icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.bullet_tours li::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 32px;
	height: 31px;
	background-image: url('/wp-content/uploads/2025/06/Icon-1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.book_clm {
	position: relative;
}
.book_clm::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	border: 3px dashed #E00D14;
	background-color: transparent;
	transform: rotate( 5deg);
	z-index: 1;
	pointer-events: none;
}
.featured_clm .elementor-widget-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*------------------ END SINGLE TOUS --------------------*/
/*-------------------- FOOTER ----------------------*/
.ft_section {
	position: relative;
	z-index: 1;
}
.ft_section::before {
	content: "";
	position: absolute;
	top: -239px;
	left: 0;
	width: 100%;
	height: 240px;
	background-image: url('/wp-content/uploads/2025/05/Group-39-96-scaled.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: -1;
}
/*------------------ END FOOTER --------------------*/
/*-------------------- MEDIA QUERY ----------------------*/
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
}
@media screen and (max-width: 1440px) {
	.home_icon {
		bottom: 33px!important;
	}
}
@media screen and (max-width: 1365px) {
	.menu-item-1679 {
		margin-left: 12.5px!important;
		padding: 10px 15px!important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
	.inst_grid::before {
		display: none;
	}
	.home_icon {
		bottom: 0px!important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.ft_section::before {
		top: -118px;
		left: 0;
		width: 100%;
		height: 120px;
	}
	.newsletter_form .e-form__buttons {
		margin-top: 20px;
	}
	.newsletter_form .elementor-button {
		border-radius: 6px!important;
	}
	.gform_wrapper.gravity-theme .gform_button {
		width: 100%;
	}
	#gform_2 {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	#gform_2 .gform-footer {
		width: 100%;
	}
	#gform_2 input {
		border-radius: 6px!important;
	}
	#gform_submit_button_2 {
		border-radius: 8px!important;
		margin-top: 20px!important;
	}
	#gform_confirmation_message_2,
	#gform_confirmation_message_1 {
		margin-top: 10x;
	}
	#gform_fields_2 {
		max-width: 100%;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	#gform_2 .ginput_container_email,
	#gform_2 .gfield--type-email {
		width: 100%!important;
	}
	#gform_2 .gform_button {
		width: 100%;
	}
	#field_2_1 {
		width: 100%;
		max-width: 100%;
	}
	.tour_sec {
		position: static;
	}
	.book_clm::before {
		display: none;
	}
	.book_clm {
		z-index: 1!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
}
@media screen and (min-width: 640px) and (max-width: 767px) {
}
@media screen and (min-width: 480px) and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}
/*------------------ END MEDIA QUERY --------------------*/
