.elementor-1013 .elementor-element.elementor-element-7b8764a > .elementor-container{min-height:15px;}.elementor-1013 .elementor-element.elementor-element-050f379{width:100%;max-width:100%;}/* Start custom CSS */.contact-wrapper {
  background-color: #0b0b0b;
  font-family: 'Playfair Display', serif;
  color: #f5f5f5;
  padding: 100px 20px;
  text-align: center;
}

.contact-wrapper h1 {
  font-family: 'Cinzel', serif;
  color: #cdaa7d;
  font-size: 42px;
  margin-bottom: 15px;
}

.contact-wrapper .description {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 40px;
}

.contact-wrapper .social-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.contact-wrapper .social-icons a {
  font-size: 28px;
  color: #cdaa7d;
  transition: 0.3s;
}

.contact-wrapper .social-icons a:hover {
  color: #ffffff;
}

.contact-wrapper .email-button {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #cdaa7d;
  color: #cdaa7d;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s ease;
}

.contact-wrapper .email-button:hover {
  background-color: #cdaa7d;
  color: #0b0b0b;
}

.contact-wrapper footer {
  font-size: 14px;
  color: #666;
  margin-top: 60px;
}/* End custom CSS */