.student-card h1, 
.student-card h2, 
.student-card h3, 
.student-card h4, 
.student-card h5, 
.student-card h6, 
.student-card p, 
.student-card span {
    margin: 0;
    padding: 0;
    color:black;
}

.student-card {
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 230px;
	height: inherit;
}

@media (max-width:768px){
    .student-card{
        width:180px !important;
    }
}

/*.student-card:hover{*/
/*    border-style: solid !important;*/
/*  border-width: 1px 1px 4px 1px !important;*/
/*  border-color: var(--e-global-color-primary) !important;*/
/*  box-shadow: 0px 0px 10px -17px #00000080 !important;*/
/*}*/

.student-card-header::before{
    content: ""; /* Required for pseudo-elements */
  position: absolute;
  top: 2px;  /* Adjust as needed */
  right: 0px; /* Adjust as needed */
  width: 50px; /* Image size */
  height: 50px;
  background-size: contain; /* Ensure the whole image fits */
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; /* Ensure it's above other content */
}

/* Default variation */
.variation-1 .student-card-header::before { background-image: url('https://topscoresoftwares.com/demo/lionshss/wp-content/uploads/2025/02/1st.png'); }
.variation-2 .student-card-header::before { background-image: url('https://topscoresoftwares.com/demo/lionshss/wp-content/uploads/2025/02/2nd.png'); }
.variation-3 .student-card-header::before { background-image: url('https://topscoresoftwares.com/demo/lionshss/wp-content/uploads/2025/02/3rd.png'); }
/*.variation-4 .student-card-header::before { background-image: url('https://topscoresoftwares.com/demo/lionshss/wp-content/uploads/2025/02/IMG-20241102-WA0013.jpg'); }*/


img.student-card-image {
	width: 150px;
	height: 150px;
}

.student-card-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	/* gap: 20%; */
	height: 100%;
}

.card-inner-div1 {
	width: 100%;
	margin-top:10%;
}

.card-inner-div2 {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

/*.limited-text {*/
/*	display: -webkit-box;*/
/*	-webkit-line-clamp: 4;*/
/*	-webkit-box-orient: vertical;*/
/*	overflow: hidden;*/
/*	font-size: 13px;*/
/*}*/

