.blog_detail_page_hero_section {
  padding: 2em 0px;
}
.blog_detail_page_hero_section .blog_detail_page_content {
  text-align: center;
}
.blog_detail_page_hero_section .blog_detail_page_content .blog_published {
  color: #0c2134 80;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.blog_detail_page_hero_section .blog_detail_page_content .blog_excerpt {
  margin: 25px 0px;
}
.blog_detail_page_hero_section .blog_detail_page_content h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
.blog_detail_page_hero_section .blog_detail_page_content .blog_detail_info ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6{
        font-family: "Satoshi";
}
.blog_detail_page_hero_section
  .blog_detail_page_content
  .blog_detail_info
  ul
  li {
  text-transform: capitalize;
}
.blog_detail_page_hero_section
  .blog_detail_page_content
  .blog_detail_info
  ul
  .blog_author_avatar {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.blog_detail_page_hero_section
  .blog_detail_page_content
  .blog_detail_info
  ul
  .separator {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background-color: #1cac76;
  display: inline-block;
}
.blog_detail_page_hero_section ul {
  list-style: none;
}
.blog_detail_featured_blogs {
  background-color: #f9fafb;
  border: 1.5px solid #d0d5dd;
  border-radius: 14px;
  padding: 1.8em;
  position: sticky;
  top: 20px;
}
.author-card {
    background: #f4f4f4;
    padding: 1.5rem 2rem;
    box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.author-card .d-flex {
    display: flex;
    gap: 14px;
}

.author-image {
    border-radius: 100%;
}
.author-image img.attachment-full {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
}
/* ===================== comments ===================== */ 
.comments {margin: 10px 0;}
.comments h3 {margin:50px 0 30px 0;font-size:24px;}
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px solid #ddd; padding:1em; margin-bottom: 10px; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font-size:20px;}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar {float:left; margin:0 1em 1em 0; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; margin-bottom: 10px;}
ol.commentlist li div.comment-meta a { color: #aaa; }
ol.commentlist li p { margin: 0; }
ol.commentlist li ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { margin: 0 0 10px; padding: 1em; border: 1px dashed #ccc; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd {}

/* ===================== comment form ===================== */ 

#respond {position: relative;}
#respond input[type="text"],#respond textarea {border:1px solid #ddd;padding:10px}
#respond input[type="text"] {padding:7px;width: 100%;}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment { position: relative; }
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {/* background: #eee; */color: #555;display: inline-block;/* left: 4px; */min-width: 60px;padding: 6px;/* position: relative; */top: 40px;z-index: 1;padding-left: 0;}
#respond input[type="text"]:focus,
#respond textarea:focus { text-indent: 0; z-index: 1; }
#respond textarea {resize: vertical;width: 100%;}
#respond .comment-form-author .required,
#respond .comment-form-email .required {color: #bd3500;font-size: 22px;font-weight: bold;position: absolute;top: 0px;z-index: 1;margin-left: 2px;}
#respond .comment-notes,
#respond .logged-in-as { font-size: 13px; }
#respond p { margin: 10px 0; }
#respond .form-submit {}
#respond input#submit {background: var(--primary_col);border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);box-shadow: 0px 1px 2px rgba(0,0,0,0.3);color: #000000;cursor: pointer;padding: 8px 31px;}
#respond input#submit:active {background: var(--primary_col);color: #fff;}
#respond #cancel-comment-reply-link {color: #666;margin-left: 10px;text-decoration: none;}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {text-decoration: underline;}
.commentlist #respond { margin: 1.625em 0 0; width: auto; }
#reply-title {color: #373737;font-size: 20px;margin-bottom: 0px;margin-top: 12px;display: flex;align-items: center;}
#cancel-comment-reply-link { color: #888; display: block; position: absolute; right: 1.625em; text-decoration: none; text-transform: uppercase; top: 1.1em; }
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover { color: #ff4b33; }
#respond label {font-size: 16px;/* width: 280px; */}
#respond input[type=text] {}
#reply-title small {font-size: 14px;}
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none; }
.trackback { margin: 0 0 10px; padding: 1em; border: 1px dashed #ccc; }
#respond textarea {
    max-height: 130px;
}
h2.comments-title {
    margin-bottom: 20px;
}
.comment-author.vcard img {
    border-radius: 100%;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
ol.comment-list .comment {
    padding: 16px 24px;
    background: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 14px;
}
.comment-author.vcard cite,.comment-author span {
    font-weight: 500;
    font-style: normal;
}
.comment-author.vcard img {
    margin-right: 9px;
}
.comment-author.vcard {
    margin-bottom: 8px;
}
.comment-meta.commentmetadata {
    font-size: 14px;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
  .blog_detail_featured_blogs h4 {
    margin-bottom: 0;
    font-size: 1.3em;
  }
}
.blog_detail_featured_blogs
  .blog_detail_featured_blogs_list
  .blog_detail_featured_blogs_list_item {
  padding: 16px 0px;
  border-bottom: 2px solid #d0d5dd;
}
@media (max-width: 767px) {
  .blog_detail_featured_blogs
    .blog_detail_featured_blogs_list
    .blog_detail_featured_blogs_list_item {
    padding: 13px 0px;
  }
}
.blog_detail_featured_blogs
  .blog_detail_featured_blogs_list
  .blog_detail_featured_blogs_list_item
  a {
  text-decoration: none;
}
.blog_detail_featured_blogs
  .blog_detail_featured_blogs_list
  .blog_detail_featured_blogs_list_item
  .featured_blog_title {
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.blog_detail_featured_blogs
  .blog_detail_featured_blogs_list
  .blog_detail_featured_blogs_list_item
  ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog_detail_featured_blogs
  .blog_detail_featured_blogs_list
  .blog_detail_featured_blogs_list_item
  ul
  li {
  font-size: 14px;
  color: #344054;
}
.blog_detail_featured_blogs
  .blog_detail_featured_blogs_list
  .blog_detail_featured_blogs_list_item:last-child {
  padding-bottom: 0px;
  border: unset;
}
.blog_detail_description p {
  margin-bottom: 10px;
}
.blog_detail_description h3 {
  font-weight: 600;
  margin: 0.8em 0em;
  font-size: 1.5em;
}
.blog_detail_description h4 {
  font-size: 1.2em;
  margin-top: 14px;
}
.blog_detail_description ol,
.blog_detail_description ul {
  padding-left: 30px;
  margin: 18px 0px;
}
.blog_detail_description ol li,
.blog_detail_description ul li {
  margin-bottom: 10px;
}

.has-global-padding {
    padding: 0 !important;
}
.blog_detail_description .wp-block-buttons {
  margin-top: 1.2em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .blog_detail_description h4 {
    font-size: 1em;
  }
  .blog_detail_page_hero_section .blog_detail_page_content h1 {
    font-size: 1.6em;
    margin-top: 10px;
  }
  .order_mob_1 {
    order: 1;
  }
  .blog_detail_description h3 {
    margin: 1em 0em;
    font-size: 1.4em;
  }
  .blog_detail_page_hero_section {
    padding: 1.2em 0px;
  }
}