/*-------------------Single Post Page Css-------------*/
.blog-post h1 {
  font-family: Merienda, cursive;
  text-decoration: none;
  color: #7a26a7;
  font-size: 25px;
  transition: color .3s;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  line-height: 3rem;
}
.blog-post h2 {
  font-family: Merienda, cursive;
  text-decoration: none;
  color: #dc0039;
  font-size: clamp(18px, 2.5vw, 21px);
  line-height: clamp(28px, 2.5vw, 48px);
  transition: color .3s;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding: 1em 0 0 0;
  position: relative;
}
.blog-post h2 a {
  text-decoration: none;
  color: #dc0039;
}
.blog-post h3 {
  font-family: Merienda, cursive;
  color: #2aa7a8;
  font-size: clamp(18px, 2.5vw, 20px);
  line-height: clamp(28px, 2.5vw, 30px);
  transition: color .3s;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding: .5em 0 0 0;
}
.blog-post h4 {
  font-family: Merienda, cursive;
  color: #6e00a5;
  font-size: 17px;
  line-height: 30px;
  transition: color .3s;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding: .5em 0 0 0;
}
.post-excerpt p {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: clamp(19px, 2.5vw, 19px);
  line-height: clamp(25px, 2.5vw, 22px);
  color: #000 !important;
  text-align: justify;
  padding-bottom: .5em;
}
.blog-post p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #000 !important;
  text-align: justify;
  padding-bottom: .5em;
}
.post-excerpt p a, .blog-post p a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #dc0039;
  text-decoration: underline;
}
.post-excerpt p a:hover, .blog-post p a:hover {
  text-decoration: none;
}
.badge {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 11px !important;
  color: #FFF !important;
  text-align: justify !important;
  font-weight: normal !important;
}
.top_header {
  margin: 0px;
  padding: 0px;
  font-family: Merienda, cursive;
  color: #000;
  font-size: 21px;
  line-height: 48px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);
  background: #FFF;
}
.top_header a {
  color: #000 !important; font-size: 16px;
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.tick-list li {
  position: relative;
  margin-bottom: 10px;
  color: #000;
  padding: 0px 15px 0px 40px;
}
.tick-list li::before {
  content: '✔';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #10b981;
  font-weight: bold;
}
/*-------------------Single Post Page Css-------------*/
.category-sidebar {
  background: #f1f1f5;
  padding: 0 0 20px 0;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.category-header h4 {
  background: #6e00a5;
  color: white;
  font-weight: bold;
  font-family: Merienda, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 20px 0 20px 0;
  width: fit-content;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.category-list {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.category-list li {
  padding: 6px 20px;
  font-size: 18px;
  /*display: flex;
      align-items: center;*/
}
.category-list li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category-list .bullet {
  color: #6e00a5;
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  transform: translateY(-1px);
}
.category-list .count {
  color: #7b1fa2;
  font-size: 13px;
  margin-left: 5px;
}
.category-list li a:hover {
  color: #6e00a5;
}
@media (max-width: 480px) {
  .category-sidebar {
    max-width: 100%;
    padding: 0 10px 20px 10px;
  }
  .category-header {
    font-size: 12px;
    padding: 8px 16px;
  }
  .category-list li {
    padding: 5px 10px;
    font-size: 14px;
  }
  .category-list .count {
    font-size: 12px;
  }
  .category-list .bullet {
    font-size: 16px;
  }
	.cont-section-style {
    padding: 0.5em !important;
}
}
.section-title-padding {
    background: #f2f2f3 !important;
    padding: 7px !important;
    border: 1px solid #e5e5e7;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 17px;
}
.cont-section-style {
    /*margin: 0.5em;*/ padding: 1em; background: #FFF; border: 1.5px solid #e2e2e3; border-radius: 16px;
}
.hljs {
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
	display: block;
    background: #f8f7f8;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    overflow-x: auto;
    padding: 1em !important;
}
a.cssbuttons-io {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: ghostwhite;
  overflow: hidden;
  border: none;
}
a.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}
a.cssbuttons-io::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #FF0080;
  transform: skew(30deg);
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
a.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}
a.cssbuttons-io:active {
  transform: scale(0.95);
}