.box_shadow {
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  border: 2px solid #fff0;
  border-radius: 10px;
  position: relative;
}
.p-tagline {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #01c2a5;
  padding: 5px 8px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}
.card-body {
  padding: 20px;
  text-align: start;
  font-size: 14px;
}
.text-decoration-none {
  text-decoration: unset;
}
.card-img {
  width: 100%;
}
.card-title {
  font-size: 20px;
  text-decoration: none;
}
.card-title:hover {
  color: #01c2a5;
}
.card-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_view {
  border: none;
}
.blog_view p {
  text-align: justify;
}
.right_blog_view {
  border: none;
  padding: 20px;
}
.card_body a {
  text-decoration-color: #01c2a5;
}
.blog_view tbody,
.blog_view td,
.blog_view tfoot,
.blog_view th,
.blog_view thead,
.blog_view tr {
  border-color: initial;
  border-style: inherit;
  border-width: initial;
}
@media only screen and (max-width: 768px) {
  .right_blog_view {
    padding: 5px;
  }
  .recent-post li {
    font-size: 12px;
  }
}
.right-cart-title {
  font-size: 20px;
  font-weight: 700;
}
.recent-post li {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.recent-post li a {
  text-decoration: none;
}
.recent-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-recent-image {
  border: 2px solid #ddd;
  border-radius: 5px;
  object-fit: contain;
  margin-right: 10px;
  padding: 0 5px 0 5px;
  min-width: 90px;
  height: 55px;
  align-items: center;
  width: 40px;
}
.date-time-recent {
  width: 100%;
  justify-content: space-between;
}
.date-time-recent span {
  padding: 5px !important;
  font-size: 10px;
  font-weight: 600;
}
.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-list li {
  text-shadow: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 16px;
  margin: 5px 0;
}
.tag-list li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #01c2a5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff !important;
  padding: 7px 10px 7px 10px;
}
.tag-list.recent-post li a:hover {
  color: #fff !important;
}
.recent-post li a:hover {
  color: #01c2a5 !important;
}
.blog_card_dec p:not(:first-child),
.blog_card_dec ul {
  display: none;
}
.blog_card_dec p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog_card_dec {
  padding-bottom: 12px;
}
.blog_card.card-body a,
.recent-post a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}
.blog_date {
  color: #01c7a8;
  font-size: 14px;
  margin: 0;
  padding: 2px 14px;
}
.blog_card {
  position: relative;
  padding-top: 0 !important;
}
p:empty {
  display: none;
}
.blog_read {
  position: absolute;
  bottom: 0;
  left: 0;
}
.select {
  position: relative;
  margin-bottom: 15px;
  width: auto;
  display: inline-block;
  float: right;
}
.select .selectBtn {
  border-radius: 30px !important;
  color: #fff;
  padding: 10px 36px 10px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #01c2a5;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.toaster-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.toaster {
  background-color: #4caf50;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  display: none;
}
.toaster.show {
  display: block;
  animation: slideIn 0.5s ease-in-out;
}
.card_body img {
  width: 100% !important;
  height: auto !important;
}
.card_body p {
  font-size: 16px !important;
}
.right_blog_view_fixed {
  position: -webkit-sticky;
  top: 95px;
  z-index: 9;
  position: sticky;
}
.about-banner_titles {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 70px !important;
}
@media only screen and (max-width: 768px) {
  .right_blog_view_fixed {
    position: -webkit-sticky;
    top: 53px;
    z-index: 9;
    position: sticky;
  }
  .card-title {
    font-size: 14px;
    text-decoration: none;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* ===== Author Card ===== */
.author-card-section {
  padding: 16px 0 32px;
}
/* Desktop: CSS Grid — image | name+role+bio | actions */
.author-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "img body actions"
    "img bio  actions";
  column-gap: 20px;
  row-gap: 8px;
  background: #fff;
  border: 1px solid #e8e8f0;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 2px 16px rgba(100, 100, 160, 0.07);
}
.author-card-left {
  grid-area: img;
  /* align-self: start; */
}
.author-avatar {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.author-card-body {
  grid-area: body;
  min-width: 0;
}
.author-name {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a4b;
  margin: 0 0 4px;
  line-height: 1.2;
}
.author-role {
  font-size: 12px;
  font-weight: 700;
  color: #01c2a5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
/* Bio sits in the grid area below name/role, in the same center column */
.author-bio {
  grid-area: bio;
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin: 0;
  align-self: start;
}
.author-card-actions {
  grid-area: actions;
  display: flex;
  flex-direction: row;
  gap: 10px;
  /* align-self: start; */
}
.author-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.author-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.author-email-btn {
  background: #e6f4f1;
  color: #0a7963;
}
.author-email-btn:hover {
  background: #e6f4f1;
  color: #0a7963;
}
.author-linkedin-btn {
  background: #e6f4f1;
  color: #0a7963;
}
.author-linkedin-btn:hover {
  background: #d0ede8;
  color: #0a7963;
}

/* Mobile: flex-column stack — image → name+role → social → bio */
@media only screen and (max-width: 576px) {
  .author-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    gap: 10px;
    text-align: center;
  }
  .author-card-left {
    order: 1;
  }
  .author-card-body {
    order: 2;
    width: 100%;
  }
  .author-card-actions {
    order: 3;
    justify-content: center;
  }
  .author-bio {
    order: 4;
    width: 100%;
    /* text-align: left; */
  }
  .author-avatar {
    width: 110px;
    height: 110px;
    border-radius: 12px;
  }
  .author-name {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .author-role {
    margin-bottom: 0;
  }
}
