/* Start custom CSS for html, class: .elementor-element-8250add */section.festival {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px 25px;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
  }

  section.festival h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
  }

  section.festival h3 {
    margin-top: 30px;
    color: #444;
  }

  section.festival p strong {
    color: #222;
  }

  section.festival a {
    display: inline-block;
    background: #0055aa;
    color: white;
    padding: 8px 14px;
    margin: 6px 8px 6px 0;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s ease;
  }

  section.festival a:hover {
    background: #003e7a;
  }

  section.festival hr {
    margin: 25px 0;
    border: none;
    border-top: 1px solid #ccc;
  }/* End custom CSS */