/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2025 | 10:50:34 */
.toc-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px auto 40px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .toc-desktop { display: none !important; }
  .toc-mobile { display: block !important; }
}

@media (min-width: 769px) {
  .toc-desktop { display: flex !important; }
  .toc-mobile details { display: none !important; }
}

.col-inner a:hover {
  background-color: #4dae65;
  color: white;
  text-decoration: none;
}

..cf7-section {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 50px;
  max-width: 1000px;
  margin: 60px auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.cf7-section h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cf7-icon {
  font-size: 1.4em;
  color: #4dae65;
}

.cf7-lead {
  color: #555;
  margin-bottom: 30px;
  font-size: 1em;
  max-width: 600px;
}

.cf7-section .wpcf7 input[type="text"],
.cf7-section .wpcf7 input[type="email"],
.cf7-section .wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: inherit;
  background-color: #fff;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.cf7-section .wpcf7 input[type="text"]:focus,
.cf7-section .wpcf7 input[type="email"]:focus,
.cf7-section .wpcf7 textarea:focus {
  border-color: #4dae65;
  outline: none;
}

.cf7-section .wpcf7 input[type="submit"] {
  background-color: #4dae65;
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 1em;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.2s ease;
}

.cf7-section .wpcf7 input[type="submit"]:hover {
  background-color: #3c8d50;
}

