/*common styling */
body{
	background-color: #ffffff !important;
}
p{
	font-size: 16px;
	line-height: 2;
}
.line_height1 p{
	line-height: 1.5;
}
/* header */
.tab_view{
	display: none;
}
@media(min-width: 782px){
.tab_view{
	display: block;
}	
}
header .quick_links p{
	font-size: 13px !important;
}
header .quick_links svg{
	height: 20px;
	width: 20px;
}
header .quick_links .wp-block-social-links .wp-social-link svg{
	height: 15px;
	width: 15px;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
}
header .quick_links .wp-block-social-links{
	gap: 5px;
}


.accordion_img img{
	position : absolute;
	right : 0;
	top : 0;
}

.icon_row.wp-block-columns{
	margin-top: -50px !important;
	box-shadow: 0px 2px 5px #ccc;
}

.icon_row .wp-block-column{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.icon_row .wp-block-column:last-child{
	border-bottom: none;
}
@media(min-width: 782px){
	.icon_row .wp-block-column{
	border-right: 1px solid #ccc;
		border-bottom: none;
}
.icon_row .wp-block-column:last-child{
	border-right: none;
}
}

.icon_row img{
	height: 70px;
	width: auto;
}

/* button */

.blue_btn a{
	font-size: 12px;
}
.red_button a{
	padding: 0px;
	padding-left: 20px;
	padding-right: 0px;
	font-size: 14px;
	line-height: 2;
	
}
.red_button a::after{
	content: '\2192';
	height: 30px;
	width: 30px;
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
	background-color: #78000A;
	border-radius: 50%;
}
.img_text_col{
	position: relative;
}
.img_over_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-70%);
	border-radius: 50%;
	height: 180px;
	width: 180px;
	padding: 20px;
}
.img_over_text p{
	padding: 0px !important;
}


/* faculty cover */
.faculty_cover{
	text-align: center;
}
.faculty_cover h1{
	border-bottom: 5px solid #fff;
	display: inline-block;
	font-weight: 600;
	
}

.mission_bullets ul{
	padding-left: 10px;
}
.mission_bullets ul li{
	list-style: none;
}
.mission_bullets ul li::before{
	content: '';
		background: url('https://happyvalley.in/wp-content/uploads/2025/02/bullets.png') no-repeat;
	 background-size: 20px 20px;
	display: inline-block;
	height: 13px !important;
	width: 20px !important;
	   font-size: 1.8em;
   line-height: 0.1;
	rotate: 10deg;
	padding-right: 5px;
	margin-top: -5px;
}

.info_cover{
	position: relative;
	margin-top: 180px;
}
.info_cols{
	top: -50px;
	left: 50%;
	z-index: 1;
	width: 85%;
	transform: translateX(-60%);
	border-radius: 0px;
}
.info_cols .wp-block-column > div{
	flex-direction: column;
}
.info_col_text p{
	text-align: center;
}
@media(min-width: 782px){
	.info_cols{
	border-radius: 200px;
	}
	.info_cols .wp-block-column > div{
	flex-direction: row;
}
	.info_col_text p,.info_col_text .wp-block-boldblocks-counting-number{
	text-align: left;
}
}
.info_cols p{
	line-height: 1.5;
}

/* home campus */
.campus_gallery img{
	border-radius: 30px;
}

/* home expert */
.expert_swipercol img{
	height: 250px;
	width: 250px;
	object-fit: cover;
}

/*expert swiper styling */

.sptp-member > div{
	width: 230px !important;
	text-align: left !important;
		background-color: rgba(255, 255, 255, .8);
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;	bottom: 125px;
}

.sptp-member .sptp-member-name{
	margin-bottom: 0px;
	font-size: 16px;
	padding-top: 10px;
	border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}
.sptp-member .sptp-member-name h2{
		text-align: left !important;
	margin-top: 0px;
}
.sptp-member .sptp-member-name p,.sptp-member .sptp-member-profession p{
		display: none;
}
.sptp-member .sptp-member-profession{

	margin-bottom: -18px;
	font-size: 12px;
}
.sptp-member .sptp-member-profession h4{
	margin-top: 0px;
}
.sptp-member .sptp-member-desc{
	margin-bottom: -46px;
	font-size: 12px;
	line-height: 1.1;
	padding-bottom: 15px;
	padding-top: 0px;
	border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}
.events_col > li{
	box-shadow: 0px 0px 15px #ccc;
}

/* tab styling */

.tab_side .vresp-tabs-list{
	transform: translatey(80%);
}
.tab_side .tab_set1 .vresp-tab-item{
	background-color: #fff;
	color: #000;
	font-size: 20px;
	font-weight: 600;
		width: 600px;
}
.tab_side .tab_set1 .vresp-tab-item:hover{
	border: none;
	border-left: none !important;
}
.tab_side .resp-vtabs li.vresp-tab-active,.tab_side .resp-vtabs li.vresp-tab-active.vresp-tab-item:hover{
	border-top: none;
	border-bottom: none;
	border-left: 5px solid #023475 !important;
}

.tab_side .resp-vtabs .vresp-tabs-container {
	border: none !important;

}
.tab_side .resp-vtabs .vresp-tabs-container > div img{
	height: 350px;
	width: 100% !important;
	max-width: 600px !important;
	object-fit: cover;
}
.tab_side .resp-vtabs .vresp-tabs-container .vresp-tab-content-active > div{
	position: relative;
}
.tab_side .resp-vtabs .vresp-tabs-container .tab_content{
	background-color: rgba(2, 52, 117, 0.8);
	color: #fff !important;
	padding: 0px;
	width: 100%;
	max-width: 600px;
	margin-top: -30px;
	padding-top: 10px;
}
.tab_side .resp-vtabs .vresp-tabs-container .tab_content h4,.tab_side .resp-vtabs .vresp-tabs-container .tab_content p{
	margin: 0px;
	color: #fff;
	padding: 5px 20px;
}
.tab_side .resp-vtabs .vresp-tabs-container .tab_content p{
	font-size: 12px;
}
.fac{
	margin-top : 0px;
}
.rt-team-container .img-responsive {
    height: 350px;
    object-fit: cover;
}

.cover_sep{
	border-width: 3px;
}
.vert_btn{
	width: 50px;
}

.left_img_row .left_content{
	margin-left: -50px;
}

.left_img_row .left_content h3{
	text-align: right;
	
}

.ryt_img_row .ryt_img{
	margin-left: -50px;
	
}

.ryt_img_row .ryt_content{
	z-index: 2;
}
.ryt_img_row .ryt_content h3{
	text-align: left;
}
.rt-team-container .readmore-btn a {
	display: flex;
  justify-content: center;
	align-items: center;
	border-radius: 40px !important;
	
}

/* navigation */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
	background-color: #2A3974;
	color: #fff;
	border-top: 5px solid #E75A66;
}
.faculty_team .single-team-area{
	border: 5px solid #023475;
}

/*admission page */
.step_apply{
	margin-bottom: 100px !important;
}
.step_apply > div{
	width: 50%;
}
.step_apply > div > div{
	height: 65px;
}
.step_apply > div > p{
	margin-top: 10px;
}
.step_apply .wp-block-buttons{
	margin-top: 0px;
}
.step_apply .wp-block-button{
	width: 100%;
}

/* butterfly animation */
/* create a variable that holds the progress percentage
you can't animate custom properties by default; you have
to define what kind of value it is with @property */

@keyframes progress {
  0%   { left:0vw; top:-100px;}
  25%  {left:20vw; top: 0px;}
  50%  { left:40vw; top:100px;}
  75%  { left:65vw; top: 200px;}
  100% {left:80vw; top: 300px;}
}

.shape {
  position: absolute;

	animation-name: progress;
  animation-duration: 10s;
  animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes flutter {
  from { transform: rotateX(0); }
  to { transform: rotateX(80deg); }
}

.butterfly {
  background: none;
	color: #ce352f;
}


.butterfly__wing {
  /* transform origin is based on the svg, not the wing's edge */
  transform-origin: center center;
  animation: flutter 150ms alternate infinite;
}
.shape-container {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
	z-index: 9;
}
/*academics*/
.academics p{
	text-align : justify;
}

/* footer */
footer a, footer p{
	text-align: center !important;
}
@media(min-width: 782px){
	footer a, footer p, footer .wp-block-column div{
	text-align: left !important;
}
}

/* academic page styling */
.academic_col_left{
	margin-right: 0px !important;
	z-index: 2;
	order: 2;
}
.academic_col_right{
	margin-left: 0px !important;
	z-index: 2;
}
.left_img img{
	width: 100% !important;
	object-fit: cover;
}
@media(min-width: 782px){
	.academic_col_left{
	margin-right: -50px !important;
	z-index: 2;
		order: 0;
}
.academic_col_right{
	margin-left: -50px !important;
	z-index: 2;
	order: 1;
}
}
/*teams*/
    .rt-col-sm-5 {
        width: 0px;
    }
    .rt-col-sm-7 {
        width: 100%;
    }
