/*.titlebar {
  padding-top: 60px;
}*/
img {
  height: auto;
}
/*.titlebar .titlebar-box {
  position: relative;
  top: 40px;
  border-radius: 28px;
  border: 1px solid #919191;
  padding: 0;
  align-items: stretch;
}
.titlebar-box .title-block {
  padding: 40px;
  border-bottom: 1px solid #919191;
}
.titlebar-box .author-block {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.author-block p span {
  display: flex;
  font-size: 14px;
  line-height: 16px;
  color: #171717;
}
.author-block p span.author-name {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}*/

.feature-list-box {
  padding: 30px;
  border-radius: 28px;
}
.feature-list-box .feature-box {
  padding: 25px;
  border-radius: 15px;
  height: 100%;
}
.feature-list-box .feature-box p {
  color: #171717;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.feature-list-box .feature-box .img-box {
  height: 315px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 16px;
}
.feature-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide {
  height: auto;
}
.post-detail-sec ol,
.post-detail-sec ul {
  padding-left: 16px;
}
.post-detail-sec ul {
  list-style: disc;
  padding-left: 32px;
  margin-bottom: 16px;
}
.post-detail-sec ol {
  list-style: decimal;
  padding-left: 32px;
}
.post-detail-sec li {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
}
.table-contents {
    padding: 20px;
    background: #f2e6ff;
    border: 0.5px solid #f5f5f5;
    border-radius: 15px;
}
.table_list {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}
.table_list li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.table_list li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.post-detail-sec ol.table_list {
  padding-left: 0;
}
.feature-list-box {
  padding: 30px;
  border-radius: 28px;
}
.feature-list-box .feature-box {
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  display: block;
}
.feature-list-box .feature-box .feature-content {
    color: #171717;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 8px;
}
.feature-list-box .feature-box .img-box {
  height: 315px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}
.feature-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-list-box .feature-box p.posted-by {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  column-gap:16px;
  row-gap:8px;
}
.posted-by span{
  font-weight:400;
  font-size:14px;
  line-height:17px
}
.posted-by span:not(:last-child){
  position:relative
}
.posted-by span:not(:last-child)::before{
  content:"";
  position:absolute;
  top:50%;
  right:-10px;
  transform:translateY(-50%);
  width:4px;
  height:4px;
  border-radius:50%;
  background-color:#772bcb
}
.swiper-slide {
  height: auto;
}
.author-posted {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.author-posted > img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 100%;
  flex-shrink: 0;
}
.author-name a {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.read-time {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.mb-16{
  margin-bottom: 16px;
}

/* Add Profile On Single Deestination */
.author-info-box {
  padding: 40px 0;
}
.author-block-main {
  background-color: #F7F7F7;
  padding: 16px 30px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-block-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 1;
}
.author-blog-img {
  border: 1px solid #772BCB;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 1;
}
.author-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-blog-name p {
  margin-bottom: 8px;
  color: #232323;
}
.author-blog-date,
.author-time-block span {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #171717;
  display: block;
}
/* Add Profile On Single Deestination End */
/* internal link start */
.post-detail-sec p a {
  color: #ff0080;
  transition: color 0.3s ease;
  font-size: inherit;
  line-height: inherit;
}
.post-detail-sec p a:hover {
  color: #007bff;
}
.table-contents a {
  color: inherit;               
  text-decoration: none;        
}
.post-detail-sec p a {
  position: relative;
  text-decoration: none;
}

.post-detail-sec p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}
.post-detail-sec p a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* internal link end */
@media only screen and (max-width: 1199px) {
  .feature-list-box {
    padding: 24px;
  }
  .feature-list-box .feature-box {
    padding: 20px;
  }
  .feature-list-box .feature-box .img-box {
    height: 280px;
  }
  /* Add Profile On Single Deestination */
  .author-block-main {
    padding: 16px 26px;
  }
  .author-blog-img {
    width: 50px;
    height: 50px;
  }
  /* Add Profile On Single Deestination End */
}
@media only screen and (max-width: 767px) {
  .feature-list-box {
    padding: 20px;
  }
  /* Add Profile On Single Deestination */
  .author-block-main {
    padding: 16px 22px;
    border-radius: 12px;
  }
  .author-blog-img {
    width: 40px;
    height: 40px;
  }
  .author-block-inner {
    gap: 12px;
  }
  .author-blog-date, .author-time-block span {
    font-size: 15px;
  }
  /* Add Profile On Single Deestination End */
}
@media only screen and (max-width: 575px) {
  /*.titlebar {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .titlebar-box .title-block {
    padding: 20px;
  }
  .titlebar-box .author-block {
    padding: 30px 20px 20px;
  }
  .titlebar-box .author-block img {
    max-width: 136px;
    height: auto;
  }*/
  .feature-list-box {
    padding: 18px;
  }
  .feature-list-box .feature-box {
    padding: 15px;
  }
  .feature-list-box .feature-box .img-box {
    height: 192px;
    margin-bottom: 8px;
  }
  p.heading-five {
    font-size: 16px;
    line-height: 20px;
  }
  .table_list li:before {
    font-size: 14px;
    line-height: 17px;
  }
  .author-name a {
    width: 70px;
  }
  .author-posted {  
    align-items: flex-start;
  }
  /* Add Profile On Single Deestination */
  .author-block-main {
    padding: 16px;
  }
  .author-block-inner {
    gap: 8px;
  }
  .author-blog-name p {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .author-blog-date, .author-time-block span {
    font-size: 12px;
  }
  /* Add Profile On Single Deestination End */
}
