@charset "utf-8";
.team_row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.team_col {
  padding: 5px; /* 2px gap total (1px each side) */
  width: 16.6666%; /* 100% / 6 columns */
  box-sizing: border-box;
}

/*.team_thumb {
  position: relative;
  overflow: hidden;
}*/

    .servicedetailfirst-section {
     padding: 80px 0 20px 0;
      background-color: #fff;
    }
  .servicedetail-section {
     padding: 2px 0;
      background-color: #fff;
    }

    .servicedetail-img {
      max-width: 100%;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .servicedetail-section {
     padding: 0px 0;
      background-color: #fff;
    }
    .servicedetail-content h2 {
   font-size: 2rem;
		padding-top: 0;
      margin-bottom: 10px;
    }
  .servicedetail-content p {
      font-size: 1.1rem;
      color: #444;
      line-height: 1.7;
    }

    .small-image {
      max-width: 100%;
      max-height: 250px;
      border-radius: 8px;
      object-fit: cover;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .image-column {
      text-align: center;
		padding: 0px;
		padding-bottom: 20px;
    }
    

    .btn-learn-more {
      margin-top: 20px;
      padding: 10px 24px;
      background-color: #007bff;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      display: inline-block;
    }

.team_collast {
 padding: 2px; /* 2px gap total (1px each side) */
  width: 155px; /* 100% / 6 columns */
  box-sizing: border-box;

}
.teamdetail-header {
      text-align: center;
      margin-bottom: 40px;
    }
    .profile-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      align-items: flex-start;
    }
    .profile-card img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 20px;
    }
    .profile-info {
      flex: 1;
    }
    .profile-info h3 {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 24px;
      color: #007BFF;
    }
    .profile-info .role {
      font-size: 16px;
      color: #555;
      margin-bottom: 15px;
    }
    .profile-info .bio {
      font-size: 12px;
      line-height: 1.5;
      color: #666;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .profile-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .profile-card img {
        margin: 0 0 15px 0;
      }
      .profile-info h3, .profile-info .role, .profile-info .bio {
        text-align: center;
      }
    }
.achievements-row {
  display: flex;
  /* makes the boxes align in a row and stretch height */
  gap: 20px; /* space between boxes, optional */
}

/* Container makes the boxes equal height using flex */
.achievements-row {
  display: flex;
  gap: 20px; /* space between boxes */
}

/* The boxes themselves */
.achievement-box {
  flex: 1;
  background-color: #007BFF; /* blue color, adjust as needed */
  color: #ffffff;
  padding: 20px;
  border: 1px solid #0056b3;
  box-sizing: border-box;
  /* ensure equal height by default since flex container */
  /* optionally set a min-height if desired */
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center content if less text */
  /* hidden initially for animation */
  opacity: 0;
}

/* Animation classes */
.animate {
  animation-fill-mode: forwards;
  /* ensure it stays after animation */
}

/* keyframes for fadeInUp (fade + slight upward motion) */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* apply animation */
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  /* optional easing */
  animation-timing-function: ease-out;
}
.team_description{
	height: 58px; overflow: hidden;}
.team_description h4,h5 {
  margin-top: 0;
	font-size: 11px;
	margin-bottom: 4px;
}
.team_description h5 {
  margin-top: 0;
margin-bottom: 4px;
	font-size: 9.5px;
}
.team_thumb img {
  width: 100%;
  display: block;
}

.team_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.team_thumb:hover .team_overlay {
  opacity: 1;
}

.overlay-text {
  font-size: 14px;
	text-align: center;
	color: rgba(239,20,23,1.00);
	align-content: center;
	padding: 30px;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  
}

.team_description {
  text-align: center;
  padding: 10px 0 0;
}

.social_icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.social_icon li a {
  color: white;
  font-size: 16px;
}

   .containerwork {
    display: flex;
    gap: 20px; /* space between sections */
    padding: 20px;
  }

  /* Each vertical section */
  .sectionwork {
    flex: 1; /* equally divide container */
    display: flex;
    flex-direction: column;
    gap: 15px; /* space between images */
  }

.workpdf {
	align-content:center;
	font:bold;
	text color: rgba(29,28,28,1.00);
	padding: 20px;
	text-decoration: none;
}
  /* Gallery images */
  .section work img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: transform 0.2s, border-color 0.2s;
  }

  .sectionwork img:hover {
    transform: scale(1.05);
    border-color: #007BFF;
  }