.submitFormButton, .submitFormButton:focus{
	background-color: #ff8c5e;
}
.submitFormButton:hover{
	 background-color: rgba(255,139,103,0.7);
 }
/* Card styling */
.card.learningModules {
	overflow: hidden;
	box-shadow: 0 4px 8px #006fb3;
	transition: transform 0.3s ease;
}
.card.learningModules:hover {
	transform: scale(1.05); /* Slight zoom effect on hover */
}
/* Card body styling */
.cardBgColor {
	background-color: #006fb3; /* Dark background for the card body */
}
