body {
	padding-top: 74px;
	}
.container{
	max-width: 1200px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.batches {
  margin-top: 10px;
}
.titlebar{
	height: 1px;
	    position: static;
			/* display: none; */
}
.batch {
	width: 100%;
	    background: #fcf8ff;
	    border: 1px solid #c8b5d2;
	    border-radius: 8px;
	    margin-bottom: 15px;
	    padding: 15px 20px;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.media-toggle-items p , .toggle-items p {
	text-align: center;
	margin: 10px 0 5px 0;
}
.media-toggle-items p a, .toggle-items p a{
	font-size: 16px;
	color: #111;
	padding: 5px 25px;
	border-radius: 25px;
	border: 1px solid #111;
	line-height: 30px;
}
.batch-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: flex-start; */
	align-items: anchor-center;
}

.batch-col {
  flex: 1 1 25%;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
}

.batch-col.title h4 {
  font-weight: bold;
  color: #3d1952;
  font-size: 16px;
	margin: 0;
}
.batch-col.title p {
  font-weight: bold;
  font-size: 16px;
	margin: 0;
	color: #227626;
	font-weight: 500;
}

.batch-col.enroll a{
	margin: 0;
	background: #fcb426;
	font-size: 16px;
	color: #111;
	padding: 5px 20px;
	font-weight: 500;
	width: fit-content;
	border-radius: 38px;
	display: block;
}

.batch-col.time,
.batch-col.venue {
	color: #000000;
	font-size: 18px;
}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .batch-col {
    flex: 1 1 100%;
    margin-bottom: 8px;
  }
}

/* header */
.header{
	display: block;
	width: 100%;
	padding:5px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-family: 'Futura' !important;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	padding: 5px;
	display: block;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}
.header .logo a img{
	width: 160px;
	vertical-align: baseline;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a i{
	position: relative;
	top:2px;
}
.header .item-right a{
	font-size: 18px;
	color: #111;
	padding: 5px 25px;
	border-radius: 25px;
	border: 1px solid #111;
	line-height: 30px;
}
.header .menu > ul{
	max-width: 100%;
	margin-left: auto;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a > i{
	position: relative;
	top: 1px;
	left: 2px;
}
.header .menu > ul > li > a{
	font-size: 18px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 54%);
	padding: 15px 15px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
.sub-menu::before {
  content: "";
  position: absolute;
  top: -8px; /* places the arrow above the menu */
  left: 10%; /* adjust to center under parent menu item */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white; /* match menu background */
}
.media-menu{
	max-width: 600px !important;
	left: 70% !important;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 18px;
	color: #555555;
	/* transition: color 0.3s ease; */
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 200px;
	max-width: 350px;
	    border-radius: 12px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding: 10px 0;
	display: inline-block;
	font-size: 18px;
	color: #1d1d1d;
}
.header .menu > ul > li .sub-menu.mega-menu.mega-menu-column-3{
    left: 58%;
    transform: translateX(-50%);
		    border-radius: 6px;
}
.header .menu > ul > li .sub-menu.mega-menu.mega-menu-column-2{
    left: 63%;
    transform: translateX(-50%);
		    border-radius: 12px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-3{
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding:15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.toggle-items{
	display: none;
}
.header .menu > ul > li .list-item .category:hover{
	background: #f6f6f6;
}
.header .menu > ul > li .list-item .category.active, .toggle-items.active{
	background: #f6f6f6;
}
ul.treeview,
ul.treeview ul {
  list-style: none;
  padding-left: 10px;
  position: relative;
}

ul.treeview li {
  position: relative;
  padding-left: 20px;
}

/* Vertical line */
ul.treeview li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-left: 1px dashed #ddd;
  height: 100%;
}

/* Horizontal line */
ul.treeview li::after {
  content: "";
  position: absolute;
  top: 18px; /* vertical center of text */
  left: 0;
  width: 15px;
  border-top: 1px dashed #ddd;
}

/* Remove line from last child */
ul.treeview > li:last-child::before {
  height: 12px;
}

.sub-menu.mega-menu-column-3 .list-item span{
	font-size: 15px;
	    color: #807789;
	    border-bottom: 1px solid #d7d7d7;
	    display: block;
	    padding-bottom: 5px;
			display: none;
}
.header .menu > ul > li .list-item .category{
	line-height: 18px;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 15px;
	color: #4b4457;
	background: #fff;
	cursor: pointer;
}

.header .menu > ul > li .sub-menu.mega-menu-column-2 .list-item .category.active::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f6f6f6;
}
.header .menu > ul > li .sub-menu.mega-menu-column-2 .list-item .category{
	border-radius: 0;
	padding: 10px;
	position: relative;
	margin: 0 0 2px 0;
	border-radius: 8px;
	cursor: pointer;
	display: block;
}
.header .menu > ul > li .sub-menu.mega-menu-column-2 .list-item .category:last-child{
	border: none;
}
.header .menu > ul > li .list-item .category:last-child{
	border: none;
}
.list-item .posts article:last-child {
	border: none;
}
.list-item .posts article {
	display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.list-item .posts article .post_thumbnail {
  flex: 0 0 100px; /* fixed thumbnail width */
  max-width: 100px;
  overflow: hidden;
}

.list-item .posts article .post_thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.list-item .posts article .text {
  flex: 1;
}

.list-item .posts article .text .post_title {
	font-size: 15px;
	    margin: 0;
	    line-height: 1.3;
}

.list-item .posts article .text .post_title a {
	color: #39216f;
	text-decoration: none;
	font-size: 16px;
}

.menu-cta {
	text-align:left;
	    margin: 10px 0 0 0;
}
.menu-cta a {
	font-size: 18px;
		 color: #111;
		 padding: 5px 15px;
		 border-radius: 25px;
		 border: 1px solid #111;
		 line-height: 30px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
			flex: 0 0 33.33%;
	    padding: 0 10px 0 0;
	    line-height: 18px;
	    font-size: 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-3 .list-item .title{
		    /* border-bottom: 1px solid #d7d7d7; */
}
.header .menu > ul > li .list-item .title{
	font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
  margin:5px 0;
	padding: 2px 0;
	color: #39216f;
}

.header .sub-menu  ul > li  a{
	transition: 0.25s;
}
.header .sub-menu  ul > li  a:hover{
	padding-left:2px !important;
}
.header .menu > ul > li .list-item > a > img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu-column-2{
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding:15px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.toggle-items{
	display: none;
}
.toggle-items, .media-toggle-items{
	padding: 10px 15px !important;
	background: #f6f6f6;
	border-radius: 8px 8px 8px 8px;
}
.list-item ul li,  .list-item .category , .sub-menu ul li{
  position: relative;
  padding-right: 24px; /* space for the icon */
}

/* .list-item ul li .icon-hover , .list-item .category .icon-hover , .sub-menu ul li .icon-hover{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.list-item ul li:hover .icon-hover, .list-item .category:hover .icon-hover, .sub-menu ul li:hover .icon-hover {
  opacity: 1;
} */
.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item{
  flex:0 0 50%;
  padding:0 15px 0 0;
	line-height: 18px;
  font-size: 15px;
}

.header .menu > ul > li .list-item > a > img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 0;
	height: 360px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#3d1952;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.elementor .elementor-background-video-hosted {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.career-box h3{
	font-size: 20px; margin-bottom: 10px; color: #1a1a1a;
}
/* .career-box a{
	font-size: 18px;
color: #111;
padding: 0px 15px;
border-radius: 25px;
border: 1px solid #111;
line-height: 30px;
position: absolute;
right: 20px;
top: 28px;
} */
.career-box{

			border: 1px solid #e0e0e0;
			padding: 25px;
			position: relative;
			border-radius: 16px;
			box-shadow: 0 2px 12px rgba(0,0,0,0.05);
			transition: all 0.3s ease;
}
/*responsive*/
@media(max-width: 991px){
	.elementor .elementor-background-video-hosted {
	    -o-object-fit: cover !important;
	    object-fit: cover !important;
	}
	body{
	  padding-top: 66px;
	}
	.list-item ul {
		padding-left: 15px;
	}
	.header .menu > ul > li .sub-menu.mega-menu.mega-menu-column-3 , .header .menu > ul > li .sub-menu.mega-menu.mega-menu-column-2{
	    left: 0% !important;
	}
	.header .logo a img{
		width: 140px;
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
		        margin-left: auto;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 15px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		float: right;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: none;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: none;
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 16px;
		font-weight: 500;
		color: #000000;
		text-transform: uppercase;
		        padding-left: 15px;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
		height: 50px;
		width: 50px;
		border-left: none;
		cursor: pointer;
		line-height: 55px;
		text-align: center;
		color: #000000;
		font-size: 18px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;
	}
}

#btn-menu{
	  background: #3d1952;
    border-radius: 8px;
}
#btn-menu a span{
    color: #fff !important;
}
#whatsapp_button i {
    color: #0d8612;
    font-size: 20px;
    position: relative;
    top: 1px;
}
#whatsapp_button .elementor-button-icon .e-font-icon-svg {
    fill: green;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    display: block;
    padding: 5px;
}
.UniHawk_menu .mm_link .elementor-widget-container {
	background-color: #F0EDF8 !important;
}
.UniHawk_menu .mm_link .elementor-widget-container:hover {
	    background-color: #3d1952 !important;
}
.UniHawk_menu .mm_link .elementor-widget-container:hover a{
    color: #fff !important;
}
.sm_video_btn .elementor-custom-embed-image-overlay img {
	width: 200px !important;
    height: 46px !important;
    border-radius: 5px !important;
}
.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.team-member {
	padding: 0 0 5px 0;
	    border: none;
	    width: 23%;
	    margin: 3px;
	    background: #fff;
	    border-radius: 12px;
	    text-align: left;
	    /* box-shadow: 0px 6px 15px 2px #dfdfdf; */
}
.team-image img {
    border-radius: 12px 12px 0 0;
    width: 100%;
	    max-height: 275px;
    object-fit: cover;
    /* margin-bottom: 10px; */
}
.team-name {
	margin: 5px 0 0px 0;
	font-size: 20px;
	font-weight: bold;
}
.team-designation {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}
.team-linkedin {
    display: inline-block;
    margin-top: 5px;
    color: #0a66c2;
    text-decoration: none;
}
.team-linkedin:hover {
    text-decoration: underline;
}
.elementor-counter-title{
    text-align: center;
}

.mega-menu-list {
	color: #222;
    font-size: 14px;
}
.mega-menu-list h5{
    color: #232528;
    margin: 0 0 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
}
.mega-menu-list a{
color: #3d1952;
    font-size: 16px;
    font-weight: 500;
}
.mega-menu-list a span{
    color: #222;
    font-size: 14px;
}

.e-n-menu-content, .e-n-menu-content>.e-con{
	background: transparent;
}
.e-n-menu-content>.e-con{
	top:28px;
}
.e-n-menu-content>.e-con>.e-con-inner{
    box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.5);
	background:#fff;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 22px !important;
		min-width: 200px !important;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown a, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-menu-toggle{
    color: #111;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown {
    background-color: #fff;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown .elementor-item, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: "Futura", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}
.elementor-nav-menu--main .elementor-nav-menu ul
 {
    padding: 10px 0;
		border: 1px solid #eee;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown {
    background-color: #fff;
    min-width: 200px !important;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown a.elementor-item-active {
    color: #fcb426;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--main .elementor-item:hover, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--main .elementor-item:focus
 {
    color: #fcb426;
    fill: #fcb426;
}
.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown a:hover, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--dropdown a.highlighted, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-menu-toggle:hover
 {
    color: #fcb426;
}
.reviews .swiper-slide{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px;
}

.card {
  margin-top: 6rem;
  max-width: 1000px;
  width: 95%;
}
.card .card-image {
  height: 450px;
}

.uh-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.uh-card .media {
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uh-card .media img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    display: block;
    object-fit: cover;
}

.uh-card .info {
    flex-grow: 1;
    flex-basis: 55%;
    padding: 1rem;
}

.uh-card .info .tags {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.uh-card .info .title {
	font-size: 25px;
	    line-height: 1.2;
	    margin-bottom: 1rem;
	    color: #210730;
}

.uh-card .info .description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.uh-card .info .footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.uh-card .info .footer a svg{
	position: relative;
	top:-2px;
}
.uh-card .info .footer a {
    color: #3d1952;
    text-decoration: none;
    font-weight: 500;
}
.uh-watch-now{
	color: #3d1952;
	font-size: 18px;
	border-radius: 15px;
}
.uh-card .info .footer a:hover {
    /* text-decoration: underline; */
}
.uh-card-grid img{
	border-radius: 8px 8px 0 0;
}
.uh-card-grid .info{
	padding: 10px;
}
.uh-card-grid {
	border-radius: 8px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  float: left;
  max-width: 30%;
  margin: 0 25px 25px 0;
  text-align: center;
  padding: 0 0 15px 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #fcb426;
}

/* Apply now*/

.form-container.consultation {
	max-width: 600px;
}
.form-container {
    background: white;
    padding: 40px;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
        border: 1px solid #ddd;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.form-container button:disabled {
  background: #3964be52 !important;
      color: #ffffff;
      cursor: wait;
}
.form-container .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.form-container .error {
  display: none;
	font-size: 15px;
    color: red;
}
.form-container label .important {
  color: #cf1103;
}
.form-container button {
	    font-size: 18px;
	    font-weight: 500;
	    text-transform: capitalize;
	    font-style: normal;
	    text-decoration: none;
	    line-height: 1em;
	    letter-spacing: 0px;
	    word-spacing: 0em;
	    border-style: solid;
	    border-width: 1px 1px 1px 1px;
	    border-radius: 50px 50px 50px 50px;
	    padding: 15px 50px 15px 50px;
	    color: #212121;
	    border-color: #212121;
}

.form-container button.next {
    background: #3964be;
    color: white;
}

.form-container button.prev {
    background: #e5e7eb;
    color: #4b5563;
}

.form-container button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background: #3d1952;
	color: #fff;
}
.form-container h2 {
    color: #1f2937;
    margin-bottom: 30px;
    font-size: 24px;
}
.form-container h2 {
    color: #1f2937;
    margin-bottom: 30px;
    font-size: 24px;
}

.form-container label {
	display: block;
	margin-bottom: 8px;
	color: #1a0626;
	font-weight: 400;
	font-size: 18px;
}
.form-container .elementor-column {
	padding: 5px;
    margin: 0;
}
.form-container input, .form-container textarea, .form-container select {
	padding: 10px 12px !important;
	/* border: 2px solid #e5e7eb !important; */
	border-radius: 5px;
	font-size: 18px !important;
	transition: border-color 0.3s ease;
	color: #212121;
	border: 1px solid #c0bbc4;
	height: 46px;
	width: 100%;
}

.form-container input:focus, .form-container textarea:focus, .form-container select:focus {
    outline: none;
    border-color: #6366f1;
}
.btn-uhk{

}
.btn-uhk-outline{
	border-radius: 25px;
	    background: #ffb907;
	    width: 150px;
	    padding: 13px !important;
	    height: 35px !important;
	    text-align: center;
	    line-height: 10px !important;
	    margin: 10px auto;
}
.mobile-only{
	display: none !important;
}
@media (max-width: 767.98px) {
	.elementor .elementor-background-video-hosted {
			-o-object-fit: cover !important;
			object-fit: cover !important;
			/* height: 250px !important; */
	}
			.uh-card-grid {
			    max-width: 100%;
			}
			.mobile-only{
				display: block !important;
			}
		.header .item-right a{
			display: none;
		}
		.header .item-right a {
	    font-size: 20px;
	    color: #111;
	    padding: 10px 12px;
	    border-radius: 25px;
	    border: 1px solid #111;
	    line-height: 20px;
	}
    .uh-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        gap: 1rem;
    }

    .uh-card .media {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .uh-card .media img {
        width: 100%;
        height: auto;
        border-radius: 0.5rem;
    }

    .uh-card .info {
        flex-basis: 100%;
        padding: 0;
    }

    .uh-card .info .tags {
        margin-bottom: 0.25rem;
    }

    .uh-card .info .title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .uh-card .info .description {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 480px) {
	.elementor .elementor-background-video-hosted {
			-o-object-fit: cover !important;
			object-fit: cover !important;
	}
    .uh-card {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .uh-card .media {
        margin-bottom: 0.75rem;
    }

    .uh-card .info .title {
        font-size: 1.3rem;
    }
}
.custom-posts-pagination {
    margin: 2.5rem;
    text-align: center;
		clear: both;
}

.custom-posts-pagination .page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.custom-posts-pagination .page-numbers li {
    margin: 0;
}

.custom-posts-pagination .page-numbers li .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: #3d1952;
    background-color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-posts-pagination .page-numbers li .page-numbers:hover {
    background-color: #e9ecef;
    border-color: #3d1952;
    color: #3d1952;
}

.custom-posts-pagination .page-numbers li .page-numbers.current {
    background-color: #3d1952;
    border-color: #3d1952;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
}

.custom-posts-pagination .page-numbers li .page-numbers.dots {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none;
}

.custom-posts-pagination .page-numbers li .page-numbers.prev,
.custom-posts-pagination .page-numbers li .page-numbers.next {
    font-weight: 600;
    min-width: unset;
}

.custom-posts-pagination .page-numbers li .page-numbers.prev.disabled,
.custom-posts-pagination .page-numbers li .page-numbers.next.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 575.98px) {
    .custom-posts-pagination .page-numbers {
        gap: 0.375rem;
    }

    .custom-posts-pagination .page-numbers li .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0.375rem 0.5rem;
        font-size: 0.9rem;
    }

    .custom-posts-pagination .page-numbers li .page-numbers.prev,
    .custom-posts-pagination .page-numbers li .page-numbers.next {
        padding: 0.375rem 0.6rem;
    }
}
@media (max-width: 1014px) {
  .card .card-info {
    width: 100% !important;
  }
}
.card .card-info .card-title {
  line-height: 1.5;
}
.card .card-info .card-description {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #7C8F92;
}
.card .card-info .card-footer .author-image {
  width: 80px;
  height: 80px;
}
.card .card-info .card-footer .author-name .date {
  font-weight: 400;
  color: #7C8F92;
}

@media (max-width: 767px) {
	.elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-29 .elementor-element.elementor-element-47ef0d84 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	    margin-top: 16px !important;
	}
	.team-member {
    flex: 100%;
		width 100%;
}

    .e-n-menu-wrapper{
     padding: 15px 15px;
     background: #fff !important;
			margin-top: 15px !important;
     }
	.e-n-menu-content, .e-n-menu-content>.e-con{
	background: #fff;
}
.e-n-menu-content>.e-con{
	top:0;
}
.e-n-menu-content>.e-con>.e-con-inner{
    box-shadow:none;
	background:#fff;
}
}
