/* Custom styles for the list */
.custom-list-item {
	background-color: #b2e3f0;
	color: #333;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	padding: 22px !important;
	border-radius: 5px;
}

.custom-list-item:hover {
	transform: translateY(-6px);
	opacity: 0.8;
	box-shadow: 1px -1px 6px;
}
.panel {
	text-align: center;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 10px;
}

.panel img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	max-height: 160px;
	object-fit: contain;
}

.panel p {
	margin-bottom: 20px;
}

.panel .btn {
	display: inline-block;
}
/* .panel .btn:hover {
        background-color: #fa8900;
    } */
.panel:hover .btn {
	background-color: #fa8900;
}
.panel:hover {
	transform: translateY(-10px);
	transition: 0.5s;
	background: linear-gradient(
		45deg,
		#61c5e0 0%,
		#61c5e0 50%,
		#50bfdd 50%,
		#50bfdd 100%
	);
}
.wrapper-custom {
	background-position: center;
	padding: 50px;
	text-align: center;
	background-image: linear-gradient(
			rgba(113 114 116 / 52%),
			rgba(39, 188, 247, 0.73)
		),
		url("images/m9.jpg");

	background-size: cover;

	font-size: 30px;
}
.wrapper-custom h1,
.wrapper-custom p {
	color: #fff; /* Set text color to white */
}
.custom-font-size {
	font-size: 17px !important;
}
