h1 {
      text-align: center;
      font-size: 32px;
      color: #111;
      margin-bottom: 30px;
    }

    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      justify-content: center;
    }

    .gallery img {
      width: 30%;
      height: 260px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }



.tour-section {
  max-width: 800px;
  margin: auto;
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 24px;
  color: #000;
  margin-top: 30px;
}

.include-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.included {
  color: green;
  font-weight: 500;
}

.excluded {
  color: red;
  font-weight: 500;
}
