#site-post {
  max-width: 100%;
  margin: auto;
  margin-bottom: 200px;
}

/* tech title */

.tech_title {
  position: absolute;
  left: 42rem;
  z-index: 10;
}

.tech_title h2,
.tech_title p {
  color: #ffff;
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
}

.tech_title h2 {
  font-size: 2rem;
}

.tech_title p {
  font-size: 16px;
}

.technolocien_slide .swiper-pagination {
  left: 50% !important;
  top: 15px;
}

@media only screen and (max-width: 1480px) {
  .tech_title {
    top: -1.5rem;
  }
  .tech_title h2 {
    font-size: 1.5rem;
  }
}

.post-header-title {
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  font-size: 38px;
  font-weight: 500;
  margin: 0px !important;
  background: linear-gradient(
    0deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.post-header {
  background: #232323;
  width: 100%;
  padding: 15px;
  border-bottom: 5px solid;
  border-image: linear-gradient(
      90deg,
      rgba(162, 98, 68, 1) 0%,
      rgba(231, 137, 98, 1) 20%,
      rgba(247, 181, 145, 1) 40%,
      rgba(224, 132, 94, 1) 60%,
      rgba(162, 86, 58, 1) 80%,
      rgba(134, 78, 57, 1) 100%
    )
    1;
}

.post-filter,
.post-filter-form {
  padding: 10px;
}

.category_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efedec;
  width: fit-content;
  margin: auto;
  gap: 20px;
  padding: 5px 10px;
  border-radius: 60px;
  margin-bottom: 40px;
  max-width: 777px;
}

#post-filter-form {
  margin-top: 50px;
}
.category_tab .tab {
  cursor: pointer;
}

.category_tab .tab-box {
  padding: 8px 15px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
  transition: all 0.3s ease-in-out;
}
.category_tab .tab-box:hover {
  background-color: #fff;
  color: #000;
}
.category_tab .tab input[type="radio"] {
  display: none;
}
.category_tab .tab input[type="radio"]:checked + .tab-box {
  background-color: #ffff;
  color: #000;
}
#posts_filter_btn {
  display: none !important;
}

.post-items .blockUI {
  border: 0px !important;
}

.post-items .blockMsg {
  background-color: transparent !important;
}

.post-filter .sorting_tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.post-filter .sorting_tab .select2-selection--single {
  display: flex !important;
  height: 35px !important;
  align-items: center;
  border-radius: 25px !important;
  transition: all 0.1s ease-in-out;
}

.post-filter .sorting_tab .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500 !important;
  font-family: "Montserrat", Sans-serif;
  width: 100%;
  padding: 0px !important;
  padding-left: 13px !important;
  position: relative;
  z-index: 2;
}
.post-filter.sorting_tab label {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", Sans-serif;
  margin-right: 5px;
}
.post-filter .select2-container {
  width: 200px !important;
  height: 35px !important;
}
.post-filter
  .sorting_tab
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -10px !important;
  margin-top: 0px !important;
}

/* blogs */
.gray_bg .e-con-boxed,
.gray_bg .blog_content .elementor-widget-container,
.gray_bg .elementor-button-link {
  background: #efedec !important;
}
.top-post-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 300;
}

.post-items {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: stretch;
  padding: 0px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto;
}

.post-item {
  flex: 0 1 300px;
  background: #efedec;
  border-radius: 20px;
  list-style: none;
  position: relative;
  min-height: 355px;
}
.post-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 30px;
}

.post-title a {
  text-decoration: none;
  color: #000;
  display: block;
}

.post-thumbnail img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
  height: 170px;
}

.post-details {
  padding: 15px 20px;
}

.tech-read-more {
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  font-family: "Montserrat", Sans-serif;
  bottom: 15px;
  right: 15px;
  visibility: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}
.post-item:hover .tech-read-more {
  opacity: 1;
  visibility: visible;
}

.tech-read-more:hover {
  color: #000;
}
.post-area {
  display: flex;
  gap: 10px;
}
.post-area a {
  border: 1px solid #232323;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 12px;
  font-family: "Montserrat", Sans-serif;
  color: #232323;
}

.post-content {
  font-family: "Montserrat", Sans-serif;
  color: #232323;
  font-size: 16px;
  font-weight: 400;
}

.post-meta {
  margin-bottom: 20px;
}

.scrollTopTech {
  position: fixed;
  top: 118px;
  z-index: 1;
}

/* mobile view */

@media only screen and (max-width: 1250px) {
  .post-items {
    justify-content: center;
  }
}
@media only screen and (max-width: 800px) {
  .post-items {
    justify-content: center;
  }

  .post-header-title {
    font-size: 26px;
    margin: 10px 0px;
  }
  .post-filter .category_tab .tab-box {
    font-size: 14px;
  }
  .post-filter .category_tab {
    width: fit-content;
  }
  .post-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 670px) {
  .post-filter .category_tab {
    flex-wrap: wrap;
    border-radius: 10px;
  }
}

/* post-pagination */

.post-pagination {
  border: 1px solid #efedec;
  border-radius: 20px;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.post-pagination .page-numbers {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
  color: #232323;
  text-decoration: none;
  border-right: 1px solid #efedec;
  padding: 5px 15px;
}

.post-pagination .page-numbers:last-child {
  border-right: none;
}
.post-pagination .page-numbers.current {
  background: #efedec;
  color: #232323;
}

.post-pagination .page-numbers:hover {
  background: #efedec61;
  color: #232323;
}

.no-posts-message {
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  padding: 30px;
  color: #a9a9a9;
}

/* .taxonomy_lists */

.taxonomy_lists {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.taxonomy_lists span {
  color: #efedec;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  border: 1px solid #efedec;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
}

.terms_black .taxonomy_lists span {
  color: #232323;
  border: 1px solid #232323;
}

.product_brand .taxonomy_lists span {
  border: 0px !important;
}

.product_brand .taxonomy_lists span {
  font-size: 18px;
  padding: 0;
}

/* utility classes - start */

.custom-wrapper {
  padding: 0 0 10px;
}

.custom-dropbox {
  border: 1px solid var(--theme-color, #42b983);
  border-radius: 14px;
  color: var(--theme-color, #42b983);
  overflow-y: auto;
}

.custom-dropbox-container {
  border-radius: 14px;
}

.custom-toggle-button {
  border-color: var(--theme-color, #42b983);
  border-radius: 14px;
  color: var(--theme-color, #42b983);
}

.flex-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flex-container > div:first-child {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-height: 40px;
}

.flex-container > div:last-child {
  align-items: center;
  display: flex;
  flex: 1;
  min-height: 40px;
  min-width: 200px;
  padding-top: 0;
}

/* utility classes - end */
