@import url("sections/section-products.css");
@import url("sections/section-blog.css");

.websima-meta-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1edec;
}
.websima-single-share {
  background: #f1edec;
  padding: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 45px;
}
.websima-single-share i {
  font-size: 24px;
}
.websima-single-share i.icon-share {
  font-size: 18px;
  margin-right: 1rem;
}
.websima-single-share i.icon-clone {
  background: var(--color6);
  border-radius: 25px;
  font-size: 14px;
  width: 26px;
  height: 26px;
  color: #f1edec !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.websima-single-share .copy-url-wrapper i,
.websima-single-share a {
  color: var(--color6);
}
.category_post a:hover {
  color: var(--color2);
}
.websima-single-share a:hover {
  color: var(--color2);
}
.websima-single-share .copy-url-wrapper i:hover {
  background: var(--color2);
}
.websima-meta-date-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem auto;
}
.websima-meta-date-section .category-part {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.websima-meta-date-section i {
  color: var(--color2);
  font-size: 20px;
}
.websima-single-date {
  display: flex;
  gap: 10px;
}

.thumbnail-post-img img {
  border-radius: 20px;
}

.help-heading {
  border: 1px solid #cccccc;
  padding: 40px 25px 25px 25px;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
}
.help-heading span {
  color: var(--color3);
}
.help-heading span::before {
  content: "\e913";
  font-family: "icomoon";
  margin-left: 10px;
  font-size: 18px;
}

.help-heading ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 2rem;
}

.help-heading ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.help-heading ul li::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  bottom: -20px;
  width: 2px;
  background-color: #c4c3c1;
  z-index: 1;
}

.help-heading ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #a3a2a0;
  border-radius: 50%;
  z-index: 2;
}

.help-heading ul li:last-child::before {
  display: none;
}

.help-heading ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.help-heading ul li:hover a {
  color: var(--color1);
}
.help-heading ul li:hover::after {
  background-color: var(--color1);
}
.access-post {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  gap: 15px;
}
.access-post a {
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  transition: all 0.3s;
}

.access-post a:hover i {
  color: var(--color1);
}
.access-post a:hover {
  color: var(--color1);
  border: 1px solid var(--color1);
}
.access-post i {
  font-size: 22px;
}
.websima-blog-sidebar-banner img {
  height: auto;
}
.help-heading .widget-title {
  background: var(--color2);
  color: var(--color3);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .help-heading {
    padding: 0 25px 15px 25px;
    margin-top: 2rem;
    transition: all 0.3s;
    margin-bottom: 3rem;
  }
  .help-heading.active {
    padding: 40px 25px 15px 25px;
  }
  .help-heading .widget-title {
    background: var(--color2);
    color: var(--color3);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }

  .help-heading .widget-title::after {
    content: "\e900";
    font-family: "icomoon";
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .help-heading > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    transform: translateY(-10px);
  }
  .help-heading.active > ul {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .widget-title.active::after {
    transform: rotate(180deg);
  }
}
.tags_post a {
  background: #e9f4f0;
  border: 1px solid var(--color2);
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.5s;
}
.tags_post a:hover {
  color: var(--color3);
  background: var(--color2);
}
.tags_post {
    margin: 12px auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}