.floating_icons_wrap {
	position: fixed;
	bottom: 10px;
	width: calc(80% - 20%);
	left: 20%;
	z-index: 99;
	display: flex;
	justify-content: center; */
	transition: all .3s ease;
}

.ftr_reach .floating_icons_wrap {
	transform: scale(0);
}

.floating_icons_wrap .inner {
	background-color: #160d03;
	border-radius: 40px;
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid #FFF;
}

.floating_icons_wrap .icon {
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 100%;
	transition: all .3s ease;
}

.floating_icons_wrap .icon:hover {
	background-color: var(--primary-ac-color);
}

.floating_icons_wrap svg {
	display: block;
	width: 20px;
}


.float_res_wrap .cross_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
}

.float_res_wrap .cross_icon svg {
	cursor: pointer;
}

.float_res_wrap {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	z-index: 999;
	padding: 20px 0 0;

	background-color: rgba(0,0,0,.25);
}

.float_res_wrap>div {
	transform: translateY(100px);
	transition: all .3s ease;
}

.float_res_wrap.open {
	opacity: 1;
	visibility: visible;
}

.float_res_wrap.open>div {
	transform: translateY(0px);
}

.res_wrap {
	height: 100%;
	background-color: #FFF;
	padding: 30px 0;
}

.contact_sec .menu_wrap ul {
	flex-direction: column;
}

.contact_sec .menu_wrap ul li {
	border-bottom: 1px solid #D2D2D2;
	padding: 12px 20px;
	margin-bottom: 10px;
}

.contact_sec .menu_wrap ul li a {
	color: var(--primary-color);
	display: block;
}

.res_wrap .btn_wrap {
	padding: 30px 0 16px;
	text-align: center;
}

.res_wrap .btn_wrap a {
	background-color: #F7BA12;
	padding: 10px 15px;
	color: var(--primary-color);
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 24px;
}

.contact_sec .menu_wrap ul li:last-child {
	margin-bottom: 0;
}

.res_wrap .social_wrap .bar {
	position: relative;
	text-align: center;
	font-size: 10px;
	margin: 0 0 16px;
}

.res_wrap .social_wrap .bar:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.6px;
	background-color: var(--secondary-color);
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.res_wrap .social_wrap .bar span {
	padding: 0 15px;
	background-color: #FFF;
	position: relative;
}

.res_wrap .social_wrap .items {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.res_wrap .social_wrap .items svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: var(--primary-ac-color);
}

.contact_sec h2 {
	padding: 12px 20px;
	font-size: inherit;
	background-color: #FFEFC4;
	margin: 0 0 10px;
}

.res_wrap .content-wrapper>div:not(.show) {
	display: none;
}

.res_wrap .content-wrapper>div {
	max-height: calc(100dvh - 137px);
	overflow-y: auto;
	overflow-x: hidden;
}

.res_wrap .wishlist_icon_wrap:before {
	display: none;
}

.res_wrap .eventsListing .events_imageBox img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.res_wrap .eventCard_box {
	background: #F8F8F8;
	border-radius: 12px;
	box-shadow: none;
	border-color: rgb(106 106 106 / 50%);
}

.res_wrap .eventCard_box_inner .event_card__evt_location {
	position: static;
	display: inline-flex;
	font-size: 10px;
	margin: 0 0 10px;
	background: #FFEFC4;
	color: var(--primary-ac-color);
}

.res_wrap .event_card__evt_location * {
	color: inherit;
}

.res_wrap .eventsListing .eventCard_body .card_title {
	margin: 0;
}

.res_wrap .events_imageBox:after {
	display: none;
}

.res_wrap .wishlist_icon_wrap .wishlist_icon {
	border-radius: 100%;
	background-color: #FFF;
	width: 30px;
	height: 30px;
	padding: 6px;
	right: auto;
	bottom: auto;
	left: 8px;
	top: 8px;
}

.res_wrap .wishlist_icon_wrap .wishlist_icon:after {
	display: none;
}

.res_wrap .eventItemSelected .wishlist_icon_wrap .wishlist_icon svg path {
	fill: var(--primary-ac-color);
	stroke: var(--primary-ac-color);
}

.res_wrap .eventsListing .flex_row {
	margin: 0 -8px;
	row-gap: 16px;
}

.res_wrap .eventsListing .flex_row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.res_wrap .wishlist_icon_wrap .wishlist_icon svg path {
	stroke: var(--primary-color);
}

.res_wrap .parent_items {
	gap: 30px;
	display: flex;
	flex-direction: column;
}

.res_wrap .parent_items .parent_item>h5 img {
	width: 30px;
	height: 30px;
}

.res_wrap .parent_items .parent_item img {
	width: 20px;
	height: 20px;
}

.res_wrap .parent_items .parent_item h5 {
	margin: 0 0 14px;
}

.res_wrap .parent_items .parent_item ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.res_wrap .parent_items .parent_item ul li {
	margin: 0;
}

.res_wrap .parent_items .parent_item ul li a {
	display: inline-flex;
	border: 1px solid #D9D9D9;
	border-radius: 32px;
	padding: 6px 12px;
	color: var(--primary-color);
	font-weight: 500;
	align-items: center;
	gap: 8px;
}

.res_wrap .parent_items .parent_item:not(:has(a)) {
	display: none;
}

html:has(.float_res_wrap.open),
html:has(.filter_module.filter_active) {
	overflow: hidden;
}

.res_wrap .parent_items .parent_item ul li a:hover {
	transform: translateY(-6px);
}

@media (min-width: 768px) {
	.res_wrap .eventCard_box_inner .event_card__evt_location,
	.res_wrap .btn_wrap a,
	.res_wrap .social_wrap .bar {
		font-size: inherit;
	}

	.res_wrap .btn_wrap svg,
	.res_wrap .social_wrap .items svg {
		width: 22px;
		height: 22px;
	}

	.contact_sec h2 {
		font-size: 20px;
	}

	.res_wrap .eventsListing .flex_row>div {
		width: 25%;
	}

	.res_wrap .content-wrapper>div {
		max-height: 412px;
	}

	.res_wrap {
		height: auto;
	}

	.float_res_wrap {
		flex-direction: column;
		display: flex;
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.res_wrap .content-wrapper>div:not(.contact_sec)>h2 {
		font-size: 18px;
		font-weight: 500;
	}

	.res_wrap .parent_items .parent_item ul {
		gap: 8px;
	}
}