.elementor-3696 .elementor-element.elementor-element-18bb77a{--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-3696 .elementor-element.elementor-element-217c001{--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-3696 .elementor-element.elementor-element-2573174{--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-3696 .elementor-element.elementor-element-0be74f4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-97e9d4a */.growform-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  min-height: 600px;
  overflow: hidden;
  background-color: transparent; /* no color */
}

.growform-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 462px; /* 50% of 924px */
  height: auto;
  aspect-ratio: 924 / 502;
  background: url('https://nativelifegroup.com/wp-content/uploads/2024/02/slider-9-shape-1.png') no-repeat center center;
  background-size: contain;
  opacity: 1;
  z-index: 0;
}

.growform-wrapper {
  max-width: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
  text-align: center;
}

.growform-iframe {
  width: 100%;
  height: 600px;
  border: none;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .growform-section::before {
    width: 300px;
    top: auto;
    bottom: 0;
    transform: none;
    opacity: 0.2;
  }

  .growform-wrapper {
    padding: 30px 20px;
  }

  .growform-iframe {
    height: 700px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a59b1b0 */.fun-cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background: linear-gradient(to right,
    #7da4b4 0%,
    #ffffff 35%,
    #fffdf4 100%);
  border-radius: 20px;
  max-width: 1200px;
  margin: 60px auto;
  font-family: "Manrope", sans-serif;
  gap: 40px;
}


.fun-cta-image {
  flex: 1 1 50%;
}

.fun-cta-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.fun-cta-content {
  flex: 1 1 45%;
}

.fun-cta-content h2 {
  font-size: 36px;
  color: #111827;
  font-weight: 800;
  margin-bottom: 20px;
}

.fun-cta-content p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-block;
  background-color: #e9941b;
  color: white;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #cc7f14;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .fun-cta-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .fun-cta-image,
  .fun-cta-content {
    flex: 1 1 100%;
  }

  .fun-cta-image {
    margin-bottom: 30px;
  }

  .fun-cta-content h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-686733e */.comparison-section {
  text-align: center;
  padding: 60px 20px;
  font-family: "Manrope", sans-serif;
  background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
}

.comparison-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.comparison-section .highlight {
  color: #e9941b;
}

.comparison-section .subtext {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 40px;
}

.comparison-table {
  overflow-x: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  background: white;
  max-width: 900px;
}

.comparison-table table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
}


.comparison-table thead th {
  background: #f3f4f6;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  color: #374151;
}
.comparison-table thead th:nth-child(2) {
  background-color: #e9941b;
  color: #ffffff;
}


.comparison-table td {
  font-size: 15px;
  padding: 20px;
  color: #374151;
  border-top: 1px solid #e5e7eb;
}

.comparison-table tr:hover {
  background-color: #e9941b;
  color: #ffffff;
  transition: background 0.3s ease, color 0.3s ease;
}

.comparison-table tr:hover td,
.comparison-table tr:hover .tick,
.comparison-table tr:hover .cross {
  color: #ffffff;
}



.tick {
  color: #22c55e;
  font-size: 18px;
  font-weight: bold;
}

.cross {
  color: #d1d5db;
  font-size: 18px;
  font-weight: bold;
}

.cta-wrapper {
  margin-top: 40px;
}

.cta-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  background-color: #e9941b;
  color: white;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #cc7f14;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .comparison-table {
    padding: 0 10px;
  }

  .comparison-table table th,
  .comparison-table table td {
    padding: 12px 8px;
    font-size: 14px;
  }

  .cta-button {
    font-size: 15px;
    padding: 12px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-407a4da */.mortgage-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(to right, #ffffff 0%, #eaf1f5 100%);
  padding: 60px 40px;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1200px;
  font-family: "Manrope", sans-serif;
}


.mortgage-content {
  flex: 1 1 40%;
  margin-bottom: 30px;
}

.mortgage-content h5 {
  font-size: 14px;
  color: #e9941b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.mortgage-content h2 {
  font-size: 36px;
  color: #111827;
  font-weight: 700;
  margin-bottom: 20px;
}

.mortgage-content p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 30px;
}

.quote-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #e9941b;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background-color: #c87f14;
}

.mortgage-stats {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.stat-card {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #f3c98a;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
}

.stat-card strong {
  font-size: 24px;
  color: #e9941b;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.stat-card span {
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
  display: block;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
  .mortgage-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .mortgage-content,
  .mortgage-stats {
    flex: 1 1 100%;
    margin-right: 0;
  }

  .mortgage-stats {
    flex-direction: column;
    gap: 16px;
  }

  .stat-card {
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 24px;
  }

  .stat-card strong {
    font-size: 22px;
  }

  .stat-card span {
    font-size: 14px;
  }
}

.stat-card:hover {
  transform: translateY(-6px);
  background-color: #e9941b;
}

.stat-card:hover strong,
.stat-card:hover span {
  color: #ffffff;
}/* End custom CSS */