.elementor-2501 .elementor-element.elementor-element-79f6515:not(.elementor-motion-effects-element-type-background), .elementor-2501 .elementor-element.elementor-element-79f6515 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F3F3;}.elementor-2501 .elementor-element.elementor-element-79f6515 > .elementor-container{max-width:1440px;}.elementor-2501 .elementor-element.elementor-element-79f6515{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 0px 50px 0px;}.elementor-2501 .elementor-element.elementor-element-79f6515 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-2501 .elementor-element.elementor-element-3f8b258.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-2501 .elementor-element.elementor-element-3f8b258.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-2501 .elementor-element.elementor-element-3f8b258 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-2501 .elementor-element.elementor-element-3f8b258 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-2501 .elementor-element.elementor-element-79f6515{padding:50px 15px 50px 15px;}.elementor-2501 .elementor-element.elementor-element-3f8b258 > .elementor-element-populated{padding:0px 0px 40px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-2501 .elementor-element.elementor-element-3f8b258{width:100%;}}/* Start custom CSS for html, class: .elementor-element-d2ac279 */:root {
  --primary-color: #38761d;
  /* Forest Green from prompt */
  --text-dark: #000000;
  /* Deep black */
  --text-body: #222222;
  --border-color: #bbbbbb;
  --row-agray: #e2e3e5;
  --header-blue-border: #1a3b5c;
  --header-green-border: #38761d;
  --success-text: #38761d;
  --error-text: #b71c1c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  /* Changed to Roboto as primary */
  background-color: #ffffff;
  color: var(--text-body);
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px;
}

/* Header Section */
.header {
  text-align: center;
  margin-bottom: 20px;
}

.header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  /* Increased slightly for impact */
  font-weight: 900;
  /* Heavy Bold */
  color: var(--text-dark);
  margin-bottom: 2px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  /* Tight tracking */
}

.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  color: #333;
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 500;
  /* Medium weight */
  line-height: 1.2;
}

/* Main Layout */
.main-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

/* Comparison Section */
.comparison-section {
  flex: 1.6;
}

.integration-text {
  margin-bottom: 20px;
}

.integration-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #111;
  line-height: 1.4;
}

.integration-text strong {
  font-weight: 900;
  /* Heavy bold */
  text-transform: uppercase;
  color: #000;
  letter-spacing: -0.5px;
}

/* ---------------------------------------------------------
   EXACT TABLE STYLING MATCHING THE IMAGE
--------------------------------------------------------- */
.comparison-table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #777;
  margin-bottom: 25px;
  /* Table Data Font: Condensed or Semi-Condensed */
  font-family: 'Roboto Condensed', sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

/* Default Cell Styling */
th,
td {
  padding: 12px 15px;
  border: 1px solid #999;
  vertical-align: middle;
  font-size: 18px;
  /* High x-height readability */
  color: #000;
}

/* -------- HEADERS -------- */
thead tr {
  background-color: white;
}

.feature-header {
  width: 30%;
  text-align: center;
  font-weight: 800;
  color: #000;
  font-family: 'Roboto', sans-serif;
  /* Headers can stay Roboto for square look */
  font-size: 17px;
  border-top: none;
  letter-spacing: -0.5px;
}

.primary-lender-header {
  width: 35%;
  text-align: center;
  font-weight: 900;
  /* Heavy Bold */
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  border-top: 7px solid var(--header-blue-border);
  letter-spacing: -0.5px;
  font-family: 'Roboto', sans-serif;
}

.expanded-access-header {
  width: 35%;
  text-align: center;
  font-weight: 900;
  /* Heavy Bold */
  color: var(--success-text);
  text-transform: uppercase;
  font-size: 16px;
  border-top: 7px solid var(--header-green-border);
  letter-spacing: -0.5px;
  font-family: 'Roboto', sans-serif;
}

/* -------- ROWS BACKGROUNDS -------- */
tbody tr:nth-child(1) td {
  background-color: #ffffff;
}

tbody tr:nth-child(2) td {
  background-color: #e6e7e9;
}

tbody tr:nth-child(3) td {
  background-color: #ffffff;
}

tbody tr:nth-child(4) td {
  background-color: #e6e7e9;
}

/* -------- COLUMN / CELL SPECIFICS -------- */
.feature-cell {
  text-align: left;
  font-weight: 700;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

.primary-cell,
.expanded-cell {
  text-align: center;
  font-weight: 700;
  /* Semi-Condensed Medium/Bold */
  font-family: 'Roboto Condensed', sans-serif;
}

.primary-cell {
  font-weight: 600;
}

.expanded-cell {
  font-weight: 700;
}

/* Text Coloring */
.x-mark {
  color: var(--error-text);
  font-weight: 900;
  font-size: 20px;
  margin-right: 5px;
}

/* The Green Square Checkmark styling */
.check-icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: linear-gradient(#4caf50, #388e3c);
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.check-icon-square span {
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

/* Specific Text Highlights */
.you-lose-text {
  color: var(--error-text);
  font-weight: 800;
}

/* Benefits List Below Table */
.benefits-list {
  margin-top: 20px;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  /* Body font regular/medium */
}

.green-box-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--primary-color);
  border-radius: 4px;
  margin-right: 12px;
  flex-shrink: 0;
}

.green-box-check span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  margin-top: -2px;
}


/* ---------------------------------------------------------
   FORM SECTION STYLES
--------------------------------------------------------- */
.form-section {
  flex: 1;
  min-width: 380px;
  max-width: 500px;
}

.form-container {
  background: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #ccc;
}

.form-header {
  background: linear-gradient(180deg, #5b9bd5 0%, #4a86e8 100%);
  color: white;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #3a76d8;
}

.form-header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.form-body {
  padding: 20px 25px;
}

.form-subtitle {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 12px;
}

.form-row {
  display: flex;
  gap: 12px;
}

.form-group.half {
  flex: 1;
}

input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #666;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease;
}

input:focus {
  outline: none;
  border-color: #444;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-group label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.contact-preference-label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  cursor: pointer;
  flex-shrink: 0;
  order: -1;
}

.checkbox-label span {
  flex: 1;
  line-height: 1.4;
}

.consent-text {
  margin: 5px 0;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.consent-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}


.cta-button {
  width: 100%;
  background: linear-gradient(180deg, #4caf50 0%, #388e3c 100%);
  color: white;
  border: none;
  padding: 12px;
  font-size: 22px;
  font-weight: 800;
  /* Extra bold */
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 5px;
  border-bottom: 3px solid #2e7d32;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  background: linear-gradient(180deg, #5dbf61 0%, #3f9e44 100%);
}

.trust-indicators {
  text-align: center;
  margin-top: 15px;
}

.stars {
  background-color: #55b75a;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.star {
  color: white;
  font-size: 22px;
}

.trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.checkmark-circle {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.checkmark-circle .badge-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.trust-text {
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 1.3;
  max-width: 250px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 900px) {
  .main-content {
    flex-direction: column;
  }

  .form-section {
    width: 100%;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-79f6515 */html{
      zoom: 0.8; 
        -moz-transform: scale(0.8); 
        -moz-transform-origin: 0 0;
}/* End custom CSS */