.suprd_resource-posts-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.suprd_resource-posts {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10), 0px 0px 4px 0px rgba(255, 255, 255, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.suprd_resource-posts .suprd_resource_title h2 {
  color: #353535;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
  margin-bottom: 25px;
}

.suprd_resource_post_new_tag {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0px 0px 0px;
  background: #23A455;
}

.suprd_resource_post_new_tag span {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 6px 10px;
  display: inline-block;
}

.suprd_resource-btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.suprd_resource_download a {
  display: inline-flex;
  padding: 15px 10px;
  color: #29448B;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  border-radius: 50px;
  background: #EEF2F5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
  gap: 10px;
  min-width: 150px;
  justify-content: center;
}

.suprd_resource_grid_two_header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.suprd_resource_icon {
  margin-bottom: 20px;
}

.suprd_resource_icon i {
  color: #29448B;
  font-size: 40px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.suprd_resource_grid_two_header .suprd_resource_icon i {
  background-color: #29448b29;
  border: 1px dashed #29448B;
  padding: 10px;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.suprd_resource_download a svg {
  fill: #29448B;
  ;
  width: 15px;
  height: 15px;
}

.suprd_resource-posts-grid-two-area .suprd_resource-posts {
  align-items: flex-start;
}

.suprd_resource_grid_two_header .suprd_resource_title {
  text-align: left;
}

.suprd_resource_grid_two_header .suprd_resource_title h2 {
  font-size: 20px;
}

.suprd_resource_download a:hover {
  background-color: #29448B;
  color: #FFF;
}

.suprd_resource_download a:hover svg {
  fill: #FFF;
}

.suprd_resource_btn2 a {
  text-decoration: none;
  background-color: #23A455;
  color: #fff;
  font-size: 13px;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 15px;
}

.suprd_search_form_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.suprd_search_form_area input[type="search"] {
  flex-grow: 1;
  border: 1px solid #ccc;
  padding: 8px 15px;
  border-radius: 4px;
  margin-right: 10px;
  flex-basis: 80%;
  outline: none;
  height: 45px;
}

.suprd_search_form_area input[type="submit"],
.suprd_search_form_area button[type="submit"] {
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  background-color: #23A455;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-basis: 20%;
}

.suprd_search_form_area input[type="submit"]:hover,
.suprd_search_form_area button[type="submit"]:hover {
  background-color: #1e8a3e;
}

#suprd_searchResults {
  max-width: fit-content;
}

.suprd_resource_posts_wrapper .suprd_resource-heading,
#suprd_searchResults .suprd_resource-heading {
  color: #353535;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5em;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 15px;
}

.suprd_search_form_area form {
  display: flex;
  width: 100%;
}

.suprd_resource-posts-list-area {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.suprd_resource_list_post {
  display: flex;
  gap: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.1), 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px 30px;
  width: 100%;
}

.suprd_resource-posts-list-area .suprd_resource_title {
  flex-basis: 50%;
}

.suprd_resource_list_post:hover {
  background-color: #29448B;
  transition: all 0.3s;
}

.suprd_resource-posts-list-area .suprd_resource_title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5em;
  color: #353535;
  margin: 0;
  position: relative;
  display: inline-block;
}

.suprd_resource-posts-list-area .suprd_resource_list_new_tag {
  background-color: #23A455;
  color: #fff;
  font-weight: 600;
  font-size: 7px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -20px;
  top: -4px;
}

.suprd_resource_list_post:hover .suprd_resource_title h2 {
  color: #fff;
  transition: all 0.3s;
}

.suprd_resource-posts-list-area .suprd_resource_date {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  color: #353535;
  flex-basis: 25%;
  position: relative;
  text-align: center;
}

.suprd_resource-posts-list-area .suprd_resource_date::before,
.suprd_resource-posts-list-area .suprd_resource_date::after {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  background-color: #D9D9D9;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.suprd_resource-posts-list-area .suprd_resource_date::after {
  left: auto;
  right: -30px;
}

.suprd_resource_list_post:hover .suprd_resource_date {
  color: #fff;
  transition: all 0.3s;
}

.suprd_resource-posts-list-area .suprd_resource_download a {
  background-color: #29448B;
  color: #fff;
}

.suprd_resource_list_post:hover .suprd_resource_download a {
  background-color: #fff;
  color: #29448B;
  transition: all 0.3s;
}

.suprd_resource_list_post .suprd_resource_button_area {
  flex-basis: 25%;
  display: flex;
  justify-content: flex-end;
}

/*------------------------
* Color Loader
-------------------------*/
#suprd_ajax_preloader {
  display: none;
}

.suprd_search_preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: url("#suprd_goo");
}

.suprd_search_preloader:after {
  content: "";
  width: 2.7em;
  height: 2.7em;
  background: #39f;
  border-radius: 50%;
  position: absolute;
  transform: scale(0.5);
  animation: suprd_grow 2s cubic-bezier(.14, 0.05, 0.55, 0.5) infinite alternate;
}

.suprd_search_preloader span {
  width: 1.8em;
  height: 1.8em;
  background: #3b3;
  border-radius: 50%;
  margin-right: 1.8em;
  position: relative;
  transform: translateX(7em);
  animation: suprd_move 4s ease-in-out infinite;
}

.suprd_search_preloader span:before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: #39f;
  border-radius: 50%;
  position: absolute;
  left: 3em;
  transform: translateX(0em);
  animation: suprd_shrink 2s ease-in-out infinite;
}

.suprd_search_preloader span:after {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: #f30;
  border-radius: 50%;
  position: absolute;
  right: 3em;
  transform: translateX(0em);
  animation: suprd_shrink 2s ease-in-out infinite;
}


@keyframes suprd_grow {
  0% {
    transform: scale(0.5);
    background: #f30;
  }

  50% {
    transform: scale(1);
    background: #3b3;
  }
}

@keyframes suprd_move {
  0% {
    transform: translateX(7em);
  }

  50% {
    transform: translateX(-5em);
  }
}

@keyframes suprd_shrink {
  0% {
    transform: translateX(0em);
  }

  50% {
    transform: translateX(-1em);
  }
}

.suprd_search_preloader svg {
  width: 0;
  height: 0;
}