/*
 Theme Name:   Edubin Child
 Theme URI:    https://thepixelcurve.com/wp/edubin/demo/
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://thepixelcurve.com/
 Template:     edubin
 Version:      6.5.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/
.profile-header {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.profile-img-container {
    position: relative;
    top: -50px; /* Adjust to sit over the cover photo */
    left: 20px;
}

.profile-img-container img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 4px solid #fff; /* Profile image border */
}

.profile-info {
    margin-left: 180px; /* Adjust based on the profile image placement */
}

.profile-info h1 {
    font-size: 24px;
    margin: 0;
}

.profile-info p {
    margin: 5px 0;
}

.contact-info {
    margin-top: 20px;
}

.contact-info a {
    display: block;
    margin: 5px 0;
}

.main-content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.skills-list, .certifications-list, .education-list {
    list-style-type: none;
    padding: 0;
}

.skills-list li, .certifications-list li, .education-list li {
    background-color: #eef;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
}


body {
  font-family: Tahoma, sans-serif;
  align-items: center;
  justify-content: center;
}

.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #ffff;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  object-fit: cover;
}

.um-directory .um-members-wrapper .um-members img {
    display: block;
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-radius: 50% !important;
}

.our-team:hover .picture img{
      border: 6px solid #f92f3a;

}


.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color:#0065ad ;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.85);
}

.our-team .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.our-team .title {
  display: block;
  font-size: 14px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f92f3a;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

.um-directory .um-members-wrapper .um-members .um-member {
    border: none !important;
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

