.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;
}


.itinerary-section {
    max-width: 1200px;
    margin: auto;
    font-family: Arial, sans-serif;
  }

  .itinerary-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .day-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }

  .day-card {
    flex: 1 1 48%;
    background-color: #fff;
  }

  .day-header {
    background-color: #1261a0;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .day-image {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .day-card p {
    margin: 5px 0;
  }

  .day-card ul {
    margin: 10px 0;
    padding-left: 20px;
  }

  .day-card li {
    margin-bottom: 6px;
  }

  .bold {
    font-weight: bold;
  }


  .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;
}
.itinerary-card ul {
  margin-top: 10px;
  padding-left: 20px;
}

.itinerary-card li {
  margin-bottom: 6px;
}



.info {
  max-width: 1100px;
  margin: auto;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}

.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;
}
.plain-list h4{
font-size: 22px;
}