.elementor-106 .elementor-element.elementor-element-10d9a90{--display:flex;}.elementor-106 .elementor-element.elementor-element-cb6aa30{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aa5151c */.damore-kontakt-simple {
  background: #f7f7f7;
  padding: 80px 20px;
}

.kontakt-box-full {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 40px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.kontakt-box-full h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #111;
}

.kontakt-text {
  font-size: 20px;
  color: #555;
  margin-bottom: 40px;
}

.kontakt-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.kontakt-btn {
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  transition: 0.3s;
}

.kontakt-btn.call {
  background: #111;
  color: #fff;
}

.kontakt-btn.whatsapp {
  background: #25D366;
  color: #fff;
}

.kontakt-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

@media (max-width: 768px) {
  .kontakt-box-full {
    padding: 40px 20px;
  }

  .kontakt-box-full h2 {
    font-size: 34px;
  }

  .kontakt-text {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbfa867 */.damore-footer {
  background: #467FF7;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-left p {
  color: rgba(255,255,255,0.8);
}

.footer-middle h4,
.footer-right h4 {
  margin-bottom: 10px;
}

.footer-middle a,
.footer-right a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-middle a:hover,
.footer-right a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
}.damore-footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}.footer-payments {
  text-align: center;
  margin-top: 30px;
}

.footer-payments p {
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 0.8;
}

.payment-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pay {
  background: rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}/* End custom CSS */