.custom-tours-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  color: #333;
}

.custom-tours-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-tours-container h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
}

.custom-tours-container h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2d3748;
  margin-top: 30px;
  margin-bottom: 10px;
}

.custom-tours-container p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
  color: #4a5568;
}

.custom-tours-container ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.custom-tours-container li {
  margin-bottom: 10px;
  color: #4a5568;
  font-size: 1rem;
}

.custom-tours-container a {
  color: #2b6cb0;
  text-decoration: none;
}

.custom-tours-container a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .custom-tours-container {
    padding: 25px;
  }

  .custom-tours-container h3 {
    font-size: 1.6rem;
  }

  .custom-tours-container h4 {
    font-size: 1.2rem;
  }

  .custom-tours-container p,
  .custom-tours-container li {
    font-size: 0.95rem;
  }
}
