/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
[data-uvu-section="4"] [data-uvu-region="1"] .button-border {
    margin-top: 30px;
}

/*STATS*/
.stat span {
    color: #275d38;
}

/*AT A GLANCE*/
.glance-boxes {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.minor-certificate {
    border: 5px solid #4BA23F;
    padding: 20px;
    height: 400px;
}
.minor-certificate h3 {
    margin: 0;
	text-align: center;
}
.glance ul {
    position: absolute;
    list-style-type: none;
    padding: 0;
    left: 0;
    right: 0;
    top: 25%;
    margin-inline: auto;
    width: 250px;
}
.glance ul li {
    color: #fff;
    background-color: #275d38;
    padding: 10px;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}
.glance ul li:has(div) {
    display: grid;
    padding: 0;
    grid-gap: 15px;
    background-color: transparent;
    grid-template-columns: 1fr 1fr;
}
.glance ul li div {
    background-color: #275d38;
    padding: 10px;
}

/*TESTIMONIALS*/
.testimonial-card .card-content-container-2 img {
	width: 120px;
	border-radius: 50%;
	margin-top: -120px;
	background-color: white;
	padding: 5px;
}
.testimonial-card.card-multicontent .card-content-title {
	margin-top: 0;
}
.testimonial-card .card-content-container-2 .slider-name {
	font-size: 1.5rem;
	font-weight: 600;
}
.testimonial-card .card-content-container-2 .card-content-header h3 {
	font-size: 20px;
}
.testimonial-card.card-multicontent .card-content-container-2 {
	padding: 17px;
}

.testimonial-card .card-content-container-1 {
	height: 53%;
}
.testimonial-card .card-content-container-2 {
	height: 47%;
}



/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.testimonial-card .card-content-container-1 {
		height: 60%;
	}
	.testimonial-card .card-content-container-2 {
		height: 40%;
		padding-top: 60px !important;
	}
	
	/*AT A GLANCE*/
	.glance {
		width: 80%;
		margin: 0 auto;
	}
	.glance ul {
		width: 350px;
		top: 18%;
	}
	.glance ul li {
		margin-bottom: 8px;
    	font-size: 18px;
	}
	
		/*STATS*/
	.stat {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
/* 	.testimonial-card .card-content-container-1 {
		height: 50%;
	}
	.testimonial-card .card-content-container-2 {
		height: 50%;
	} */
	
	/*AT A GLANCE*/
	.glance {
		width: 70%;
	}


	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	.testimonial-card .card-content-container-1 {
		height: 58%;
	}
	.testimonial-card .card-content-container-2 {
		height: 45%;
	}
	
	.bg-journals [data-uvu-region="1"] {
		    background-size: 100%;
	}
	
	/*AT A GLANCE*/
	.glance {
        width: 60%;
    }
	.glance ul {
        width: 450px;
    }
	
}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/