.smartupworld-video-modal-button {
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 6px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	text-shadow: 0 1px 3px #0000006b;
	border: #ffffff45 1px solid;
}

.btn {
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 6px;
	transition: background-color 0.3s 
	ease, transform 0.2s ease;
	text-shadow: 0 1px 3px #0000006b;
	border: #ffffff45 1px solid;
}

.btn.btn-trans {
	background-color: #21427a30;
	color: #fff;
	cursor: pointer;
}

.btn.btn-trans:hover {
	background-color: #c85b5b;
	transform: translateY(-2px);
}

.video-modal {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.video-container {
	position: relative;
	background: #000;
	padding: 15px;
	border-radius: 8px;
	max-width: 800px;
	width: 90%;
}

.video-container video {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 0 3px #000;
}

.play-icon {
	display:inline-block; 
	margin-right:8px; 
	vertical-align:middle;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.video-container {
		width: 100%;	
	}
	.close-btn {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 425px) {
	.smartupworld-video-modal-button.btn {
		font-size: 14px;
		padding: 9px 12px;
	}
}
