.golf-examples-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.golf-plan-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 20px;
}

.golf-plan-item {
  flex: 1 1 300px;
  max-width: 320px;
}

.golf-plan-item img {
  height: 225px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.golf-plan-item img:hover {
  transform: scale(1.03);
}

.golf-plan-item p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.golf-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
}


.golf-cta {
  text-align: center;
  padding: 40px 20px;
  background-color: #f5f5f5;
  border-top: 2px solid #ddd;
  font-family: Arial, sans-serif;
}

.golf-cta p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: #fff;
  background-color: #337ab7;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #23527c;
}
