.package-table {
    margin: 20px auto;
    width: auto;
    border-collapse: collapse;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .package-table thead {
    background-color:  #0d5ea5;
    color: white;
  }

  .package-table th,
  .package-table td {
    padding: 15px 25px;
    border: 1px solid #eee;
  }

  .package-table tbody td {
    color: #222;
    font-weight: 500;
  }


.trip-section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
.trip-content{
    margin-left: 100px;
}

.trip-content h1 {
  color: #0d5ea5;
  font-size: 30px;
  margin-bottom: 12px;
}

.trip-content p {
  font-size: 15px;
}

.trip-image img {
width: 350px;
height: 350px;
  border-radius: 8px;
  margin-right: 50px;
}


.tour-info {
  max-width: 1100px;
  margin: auto;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
.tour-info h1{
  margin-top: 20px;
  margin-bottom: -10px;
}

.section-title {
  background: #145c9e;
  color: #fff;
  padding: 12px 18px;
  margin: 25px 0 10px;
  font-size: 22px;
}

.plain-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.plain-list li {
  margin: 5px 0;
  line-height: 1.5;
}

.section-title2 {
  background: red;
  color: #fff;
  padding: 10px 15px;
  margin: 25px 0 10px;
  font-size: 19px;
}

.highlight-red {
    color: red;
}
.textbold{
    font-weight: bold;
}
.notes{
    list-style: none;
}

.greeting {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 50px 20px;
}

.greeting .line1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.greeting .line2 {
  font-size: 28px;
  font-weight: bold;
  color: #1565c0;
  margin-bottom: 15px;
}

.greeting .line3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


