.elementor-724 .elementor-element.elementor-element-a178e77{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Container Layout */
.cf7-custom-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
}

.cf7-left-col {
  flex: 1;
  min-width: 320px;
}

.cf7-right-col {
  flex: 1;
  min-width: 320px;
}

/* Left Column Styles */
.cf7-illustration img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.cf7-advisor-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #64748b;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cf7-advisor-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  gap: 12px;
}

.cf7-advisor-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.cf7-advisor-info {
  flex: 1;
}

.cf7-advisor-info h3 {
  margin: 0 0 2px 0;
  font-size: 16px;
  color: #1e293b;
  font-weight: 700;
}

.cf7-advisor-info p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}

.cf7-advisor-info p.title {
  color: #475569;
  font-weight: 500;
}

.cf7-advisor-info a {
  color: #64748b;
  text-decoration: none;
}

.cf7-advisor-actions {
  display: flex;
  gap: 8px;
}

.cf7-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cf7-icon-btn:hover {
  background-color: #bae6fd;
}

/* Right Column Styles */
.cf7-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.cf7-subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 24px 0;
}

.cf7-subtitle a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.cf7-field-group {
  margin-bottom: 16px;
}

.cf7-field-group label {
  display: block;
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
  font-weight: 500;
}

.cf7-custom-container input[type="text"],
.cf7-custom-container input[type="email"],
.cf7-custom-container input[type="password"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.cf7-custom-container input:focus {
  border-color: #3b82f6;
}

.cf7-submit-wrapper input[type="submit"] {
  width: 100%;
  background-color: #a5b4fc;
  color: #ffffff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s;
}

.cf7-submit-wrapper input[type="submit"]:hover {
  background-color: #818cf8;
}

.cf7-disclaimer {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.5;
  margin-top: 14px;
}

.cf7-disclaimer a {
  color: #64748b;
  text-decoration: underline;
}

/* Responsive view */
@media (max-width: 640px) {
  .cf7-custom-container {
    flex-direction: column;
  }
}/* End custom CSS */