.travelslidebox{position: relative; width: 100%;height:190px;overflow:hidden;border-radius:15px;}
.travelslidebox img{width:100%;height:100%;object-fit: cover;}
.travstorymaincontent{position: absolute; top: 0px; padding: 15px 15px; height: 100%; width: 100%;background: linear-gradient(0deg, black, transparent);display: flex;flex-direction: column;justify-content: end;}
.travstorymaincontent p{color: #fff; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.excitemorebox h1 {
    text-align: center;
    font-size: 30px;
    font-family: "myFirstFont";
}
.excitemorebox h1:after{
content: ''; position: absolute; width: 100%; height: 2px; background: #ffc087; left: 0; bottom: 3px; z-index: -1; border-radius: 30px;
}


.travelstoriesmainbox .slick-slide {
  padding-right: 15px; /* optional spacing between slides */
  box-sizing: border-box;
}

/* Default slick dots layout */
.travelstoriesmainbox  .slick-dots {
      display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin-top: 15px;
    background: #ddd;
    width: fit-content;
    margin: auto;
    padding-left:0px;
    border-radius: 10px;
    margin-top:20px;
}

.travelstoriesmainbox  .slick-dots li {
  width: 10px;
  height: 6px;
  background: transparent; /* gray color */
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.travelstoriesmainbox  .slick-dots li.slick-active {
  background: #ff6a00; /* orange active color */
  width: 20px;
}

.travelstoriesmainbox  .slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
