.elementor-18366 .elementor-element.elementor-element-46b4be9{width:var( --container-widget-width, 100.003% );max-width:100.003%;--container-widget-width:100.003%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-22d1922 */.contact-support-section {
  text-align: center;
  margin: 80px auto;
  font-family: inherit; /* Use your site font */
  color: #fff; /* White text */
}

.contact-support-section h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.contact-support-section h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 8px 0;
}

.contact-support-section p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 40px;
}

.black-contact-buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.black-contact-buttons .contact-btn {
  background-color: #222; /* Dark grey */
  color: #fff;
  padding: 18px 36px; /* Bigger padding */
  text-decoration: none;
  font-size: 20px; /* Bigger text */
  border-radius: 50px; /* Rounded buttons */
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #ffb606; /* Yellow accent */
  transition: all 0.3s ease;
}

.black-contact-buttons .contact-btn i {
  font-size: 22px;
}

.black-contact-buttons .contact-btn:hover {
  background-color: #ffb606; /* Yellow hover */
  color: #000;
}/* End custom CSS */