.elementor-6885 .elementor-element.elementor-element-603e9ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-29px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-7599159 */body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #333;
}
.container {
  max-width: px;
  margin: 0 auto;
  padding: 4px 2px;
}
h1, h2, h3, h4 {
  color: #1e1e2f;
}
nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
nav button {
  background: none;
  border: none;
  padding: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}
nav button.active {
  border-color: #007bff;
  color: #007bff;
}
section.tab {
  display: none;
}
section.tab.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
ul {
  padding-left: 20px;
}
a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  nav button {
    flex: 1 0 100%;
    text-align: left;
    border-left: 4px solid transparent;
  }
  nav button.active {
    border-left-color: #007bff;
    border-bottom: none;
  }
}
form {
  margin-top: 20px;
}
input, textarea, button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1rem;
}
button[type="submit"] {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}
button[type="submit"]:hover {
  background-color: #0056b3;
}/* End custom CSS */