
#logo{
	width:100%;
	max-width: 80px;
  /* 115 */
}
/* #logo.shrink{
	width: 85px;
	transition: all 0.3s ease;
} */
/* 
.team-logo #logo{
	width: 85px;
 
} */

.vision-img .animated,
.mission-img .animated{
    animation-name: up-down;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes up-down{
    from {
        transform: scaleY(1);
     
      }
      to {
   
        transform: scaleY(0.8);
		
      }
    
}


.title.pull-right{
	position: relative;
    margin: 0;
	border-left: 0!important;
    line-height: 32px;
    display: inline-block;
    padding-right: 15px!important;
	border-right: 2px solid #e7e7e7!important;
}

.title-icon{
	margin-left: 15px;
   
}

.vision .vision-img {
    max-width: 400px;
width: 100%;  
    height: 300px;
}
.vision .vision-img > img{
    object-fit: cover;
width: 100%;
height: 100%;
}
 /* .header.header-black{
    background-color: #000000;
} */
.header.header-blue{
  background-color: #49A2E7;


}
.header.header-blue
ul.navbar-nav > li.active > a {
    color: #000000;
}
.header.header-blue
ul.navbar-nav > li:hover > a{
  color:#000000;
}
  .title-icon {
    cursor: pointer;
    margin-right: 10px;
    font-size: 24px;
    color: #007bff;
  }
  .team-card {
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    display: inline-block;
  }
  .team-card img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
  }
  .team-container {
    display: flex;
    flex-wrap: wrap;
  }
  .team-social a {
    margin: 0 5px;
    color: #333;
  }

#teamTab,
#subTeamTab
{
  display: flex;
  justify-content: center; /* keep centered */

}
.sub-nav-item{
  list-style: none;

}
#teamTab .nav-item {
  flex: 0 1 auto;      /* allow shrinking */
  max-width: 180px;    /* set max width to control size */
  width: 100%;
  margin:5px;
}
button.sub-nav-link{
  background-color: #fff;
  border:none;
font-weight: 700;
}


.row.text-center.team-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Makes all children match height */
}

.row.text-center.team-row > .col-md-3 {
  display: flex;
}

.team {
    padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  flex: 1; /* Makes it fill the parent .col-md-3 */
}

.nav-pills .nav-link
 {
  color: #fff; /* default text color */
  background-color: #000000!important;
  padding: 10px;
   border: 2px solid transparent!important;
  font-weight: 500;
    width: 100%;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s ease-in;
  border-radius: 5px!important;
 
  
}

.nav-pills .nav-link:hover{
 background: transparent!important;
    border: 2px solid #49A2e7!important;
  color:#49A2E7;
  transition: all 0.2s ease-in;
  
}




.nav.nav-pills,
.sub-nav.sub-nav-pills{
  display: flex!important;
  justify-content: center!important;
  margin-bottom: 60px!important;
}
.nav-pills .nav-link.active
 {
  background-color: #49A2E7 !important;
  color: #fff !important;
  border: 2px solid #49A2E7 !important; 
  transition: all 0.2s ease-in;

}

.sub-nav-pills .sub-nav-link.active{
 
  background-color: none;
  color:#49A2e7;

   border-bottom: 2px solid #49A2E7!important;
}


/* ACTIVE TAB STYLING — Apply blue background to any active tab */

#teamTab .nav-pills .nav-link.active:hover {
  background-color: #49A2E7 !important;
  color: #fff !important; 
  border-color: #49A2E7 !important;
  transition: all 0.2s ease-in;
}


 .img-trainee-hexagon {
  width: 300px;         
  height: 259.8px;   
  margin: 0 auto;
  position: relative;
  clip-path: polygon(
    50% 0%,
    93% 25%,
    93% 75%,
    50% 100%,
    7% 75%,
    7% 25%
  );
  overflow: hidden;
}

.img-trainee-hexagon img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

.team-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  width: 35px; 
  height: 35px; 
  border-radius: 50%;
 
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s ease-in
}

.team-social a > * {
  margin: 0;
  padding: 0;
  display: block;
  max-height: 100%;
  max-width: 100%;
  line-height: 1;
}

.team-social a:hover {

   background-color: #49A2E7!important;
  color: #fff!important; 
  transform: translateY(-8px);

}



.hexagon-wrapper {
  perspective: 1000px;
}

.img-trainee-hexagon {
  width: 300px;
  height: 259.8px;
  margin: 0 auto;
  clip-path: polygon(
    50% 0%,
    93% 25%,
    93% 75%,
    50% 100%,
    7% 75%,
    7% 25%
  );
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  overflow: hidden;

}
.hexagon-wrapper:hover .img-trainee-hexagon {
  transform: rotateY(180deg);
}
.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}

.hexagon-wrapper:hover .flip-inner {
  transform: rotateY(180deg);
}

.front-face,
.hex-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}

.front-face img {
  width: 100%;
  height: 100%;
  display: block;
}

.hex-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inherit;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url('../images/overlay-bg.avif') center center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
}

.overlay-content {
  text-align: center;
  font-size: 18px;
  transform: scaleX(-1); /* fix text flip */
}
.hex-overlay:hover{
  color:	#FFD700;
}

.overlay-content i {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

#teamContainer  > .col-md-3 {
  margin-bottom: 60px; 
}

.team-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 10px 10px 20px;
  color: #2c3e50;
  text-transform: uppercase;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px;
}

#subTabsContainer {
  margin-bottom: 30px;
}

#subTabsContainer .sub-nav-pills > li > a {
  font-size: 16px;
  padding: 10px 20px;
  transition: all 0.2s ease-in;

}

.team-section {
  margin-bottom: 50px;
}

.section-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

#subTabsContainer {
  display: none;
}


.intern-label {
  display: block;
  font-size: 0.8em;
  color: #49A2E7; /* red-ish */
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}
.whatsapp-btn {
  position: fixed;
  bottom: 110px; /* below scroll-to-top */
  right: 35px;
  z-index: 1000;
}

.whatsapp-btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.whatsapp-btn a:hover {
  transform: scale(1.1);
}