@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
form#hsForm_a862552c-b65d-425b-a51b-a1e87477b49d .hs_submit.hs-submit input {
    font-family: 'IBM Plex Sans' !important;
}
#home-resource1{
	margin-bottom:0px !important;
}
#M4goyh4xh h4{
	font-weight:400 !important;
}
#rd759fsj1 .container{
	padding:0px !important;
}
#resource-blog{
	margin-top:50px;
}
#aboutpage-img img{
	text-align:left;
}
#loez9dkij p{
	font-size:24px !important;
}
#Gft3mv6tb p{
	font-size:24px !important;
}
#Tphshc34i p{
		font-size:24px !important;
}
.contact{
	margin-top:41px;
}
#about_what{
	margin-top:30px;
}
#section-heading{
	margin-top:90px !important;
}
#Zvgt0vxjo{
	padding-bottom:0px !important;
}
#Bhwj61p57, #Jwkhtaaur, #d2tnbts6s{
	padding-top:120px;
}
.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 40px; /* Space between tabs */
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  background: none;
  color: #515152; /* Gray text for inactive */
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-tabs .nav-link:hover {
  border: none;
  background: none;
  color: #515152;
}

.nav-tabs .nav-link.active {
  color: #C82B1E; 
  background: none;
  border: none;
  position: relative;
}

/* Active tab underline */
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #C82B1E; /* Red underline */
  border-radius: 1px;
}

/* Remove focus outline */
.nav-tabs .nav-link:focus {
  outline: none;
  box-shadow: none;
}

#testimonial-img {
    text-align: center;
}
#cke5-feature-title{
	padding-top:0px;
	padding-bottom:0px;
}

#feature-title p,
#cke5-loez9dkij p{
	font-size:24px !important;
}

#testimonial-title h3{
	margin-bottom: 0;
}
h1 {
    font-family: "IBM Plex Sans";
    font-size: 48px !important;
}
#mission-img{
	text-align:right;
}

#advisor-card {
	padding: 1rem !important;
}

#card-team .card-body {
	padding: 0;
}

#team-img img {
	border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  display: block;
  /* This transition allows the image to zoom smoothly */
  transition: transform 0.4s ease-in-out;
}

#card-team {
	padding: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
}

#team-img {
  transition: transform 0.4s ease-in-out;
  transform-origin: top center;
  /*width: 315px;*/
  /*height: 398px;*/
}

#card-team-text {
  background: #fff;
  position: relative; /* Ensures it stays above the description layer */
  z-index: 2;
  transition: transform 0.4s ease-in-out;
}

#card-team-description {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

#card-team:hover #team-img {
  transform: scale(1.1);
}

#card-team:hover #card-team-text {
  transform: translateY(-180px);
}

#card-team:hover #card-team-description {
  transform: translateY(0);
  opacity: 1;
}

#card-description p{
	font-size: 18px !important;
}
	#card-text {
		    min-height: 50px;
	}
@media(max-width:767px){
	#Ebhw2ml1p {
		margin-top: 0px !important; 
	}
	#txd5pjh0w {
		margin-bottom:10px !important;
	}
	#O4f0fyfht{
		margin-top:10px !important;
	}
	#O87cedtnp{
		margin-top:20px !important;
		margin-top:0px !important;
		padding-top:0px !important;
	}
	#wsq7yj66l{
		margin-top:30px !important;
	}
	#Xzf6wqfha{
		margin-top:30px !important;
	}
	#about_what1{
		display:none;
	}
	#Gft3mv6tb p{
	font-size:18px !important;
}
	#Vir3nek5l {
		padding-top:80px !important;
	}
	#aboutpage-img img {
        width: 100% !important;
        
        margin-bottom: 41px;
    }
	#loez9dkij p{
	font-size:18px !important;
}
#Tphshc34i p{
		font-size:18px !important;
}
	#card-team:hover #card-team-text {
		transform: translateY(-196px);
	}
	
	#card-team-description{
		padding: 20px !important;
		bottom: 20px;
	}
	
	#mission-img img {
		width: 100% !important;
	}

	
	#feature-title p,
	#cke5-loez9dkij p{
		font-size:18px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#team-card {
		width: 50% !important;
	}
	
		#card-team-description{
		padding: 20px !important;
		/*bottom: 20px;*/
	}
	
	#card-team:hover #card-team-text {
    transform: translateY(-183px);
	}
	
	#about_what {
		display: none !important;
	}
}
