hr {
  margin: 20px 0px;
  background-color: var(--blue-gray);
  opacity: 0.25;
}

.blog-wrap,
.blog-detail-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  padding: 100px 0px 50px;
}

.blog-wrap .news-items,
.blog-detail-wrap .news-posts  ,.search-list-items{
  width: 100%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

aside.widget-area {
  width: 100%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* News_post item  */

.news-items .news-posts .news-post-inner,
.blog-detail-wrap .news-posts .news-post-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-items .news-posts .news-posts-wrapper,
.news-items .news-posts .news-post-inner .no-comments,
.news-items .news-posts .news-post-inner .comments-area,
.blog-detail-wrap .news-posts .news-posts-wrapper,
.blog-detail-wrap .news-posts .news-post-inner .no-comments,
.blog-detail-wrap .news-posts .news-post-inner .comments-area {
  padding: 40px 40px;
  border-radius: 20px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.blog-detail-wrap .news-posts .news-post-inner .comments-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-meta {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.news-meta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 20px;
  color: var(--blue-gray);
  margin-right: 16px;
  padding-right: 20px;
}
.news-meta a:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-meta a:not(:last-child):after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #d8dde1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.news-meta a i {
  color: var(--carribean-green);
}

.news-meta a:hover {
  color: var(--carribean-green);
}

.blog-wrap .news-content h2 {
  font-family: var(--font-inter);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--black);
  transition: all ease 0.4s;
  margin-bottom: 15px;
}

.blog-wrap .news-content h2:hover {
  color: var(--carribean-green);
}

.blog-wrap .news-excerpt {
  margin-bottom: 27px;
}

.blog-wrap .news-excerpt p,
.news-single-content p,
.news-single-content a,
.news-single-content li {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 1.75;
  color: var(--blue-gray);
  font-weight: 400;
}

.news-single-content strong {
  font-weight: 600;
}

.news-single-content p,
.news-single-content a,
.news-single-content li {
  margin-bottom: 14px;
}

.blog-wrap .news-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-wrap .news-pagination {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-wrap .news-pagination .page-numbers {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--deep-navy-blue);
  background-color: var(--smoke-white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  transition: all ease 0.4s;
}

.blog-wrap .news-pagination .page-numbers:hover,
.blog-wrap .news-pagination .page-numbers.current {
  color: var(--white);
  background-color: var(--carribean-green);
}

aside.widget-area #search-2 .screen-reader-text {
  display: none;
}

aside.widget-area .widget-sidebar .search-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

aside.widget-area .widget-sidebar .search-form label,
aside.widget-area .widget-sidebar .search-form label input {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  font-family: var(--font-noto-sans);
  font-size: 14px;
  line-height: 24px;
  color: var(--blue-gray);
}

aside.widget-area .widget-sidebar .search-form label input {
  padding: 15px;
}

aside.widget-area .widget-sidebar .search-form .search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  border-radius: 20px;
  background-color: var(--carribean-green);
  border: 0px;
  max-width: 56px;
  width: 100%;
  color: var(--white);
}

aside.widget-area .widget-sidebar {
  position: relative;
  border-radius: 20px;
  background-color: var(--smoke-white);
  padding: 40px 40px;
}

aside.widget-area .widget-sidebar-menu-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  line-height: 1em;
  padding-bottom: 20px;
  margin: 0px 0px 38px 0px;
  color: var(--deep-navy-blue);
}

aside.widget-area .widget-sidebar-menu-title:after,
aside.widget-area .widget-sidebar-menu-title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #d8dde1;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 99px;
}

aside.widget-area .widget-sidebar-menu-title:after {
  background-color: var(--carribean-green);
  width: 30px;
}

aside.widget-area #categories-2 ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

aside.widget-area #categories-2 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  padding: 17px 45px 17px 30px;
  background-color: var(--white);
  box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
  border-radius: 30px;
  color: var(--deep-navy-blue);
}

aside.widget-area #categories-2 ul li a::after {
  content: "\f061";
  position: absolute;
  right: 30px;
  top: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: inherit;
}

aside.widget-area #categories-2 ul li a:hover {
  background-color: #eaeefa;
  color: var(--hey-blue);
  box-shadow: none;
  border-left: 5px solid var(--hey-blue);
}

aside.widget-area #recent-posts-2 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

aside.widget-area #recent-posts-2 ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

aside.widget-area #recent-posts-2 ul li a {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--deep-navy-blue);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

aside.widget-area #recent-posts-2 ul li .post-date {
  display: flex;
  gap: 8px;
  font-family: var(--font-inter);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 27px;
  color: var(--blue-gray);
}

aside.widget-area #recent-posts-2 ul li .post-date::before {
  content: "\f133";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: inherit;
  color: var(--carribean-green);
}

aside.widget-area #tag_cloud-2 .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

aside.widget-area #tag_cloud-2 .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  font-family: var(--font-inter);
  text-transform: capitalize;
  line-height: 1;
  padding: 13px 20px;
  margin-right: 6px;
  margin-bottom: 10px;
  color: var(--blue-gray);
  background-color: var(--white);
  border-radius: 10px;
}

/* Blog details */

.news-single-header h1 {
  font-family: var(--font-inter);
  font-size: 40px;
  line-height: 51px;
  color: var(--deep-navy-blue);
  font-weight: 600;
  margin-bottom: 20px;
}

.news-single-content h2 {
  font-family: var(--font-inter);
  font-size: 28px;
  line-height: 32px;
  color: var(--deep-navy-blue);
  font-weight: 500;
  margin-bottom: 14px;
}

.news-single-content h2 b {
  font-weight: 500;
}

.news-single-content h3 {
  font-family: var(--font-inter);
  font-size: 24px;
  line-height: 30px;
  color: var(--deep-navy-blue);
  font-weight: 500;
  margin-bottom: 14px;
}

.news-single-content h3 b {
  font-weight: 500;
}

.news-single-content h4 {
  font-family: var(--font-inter);
  font-size: 20px;
  line-height: 28px;
  color: var(--deep-navy-blue);
  font-weight: 500;
  margin-bottom: 14px;
}

.news-single-content h4 b {
  font-weight: 500;
}

.news-single-content h5 {
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 28px;
  color: var(--deep-navy-blue);
  font-weight: 500;
  margin-bottom: 14px;
}

.news-single-content h5 b {
  font-weight: 500;
}

.news-single-content h6 {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 20px;
  color: var(--deep-navy-blue);
  font-weight: 500;
  margin-bottom: 14px;
}

.news-single-content h6 b {
  font-weight: 500;
}

.news-single-content blockquote {
  font-size: 16px;
  line-height: 1.56;
  padding: 30px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 35px 0 45px 0;
  color: var(--deep-navy-blue);
  font-family: var(--font-inter);
  font-style: italic;
  border: 1px solid #d8dde1 !important;
  border-radius: 15px;
}

.news-single-content blockquote p {
  color: var(--deep-navy-blue);
}

.news-single-content p a {
  color: var(--carribean-green);
}

.news-single-content blockquote::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: var(--white);
}

.news-single-content blockquote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--carribean-green);
  clip-path: path(
    "M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z"
  );
}

.news-single-content ul,
.news-single-content ol {
  margin-left: 25px;
}

.news-single-content ul li {
  list-style-type: disc;
}

.news-single-content ol li {
  list-style-type: decimal;
}

/* Leave reply */

.news-tags-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.news-tags-share .news-tags,
.news-share {
  display: flex;
  align-items: center;
  gap: 10px;
  /* flex-wrap: wrap; */
}

.news-tags-share .news-tags span,
.news-share span {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--title-color);
  text-transform: capitalize;
}

.news-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  /* width: 100%; */
  height: 40px;
  background-color: var(--smoke-white);
  border-radius: 50%;
  color: var(--deep-navy-blue);
}

.news-share a:hover {
  background-color: var(--carribean-green);
  color: var(--white);
}

.news-tags-share .news-tags .news-tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.news-tags-share .news-tags .news-tags-list a {
  display: inline-block;
  padding: 13px 20px;
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--blue-gray);
  background-color: var(--smoke-white);
  border-radius: 10px;
  text-transform: capitalize;
}

.news-tags-share .news-tags .news-tags-list a:hover {
  background-color: var(--carribean-green);
  color: var(--white);
}

.news-post-inner .comments-area h3.comment-title {
  font-family: var(--font-inter);
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--deep-navy-blue);
  margin-bottom: 5px;
}

.news-post-inner .comments-area p.comment-notes , .news-post-inner .comment-form p  {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--blue-gray);
  margin-bottom: 10px;
  width: 100%;
}

.news-post-inner .comment-form p a{
  color: var(--carribean-green);
}

.comments-area .comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.comments-area .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.comments-area .form-group.name-field,
.comments-area .form-group.email-field {
  width: 100%;
  max-width: calc((100% / 2) - 10px);
}

.comments-area .form-group label,
.comment-form-cookies-consent label {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--blue-gray);
}

.comments-area .comment-form-cookies-consent {
  width: 100%;
}
.comments-area .comment-form-cookies-consent label {
  color: var(--deep-navy-blue);
  width: 100%;
}

.comments-area .form-group input,
.comments-area .form-group textarea {
  background-color: var(--smoke-white);
  padding: 20px 24px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--deep-navy-blue);
}

.comments-area .form-group textarea {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 150px;
}

.comments-area h2.comments-title {
  font-size: 24px;
  line-height: 1.45;
  color: var(--deep-navy-blue);
  font-family: var(--font-inter);
  font-weight: 600;
}

.comments-area .form-submit input,
.comments-area .reply a {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: var(--carribean-green) !important;
  color: var(--white) !important;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 25px;
  border-radius: 30px;
  transition: all ease 0.4s;
}

.comments-area .reply a {
  width: fit-content;
  max-width: fit-content;
  padding: 5px 10px;
}

.comments-area ol.comment-list li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

article.comment-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #edf0f3;
  padding: 10px;
  border-radius: 10px;
}

article.comment-body .comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

article.comment-body .comment-author {
  display: flex;
  align-items: center;
  gap: 6px;
}

article.comment-body .comment-author img {
  border-radius: 50%;
}

article.comment-body .comment-author a,
article.comment-body .comment-author span {
  font-family: var(--font-inter);
  font-size: 20px;
  line-height: 1.45;
  color: var(--deep-navy-blue);
  font-weight: 500;
}

article.comment-body .comment-metadata a {
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 1.45;
  color: var(--blue-gray);
  font-weight: 500;
}

.comments-area .comment-content p {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 1.45;
  color: var(--blue-gray);
  font-weight: 500;
}

.comments-area ol.children {
  padding-left: 10px;
}

/* News Search page */

.search-list-items {
  display: flex;
  justify-content: start;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.search-list-items .search-item{
  width: 100%;
  max-width: calc((100% / 2) - 10px);
  padding: 20px;
  border-radius: 15px;
  background-color: var(--smoke-white);
}

.search-list-items .search-item .search-content{
  margin-bottom: 10px;
}

.search-list-items .search-item .search-content a,
.search-list-items .search-item .search-content h2.search-title{
  font-family: var(--font-inter);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: var(--deep-navy-blue);
  transition: 0.2s ease;  
}

.search-list-items .search-item .search-content a:hover,
.search-list-items .search-item .search-content h2:hover{
  color: var(--carribean-green);
}

.search-list-items .search-item .search-meta a{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 20px;
  color: var(--blue-gray);
}

.search-list-items .search-item .search-meta a i{
  color: var(--carribean-green);
}

.search-list-items .search-item .search-meta a:hover{
  color: var(--carribean-green768);
}

section.error-404.not-found{
  padding: 40px 0px;
}

section.error-404.not-found .container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.error-404-image {
  width: 100%;
  max-width: 50%;
}

.error-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.error-content h1{
  font-family: var(--font-inter);
  font-size: 30px;
  line-height: 40px;
  color: var(--deep-navy-blue);
  font-weight: 400;

}

.error-content p{
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 20px;
  color: var(--blue-gray);
  font-weight: 400;
}


.error-content .primary_btn{
  width: auto;
  max-width: fit-content;
}

@media screen and (max-width: 1199px) {
  .blog-wrap .news-items,
  .blog-detail-wrap .news-posts ,.search-list-items {
    max-width: 60%;
  }
  .blog-wrap aside.widget-area,
  aside.widget-area {
    max-width: 40%;
  }
  .blog-wrap aside.widget-area {
    gap: 30px;
  }
  .blog-wrap,
  .blog-detail-wrap {
    gap: 30px;
  }
  .news-single-header h1 {
    font-size: 30px;
    line-height: 41px;
  }


}

@media screen and (max-width: 992px) {
  .blog-wrap,
  .blog-detail-wrap {
    flex-wrap: wrap;
    padding: 50px 0px;
  }
  .blog-wrap .news-items,
  .blog-detail-wrap .news-posts ,.search-list-items {
    max-width: 100%;
  }
  .blog-wrap aside.widget-area,
  aside.widget-area {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {

  section.error-404.not-found .container{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .error-content .primary_btn {
    margin: 0 auto;
}
.error-404-image {
  width: 100%;
  max-width: 100%;
}

  .blog-wrap .news-items {
    gap: 20px;
  }
  .news-items .news-posts .news-posts-wrapper,
  .news-items .news-posts .news-post-inner .no-comments,
  .news-items .news-posts .news-post-inner .comments-area,
  .blog-detail-wrap .news-posts .news-posts-wrapper,
  .blog-detail-wrap .news-posts .news-post-inner .no-comments,
  .blog-detail-wrap .news-posts .news-post-inner .comments-area {
    padding: 20px 20px;
  }

  .blog-wrap .news-content h2 {
    font-size: 24px;
  }

  .blog-wrap .news-excerpt {
    margin-bottom: 20px;
  }

  .read-more .primary_btn {
    padding: 12px 24px;
  }

  .blog-wrap .news-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .blog-wrap .news-items .news-meta a {
    margin-right: 10px;
    padding-right: 10px;
    gap: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  aside.widget-area .widget-sidebar {
    padding: 30px 20px;
  }

  .news-single-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .news-single-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .news-single-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .news-single-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .news-single-content h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .news-single-content h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .comments-area .form-group.name-field,
  .comments-area .form-group.email-field {
    max-width: 100%;
    width: 100%;
  }

  .comments-area .form-group input,
  .comments-area .form-group textarea {
    padding: 10px 14px;
  }

  .search-list-items .search-item .search-content a, .search-list-items .search-item .search-content h2.search-title{
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 575px) {
  .news-meta a {
    margin-right: 10px;
    padding-right: 10px;
    gap: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .news-post-inner .comments-area h3.comment-title {
    font-size: 28px;
    line-height: 38px;
  }

  .search-list-items .search-item{
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .news-single-header h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .news-single-content h2,
  .news-single-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
