.elementor-303 .elementor-element.elementor-element-4cc4857{--display:flex;}/* Start custom CSS *//* GLOBAL STYLES FOR SERVICE & LEGAL PAGES */
.thc-service-wrapper {
  max-width: 900px; /* Narrower width for easier reading */
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.8;
}

.thc-service-wrapper h1 {
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 10px;
  text-align: center;
}

.thc-service-wrapper .last-updated {
  text-align: center;
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 40px;
  display: block;
}

.thc-service-wrapper h2 {
  font-size: 1.5rem;
  color: #2b4c3b; /* Brand green */
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.thc-service-wrapper p, 
.thc-service-wrapper li {
  font-size: 1.05rem;
  margin-bottom: 15px;
  color: #444;
}

.thc-service-wrapper ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.thc-service-wrapper a {
  color: #2b4c3b;
  text-decoration: underline;
}

/* Contact Form Styles */
.thc-contact-form {
  background: #f9fdfa;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #e1ebe5;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  margin-top: 30px;
}

.thc-form-group {
  margin-bottom: 20px;
}

.thc-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.thc-form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}

.thc-form-control:focus {
  border-color: #2b4c3b;
  outline: none;
  box-shadow: 0 0 5px rgba(43, 76, 59, 0.2);
}

.thc-submit-btn {
  background-color: #2b4c3b;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}

.thc-submit-btn:hover {
  background-color: #1a3025;
}

@media (max-width: 768px) {
  .thc-contact-form { padding: 25px; }
  .thc-service-wrapper h1 { font-size: 2rem; }
}/* End custom CSS */