body {
	padding-top: 72px;
	}
.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; */
}
.form-container h3{
	font-size: 22px;
    color: #323033;
		margin: 20px 0;
}
#featured_logos  .carousel-item-content img {
	filter: grayscale(1);
	max-width: 150px;
}
#featured_logos  .carousel-item-content img:hover {
	filter: grayscale(0);
}
.theme-button:hover, .theme-button:focus {
    background-color: #FCB426;
    color: #222;
    border-color: #FCB426;
		transform: translateY(-8px);
}

.theme-button {
    background-color: #7BA7A200;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #000000;
    color: #000000;
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px;
}
.elementor-field-label {

	    cursor: pointer;
	    width: 100%;
	    color: #4f546e !important;
	    font-size: 17px !important;
	    font-weight: 500 !important;
}
.event_detail {
	width: 100%;
	background: #fff;
	padding: 5px 20px;
	border-bottom: 1px solid #ddd;

	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px; /* optional spacing between buttons */
}

.event_detail .link_book,
.event_detail .link_detail {
	width: 50%;
	text-align: center;
	border-radius: 42px;
	padding: 5px 15px;
	font-size: 18px;
	box-sizing: border-box;
}

/* Specific styles */
.event_detail .link_book.Complete,
.event_detail .link_book.Tickets {
	color: #217d25;
}

.event_detail .link_detail {
	color: #2196F3;
}
.batch {
	width: 100%;
	    background: #fff;
	    border: 1px solid #c6c6c6;
	    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;
}
.fixed-content-100 {
	height: 290px;
	overflow-y: auto;   /* Firefox thumb and track */
}

.fixed-content-100::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #fff;
}

.fixed-content-100::-webkit-scrollbar
{
	width: 1px;
	background-color: #fff;
}

.fixed-content-100::-webkit-scrollbar-thumb
{
	background-color: #ddd;
}
.batch-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: flex-start; */
	align-items: 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;
	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 */
.admin-bar .header{
	top:34px !important;
}
.header{
	display: block;
	width: 100%;
	padding:5px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-family: inherit;
}
.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: 152px;
	vertical-align: baseline;
}
.header .item-center{
	flex:0 0 60%;
}
.header .item-right{
	flex:0 0 23%;
	display: flex;
	justify-content: flex-end;
	    align-items: center;
}
.header .item-right a i{
	position: relative;
	top:2px;
}
.header .item-right a{
	font-size: 18px;
	color: #000;
	padding: 5px 25px;
	border-radius: 25px;
	border: 1px solid #111;
	line-height: 30px;
	    font-weight: 500;
}
.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;
}
.iti__flag-container
 {
    direction: ltr !important;
	}
.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;
}

.language-selector {
	background: transparent;
	border: none;
	color: #000000;
	padding: 0 5px;
	outline: none;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
}
.language-selector option {
	background: #ffffff;
	    color: #111111;
}
/* .sub-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
} */
.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 solid #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 solid #ddd;
}

/* Remove line from last child */
ul.treeview > li:last-child::before {
  height: 12px;
}
.success-stories{
	    max-height: 650px !important;
}
.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 */
}
/* -------------------- */
/* 1. Modal Overlay Styles */
/* -------------------- */
.custom-modal-overlay {
    /* Fixed position to cover the entire screen */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Dark semi-transparent background */
    background-color: rgba(0, 0, 0, 0.7);

    /* Center the modal content using Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Z-index ensures the modal is on top of everything */
    z-index: 9999;

    /* Start hidden (jQuery will change this to 'flex' to show it) */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* -------------------- */
/* 2. Modal Content Box */
/* -------------------- */
.custom-modal-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-width: 600px; /* Max width for the content box */
    position: relative;
    text-align: center;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}
.iti {
	width: 100%
}
#phone {
	padding-left: 95px !important;
}
/* -------------------- */
/* 3. Modal Visible State (Class added by jQuery) */
/* -------------------- */
.custom-modal-overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.custom-modal-overlay.is-visible .custom-modal-content {
    transform: scale(1);
}


/* -------------------- */
/* 4. Close Button */
/* -------------------- */
.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: #333;
}

/* -------------------- */
/* 5. Content/Button Styling */
/* -------------------- */
.custom-modal-content h2 {
    color: #0073AA; /* Standard WordPress Blue */
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.modal-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073AA;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
    transition: background-color 0.2s;
}

.modal-button:hover {
    background-color: #005A87;
}
/* .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;
}
.mobile-only .btn-uhk, .mobile-only .btn-uhk-outline{
	width: 240px;
}
.current-menu-title img{
	filter: grayscale(1);
	    opacity: 0.25;
	    width: 50px;
	    margin-left: 15px;
			display: none;
}
/*responsive*/
@media(max-width: 991px){
	.team-image img {
    height: 100% !important;
    max-height: 100% !important;
}
	header .logo a {
    padding: 10px !important;
    display: flex !important;
	}
	.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: 165px;
	}
	.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;
		        margin-right: 5px;
	}
	.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 40px;
		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;
		margin-top: 75px;
	}
	.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;
}
.zoom_button { display: none !important;
    position: fixed;
    bottom: 50px;
    right: 252px;
    background: #fff;
    border-radius: 35px;
    color: #111;
    padding: 5px 20px;
    z-index: 999;
    border: 1px solid #111;
    text-decoration: none;
}
#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: auto;
    min-height: 275px;
    /* min-width: 100%; */
    max-height: 275px;
    object-fit: contain;
}
.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;
	    border: 1px solid;
	    border-radius: 28px;
	    padding: 5px 25px;
	    line-height: 30px;
}
.uh-watch-now{
	color: #3d1952;
	font-size: 18px;
	border-radius: 15px;
}
.uh-card .info .footer a:hover {
    /* text-decoration: underline; */
}
.btn-theme{
	font-size: 18px;
    color: #000;
    padding: 5px 25px;
    border-radius: 25px;
    border: 1px solid #111;
    line-height: 30px;
    font-weight: 500;
}
.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 0px 0;
}

/* ============================================================
   Webinar card — modern full-width, image left / details right
   ============================================================ */
.custom-posts-type-webinar {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
}

.uh-webinar-card {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border: 1px solid #ececf1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 24px -12px rgba(33, 7, 48, 0.18);
    margin: 0 auto 1.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    width: 100%;
}

.uh-webinar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -18px rgba(33, 7, 48, 0.32);
    border-color: #e3d9ee;
}

.uh-webinar-media {
    position: relative;
    flex: 0 0 42%;
    max-width: 42%;
    display: block;
    overflow: hidden;
    background: #f3f0f8;
    aspect-ratio: 16 / 10;
}

.uh-webinar-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 0;
}

.uh-webinar-card:hover .uh-webinar-media img {
    transform: scale(1.04);
}

.uh-webinar-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #3d1952;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    opacity: 0.95;
    transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
    pointer-events: none;
}

.uh-webinar-card:hover .uh-webinar-play {
    transform: scale(1.08);
    background: #ffffff;
}

.uh-webinar-status {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    background: rgba(255, 255, 255, 0.92);
    color: #3d1952;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.2);
}

.uh-webinar-status.is-upcoming {
    background: #e8f6ee;
    color: #1d7a45;
}

.uh-webinar-status.is-recorded {
    background: #efe7f7;
    color: #3d1952;
}

.uh-webinar-body {
    flex: 1 1 auto;
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.uh-webinar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.85rem;
}

.uh-webinar-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #5a4970;
    background: #f6f2fb;
    border-radius: 999px;
    padding: 5px 12px;
    line-height: 1;
    font-weight: 500;
}

.uh-webinar-meta-item svg {
    color: #7a4ea3;
}

.uh-webinar-title {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: #210730;
    margin: 0 0 0.65rem;
}

.uh-webinar-title a {
    color: inherit;
    text-decoration: none;
    background: none;
    transition: color 0.2s ease;
}

.uh-webinar-title a:hover {
    color: #6a2eaa;
}

.uh-webinar-description {
    font-size: 0.975rem;
    line-height: 1.6;
    color: #4a4358;
    margin: 0 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.uh-webinar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.uh-webinar-tags a {
    font-size: 0.78rem;
    color: #3d1952;
    background: #f2ecf8;
    padding: 3px 10px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.uh-webinar-tags a:hover {
    background: #e3d2f4;
}

.uh-webinar-footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.uh-webinar-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3d1952;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    line-height: 1;
    border: 1px solid transparent;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px -10px rgba(61, 25, 82, 0.55);
}

.uh-webinar-cta:hover {
    background: #5b2378;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(61, 25, 82, 0.65);
}

.uh-webinar-cta svg {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .uh-webinar-card {
        flex-direction: column;
    }

    .uh-webinar-media,
    .uh-webinar-body {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .uh-webinar-media {
        aspect-ratio: 16 / 9;
    }

    .uh-webinar-body {
        padding: 1.25rem 1.25rem 1.5rem;
    }

    .uh-webinar-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .uh-webinar-meta {
        gap: 0.4rem;
    }

    .uh-webinar-meta-item {
        font-size: 0.8rem;
        padding: 4px 10px;
    }

    .uh-webinar-cta {
        padding: 9px 18px;
        font-size: 0.9rem;
    }
}

/* ============================================================
   Event card — modern full-width, image left / details right
   ============================================================ */
.custom-posts-type-events {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
}

.uh-event-card {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #ececf1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 24px -12px rgba(33, 7, 48, 0.18);
    margin: 0 auto 1.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    width: 100%;
}

.uh-event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -18px rgba(33, 7, 48, 0.32);
    border-color: #e3d9ee;
}

.uh-event-media {
    position: relative;
    flex: 0 0 42%;
    max-width: 42%;
    display: block;
    overflow: hidden;
    background: #f3f0f8;
    aspect-ratio: 16 / 10;
}

.uh-event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 0;
}

.uh-event-card:hover .uh-event-media img {
    transform: scale(1.04);
}

.uh-event-date-block {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #000000;
    color: #e2dce6;
    border-radius: 12px;
    padding: 8px 14px 10px;
    text-align: center;
    line-height: 1;
    min-width: 64px;
    box-shadow: 0 10px 24px -10px rgba(33, 7, 48, 0.45);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.uh-event-date-block .uh-event-date-day {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.uh-event-date-block .uh-event-date-month {
    font-size: 0.72rem;
    font-weight: 700;
    color: #7a4ea3;
    letter-spacing: 0.08em;
}

.uh-event-date-block .uh-event-date-year {
    font-size: 0.65rem;
    color: #8b7da0;
    letter-spacing: 0.05em;
}

.uh-event-status {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    background: rgba(255, 255, 255, 0.94);
    color: #3d1952;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.2);
}

.uh-event-status.is-upcoming {
    color: #e8f6ee;
    background: #1d7a45;
}

.uh-event-status.is-complete {
    color: #efe7f7;
    background: #3d1952;
}

.uh-event-body {
    flex: 1 1 auto;
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    min-height: 100%;
}

.uh-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.85rem;
}

.uh-event-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #5a4970;
    background: #f6f2fb;
    border-radius: 999px;
    padding: 5px 12px;
    line-height: 1;
    font-weight: 500;
}

.uh-event-meta-item svg {
    color: #7a4ea3;
}

.uh-event-title {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: #210730;
    margin: 0 0 0.65rem;
}

.uh-event-title a {
    color: inherit;
    text-decoration: none;
    background: none;
    transition: color 0.2s ease;
}

.uh-event-title a:hover {
    color: #6a2eaa;
}

.uh-event-description {
    font-size: 0.975rem;
    line-height: 1.6;
    color: #4a4358;
    margin: 0 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.uh-event-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    width: 100%;
}

.uh-event-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-left: auto;
}

.uh-event-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3d1952;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    line-height: 1;
    border: 1px solid transparent;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px -10px rgba(61, 25, 82, 0.55);
}

.uh-event-cta:hover {
    background: #5b2378;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(61, 25, 82, 0.65);
}

.uh-event-cta svg {
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.uh-event-cta:hover svg {
    transform: translateX(3px);
}

.uh-event-posted {
    margin: 0;
    font-size: 0.8rem;
    color: #8b7da0;
    letter-spacing: 0.02em;
    align-self: flex-end;
}

@media (max-width: 900px) {
    .uh-event-card {
        flex-direction: column;
    }

    .uh-event-media,
    .uh-event-body {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .uh-event-media {
        aspect-ratio: 16 / 9;
    }

    .uh-event-body {
        padding: 1.25rem 1.25rem 1.5rem;
    }

    .uh-event-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .uh-event-date-block {
        min-width: 56px;
        padding: 6px 10px 8px;
    }

    .uh-event-date-block .uh-event-date-day {
        font-size: 1.25rem;
    }

    .uh-event-meta {
        gap: 0.4rem;
    }

    .uh-event-meta-item {
        font-size: 0.8rem;
        padding: 4px 10px;
    }

    .uh-event-cta {
        padding: 9px 18px;
        font-size: 0.9rem;
    }

    .uh-event-bottom {
        flex-wrap: wrap;
    }

    .uh-event-posted {
        flex: 1 1 100%;
    }

    .uh-event-footer {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }
}

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: 14px;
    color: #ff3535;
    position: absolute;
    bottom: -7px;
    left: 5px;
}
.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;
			background: transparent;
}

.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: 0px;
	color: #666;
	font-weight: 400;
	font-size: 17px;
	line-height: 18px;
}
.form-container .elementor-column {
	padding: 5px 5px 15px 5px;
    margin: 0;
}
.form-container input:not([type="radio"]):not([type="checkbox"]),
.form-container textarea,
.form-container select {
    padding: 10px 12px;
    /* border: 2px solid #e5e7eb !important; */
    border-radius: 8px;
    font-size: 18px !important;
    transition: border-color 0.3s ease;
    color: #212121;
    border: 1px solid #dadce0;
    height: 40px;
    width: 100%;
}

.form-container input:focus, .form-container textarea:focus, .form-container select:focus {
    outline: none;
    border-color: #6366f1;
}
.btn-uhk-outline{
	border-radius: 25px;
	border: 1px solid #111 !important;
  background: #fff;
  width: 150px;
  padding: 13px !important;
  height: 35px !important;
  text-align: center;
  line-height: 10px !important;
  margin: 10px auto;
}
.btn-uhk{
	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;
}
.card_testimonials_details{
	height: 80px;
}
@media (max-width: 767.98px) {
	.zoom_button { display: none !important;
		display: none;
	}
	.elementor .elementor-background-video-hosted {
			-o-object-fit: cover !important;
			object-fit: cover !important;
			/* height: 250px !important; */
	}
	.custom-checkbox-group label {
		width: 100% !important;
	}
			.uh-card-grid {
			    max-width: 100%;
					margin: 10px auto;
			}
			.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;
				        width: 100%;
    }

    .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: 45px;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: #111;
    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: #111;
    color: #111;
}

.custom-posts-pagination .page-numbers li .page-numbers.current {
    background-color: #111;
    border-color: #111;
    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;
}

.modal-overlay {
  display: none; /* Initially hide the modal */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.modal-overlay.show-modal {
  display: flex; /* Use flexbox to center the content */
  opacity: 1;
}

.modal-content {
  background-color: white;
  padding: 0px;
  border-radius: 8px;
  max-width: 600px;
  text-align: center;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal-overlay.show-modal .modal-content {
  transform: translateY(0);
}

.close-btn {
	position: absolute;
	    top: 5px;
	    right: 5px;
	    font-size: 50px;
	    font-weight: 300;
	    cursor: pointer;
	    color: #000000;
	    line-height: 42px;
}

@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;
}
}
