/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  background-color: #fcfcfc;
  overflow: hidden;
  padding: 120px 0 225px;
  z-index: 1;
}

.blog-one__carousel {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  padding: 23px 23px 23px;
  border-radius: 20px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.blog-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--topas63-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  opacity: 0.5;
}

.blog-one__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  margin-top: 15px;
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--topas63-bdr-color);
  padding-bottom: 11px;
  margin-bottom: 14px;
}

.blog-one__meta li {
  position: relative;
  display: block;
}

.blog-one__meta li + li {
  margin-left: 30px;
}

.blog-one__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--topas63-black);
  font-family: var(--topas63-font-two);
  font-style: italic;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta li a:hover {
  color: var(--topas63-base);
}

.blog-one__meta li a span {
  position: relative;
  font-size: 12px;
  margin-right: 6px;
  color: var(--topas63-base);
}

.blog-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.blog-one__title a {
  color: var(--topas63-black);
}

.blog-one__title a:hover {
  color: var(--topas63-base);
}

.blog-one__text {
  font-size: 16px;
  line-height: 21px;
  margin-top: 14px;
  margin-bottom: 30px;
}

.blog-one__btn-and-user-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn-box .thm-btn {
  font-size: 16px;
  padding: 6px 20px 7px;
}

.blog-one__btn-box .thm-btn span {
  font-size: 12px;
}

.blog-one__btn-box .thm-btn::before {
  width: 32px;
  height: 32px;
  bottom: -13px;
  right: -13px;
}

.blog-one__user-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-one__user-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-one__user-img img {
  width: 100% !important;
  border-radius: 50%;
  border: 1px solid var(--topas63-black);
}

.blog-one__user-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-one__user-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
}

.blog-one__user-sub-title {
  font-size: 14px;
  line-height: 14px;
}

.blog-one .blog-one__carousel .owl-nav {
  position: absolute;
  bottom: -104px;
  right: 0;
  margin: 0 !important;
}

.blog-one .blog-one__carousel .owl-dots {
  position: absolute;
  bottom: -112px;
  left: 0;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.blog-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--topas63-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
  opacity: 0.5;
}

.blog-two__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-two__date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: var(--topas63-base);
  padding: 14px 20px 14px;
  border-top: 2px solid var(--topas63-white);
  border-right: 2px solid var(--topas63-white);
  border-top-right-radius: 20px;
  z-index: 3;
}

.blog-two__date span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--topas63-white);
}

.blog-two__date p {
  font-size: 16px;
  color: var(--topas63-white);
  line-height: 16px;
  font-weight: 500;
}

.blog-two__content {
  position: relative;
  display: block;
  margin-top: 10px;
}

.blog-two__meta-box {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  padding: 14px 15px 14px;
  border-radius: 12px;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-two__meta li {
  position: relative;
  display: block;
}

.blog-two__meta li + li {
  margin-left: 30px;
}

.blog-two__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--topas63-black);
  font-family: var(--topas63-font-two);
  font-style: italic;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__meta li a:hover {
  color: var(--topas63-base);
}

.blog-two__meta li a span {
  position: relative;
  font-size: 13px;
  margin-right: 6px;
  color: #ffc224;
}

.blog-two__meta li:nth-child(2) a span {
  color: var(--topas63-primary);
}

.blog-two__meta li:nth-child(3) a span {
  color: var(--topas63-base);
}

.blog-two__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 13px;
  margin-bottom: 11px;
}

.blog-two__title a {
  color: var(--topas63-black);
}

.blog-two__title a:hover {
  color: var(--topas63-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 153px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
  margin-right: 107px;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: 20px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 40px;
}

.blog-details__title-1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-details__client-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed var(--topas63-bdr-color);
  border-bottom: 1px dashed var(--topas63-bdr-color);
  padding: 13px 0 13px;
  margin-top: 32px;
  margin-bottom: 42px;
}

.blog-details__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__client-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.blog-details__client-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--topas63-base);
}

.blog-details__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-details__client-content p {
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.blog-details__client-content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.blog-details__client-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details__client-meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-details__client-meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-details__client-meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--topas63-primary);
}

.blog-details__client-meta li:nth-child(2) .icon span {
  color: #ffc224;
}

.blog-details__client-meta li:nth-child(3) .icon span {
  color: var(--topas63-base);
}

.blog-details__client-meta li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-black);
}

.blog-details__title-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 43px;
  margin-bottom: 17px;
}

.blog-details__text-3 {
  margin-top: 16px;
  margin-bottom: 43px;
}

.blog-details__points-box {
  position: relative;
  display: block;
}

.blog-details__points-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-details__points {
  position: relative;
  display: block;
  margin-top: 17px;
}

.blog-details__points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.blog-details__points li + li {
  margin-top: 11px;
}

.blog-details__points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.blog-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--topas63-base);
}

.blog-details__points li > p {
  color: var(--topas63-black);
}

.blog-details__quote-box {
  position: relative;
  display: block;
  border: 2px solid var(--topas63-bdr-color);
  border-radius: 24px;
  max-width: 635px;
  width: 100%;
  padding: 38px 58px 38px;
  margin-top: 69px;
  margin-bottom: 65px;
}

.blog-details__quote-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-black);
  border-bottom: 1px solid var(--topas63-bdr-color);
  padding-bottom: 23px;
  margin-bottom: 24px;
}

.blog-details__client-box-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__client-img-2 {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.blog-details__client-img-2 img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--topas63-base);
}

.blog-details__client-content-2 {
  position: relative;
  display: block;
  flex: 1;
}

.blog-details__client-content-2 p {
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.blog-details__client-content-2 h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.blog-details__quote-icon-1 {
  position: absolute;
  top: -27px;
  left: 46px;
  width: 54px;
  height: 54px;
  background-color: var(--topas63-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details__quote-icon-1 span {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--topas63-base);
  transform: rotate(-180deg);
}

.blog-details__quote-icon-2 {
  position: absolute;
  bottom: -27px;
  right: 130px;
  width: 54px;
  height: 54px;
  background-color: var(--topas63-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details__quote-icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--topas63-base);
}

.blog-details__title-3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-details__text-4 {
  margin-top: 17px;
  margin-bottom: 22px;
}

.blog-details__img-box-2 {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__img-box-img img {
  width: 100%;
  border-radius: 20px;
}

.blog-details__text-5 {
  color: var(--topas63-black);
}

.blog-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafbff;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 8px;
  padding: 23px 23px 23px;
  margin-top: 42px;
  margin-bottom: 111px;
}

.blog-details__tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__tag span {
  font-size: 16px;
  line-height: 24px;
  color: var(--topas63-black);
}

.blog-details__tag a {
  font-size: 14px;
  line-height: 14px;
  background-color: var(--topas63-white);
  border: 1px solid var(--topas63-bdr-color);
  padding: 7px 12px 7px;
  border-radius: 15px;
  color: var(--topas63-gray);
}

.blog-details__tag a:hover {
  background-color: var(--topas63-base);
  border: 1px solid var(--topas63-base);
  color: var(--topas63-white);
}

.blog-details__share {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__share span {
  font-size: 16px;
  line-height: 24px;
  color: var(--topas63-black);
}

.blog-details__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--topas63-white);
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 50%;
  font-size: 14px;
  color: var(--topas63-gray);
}

.blog-details__share a:hover {
  background-color: var(--topas63-base);
  border: 1px solid var(--topas63-base);
  color: var(--topas63-white);
}

.comment-one {
  position: relative;
  display: block;
}

.comment-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 22px;
}

.comment-one__single-list {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 19px 19px 16px !important;
}

.comment-one__single-list li {
  position: relative;
  display: block;
}

.comment-one__single-list li:nth-child(2) .comment-one__single {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.comment-one__single-list-2 li .comment-one__single {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  border-bottom: 1px solid var(--topas63-bdr-color);
  padding-bottom: 16px;
  margin-bottom: 23px;
}

.comment-one__image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--topas63-base);
  border-radius: 50%;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 48px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  position: relative;
  display: block;
  flex: 1;
}

.comment-one__content p {
  margin-top: 7px;
  margin-bottom: 7px;
}

.comment-one__name-box {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #f5f5ff 0%, #fbfbff 100%);
  border-radius: 2px;
  padding: 3px 10px 3px;
}

.comment-one__content h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.comment-one__content h4 span {
  font-size: 12px;
  color: var(--topas63-gray);
  position: relative;
  display: inline-block;
}

.comment-one__content h4 span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -7px;
  bottom: 6px;
  width: 1px;
  background-color: var(--topas63-black);
}

.comment-one__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.comment-one__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--topas63-base);
  position: relative;
  display: inline-block;
}

.comment-one__btn:hover {
  color: var(--topas63-black);
}

.comment-one__btn::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -12px;
  width: 4px;
  height: 4px;
  background-color: var(--topas63-base);
  border-radius: 50%;
}

.comment-one__btn-box > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--topas63-gray);
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 14px;
}

.comment-form__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: none;
}

.comment-form__text-and-ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
  margin-bottom: 22px;
}

.comment-form__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.comment-form__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.comment-form__ratting li {
  position: relative;
  display: block;
}

.comment-form__ratting li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--topas63-bdr-color);
}

.comment-form__ratting li:first-child span {
  color: #ffc224;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 56px;
  width: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--topas63-gray);
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  display: block;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box textarea {
  font-size: 16px;
  font-weight: 400;
  height: 190px;
  width: 100%;
  padding: 15px 20px 30px;
  outline: none;
  margin-bottom: 0px;
  border: none;
  color: var(--topas63-gray);
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box.text-message-box {
  height: 190px;
  margin-bottom: 0;
}

.comment-form__btn-box {
  position: relative;
  display: block;
  margin-top: 24px;
}

.comment-form__btn {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--topas63-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--topas63-white);
  padding: 17px 24px 17px;
  border-radius: 28px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--topas63-base);
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.comment-form__btn:hover::before {
  transform: scaleX(1);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}

.comment-form__btn::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 26px;
  width: 136px;
  height: 31px;
  transform: rotate(35deg);
  background-color: rgba(var(--topas63-white-rgb), 0.1);
  z-index: -1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }

  .sidebar--two {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 20px 0 120px;
  z-index: 1;
}

.blog-list__left {
  position: relative;
  display: block;
  margin-right: 107px;
}

.blog-list__single {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #f6f8ff 0%, #f6f8ff 50%, #ffffff 100%);
  border: 1px solid #d1e3fb;
  border-radius: 24px;
  padding: 32px 32px 32px;
  margin-bottom: 45px;
}

.blog-list__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.blog-list__img {
  position: relative;
  display: block;
  border-radius: 20px;
}

.blog-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--topas63-black);
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-list__single:hover .blog-list__img::before {
  opacity: 0.7;
}

.blog-list__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 1500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-list__date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--topas63-base);
  border-top: 2px solid var(--topas63-white);
  border-right: 2px solid var(--topas63-white);
  padding: 9px 20px 10px;
  border-top-right-radius: 20px;
  z-index: 2;
}

.blog-list__date p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--topas63-white);
}

.blog-list__date p span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--topas63-white);
}

.blog-list__single-2 .blog-list__content {
  margin-top: 0;
}

.blog-list__content {
  position: relative;
  display: block;
  margin-top: 16px;
}

.blog-list__client-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--topas63-white);
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 12px;
  padding: 13px 13px 13px;
}

.blog-list__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-list__client-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.blog-list__client-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--topas63-base);
}

.blog-list__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-list__client-content p {
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.blog-list__client-content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.blog-list__client-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-list__client-meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-list__client-meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-list__client-meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffc224;
}

.blog-list__client-meta li:nth-child(2) .icon span {
  color: var(--topas63-primary);
}

.blog-list__client-meta li:nth-child(3) .icon span {
  color: var(--topas63-base);
}

.blog-list__client-meta li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-black);
}

.blog-list__title-1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-top: 17px;
  margin-bottom: 10px;
}

.blog-list__title-1 a {
  color: var(--topas63-black);
}

.blog-list__title-1 a:hover {
  color: var(--topas63-base);
}

.blog-list__btn-box {
  position: relative;
  display: block;
  margin-top: 14px;
}

.blog-list__btn-box button {
  border: none; /* Убрать рамку */
  background-color: transparent; /* Убрать фон (сделать прозрачным) */
  outline: none; /* Убрать контур при фокусе/нажатии */
}

.blog-list__btn-box .thm-btn-two span {
  background-color: var(--topas63-base);
}

.blog-list__btn-box .thm-btn-two span::before {
  background-color: var(--topas63-primary);
}

.blog-list__btn-box .thm-btn-two i {
  background-color: var(--topas63-base);
}

.blog-list__btn-box .thm-btn-two i::after {
  background-color: var(--topas63-primary);
}

.blog-list__btn-box-2 {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 15px;
}

.blog-list__pagination {
  position: relative;
  display: block;
}

.blog-list__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 12px;
}

.blog-list__pagination .pg-pagination li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: var(--topas63-gray);
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__pagination .pg-pagination li:hover a,
.blog-list__pagination .pg-pagination li.active a {
  border: 1px solid var(--topas63-base);
  background-color: var(--topas63-base);
  color: var(--topas63-white);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-two__btn-box {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.blog-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.blog-carousel-page .blog-two__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# One Page Two Blog
--------------------------------------------------------------*/
.one-page-two-blog {
  padding: 120px 0 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1313px) {
  .blog-one__single {
    padding: 23px 10px 23px;
  }

  .blog-two__meta li + li {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-one__single {
    padding: 23px 15px 23px;
  }

  .blog-one__meta {
    flex-direction: column;
    align-items: baseline;
  }

  .blog-one__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-one__btn-and-user-box {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }

  .blog-two__meta {
    flex-direction: column;
  }

  .blog-two__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-details__left {
    margin-right: 0;
  }

  .blog-list__left {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-one__btn-and-user-box {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }

  .blog-page .blog-two__meta {
    flex-direction: column;
  }

  .blog-list__left {
    margin-right: 0;
  }

  .blog-carousel-page .blog-two__meta {
    flex-direction: column;
  }

  .blog-carousel-page .blog-two__meta li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-one__single {
    padding: 23px 15px 23px;
  }

  .blog-one__meta {
    flex-direction: column;
    align-items: baseline;
  }

  .blog-one__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-one__btn-and-user-box {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }

  .blog-one .blog-one__carousel .owl-dots {
    display: none;
  }

  .blog-two__btn-box {
    margin-bottom: 30px;
  }

  .blog-details__left {
    margin-right: 0;
  }

  .blog-details__title-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-details__client-and-meta {
    flex-direction: column;
    align-items: baseline;
  }

  .blog-details__client-meta {
    gap: 0;
    flex-direction: column;
    margin-top: 20px;
  }

  .blog-details__quote-box {
    padding: 38px 15px 38px;
  }

  .blog-details__tag-and-share {
    flex-direction: column;
  }

  .blog-details__tag {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .blog-list {
    padding: 20px 0 20px;
  }

  .blog-list__left {
    margin-right: 0;
  }

  .blog-list__single {
    padding: 32px 15px 32px;
  }

  .blog-list__client-and-meta {
    flex-direction: column;
  }

  .blog-list__client-meta {
    flex-direction: column;
    gap: 5px;
  }

  .blog-list__title-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-list__btn-box-2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 440px) {
  .blog-two__meta {
    flex-direction: column;
  }

  .blog-two__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.wp-block-search__button svg {
  min-width: 32px;
  min-height: 32px;
  transition: transform 0.3s ease;
}

.wp-block-search__button svg:hover {
  transform: scale(1.2);
}

.widget_block + .sidebar__single {
  margin-top: 40px;
}

.widget_block + .widget_block {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/* ==========================================================================
   БЛОК: КАРУСЕЛЬ ПОСТОВ (Blog Carousel)
   ========================================================================== */

.blog-one {
  padding: 80px 0;
  background-color: #f8fafd;
}

/* Стили контейнера Swiper */
.myPostSwiper {
  padding: 20px 10px 60px !important; /* Отступ снизу для пагинации */
}

/* КАРТОЧКА ПОСТА */
.post-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid #e1e8ed;
}

.post-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(29, 105, 154, 0.12);
}

/* Изображение поста */
.post-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #eee; /* Цвет заглушки, если фото нет */
}

.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.post-card:hover .post-card__image img {
  transform: scale(1.1);
}

/* Контент карточки */
.post-card__title {
  padding: 20px 20px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--topas63-black);
  line-height: 1.4;
  margin: 0;
  flex-grow: 1; /* Позволяет заголовку занимать всё свободное место */

  /* Ограничение текста (3 строки), если заголовки разной длины */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Ссылка "Подробнее" */
.post-card__link {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--topas63-base);
  text-decoration: none;
  transition: all 0.3s;
  border-top: 1px solid #f1f3f5;
}

.post-card__link:hover {
  color: var(--topas63-primary);
  background-color: #f8fafd;
}

/* --- НАВИГАЦИЯ SWIPER --- */

/* Стрелки */
.myPostSwiper .swiper-button-next,
.myPostSwiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--topas63-base);
  transition: all 0.3s;
}

.myPostSwiper .swiper-button-next::after,
.myPostSwiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.myPostSwiper .swiper-button-next:hover,
.myPostSwiper .swiper-button-prev:hover {
  background: var(--topas63-base);
  color: #fff;
}

/* Пагинация (точки) */
.myPostSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--topas63-base);
  opacity: 0.3;
}

.myPostSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px; /* Активная точка длиннее */
  border-radius: 5px;
  background: var(--topas63-base);
}

/* Адаптивность для заголовка секции */
@media (max-width: 768px) {
  .blog-one .section-title__title {
    font-size: 28px !important;
  }
}

/* Общий контейнер контента внутри карточки */
.post-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Мета-данные (Автор и Дата) */
.post-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  color: var(--topas63-gray);
}

.post-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-card__author img {
  border-radius: 50%; /* Круглая аватарка */
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post-card__date i {
  color: var(--topas63-yel);
  margin-right: 5px;
}

/* Заголовок */
.post-card__title a {
  color: var(--topas63-black);
  transition: 0.3s;
}

.post-card__title a:hover {
  color: var(--topas63-base);
}

/* Отрывок текста */
.post-card__excerpt {
  font-size: 15px;
  line-height: 1.5;
  color: var(--topas63-gray);
  margin-bottom: 20px;
}

/* Футер карточки */
.post-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* Прижимает футер к низу */
  padding-top: 15px;
  border-top: 1px solid #f1f3f5;
}

.post-card__more {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--topas63-base);
  letter-spacing: 0.5px;
}

.post-card__comments {
  font-size: 13px;
  font-weight: 600;
  color: var(--topas63-gray);
}

.post-card__comments i {
  color: var(--topas63-base);
  margin-right: 4px;
}

/* Ховер эффект для всей карточки */
.post-card:hover {
  transform: translateY(-10px);
}

/* 1. ГАРАНТИЯ ОДИНАКОВОЙ ВЫСОТЫ СЛАЙДОВ */
.myPostSwiper .swiper-slide {
  height: auto; /* Позволяет слайдам растягиваться */
  display: flex; /* Делает слайд флекс-контейнером */
}

/* 2. КАРТОЧКА ПОСТА */
.post-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Вертикальный стек */
  width: 100%; /* Занимает всю ширину слайда */
  height: 100%; /* РАСТЯГИВАЕТСЯ НА ВСЮ ВЫСОТУ САМОГО ВЫСОКОГО СЛАЙДА */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid #e1e8ed;
}

/* 3. ФИКСИРОВАННОЕ ПРЕВЬЮ (чтобы картинки не "плясали") */
.post-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* Пропорция картинки всегда одинаковая */
  overflow: hidden;
}

.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 4. КОНТЕНТНЫЙ БЛОК */
.post-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ЗАСТАВЛЯЕТ ЭТОТ БЛОК ЗАНИМАТЬ ВСЁ СВОБОДНОЕ МЕСТО */
}

/* 5. ОГРАНИЧЕНИЕ ЗАГОЛОВКА (например, 2 строки) */
.post-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Не более 2-х строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em; /* Фиксирует место под 2 строки */
}

/* 6. ОГРАНИЧЕНИЕ ОТРЫВКА ТЕКСТА (например, 3 строки) */
.post-card__excerpt {
  font-size: 14px;
  color: #6b778b;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Не более 3-х строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5em; /* Фиксирует место под 3 строки */
}

/* 7. ФУТЕР (всегда прижат к низу) */
.post-card__footer {
  margin-top: auto; /* ПРИЖИМАЕТ ПОДВАЛ К НИЗУ КАРТОЧКИ */
  padding-top: 15px;
  border-top: 1px solid #f1f3f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .category {
  margin-top: 20px;
}

/* Оформление мета-данных статьи */
.blog-details__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f3f5;
  flex-wrap: wrap; /* Для мобильных устройств */
}

.blog-details__meta li {
  font-size: 14px;
  color: #6b778b; /* Ваш серый цвет */
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Стили автора и аватарки */
.blog-details__author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #052143; /* Ваш темно-синий */
}

.blog-details__author img {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Стили иконок */
.blog-details__meta i {
  color: #1d699a; /* Ваш основной синий */
}

/* Стили ссылок в категориях */
.blog-details__meta a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.blog-details__meta a:hover {
  color: #1d699a;
}

/* Отступ для текста */
.blog-details__text {
  line-height: 1.8;
  font-size: 18px;
}

@media (max-width: 768px) {
  .blog-details__meta {
    gap: 10px;
  }
}

/* ==========================================================================
   СТРАНИЦА СТАТЬИ (Blog Details)
   ========================================================================== */

.blog-details__left {
  background: #ffffff;
  padding-bottom: 40px;
}

/* Главное изображение статьи */
.blog-details__img {
  position: relative;
  display: block;
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-details__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Заголовок статьи */
.blog-details__title-1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  /* font-size: 32px;
    font-weight: 800;
    color: var(--topas63-black);
    margin-bottom: 20px;
    line-height: 1.2; */
}

/* БЛОК МЕТА-ДАННЫХ (Автор, Дата, Категория) */
.blog-details__meta {
  display: flex;
  justify-content: flex-end; /* Все элементы по умолчанию справа */
  gap: 25px;
  list-style: none;
  border-top: 1px dashed var(--topas63-bdr-color);
  border-bottom: 1px dashed var(--topas63-bdr-color);
  padding: 13px 0 13px;
  margin-top: 32px;
  margin-bottom: 42px;
}

/* Первый элемент (слева) */
.blog-details__meta li:first-child {
  margin-right: auto; /* Заставляет первый элемент уйти максимально влево */
}

.blog-details__meta li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--topas63-gray);
  font-weight: 500;
}

.blog-details__meta i {
  color: var(--topas63-primary);
  margin-right: 8px;
  font-size: 12px;
}

.blog-details__meta .icon-tags {
  color: #ffc224;
}

.blog-details__meta .fa-comment {
  color: var(--topas63-base);
}

/* Автор и аватарка */
.blog-details__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__author img {
  width: 35px;
  height: 35px;
  border-radius: 50%; /* Круглая аватарка */
  border: 2px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.blog-details__author span {
  color: var(--topas63-black);
  font-weight: 700;
}

/* Ссылки в мета-данных (категории) */
.blog-details__meta a {
  color: var(--topas63-base);
  text-decoration: none;
  transition: 0.3s;
}

.blog-details__meta a:hover {
  color: var(--topas63-primary);
}

/* ТЕКСТ СТАТЬИ */
.blog-details__text {
  font-size: 18px;
  line-height: 1.8;
  color: var(--topas63-gray);
}

.blog-details__text p {
  margin-bottom: 25px;
}

/* ОФОРМЛЕНИЕ ГАЛЕРЕИ (Схемы отвода воды) */
/* .wp-block-gallery.drainage-img {
    gap: 20px;
    margin: 40px 0;
    padding: 20px;
    background: #f8fafd;
    border-radius: 15px;
    border: 1px solid #e1e8ed;
} */

.wp-block-gallery .wp-block-image {
  margin-bottom: 0;
  transition: transform 0.3s ease;
}

.wp-block-gallery .wp-block-image img {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.wp-block-gallery .wp-block-image:hover {
  transform: scale(1.03); /* Легкий зум при наведении на схему */
  z-index: 2;
}

/* Адаптивность */
@media (max-width: 767px) {
  .blog-details__title-1 {
    font-size: 26px;
  }

  .blog-details__meta {
    gap: 15px;
  }

  .blog-details__meta li {
    width: 100%; /* На мобилках каждый параметр с новой строки */
    margin-bottom: 5px;
  }
}

/* Полноэкранный режим для схем */
.full-screen-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: fadeIn 0.3s ease;
}

.zoom-container {
  position: relative;
  max-width: 95%;
  max-height: 95%;
}

.zoom-container img {
  max-width: 100%;
  max-height: 90vh;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.close-zoom {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Основной контейнер комментария */
.comments-area {
  margin-right: 107px;
}

.comment-body {
  display: flex;
  align-items: flex-start; /* Выравнивание по верхнему краю */
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/* ЛЕВЫЙ БЛОК: Аватарка */
.comment-avatar-side {
  width: 60px;
  flex-shrink: 0; /* Чтобы блок не сжимался */
}

.comment-avatar-side img {
  border-radius: 50%;
  border: 2px solid var(--topas63-base);
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* ПРАВЫЙ БЛОК: Контент */
.comment-content-side {
  flex-grow: 1; /* Занимает всё оставшееся место */
  display: flex;
  flex-direction: column;
}

/* Строка 1: Имя */
.comment-author-name {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #f5f5ff 0%, #fbfbff 100%);
  border-radius: 2px;
  padding: 3px 10px 3px;
}

.comment-author-name cite {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  color: var(--topas63-black);
  margin-bottom: 5px;
  display: block;
}

/* Строка 2: Текст */
.comment-text-area {
  font-size: 18px;
  line-height: 1.6;
  color: var(--topas63-gray);
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Строка 3: Футер (Ответить + Дата) */
.comment-footer-meta {
  display: flex;
  align-items: center;
  gap: 20px; /* Пробел между кнопкой и датой */
  margin-top: 5px;
}

/* Кнопка ответить */
.comment-reply-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--topas63-base);
  text-decoration: none;
}

.comment-reply-link:hover {
  color: var(--topas63-primary);
}

/* Дата */
.comment-date-link {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

/* Ответы (вложенные комментарии) */
.children {
  list-style: none;
  margin-left: 80px; /* Сдвиг для ответов */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comments-area {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .comments-area {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .children {
    margin-left: 20px;
  }
  .comment-body {
    gap: 15px;
    padding: 15px;
  }
  .comment-avatar-side {
    width: 45px;
  }
  .comment-avatar-side img {
    width: 45px;
    height: 45px;
  }
}

/* Скрываем лейблы для всех, кроме экранных дикторов и роботов */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Контейнер меток */
.blog-details__tags {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #e1e8ed;
}

.tags-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--topas63-black);
  margin-bottom: 15px;
}

/* Список меток */
.blog-details__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Расстояние между кнопками */
}

.blog-details__tags-list li a {
  display: inline-block;
  background: #f1f7ff; /* Светло-голубой фон */
  color: var(--topas63-base); /* Ваш основной синий */
  padding: 6px 16px;
  border-radius: 20px; /* Закругленные края */
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Эффект при наведении */
.blog-details__tags-list li a:hover {
  background: var(--topas63-base);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(29, 105, 154, 0.2);
}


/* --- Секция поиска --- */
.search-results {
    background-color: #f8fafd;
}

/* Карточка результата */
.search-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e1e8ed;
    transition: all 0.3s ease;
}

.search-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(29, 105, 154, 0.1) !important;
}

.search-card__image .placeholder-img {
    height: 100%;
    min-height: 200px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #ccc;
}

.object-fit-cover {
    object-fit: cover;
}

/* Контент карточки */
.search-card__title {
    font-size: 1.3rem;
    font-weight: 700;
}

.search-card__title a {
    color: var(--topas63-black);
    text-decoration: none;
}

.search-card__title a:hover {
    color: var(--topas63-base);
}

.search-card__meta {
    font-size: 13px;
    color: #6b778b;
    font-weight: 600;
}

.search-card__meta i {
    color: var(--topas63-yel);
}

.btn-read-more {
    display: inline-block;
    color: var(--topas63-base);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-read-more i {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s;
}

.btn-read-more:hover i {
    transform: translateX(5px);
}

/* Пагинация */
.pagination-wrapper .page-numbers {
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #dee2e6;
    margin: 0 3px;
    border-radius: 8px;
    color: var(--topas63-black);
}

.pagination-wrapper .page-numbers.current {
    background: var(--topas63-base);
    color: #fff;
    border-color: var(--topas63-base);
}