/* Custom CSS overrides for Triaxial website */

/* Fix Contact Us section spacing - override the negative margin */
.home3-contact-area .contact-wrapper .contact-btn {
  margin-top: 100px !important;
}

@media (min-width: 1900px) {
  .home3-contact-area .contact-wrapper .contact-btn {
    margin-top: 140px !important;
  }
}

@media (max-width: 767px) {
  .home3-contact-area .contact-wrapper .contact-btn {
    margin-top: 80px !important;
  }
}

/* Ensure proper spacing in contact wrapper */
.home3-contact-area .contact-wrapper {
  padding-top: 115px !important;
  padding-bottom: 100px !important;
}

