.elementor-1175 .elementor-element.elementor-element-fa4bb12{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1175 .elementor-element.elementor-element-b361904{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cab82ce *//* ---------------------------------------------------------
   CONTACT PAGE WRAPPER
---------------------------------------------------------- */
.tsk-contact-page {
  background: linear-gradient(#f4ede6, #f3ebe3);
  padding: 60px 20px 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

/* ---------------------------------------------------------
   HERO SECTION
---------------------------------------------------------- */
.tsk-contact-hero__inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.tsk-contact-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.tsk-contact-subtitle {
  font-size: 1.1rem;
  color: #4b5563;
  max-width: 600px;
  margin: 0.5rem auto 2rem;
  line-height: 1.6;
}

/* ---------------------------------------------------------
   CONTACT FORM SECTION
---------------------------------------------------------- */
.tsk-contact-form-section {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.tsk-contact-form-card {
  background: #ffffff;
  padding: 28px 32px;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(15,23,42,0.12);
  max-width: 650px;
  width: 100%;
}

/* Two-field group (Name + Phone) */
.tsk-field-group {
  display: flex;
  gap: 1rem;
}

#tsk-contact-form input,
#tsk-contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 1rem;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  font-size: 1rem;
  background: #f9fafb;
  transition: border-color 0.2s ease;
}

#tsk-contact-form input:focus,
#tsk-contact-form textarea:focus {
  outline: none;
  border-color: #11c5a5;
}

/* ---------------------------------------------------------
   BUTTON
---------------------------------------------------------- */
.tsk-contact-button {
  width: 100%;
  background: #11c5a5;
  color: #ffffff;
  padding: 14px;
  border: none;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(8,200,160,0.32);
  transition: all 0.18s ease-in-out;
}

.tsk-contact-button:hover {
  background: #0ea58d;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(8,200,160,0.42);
}

/* ---------------------------------------------------------
   SUCCESS / ERROR MESSAGES
---------------------------------------------------------- */
.tsk-form-success,
.tsk-form-error {
  margin-top: 1rem;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
}

.tsk-form-success {
  background: #e6f8f1;
  color: #065f46;
}

.tsk-form-error {
  background: #fee2e2;
  color: #991b1b;
}

/* ---------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 640px) {
  .tsk-field-group {
    flex-direction: column;
  }
}
.tsk-contact-form-section {
    margin-top: 32px; /* currently ~20px */
}
#tsk-contact-form input,
#tsk-contact-form textarea {
    line-height: 1.35;
}
#tsk-contact-form input:focus,
#tsk-contact-form textarea:focus {
    border-color: #0ea58d;
}
.tsk-contact-page {
    padding-bottom: 120px;
}/* End custom CSS */