.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* next-previous  */

/* blog-sidebar-filter end */

.blog-image {
  max-width: 100%;
  width: 100%;
  max-height: 550px;
  border-radius: 12px;
}


.search-blog {
  display: flex;
  margin-bottom: 10px;
  justify-content: start;
}

.blog {
  padding: 100px 0;
  background-color: #fafafa;
}

.blog-form {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 20px 13px 40px 13px;
  margin-bottom: 20px;
}

.form-heading {
  display: grid;
  justify-content: center;
}

.form-heading h6 {
  font: normal normal 500 28px/42px Montserrat;
  text-align: center;
  color: #35302d;
  margin-bottom: 25px;
}

.form-group input {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 28px;
  outline: none;
  color: var(--primary-color);
}

.form-group input::placeholder {
  color: #d5d5d5;
  font: normal normal 300 16px/42px Poppins;
}

.form-group input:focus {
  border: 1px solid var(--primary-color);
}

.form-group button {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 42px;
}

.read-text p {
  font: normal normal 300 16px/24px Poppins;
  color: #464646;
}

.read-text p a {
  text-decoration: none;
  color: #35302d;
}

.read-text p a:hover {
  color: #35302d;
}

.blog-area {
  height: 75%;
  border-radius: 8px;
}

.blog-heading h6 {
  text-align: center;
  font: normal normal bold 28px/60px Montserrat;
  color: #35302d;
  text-transform: uppercase;
  line-height: 1;
  margin: 40px 0 30px 0;
}

.review-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 30px 25px;
  margin-top: 70px;
}

.review-item p {
  padding: 25px 0px 10px 0px;
}

.review-item .designation p {
  text-align: center;
  font: normal normal medium 18px/24px Poppins;
  color: #464646;
  margin-bottom: 0;
}

.review-item .company h6 {
  text-align: center;
  font: normal normal bold 16px/24px Poppins;
  color: #363636;
}

.rating {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.rating i {
  color: #f3b604;
}

.review-text p {
  text-align: center;
  font: normal normal normal 16px/24px Poppins;
  color: #464646;
}

.custom-navigation button {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 99;
  color: #d5d5d5;
  font-size: 30px;
}

.custom-navigation button:hover {
  color: var(--primary-color);
}

.custom-navigation .blog-prev {
  bottom: -60px;
  right: 25px;
}

.custom-navigation .blog-next {
  bottom: -60px;
  right: 0;
}

.item-list .archive-btn {
  display: flex;
  justify-content: right;
  align-items: end;
  margin: 0 10px 10px 0;
}

.item-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-list ul li i {
  margin-right: 5px;
  color: var(--primary-color);
  font: normal normal normal 16px/30px Poppins;
}

.item-list ul li {
  font: normal normal normal 16px/24px Poppins;
  color: #363636;
}

.archive-filter {
  max-width: 90%;
  margin-bottom: 25px;
  border: 0.5px solid var(--primary-color);
  border-radius: 3px;
  font: normal normal normal 12px/22px Poppins;
  outline: none;
}

.custom-btn {
  background-color: #35302d;
  color: white;
  border: none;
  font: normal normal normal 12px/22px Poppins;
}

/* .custom-btn:hover {
  background-color: #a87d5e;
} */

.blog-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-item {
  padding: 5px 0px;
  font: normal normal 400 16px/24px Poppins;
  outline: 1px solid var(--primary-color);
  border-radius: 3px;
}
.tag-item a {
  text-decoration: none;
  background-color: #f3b604;
  color: black;
  padding: 8px;
  border-radius: 3px;
}

.details-categories li a {
  text-decoration: none;
  font: normal normal normal 17px/22px Poppins;
  color: #35302d;
}

/* blog-sidebar-filter end */

/* Previous-Next */

.nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Previous-Next */

/***** Recent-Post *****/

.swiper-pagination {
  display: none ;
}

.recent-jobpost {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 30px 20px;
  height: 79%;
  border-radius: 8px;
}

.recent-job {
  display: flex;
  border: 1px solid #5f5e5d;
  justify-content: center;
  max-width: 280px;
}

.job-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 4px 20px #0000000d;
  align-items: center;
  padding: 10px;
  width: fit-content;
  max-width: 100%;
  height: 330px;
}

.job-image-container {
  width: fit-content;
  display: flex;
  justify-content: center;
  max-height: 120px;
}

.job-image {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  width: 300px;
  height: 150px;
}

.job-title {
  font: normal normal 500 20px/32px Poppins;
}

.job-location {
  font: normal normal 500 15px/27px Poppins;
}

.job-info {
  text-align: center;
  width: fit-content;
  padding: 10px;
  font-size: 14px;
}

.apply-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.apply-btn:hover {
  background: var(--primary-color);
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

/***** Recent-Post *****/

.client-blogs {
  margin: 60px 0;

}

.recent-blogs {
  display: flex ;
  justify-content: center;
}


.form-group input {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 28px;
  outline: none;
  color: var(--primary-color);
}

.form-group input::placeholder {
  color: #d5d5d5;
  font: normal normal 300 16px/42px Poppins;
}

.form-group input:focus {
  border: 1px solid var(--primary-color);
}

.form-group button {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 42px;
}

.read-text p {
  font: normal normal 300 16px/24px Poppins;
  color: #464646;
}

.read-text p a {
  text-decoration: none;
  color: #35302d;
}

.read-text p a:hover {
  color: #a57b5d;
}

.review-item .designation p {
  text-align: center;
  font: normal normal medium 18px/24px Poppins;
  color: #464646;
  margin-bottom: 0;
}

.review-item .company h6 {
  text-align: center;
  font: normal normal bold 16px/24px Poppins;
  color: #363636;
}

.rating {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.rating i {
  color: #f3b604;
}

.review-text p {
  text-align: center;
  font: normal normal normal 16px/24px Poppins;
  color: #464646;
}

.custom-navigation button {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 99;
  color: #d5d5d5;
  font-size: 30px;
}

.custom-navigation button:hover {
  color: var(--primary-color);
}

.custom-navigation .blog-prev {
  bottom: -60px;
  right: 25px;
}

.custom-navigation .blog-next {
  bottom: -60px;
  right: 0;
}

/***** Blog-comment *****/
/***** Blog-comment *****/

.comment-area {
  margin-bottom: 80px;
  height: 75%;
  border-radius: 8px;
  box-shadow: 0px 4px 20px #0000000d;
}

.blog-comment {
  background: #fafafa 0% 0% no-repeat padding-box;
}

.comment-field {
  width: 100%;
  padding: 20px;
  border-radius: 0;
  vertical-align: middle;
  margin-bottom: 10px;
}

.review-text {
  display: flex;
  justify-content: space-between;
}

.user-text {
  display: flex;
  margin: 20px 0px;
  justify-content: start;
  gap: 20px;
}

.user-info {
  padding: 10px 5px;
  width: 32%;
  gap: 5px;
}


.check-mark {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.blog-created{
  display: flex;
  justify-content: space-between;
}

.related-tag{
  display: flex;
  gap: 10px;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
}

.related-tag li{
   padding: 5px 0px;
  font: normal normal 400 16px/24px Poppins;
  outline: 1px solid var(--primary-color);
  border-radius: 3px;
}

.related-tag-title {
  text-decoration: underline;
}

@media screen and (max-width: 1399px) {
  .blog-form {
    padding: 55px 20px;
  }

  .form-heading h6 {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1199px) {
  .blog-area {
    margin-left: 0;
    padding: 26px 10px;
  }

  .review-text p {
    font-size: 15px;
  }

  .custom-navigation .blog-prev {
    bottom: -50px;
    right: 25px;
  }

  .custom-navigation .blog-next {
    bottom: -50px;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .blog-area {
    padding: 40px 20px;
    padding-bottom: 57px;
  }

  .blog-form {
    margin-top: 60px;
  }

  .read-text p {
    text-align: center;
  }

  .order-sm-1 {
    padding: 0 !important;
  }

  .form-group button {
    font-size: 16px;
  }

  .search-blog {
    display: flex;
    justify-content: start;
    margin-left: 10px;
  }

   .recent-jobpost {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {

  .recent-jobpost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

   .blog-tag {
    padding: 10px;
  }
}

@media screen and (max-width: 575px) {
  .client-blogs .row {
    display: flex !important;
    flex-direction: column;
  }

  .order-sm-2 {
    order: 2 !important;
    margin: 40px 10px 0 10px;
    width: 96%;
  }

  .order-sm-1 {
    order: 1 !important;
    padding: 0;
  }

  .blog-area {
    border-radius: 0;
    padding: 22px 17px;
  }

  .custom-navigation .blog-prev {
    bottom: -50px;
    right: 45px;
  }

  .custom-navigation .blog-next {
    bottom: -50px;
    right: 20px;
  }

  .blog-heading h6 {
    font: normal normal bold 18px/32px Montserrat;
    margin-bottom: 0;
  }

  .blog-heading p {
    font: normal normal 300 15px/21px Poppins;
    margin-bottom: 20px;
  }

  .blog-form {
    padding: 56px 23px;
  }

  .form-heading h6 {
    font: normal normal 300 28px/42px Montserrat;
  }

  .form-group button {
    font-size: 16px;
  }

  .read-text p {
    margin-bottom: 0;
    text-align: left;
  }

  .search-blog {
    display: flex;
    justify-content: start;
    margin-left: 10px;
  }

  .recent-jobpost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 425px) {

  .recent-jobpost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 391px) {

  .recent-jobpost {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

@media screen and (max-width: 320px) {
  .side-blog {
    margin-top: 0px;
  }

  .search-blog {
    display: flex;
    justify-content: center;
  }

  .recent-jobpost {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
