.elementor-3213 .elementor-element.elementor-element-82f2b2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3213 .elementor-element.elementor-element-1084c62 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:700;color:#E65B5B;}.elementor-3213 .elementor-element.elementor-element-c001b8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3213 .elementor-element.elementor-element-04d8cea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-c6a0c67 *//* 🎨 Optional Gradient Background for This Page */
body.page-id-12989 {
  background: linear-gradient(to bottom right, #f5f8ff, #e0e7ff);
}

/* ✅ Smart Real Estate Wizard – Premium UI Styling */
.wizard-box {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin-top: 30px;
}

.wizard-box h2 {
  font-size: 26px;
  text-align: center;
  color: #001e43;
  margin-bottom: 30px;
  font-weight: 700;
}

.wizard-box label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #001e43;
  font-size: 15px;
}

.wizard-box input[type="text"],
.wizard-box input[type="number"],
.wizard-box select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  margin-bottom: 18px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
  transition: border-color 0.2s ease;
}

.wizard-box input:focus,
.wizard-box select:focus {
  outline: none;
  border-color: #001e43;
  background-color: #fff;
}

.wizard-box button {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  background: #001e43;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wizard-box button:hover {
  background-color: #ff8a00;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 138, 0, 0.2);
}

.wizard-box .wizard-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.wizard-box .step {
  display: none;
}
.wizard-box .step.active {
  display: block;
}

.wizard-box .checkbox-group label {
  display: inline-block;
  margin-right: 12px;
  font-weight: normal;
  font-size: 14px;
  color: #374151;
  margin-bottom: 10px;
}

.wizard-box .checkbox-group input[type="checkbox"] {
  margin-right: 6px;
  transform: scale(1.2);
}

.wizard-box .output-box {
  background: #f9fafb;
  padding: 25px;
  border-radius: 12px;
  border-left: 6px solid #22c55e;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.wizard-box .output-box h4 {
  color: #001e43;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.wizard-box .output-box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  font-size: 14px;
}

.wizard-box .output-box th {
  background: #f3f4f6;
  color: #1f2937;
  text-align: left;
  padding: 12px;
}

.wizard-box .output-box td {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f66751d */.report-snapshot {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
  font-family: 'Inter', sans-serif;
}

.report-snapshot h3 {
  margin-top: 0;
  color: #001e43;
  font-size: 22px;
  margin-bottom: 15px;
}

.report-property {
  font-size: 16px;
  color: #111827;
  margin-bottom: 15px;
}

.verdict-box {
  background: #fef3c7;
  padding: 15px;
  border-left: 6px solid #f59e0b;
  font-weight: bold;
  margin-bottom: 25px;
  border-radius: 8px;
  font-size: 15px;
  color: #78350f;
}

.report-snapshot table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  font-size: 14px;
}

.report-snapshot th,
.report-snapshot td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.report-snapshot th {
  background-color: #f3f4f6;
  color: #111827;
  font-weight: 600;
}

.highlight {
  font-weight: bold;
  background-color: #f9fafb;
}

.smart-recommendations h4 {
  color: #001e43;
  font-size: 16px;
  margin-bottom: 10px;
}

.smart-recommendations ul {
  list-style-type: none;
  padding-left: 0;
}

.smart-recommendations li {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #e5e7eb;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-53cc218 *//* Reset & Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f0f2f5;
  color: #1f2937;
  line-height: 1.6;
  padding: 40px 20px;
}

/* Container */
.container {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Headings */
.container h1 {
  font-size: 28px;
  color: #001e43;
  margin-bottom: 25px;
  text-align: center;
}

.container h2, .container h3 {
  color: #001e43;
  margin-bottom: 15px;
  font-size: 20px;
}

/* Property Info */
.property-info {
  font-size: 16px;
  margin-bottom: 20px;
  background: #f9fafb;
  padding: 15px;
  border-left: 6px solid #3b82f6;
  border-radius: 10px;
}

/* Verdict Box */
.verdict-box {
  background: #fef3c7;
  padding: 18px;
  border-left: 6px solid #f59e0b;
  font-weight: bold;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #78350f;
  font-size: 15px;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

table thead tr {
  background-color: #f3f4f6;
}

table th, table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}

table th {
  font-weight: 600;
  color: #111827;
}

.highlight {
  font-weight: bold;
  background-color: #f9fafb;
}

/* Recommendations */
.recommendations {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
  border-left: 6px solid #10b981;
  margin-top: 20px;
}

.recommendations h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #065f46;
}

.recommendations ul {
  list-style-type: none;
  padding-left: 0;
}

.recommendations li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  body {
    padding: 20px 10px;
  }

  .container {
    padding: 25px 20px;
  }

  table th, table td {
    padding: 12px;
  }

  .container h1 {
    font-size: 24px;
  }

  .container h2, .container h3 {
    font-size: 18px;
  }
}/* End custom CSS */