.bsb-wrapper-3525 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	padding: 10px;
	pointer-events: none;
}

.bsb-container-3525 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 600px;
	background-color: #3298dc;
	border-radius: 20px;
	padding: 15px 20px;
	pointer-events: auto;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	position: relative;
}

.bsb-item-3525 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #ffffff;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
	cursor: pointer;
}

.bsb-item-3525:hover {
	opacity: 0.8;
}

.bsb-icon-wrapper-3525 {
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.bsb-icon-wrapper-3525 i {
	font-size: 24px;
	transition: all 0.3s ease;
}

.bsb-icon-wrapper-3525 svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	transition: all 0.3s ease;
}

/* 3D Icon Effect Styles */
.bsb-3d-icons-yes .bsb-icon-wrapper-3525 i,
.bsb-3d-icons-yes .bsb-icon-wrapper-3525 svg {
	filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.4)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.2));
	transform: translateZ(10px) rotateX(10deg);
}

.bsb-3d-icons-yes .bsb-item-3525:hover .bsb-icon-wrapper-3525 i,
.bsb-3d-icons-yes .bsb-item-3525:hover .bsb-icon-wrapper-3525 svg {
	transform: translateZ(20px) rotateX(0deg) scale(1.15);
	filter: drop-shadow(3px 6px 6px rgba(0, 0, 0, 0.5)) drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.3));
}

.bsb-3d-icons-yes .bsb-item-3525 {
	perspective: 1000px;
	transform-style: preserve-3d;
}

.bsb-3d-icons-yes .bsb-item-3525:hover {
	opacity: 1;
}

.bsb-title-3525 {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

/* Popup Menu Styles */
.bsb-popup-overlay-3525 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.bsb-popup-menu-3525 {
	position: fixed;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	width: 90%;
	max-width: 400px;
	background-color: #3298dc;
	border-radius: 15px;
	padding: 20px;
	z-index: 10001;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	pointer-events: auto;
}

.bsb-popup-overlay-3525.bsb-active,
.bsb-popup-menu-3525.bsb-active {
	opacity: 1;
	visibility: visible;
}

.bsb-popup-menu-3525.bsb-active {
	transform: translateX(-50%) translateY(0);
}

.bsb-popup-header-3525 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.bsb-popup-title-3525 {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.bsb-popup-close-3525 {
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.bsb-nav-menu-3525 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bsb-nav-menu-3525 li {
	margin-bottom: 10px;
}

.bsb-nav-menu-3525 li:last-child {
	margin-bottom: 0;
}

.bsb-nav-menu-3525 a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 8px 0;
	transition: opacity 0.3s ease;
}

.bsb-nav-menu-3525 a:hover {
	opacity: 0.8;
}

.bsb-editor-menu-placeholder {
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	opacity: 0.8;
}

/* Edit mode fixes */
.elementor-editor-active .bsb-wrapper-3525 {
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0;
}

.elementor-editor-active .bsb-popup-menu-3525 {
	position: absolute;
	bottom: 100%;
}
