.ludiq-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: rgb(25, 67, 158) !important;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.ludiq-ul li {
  margin-left: -19px;
  margin-top: 15px;
  padding: 0;
  min-width: 10px;
}


/* Targetting the parent container of all columns */
.items_group2.clearfix2 {
  display: flex;
  flex-wrap: wrap;   /* Allows columns to wrap if needed */
}

/* Styling individual column items */
.items_group2 .column.one-fourth,
.items_group2 > [class*="one-fourth"] {
  flex: 1 0 25%;       /* Makes each column take 25% width */
  min-height: 430px;   /* Set your desired minimum height here */
  align-items: center; /* Center vertically (optional) */
  border-bottom: 5px solid #d5eef4; /* Add a bottom border matching your original design */
}

/* Buttons for activity slider in Parc Page */
.button-stroke a.button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button {
	border-color: #cbf5ff !important;

}

.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-color: #0095eb !important;
	color: #0095eb !important;
}


/* ludibox --------------------------------------------------------------------------- */

.ludibox {
	padding: 25px 20px 25px 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
  background-color: #172e54;
  padding-left: 0px;
  word-wrap: break-word;
  color:aliceblue;
  font-size: 16px;
}
.ludibox ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.ludibox ul li {
  padding-left: 0;
  padding-right: 0;
	margin: 0;
	list-style: none;
	position: relative;
	padding: 13px 0 13px 20px;
	word-wrap: break-word
}
.ludibox ul li p {
	margin: 0
}
.ludibox ul li:before {
  display: none;
	content: "";
	display: block;
	background: url(../images/icons/list_check.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 15px
}
.ludibox ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0
}
.ludibox ul li:last-child:after {
	display: none
}


/* Contact send button --------------------------------------------------------------------------- */


/* Basic reset styles */

.stylized-send-btn {
  /* Button appearance and hover effect */
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background-color: #736bfe;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(6, 18, 83, 0.5);
  transition: all 0.3s ease-in-out; /* Set the transition duration and easing function */
}

/* Button animation on hover or focus */
.stylized-send-btn:hover,
.stylized-send-btn:focus {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
}

