.elementor-711 .elementor-element.elementor-element-02f83b3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ec2dea7 *//* ===== Revivy Contactpagina Basis ===== */

.rv-contact {
  padding: 40px 16px 60px;
  background: #f8faff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  color: #111827;
}

.rv-contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Hero */
.rv-contact-hero {
  text-align: left;
  margin-bottom: 28px;
}

.rv-contact-hero h1 {
  font-size: 28px;
  margin: 0 0 8px;
}

.rv-contact-hero p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
}

/* Grid layout */
.rv-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 20px;
}

/* Cards */
.rv-contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  margin-bottom: 14px;
}

.rv-contact-card h2 {
  font-size: 18px;
  margin: 0 0 8px;
}

.rv-contact-card p {
  margin: 4px 0;
  font-size: 14px;
  color: #111827;
}

.rv-contact-muted {
  color: #6b7280;
  font-size: 13px;
}

/* Links */
.rv-contact-card a {
  color: #2563eb;
  text-decoration: none;
}

.rv-contact-card a:hover {
  text-decoration: underline;
}

.rv-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

/* Form card */
.rv-contact-form-card {
  position: sticky;
  top: 20px;
}

/* Form */
.rv-contact-form {
  margin-top: 10px;
}

.rv-form-row {
  margin-bottom: 12px;
}

.rv-form-row label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #374151;
}

.rv-form-row input,
.rv-form-row textarea {
  width: 100%;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  font-family: inherit;
  background: #f9fafb;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}

.rv-form-row input:focus,
.rv-form-row textarea:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

.rv-contact-form-note {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.rv-contact-form-note a {
  color: #2563eb;
  text-decoration: underline;
}

/* Buttons */
.rv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.06s ease;
}

/* Primair – Revivy oranje */
.rv-btn-primary {
  background: #ff7d00;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(255, 125, 0, 0.35);
}

.rv-btn-primary:hover {
  background: #e86f00;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(255, 125, 0, 0.45);
}

/* Ghost button (wit met oranje rand) */
.rv-btn-ghost {
  background: #ffffff;
  color: #ff7d00;
  border: 1px solid #ffb36a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.rv-btn-ghost:hover {
  background: #fff7ed;
}

/* Full width button (voor onder het formulier) */
.rv-btn-full {
  width: 100%;
  margin-top: 6px;
}

/* Responsive */
@media (max-width: 900px) {
  .rv-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rv-contact-form-card {
    position: static;
  }
}

@media (max-width: 600px) {
  .rv-contact {
    padding: 24px 12px 40px;
  }

  .rv-contact-hero h1 {
    font-size: 24px;
  }

  .rv-contact-card {
    padding: 16px 16px;
  }
}/* End custom CSS */