.elementor-1672 .elementor-element.elementor-element-2aef042a{columns:1;column-gap:0px;}/* Start custom CSS for text-editor, class: .elementor-element-2aef042a */.cellcoat-contact {
  background: #f6f7fb;
  padding: 80px 16px;
  display: flex;
  justify-content: center;
}

.cc-container {
  background: #fff;
  max-width: 720px;
  width: 100%;
  padding: 48px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border-top: 4px solid #ee5e68;
}

.cc-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111;
}

.cc-info {
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 2rem;
}

.cc-info a {
  color: #ee5e68;
  text-decoration: none;
}

.cc-info a:hover { text-decoration: underline; }

.cc-form {
  display: flex;
  flex-direction: column;
}

.cc-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

.cc-row {
  display: flex;
  gap: 1rem;
}

.cc-row .half {
  flex: 1;
}

.cc-field label {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #222;
  font-size: 0.95rem;
}

.cc-field input,
.cc-field textarea {
  border: 1.5px solid #d9dce3;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.25s ease;
  background: #fafbfc;
}

.cc-field input:focus,
.cc-field textarea:focus {
  border-color: #ee5e68;
  box-shadow: 0 0 0 3px rgba(238,94,104,0.15);
  outline: none;
  background: #fff;
}

.cc-checklist {
  border: none;
  margin: 1.5rem 0 0.75rem;
  padding: 0;
}

.cc-checklist legend {
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333;
}

.cc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.5rem 1rem;
}

.cc-grid label {
  font-weight: 500;
  font-size: 0.95rem;
  background: #f9f9fb;
  border: 1px solid #e4e6eb;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.cc-grid input[type="checkbox"] {
  accent-color: #ee5e68;
  margin-right: 0.6rem;
}

.cc-grid label:hover {
  background: #fff5f6;
  border-color: #ee5e68;
}

.cc-btn {
  background: #ee5e68;
  color: #fff;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  align-self: center;
  margin-top: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(238,94,104,0.25);
}

.cc-btn:hover {
  background: #e04f59;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(238,94,104,0.35);
}

@media (max-width: 640px) {
  .cc-container {
    padding: 32px 24px;
  }
  .cc-row {
    flex-direction: column;
  }
  .cc-heading {
    font-size: 1.7rem;
  }
}/* End custom CSS */