.elementor-987 .elementor-element.elementor-element-a5da5b6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5456de7 *//* ===============================
RELATED TOURS
=============================== */
.related-tours {
  text-align: center;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  margin-top: 30px;
}

.related-card {
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.related-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.related-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.card-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #b30000;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

/* MOBILE */
@media(max-width: 900px){
  .related-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */