/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */

/* Booking button (shortcode only) */
.cb-booking-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 32px;
	border-radius: 999px;
	background: linear-gradient(337deg, #9639CD 0%, #D805F2 100%);
	box-shadow: 0 10px 26px rgba(177, 0, 255, 0.22);
	color: #fff !important;
	text-decoration: none;
	border: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.2px;
	font-size: 18px;
	text-transform: none;
}

.cb-booking-btn:hover,
.cb-booking-btn:focus-visible {
	filter: brightness(1.03);
}

.cb-booking-btn__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cb-booking-btn__label::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

.cb-dropdown-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 32px;
	border-radius: 999px;
	color: #fff !important;
	text-decoration: none;
	border: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.2px;
	font-size: 18px;
	text-transform: none;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.cb-dropdown-btn:hover,
.cb-dropdown-btn:focus-visible {
	color: #fff !important;
	filter: brightness(1.03);
}

.cb-dropdown-btn__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cb-dropdown-btn__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	color: currentColor;
}

.cb-dropdown-btn__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.cb-message-btn {
	background: #3478f6;
}

.cb-voucher-btn {
	background: linear-gradient(337deg, #9639CD 0%, #D805F2 100%);
}

.cb-booking-menu {
	position: absolute;
	z-index: 999999;
	min-width: 220px;
	padding: 8px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.cb-booking-menu__item {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: #222;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
}

.cb-booking-menu__item:hover,
.cb-booking-menu__item:focus-visible {
	background: rgba(219, 219, 219, 0.16);
	outline: none;
	color: #222;
	font-weight: 700;
}