/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 25 2026 | 20:54:31 */
.jeg_share_top_container {
    display: none;
}
/* contact page css */
.contact-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-info {
  flex: 1;
  min-width: 280px;
}
.contact-form {
  flex: 1;
  min-width: 280px;
}
.slcf-form {
  background-color: #000000;
}
/* contact page css ends */