Sign up for our newsletter

  • This field is for validation purposes and should be left unchanged.

We are happy to answer any questions

/* Style for the container */ .toggle-container { width: 100%; margin: 0 auto; } /* Toggle Header - Clickable Section */ .toggle-header { background-color: #007BFF; color: white; padding: 15px; cursor: pointer; text-align: center; border-radius: 5px; margin-bottom: 5px; font-size: 18px; } .toggle-header:hover { background-color: #0056b3; } /* Hidden Toggle Content */ .toggle-content { display: none; background-color: #f4f4f4; padding: 15px; margin-top: 5px; border-radius: 5px; }