/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 12:02:23 */
.wa__btn_popup {
	right: 15px !important;
	bottom: 80px !important;
}

.stepsDesign h6 {
	color: rgba(255, 255, 255, 0.05);
	font-size: 7rem;
	font-weight: 900;
	margin-bottom: -50px;
	margin-left: -15px;
}
.stepsDesign  p {
	color: #ffffff80;
}
.stepsDesign  h4 {
	margin-bottom: 15px;
}
.prijzenSix h5 {
	color: #255885;
}
.prijzenTable .priceSection .type_featured .w-pricing-item-h {
	margin: -0em 0 !important;
}
.prijzenTable .w-btn {
	width: 100%;
}
.prijzenTable .w-pricing-item-footer {
	padding-left: 2rem;
	padding-right: 2rem;
}


.all-cards h5 {
	font-size: 4rem;
	color: #2424242b;
}
.all-cards h5 {
	font-size: 4rem;
	color: #2424242b;
}



.all-cards .g-cols.wpb_row{
	padding: 30px;
}
.all-cards {
display: flex;
flex-direction: column; /* Arrange cards vertically in the column */
}
.cardOne {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px;
	background-color: #E6F3FF;/* Offset from the top */
}
.cardTwo {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 100px;
		background-color: #D3E8DD;/* Offset from the top */
}
.cardThree {
	background-color: #FBE8BF;
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 150px; /* Offset from the top */
}
.cardFour {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 200px;
	background-color:#E4F8D9;/* Offset from the top */
}
