.button:hover {
	background-color: #fa8900;
}
.feature {
	text-decoration: none;
}
.feature:hover {
	transform: translateY(-10px);
	transition: 0.8s;
	/* background-color: #9453b8b3; */
	background: linear-gradient(
		45deg,
		#61c5e0 0%,
		#61c5e0 50%,
		#50bfdd 50%,
		#50bfdd 100%
	);
}
.feature:hover a {
	/* Change the color of the anchor tag on hover */
	background-color: #fa8900;
}
.feature:hover p,
.feature:hover h4 {
	color: white;
}
.feature:hover button {
	background-color: #fa8900 !important;
}
.feature:hover .icon {
	color: white;
}
.wrapper.style1 .button {
	/* Set initial border styles */
	border: 2px solid #f8ba57;
	transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.wrapper.style1 .button:hover {
	/* Move the border by changing the transform property */
	transform: translateX(5px);
	background-color: #fa8900 !important;
}
#google_translate_element {
	margin-left: auto;
	margin-top: 106px;
}
.goog-te-gadget .goog-te-combo {
	height: 32px;
}
select {
	background-color: #ccc;
	border-color: #212529;
}
.get-started {
	background-color: #f8ba57 !important;
	padding-left: 90px !important;
	padding-right: 90px !important;
}
