.institute-author-bio {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.author-left-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.institute-category-btn a {
  color: white !important;
}
.btn.institute-category-btn:hover {
  background-color: #000;
}
.institute-author-text p {
  color: #3b454e;
  font-size: 30px;
  font-weight: 600;
  font-family: "karla" sans-serif;
}
.institute-author-text h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: rgb(59, 69, 78);
}
.institute-author-text p {
  font-size: 36px;
  color: rgb(59, 69, 78);
  line-height: 0.4;
  font-weight: 700;
}
.institute-share-icon {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 15px;
  font-size: 28px;
}
.social-share-handler {
    border: 1px solid #e9e9e9;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #00b0ae;
    color: #fff !important;
  	width:unset !important;
}
.btn.accordian-load-more{
    background-color: #00a39c;
    color: #fff;
}
.institute-share-icon a {
  font-size: 15px;
  font-weight: 600;
  font-family: "karla" sans-serif !important;
  text-align: center;
}
.institute-category-btn {
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  background-color: var(--link-color);
}
.institute-bio-txt {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px !important;
  padding-top: 3px;
  padding-bottom: 5px;
  margin: 10px;
  background-color: #f0f0f0;
  border-left: 3px solid var(--link-color);
}
.institute-bio-txt h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  color: #9ba1a8;
}
.institute-bio-txt p {
  text-align: center;
  margin: 0px;
  padding-bottom: 3px;
}
.institute-authoredu-text {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border-left: 3px solid var(--link-color);
  padding: 0px 10px 0px 0px;
}
.edu-text-inner h6 {
  margin-left: 10px;
  margin: 10px;
  font-size: 16px;
  color: #9ba1a8;
  display: grid;
  justify-content: left;
}
.edu-text-inner p {
  margin-left: 10px;
  font-size: 16px;
  text-align: left;
}
.related-image-style {
  width: 280px;
  border-radius: 30px;
  height: auto;
}
.institute-about-txt h3 {
  font-family: "karla" sans-serif !important;
  font-size: 33px;
  margin-bottom: 40px;
  font-weight: 500;
}
.institute-about-txt p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.autor-related-head {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 700;
}
.institute-related-post {
  background-color: var(--link-color);
  color: #1f2225;
  padding: 4px 11px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.institute-related-post:hover {
  background-color: #e5847f;
  font-weight: 700;
  color: #000000;
}
.institute-related-post-date {
  color: #6c757d;
  text-align: left;
  font-family: "karla" sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.institute-related-post-author {
  font-size: 15px;
  margin-left: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  color: #000;
}
.institute-related-post-author a {
  color: #000000;
  text-decoration: none;
}
.institute-related-post-author a:hover {
  color: var(--link-color);
}
.institute-related-post-title h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.institute-related-post-title a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #000;
}
.institute-related-post-title a:hover {
  color: var(--link-color);
  text-decoration: 2px solid underline;
}
.institute-share-icon .social-share {
  border: none !important;
}
.institute-share-icon .social-share.social-share-twitter i {
  background-color: #29c5f6;
}
.institute-share-icon .social-share.social-share-pinterest i {
  background-color: #ca212a;
}
.institute-share-icon .social-share.social-share-whatsapp i {
  background-color: #7bbf6a;
}
.institute-share-icon .social-share.social-share-reddit i {
  background-color: #f54200;
}
.institute-share-icon .social-share.social-share-facebook i {
  background-color: #004179;
}
.institute-share-icon .social-share i {
  background-color: black;
  padding: 8px 10px;
  color: white;
}
.institute-related-post-title p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}
.institute-related-border-bottom {
  border-bottom: 1px solid black;
}

/* Responsiveness */
@media screen and (max-width: 1200px) {
  .institute-author-text p {
    font-size: 24px;
  }
  .institute-author-text h3 {
    font-size: 28px;
  }
  .institute-category-btn {
    font-size: 16px;
  }
  .author-left-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .institute-related-post-title h4 {
    font-size: 20px;
  }
  .institute-author-text p {
    line-height: 1;
    margin-bottom: 8px;
  }
  .institute-author-text {
  	text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .related-image-style {
    width: 100%;
  }
  .profile-related-autor {
  	flex-direction: row !important;
    align-items: center !important;
    gap: 1rem;
  }
  .profile-related-autor > div {
  	margin-top: 0 !important;
  }
  .profile-related-autor img {
    width: 24px;
    height: 24px;
  }
  .institute-authoredu-text {
    display: block;
    padding: 1px;
  }
}
@media screen and (max-width: 576px) {
  .profile-related-autor {
  	flex-direction: column !important;
    align-items: start !important;
    gap: 4px;
  }
  .institute-author-text h3 {
    font-size: 24px;
  }
  .institute-author-bio {
  	flex-direction: column;
    gap: 16px;
  }
  .institute-bio-txt {
    margin: 0;
    padding: 10px;
  }
  .institute-bio-txt h6, .institute-bio-txt p {
  	text-align: left;
    margin-top: 0;
  }
}