.elementor-1847 .elementor-element.elementor-element-80e1ab0{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ac1e7d9 */.todaki-footer {
  background: #333333;
  color: #e0e7e5;
  padding: 40px 20px;
}

.todaki-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.todaki-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.todaki-col a {
  display: block;
  color: #e0e7e5;
  text-decoration: none;
  margin-bottom: 8px;
}

.todaki-col a:hover {
  opacity: 0.7;
}

/* newsletter */
.todaki-newsletter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.todaki-newsletter input {
  padding: 12px;
  border: none;
  border-radius: 5px;
}

.todaki-newsletter button {
  background: #3b7c9e;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.todaki-newsletter button:hover {
  opacity: 0.85;
}

/* copyright */
.todaki-copy {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  opacity: 0.8;
}

/* mobile */
@media (max-width: 768px) {
  .todaki-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}/* End custom CSS */