.wccs-popup {
   position: fixed;
	max-width: 638px;
	text-align: center;
	background: rgb(255,255,255);
	background: linear-gradient(159deg, rgba(255, 255, 255, 1) 0%, rgb(253 182 66 / 23%) 58%, rgba(255, 255, 255, 1) 100%);
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;

}

a.wccs-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	color: #2D3748;
	cursor: pointer;
}

.wccs-popup .header {
	margin-bottom: 20px;
}

.wccs-icon {
	width: 70px;
	margin-right: 10px;
}

p.more {
	font-size: 12px;
	margin-bottom: 20px;
}

.header h1 {
	font-size: 28px;
	margin: 0;
	line-height: 1;
}

.header h1 span {
	color: #ff8c00;
}
.wccs-lite-popup {
	overflow: hidden;
}
.popup-guarantee {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	color: #333;
	background: #F9DBAA;
	max-width: 530px;
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #F9DBAA;
}

.guarantee-item {
	display: flex;
	padding: 5px 10px;
	border-radius: 5px;
	align-items: center;
}

span.guarantee-item svg {
	margin-right: 8px;
}

.features {
	display: ruby;
	list-style: none;
	padding: 0;
	font-size: 16px;
	color: #333;
}

.features li {
	margin: 10px 0;
	display: flex;
	align-items: center;
	font-size: 13px;
}

.features li::before {
	content: '✔';
	color: #E6A53A;
	margin-right: 5px;
	margin-left: 10px;
}

.popup-btn {
	text-decoration: none;
	background: #FDB642;
	color: black;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
	display: inline-flex;
	transition: background 0.3s;
}

.popup-btn:hover {
	background: #ff6f00;
}

.overlay{
	width: 2000px;
	height: 5000px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000b3;
	z-index: 9999;
}
.wccs_pro_feature {
	color: red;
	font-weight: 600;
	font-size: 15px;
	margin-top: 50px !important;
}
.wccs_pro_feature_text {
	font-size: 11px;
	color: red;
	font-weight: 600; 
}


/************************************ Banner **************************************/

.wccs_pro_banner {
	display: flex;
	justify-content: space-between;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: round;
	gap: 10px;
	padding: 20px 35px;
	border-radius: 8px;
	margin-top: 10px;
}
.wccs_pro_banner_right img {
	width: 420px;
}
.banner-guarantee {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	color: #333;
	background: #FFF0D7;
	max-width: 530px;
	width: 350px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #F9DBAA;
}
.wccs_pro_banner_left .more {
	margin-left: 12px;
	margin-top: 0px;   
}
.banner-guarantee-item {
	display: flex;
	padding: 2px 8px;
	border-radius: 5px;
	align-items: center;
}
.banner-guarantee-item span {
	font-size: 10px;
	margin-left: 5px;
}

.banner-features {
	display: ruby;
	list-style: none;
	padding: 0;
	color: #333;
}
.banner-features li {
	display: flex;
	align-items: center;
	font-size: 11px;
}

.banner-features li::before {
	content: '✔';
	color: #E6A53A;
	margin-right: 5px;
	margin-left: 10px;
}

.banner-btn {
	text-decoration: none;
	background: #FDB642;
	color: black;
	border: none;
	padding: 6px 15px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	transition: background 0.3s;
	margin-top: 15px;
}

.banner-btn:hover {
	background: #ff6f00;
}
