.angie-popup-wrapper-5463 {
	position: relative;
}

/* Base trigger styles, no background here to avoid conflicts between button and image */
.angie-popup-trigger-5463 {
	transition: opacity 0.3s ease;
}

.angie-popup-trigger-button-5463 {
	padding: 12px 24px;
	background-color: #032059;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
}

.angie-popup-trigger-button-5463:hover {
	opacity: 0.9;
}

.angie-popup-trigger-image-5463 {
	cursor: pointer;
	display: inline-block;
	background-color: transparent; /* Remove default background */
}

.angie-popup-trigger-image-5463:hover {
	opacity: 0.8;
}

.angie-popup-trigger-image-5463 img {
	max-width: 100%;
	height: auto;
	display: block;
}

.angie-popup-overlay-5463 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999; /* Increased significantly to ensure it is always on top */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.angie-popup-overlay-5463.angie-popup-visible-5463 {
	opacity: 1;
	visibility: visible;
}

.angie-popup-overlay-5463.angie-popup-hidden-5463 {
	opacity: 0;
	visibility: hidden;
}

.angie-popup-content-5463 {
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	z-index: 1000000; /* Ensure content is above overlay background */
}

.angie-popup-close-5463 {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}

.angie-popup-inner-5463 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #032059;
}

.angie-popup-body-5463 {
	color: #555;
	line-height: 1.6;
}

/* Fix for editor preview */
.elementor-editor-active .angie-popup-overlay-5463 {
	position: absolute;
	top: 100%;
	height: auto;
	padding: 20px;
	background: rgba(0,0,0,0.1);
	z-index: 9999;
}
.elementor-editor-active .angie-popup-overlay-5463.angie-popup-hidden-5463 {
	opacity: 1;
	visibility: visible;
	display: none;
}
