.hero-sec {
  background: linear-gradient(to bottom, var(--cream-light) 0px, var(--cream-light) 700px, #ffffff 700px, #ffffff 100%);
}
.hero-sec .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hero-sec .main-title {
  font-weight: 600;
  font-size: clamp(36px, 5.6vw, 56px);
  text-transform: capitalize;
}
.hero-sec .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-sec .bottom .client {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-sec .bottom .client .icon {
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.062745098);
}
.hero-sec .bottom .client .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
}
.hero-sec .bottom .client .profession {
  color: rgba(0, 0, 0, 0.3764705882);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.hero-sec .bottom .social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-sec .bottom .social .social-title {
  font-size: 20px;
  font-weight: 500;
  color: #2A2E23;
}
.hero-sec .bottom .social .social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-sec .bottom .social .social-links .icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #2A2E23;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.hero-sec .bottom .social .social-links .icon img {
  transition: all 0.3s ease;
}
.hero-sec .bottom .social .social-links .icon:hover {
  background-color: #2A2E23;
}
.hero-sec .bottom .social .social-links .icon:hover img {
  filter: brightness(0) invert(1);
}
.hero-sec .blog-form-wrapper .blog-form {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0745098039);
  background-color: #FFF4EB;
  border-radius: 12px;
  padding: 22px 14px;
}
.hero-sec .categories-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hero-sec .categories-buttons .category-btn {
  color: #785B46;
  border: 1px solid #785B46;
  font-weight: bold;
  border-radius: 40px;
  padding: 13px 34px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.hero-sec .categories-buttons .category-btn:hover {
  background-color: #785B46;
  color: white;
}
.hero-sec .blog-pagination {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hero-sec .blog-pagination .content {
  max-width: 270px;
}
.hero-sec .review-card {
  border-radius: 12px;
  padding: 28px;
  background-color: #ffffff;
  box-shadow: 3px 27px 75px 0px rgba(0, 0, 0, 0.0745098039);
}
.hero-sec .review-card .topbar {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-sec .review-card .topbar .detail {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-sec .review-card .topbar .socail-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}/*# sourceMappingURL=blog-detail.css.map */