.elementor-kit-28{--e-global-color-primary:#017630;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000F57;--e-global-color-accent:#75BB21;--e-global-color-aba7187:#18181800;--e-global-color-9f6a23b:#000000EB;--e-global-color-360b829:#F7F7F7;--e-global-typography-primary-font-size:4.2vw;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.1em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-2fb5aef-font-size:18px;--e-global-typography-2fb5aef-font-weight:400;--e-global-typography-2fb5aef-text-transform:uppercase;--e-global-typography-2fb5aef-font-style:normal;--e-global-typography-2fb5aef-text-decoration:none;--e-global-typography-2fb5aef-line-height:1.2em;--e-global-typography-2fb5aef-letter-spacing:1px;--e-global-typography-2fb5aef-word-spacing:0px;background-color:var( --e-global-color-secondary );}.elementor-kit-28 button,.elementor-kit-28 input[type="button"],.elementor-kit-28 input[type="submit"],.elementor-kit-28 .elementor-button{background-color:#696969;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#000000;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-28{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Image ratios */
img.object-cover { object-fit: cover; width: 100%; height: 100%; }

/* Value + Team cards: equal height and tidy spacing */
.tct-card {
  display:flex; flex-direction:column; gap:12px; height:100%;
  padding:24px; border:1px solid #e8e8e8; border-radius:12px;
}
.tct-card .elementor-button { margin-top:auto; }

/* Grid gap control */
.section-grid .elementor-container { row-gap:24px; }

/* Reduce max text width for readability */
.readable p { max-width: 68ch; }

/* Footer cleanup */
.site-footer .elementor-widget-nav-menu ul { gap:8px; }
/* Trust Bar – container */
.tct-trustbar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
  padding: 20px 0;
}

/* Trust cards */
.tct-trustcard {
  flex: 1 1 160px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 165px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

/* Hover effect */
.tct-trustcard:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 14px rgba(0,0,0,0.12);
}

/* ISA badge image */
.tct-trustcard-img {
  width: 55px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

/* Icon circle */
.tct-trustcard-icon {
  width: 48px;
  height: 48px;
  background: #29A12D;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 10px;
}

/* Label text */
.tct-trustcard-label {
  font-size: 15px;
  line-height: 1.3;
  color: #1E1E1E;
  font-weight: 500;
}

/* Elfsight badge inside card – center & scale slightly */
.tct-trustcard .elfsight-app {
  margin: 0 auto !important;
  padding: 0 !important;
  transform: scale(0.95);
}

/* Tablet layout */
@media (max-width: 1024px) {
  .tct-trustcard {
    flex: 1 1 calc(50% - 15px);
  }
}

/* Mobile layout */
@media (max-width: 600px) {
  .tct-trustcard {
    flex: 1 1 100%;
  }
}
/* Outer card for the Jobber form */
.tct-jobber-form {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2rem 2.5rem;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-family: inherit;
}

/* Make inner form text match site typography */
.tct-jobber-form h1,
.tct-jobber-form h2,
.tct-jobber-form h3,
.tct-jobber-form label,
.tct-jobber-form p,
.tct-jobber-form span {
  font-family: inherit;
  color: #222222;
}

/* Inputs / selects / textarea */
.tct-jobber-form input,
.tct-jobber-form select,
.tct-jobber-form textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
}

/* Focus state */
.tct-jobber-form input:focus,
.tct-jobber-form select:focus,
.tct-jobber-form textarea:focus {
  outline: none;
  border-color: #2f6b3f; /* TCT green */
  box-shadow: 0 0 0 2px rgba(47, 107, 63, 0.18);
}

/* Space between fields */
.tct-jobber-form .field,
.tct-jobber-form .form-group,
.tct-jobber-form div + div {
  margin-bottom: 1rem;
}

/* Primary button styling */
.tct-jobber-form button,
.tct-jobber-form input[type="submit"],
.tct-jobber-form .button {
  background-color: #2f6b3f;  /* TCT green */
  color: #ffffff;
  border-radius: 999px;
  border: none;
  padding: 0.9rem 2.2rem;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  width: auto;
}

/* Button hover */
.tct-jobber-form button:hover,
.tct-jobber-form input[type="submit"]:hover,
.tct-jobber-form .button:hover {
  filter: brightness(1.08);
}

/* Help text / small notes */
.tct-jobber-form small {
  font-size: 13px;
  color: #555;
}/* End custom CSS */