/* Blog Header */
.header {
  background: white;
}
.header .head-logo img {
  filter: none;
}
.main-page-content {
  margin-top: 120px;
}

/* Blog Listings */
.listings-header {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}
.listings-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;
  background-image: url(//143134609.fs1.hubspotusercontent-eu1.net/hubfs/143134609/raw_assets/public/nashtech/images/decor-elem-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0%, -50%);
}
.listings-header:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: radial-gradient(157.65% 157.65% at 19.27% 197.79%, rgba(106, 31, 122, 0.2) 0%, rgba(106, 31, 122, 0) 100%),radial-gradient(90.1% 110.66% at 138.99% 138.16%, rgba(0, 148, 213, 0.2) 0%, rgba(0, 148, 213, 0) 100%);
}
.blog-listing-title {
  position: relative;
}
.blog-listing-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-image: url(//143134609.fs1.hubspotusercontent-eu1.net/hubfs/143134609/raw_assets/public/nashtech/images/decor-elem-4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -80%);
}
.blog-listing-title h1 {
  width: 90%;
  line-height: 150%;
  background: linear-gradient(270deg, #D6001C, #6A1F7A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}
.thinking-menu {
  margin-top: 120px;
  margin-bottom: 60px;
}
.thinking-menu nav {
  border-bottom: 1px solid #cccccc;
}
.thinking-menu nav ul {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
}
.thinking-menu nav ul li:not(:last-child) {
  margin-right: 64px;
}
.thinking-menu nav ul li a {
  color: #2a2e3a;
  font-weight: 700;
  padding: 13px 0px;
}
.thinking-menu nav ul li a.active-item {
  color: #D6001C;
  border-bottom: 2px solid #D6001C;
}

/* News Block */
.news-block {
  margin-bottom: 60px;
}
.news-block .blog-img {
  min-height: 225px;
  height: 225px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.news-block .blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: 0.5s;
  background: linear-gradient(270deg, #d6001c 13.02%, #6a1f7a 98.28%);
  z-index: 10;
}
.news-block:hover .blog-img:before {
  width: 100%;
}
.news-block .blog-img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 26, 0.1);
  z-index: 9; 
  transition: 0.5s;
  pointer-events: none;
}
.news-block:hover .blog-img:after {
  background-color: rgba(15, 15, 26, 0.4);
}
.news-block .blog-img a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}
.news-block .blog-img a img {
  transition: 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}
.news-block:hover.blog-img a img {
  transform: translate(-50%, -50%) scale(1.05); */
  transform: scale(1.05);
}
.news-block .blog-excerpt {
  margin-top: 24px;
  margin-bottom: 15px;
}
.news-block .blog-excerpt span.insights {
  color: #0094d5;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.news-block .blog-excerpt h4 a {
  color: #2a2e3a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.news-block:hover .blog-excerpt h4 a {
  background: linear-gradient(270deg, #d6001c, #6a1f7a) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
/* Blog post */
.single-blog-post .blog-post {
  padding: 0px;
}
.single-post-header {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.single-post-header .author-details {
  display: flex;
  align-items: center;
}
.single-post-header .author-details img {
  border-radius: 50%;
  margin-right: 10px;
}
.single-title {
  width: 90%;
  line-height: 150%;
  background: linear-gradient(270deg, #D6001C, #6A1F7A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}
.single-header {
  width: 100%;
  height: 450px;
}
.single-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post .audio {
  background: #f1f3f6;
  margin-bottom: 30px;
  padding: 10px;
}
.blog-post .audio p {
  margin-bottom: 0px;
  margin-left: 10px;
}
.blog-post .audio .hs-audio-player {
  background: #f1f3f6;
}
.blog-post .audio .hs-audio-player:hover {
  background: white;
}
.blog-content {
  margin-top: 80px;
  margin-bottom: 40px;
}
.blog-content h3 {
  color: #2a2e3a;
  background: none !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: unset;
}
.blog-content .with-toc,
.blog-content .share-col {
  position: relative;
}
.blog-content .with-toc h5 { 
  display: block;
  border-bottom: 2px solid #EEEFF0;
  margin-right: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog-content aside,
.blog-content .share-col .hs_cos_wrapper {
  align-self: start;
  position: sticky;
  top: 150px;
  padding-right: 30px;
  
}
.blog-content aside ul {
  margin-left: 20px;
  padding: 0;
}
.blog-content aside ul li {
  margin-bottom: 0px;
  list-style: none;
  text-indent: -16px;
}
.blog-content aside ul li a {
  color: #63666B;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  margin-left: -30px;
  padding: 6px 10px 6px 16px;  
}
.blog-content aside ul li a svg,
.blog-content aside ul li a i {
  transition: all 0.4s linear;
  margin-right: 10px;
}
.blog-content aside ul li a .fa-square {
  font-size: 6px;
  margin-left: 4px;
}
.blog-content aside ul li ul {
  margin-left: 20px;
}
.blog-content aside ul li ul li {
  text-indent: -17px;
}
.blog-content .blog-post-body a {
  color: #6A1F7A;
  font-weight: 700;
}
.blog-content .blog-post-body a:hover span {
  background: linear-gradient(270deg, #D6001C, #6A1F7A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content aside ul li a.active,
.blog-content aside ul li a:hover {
  text-decoration: none;
}
.blog-content aside ul li a.active span,
.blog-content aside ul li a:hover span {
  text-decoration: none;
  background: var(--Gradient-Light-BG, linear-gradient(270deg, #D6001C 13.02%, #6A1F7A 98.28%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .blog-content aside ul li a.active svg,
.blog-content aside ul li a:hover svg,
.blog-content aside ul li a.active i,
.blog-content aside ul li a:hover i {
  transform: rotate(-90deg);
} */
.blog-content .blog-post-body img {
  margin-bottom: 30px;
}
.blog-content .social-share {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-content .social-share a {
  color: #63666B;
  font-size: 21px;
  margin-bottom: 10px;
}
/* Blog related posts */
.blog-related-posts h2 {
  margin-bottom: 45px;
}
.blog-related-posts .blog-related-post {
  height: 100%;
  background-color: #f1f3f6;
}
.blog-related-posts .blog-related-post img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.blog-related-posts .blog-related-post .related-post-content {
  background-color: #f1f3f6;
  padding: 30px;
  position: relative;
}
.blog-related-posts .blog-related-post .related-post-content h4 {
  font-size: 20px;
  margin-top: -90px;
  position: relative;
  min-height: 73px;
}
.blog-related-posts .blog-related-post .related-post-content h4 a {
  color: #2a2e3a;
  font-weight: 700;
}
.blog-related-posts .blog-related-post .related-post-content:before {
  content: '';
  width: 100%;
  height: 170px;
  background: rgb(241,243,246);
  background: linear-gradient(180deg, rgba(241,243,246, 0) 0%, rgba(241,243,246, 0.67) 22%, rgba(241,243,246, 1) 61%);
  position: absolute;
  top: -170px;
  left: 0px;
}
.blog-related-posts .blog-related-post .related-post-content .tag {
  color: #2a2e3a;
  background: white;
  padding: 4px 8px;
}
/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .single-title {
    font-size: 35px;
    line-height: 110%;
  }
  
  .blog-content .social-share {
    flex-direction: row;
    justify-content: left;
  }
  
  .blog-content .social-share a {
    padding: 10px;
  }
  
}