.elementor-87 .elementor-element.elementor-element-d2c2692{--thim-ekits-team-row-gap:35px;--thim-ekits-team-columns:repeat(2, 1fr);--thim-ekits-team-column-gap:30px;}.elementor-87 .elementor-element.elementor-element-d2c2692 > .elementor-widget-container{background-color:#000000;border-style:none;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__article{text-align:center;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__thumbnail{margin-bottom:20px;border-style:none;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__thumbnail  img{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__member-description{border-top-style:none;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__member-rating{text-align:right;position:absolute;top:50%;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__member-rating i{color:#FAD556;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__social{display:inline-block;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__list-social{text-align:center;top:50%;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__social > a{color:#222222;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__social > a:hover{color:#3b5998;}.elementor-87 .elementor-element.elementor-element-d2c2692 .thim-ekit-team__social > a i{font-size:1px;}/* Start custom CSS for html, class: .elementor-element-c03832f */.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 */