th.no-sort {
  pointer-events: none !important;
  cursor: default !important;
}

/* Hide sorting icon */
th.no-sort::after, th.no-sort::before {
  display: none !important;
}

.inner__banner {
  min-height: 50vh;
  display: flex;
  align-items: end;
  padding-bottom: 7%;
  background-image: url('../../img/banner.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.inner__banner::after {
  content: '';
  background-color: #192e1a7d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inner__banner h1 {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
}

.inner__banner ul {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: relative;
  z-index: 99;
}

.inner__banner ul li {
  padding-right: 10px;
}

.inner__banner ul li a {
  color: #fff;
}

.inner__banner ul li a img {
  height: 20px;
}

/* Blogs */

.where2go__blogs {
  /* background-color: #e1e4e1; */
}

.where2go__blogs .blogGrid h2 {
  transition: all 0.2s ease-in;
  color: #000;

}

.where2go__blogs .blogGrid:hover h2 {
  transition: all 0.2s ease-in;
  color: #c49e49;
}

.where2go__blogs .blogGrid .image {
  overflow: hidden;
  display: block;
  border-radius: 0px 0px 15px 15px;
  position: relative;
}

.where2go__blogs .blogGrid .image .tag {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 100px;
}

.where2go__blogs .blogGrid .image img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.where2go__blogs .blogGrid:hover .image img {
  transform: scale(1.1);
}

.where2go__blogs .blogGrid:hover h2 {
  color: #c49e49;
}

.where2go__blogs .blogGrid {
  background-color: #fff;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: auto;
}

.where2go__blogs .blogGrid .image img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.where2go__blogs .blogGrid .date,
.where2go__blogs .blogGrid h2 {
  padding: 10px;
}

.where2go__blogs .blogGrid .date {
  padding-bottom: 5px;
}

.where2go__blogs .blogGrid .date p img {
  height: 40px;
}

.where2go__blogs .blogGrid .date p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: #a5a4a4;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
}

.where2go__blogs .blogGrid .date p span {
  font-size: 36px;
  line-height: 0;
  padding-bottom: 5px;
}

.where2go__blogs .blogGrid h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Restrict to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Add "..." for overflow text */
  max-width: 100%;
  padding-bottom: 0;
}

.blog__lists {
  column-count: 3;
  column-gap: 20px;
}

.blogList {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.blogList .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.blogList .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blogList .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 
h2 {
  font-size: 18px;
  padding: 10px;
} */


.blog__details {
  padding-top: 5%;
  padding-bottom: 0;
}

.blog__details h6 {
  text-align: center;
  background-color: var(--secondary-color);
  width: fit-content;
  margin: 0 auto;
  padding: 7px 20px;
  color: #FFF;
  border-radius: 100px;
  font-size: 14px;
  margin-bottom: 10px;
}
.inner__banner .back{
  display: flex;
  align-items: center;
  border-radius: 100px;
  width: fit-content;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  z-index: 99;
  position: relative;
}
.inner__banner  a.blog__back{
  display: inline-block;
  color: #fff;
}
.inner__banner .back span{
  padding: 0 10px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.inner__banner .back .icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner__banner .back .icon img{
  height: 22px;
  margin: 0;
  object-fit: contain;
}

.blog__details h2 {
  text-align: center;
  width: 80%;
  font-weight: 500;
  line-height: 1.2;
  margin: 20px auto;
  padding-bottom: 50px;
  font-size: 35px;
}

.blog__details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}

.blog__details p {
  font-size: 15px;
  line-height: 1.8;
}

.blog__details img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 70px;
}


/* BLOG DETAILS */
.where2go__details{

}