/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 18:23:59 */
html, body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	flex: 1;
}
footer {
}
#promo-video {
	backdrop-filter: blur(11px);
}
.counter-custom .elementor-counter-title {	
}
table.table-custom {
	width: 100%; 
	border-collapse: collapse; 
	border: none;
	display: block;
	margin: 0 auto;
	overflow-x: auto;
}
.table-custom th, .table-custom td {
	border: 1px solid var( --e-global-color-accent ); 
	padding: 8px; 
	text-align: left; 
	min-width: 120px;
}
.table-custom tr:nth-child(odd) {
	background-color: #4DC8F2;
	color: #222;
	font-weight: 600;
}
.table-custom tr:nth-child(even) {
	background-color: #FFFFFF;
	font-weight: 600;
}