/* Example Custom Styles for Widget-Based Template test change */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.hero-section h1 {
  font-size: 3rem;
  margin: 0 0 20px 0;
}

.hero-section p {
  font-size: 1.5rem;
  margin: 0 0 30px 0;
}

.section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
}

