.image-gradient-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 8px; /* Optional: match your card style */
}

.image-gradient-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.image-gradient-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* Adjust as needed */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  /*z-index: 1;*/
  pointer-events: none;
  border-radius: inherit; /* Keeps the gradient within the same border */
}


.tour-d {

  top: 10px;
  margin-left: 5px;
  background: white;
  padding: 2px 13px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}



.vc_gitem-zone {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.vc_gitem-post-title {
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
}

.vc_gitem-post-data{
    margin-bottom:0;
}

.tour-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 10px 0;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}