
.contact-section {
  padding: 60px 20px;
  text-align: center;
  background: rgba(var(--main-color-rgb), 0.05);
}

.contact-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 25px;
  font-size: 16px;
}

.contact-info a {
  color: #7b5e4a;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-button {
  display: inline-block;
  background: #ffe4ea;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  color: #7b5e4a;
  font-weight: bold;
  transition: background 0.3s;
}

.contact-button:hover {
  background: #ffd6de;
}
