/*
Theme Name: Astra Child Theme
Theme URI: https://calitoworld.com
Description: Child theme for the Astra theme to try out cool things
Author: Andres Tamayo
Author URI: https://calitoworld.com
Template: astra
Version: 1.0
*/


.homepage {
  padding: 2rem;
}

.hero {
  text-align: center;
  margin-bottom: 3rem;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tour-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.testimonials {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
  text-align: center;
}
