.elementor-2819 .elementor-element.elementor-element-c902747{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0a4c6c4 */.tc-contact-v2 {
  display: flex;
  min-height: 100vh;
  font-family: inherit;
}

/* LEFT SIDE */

.tc-left-v2 {
  width: 60%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 8vw;
}

.tc-left-inner {
  max-width: 640px;
}

.tc-hero-v2 {
  font-size: clamp(3.8rem, 5vw, 5rem);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.tc-body-v2 {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin-bottom: 3rem;
}

.tc-body-v2 a {
  color: #fff;
  text-decoration: underline;
}

.tc-btn-v2 {
  display: inline-block;
  padding: 16px 34px;
  border: 1px solid #444;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}

.tc-btn-v2:hover {
  background: #111;
  border-color: #666;
}

/* RIGHT SIDE */

.tc-right-v2 {
  width: 40%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 6vw;
}

.tc-form-wrap-v2 {
  width: 100%;
  max-width: 420px;
}

.tc-form-title-v2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.tc-form-v2 input,
.tc-form-v2 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 18px 0;
  margin-bottom: 30px;
  font-size: 17px;
  background: transparent;
  outline: none;
  transition: 0.25s ease;
}

.tc-form-v2 input:focus,
.tc-form-v2 select:focus {
  border-bottom: 1px solid #000;
}

.tc-form-v2 button {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 16px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.tc-form-v2 button:hover {
  background: #111;
}

.tc-checkbox-v2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 30px;
}

/* MOBILE */

@media (max-width: 1000px) {
  .tc-contact-v2 {
    flex-direction: column;
  }

  .tc-left-v2,
  .tc-right-v2 {
    width: 100%;
    padding: 12vw 8vw;
  }
}/* End custom CSS */