.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://www.mipropertyportal.com/wp-content/uploads/2023/02/bg-01.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1025px){.elementor-kit-4{background-attachment:scroll;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── MiPP /demo/ Page CSS ── */
.dpl {
  --teal:       #009588;
  --teal-dark:  #00776D;
  --teal-light: #E6F7F5;
  --black:      #1F2020;
  --grey-dark:  #3D3F3F;
  --grey-mid:   #818585;
  --grey-light: #EEF1F1;
  --white:      #ffffff;
  --ff: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--ff);
  -webkit-font-smoothing: antialiased;
}
.dpl *, .dpl *::before, .dpl *::after { box-sizing: border-box; }
.dpl h1, .dpl p, .dpl ul { margin: 0; padding: 0; }
.dpl ul { list-style: none; }

.dpl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--teal-light);
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,149,136,.2);
}
.dpl-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}
.dpl h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 14px;
  font-family: var(--ff);
}
.dpl h1 em { color: var(--teal); font-style: normal; }
.dpl-sub {
  font-size: 1rem;
  color: var(--grey-mid);
  line-height: 1.7;
  margin-bottom: 28px;
}
.dpl-expect-lbl {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: var(--grey-mid);
  margin-bottom: 12px;
  display: block;
}
.dpl-expect {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.dpl-expect li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9rem;
  color: var(--grey-dark);
  line-height: 1.55;
  font-family: var(--ff);
}
.dpl-expect li::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--teal-light);
  border: 1.5px solid var(--teal);
  flex-shrink: 0;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009588' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.dpl-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}
.dpl-stat {
  background: var(--white);
  border: 1px solid #E5EAEA;
  border-radius: 14px;
  padding: 14px;
}
.dpl-stat-v {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--teal);
  display: block;
  font-family: var(--ff);
}
.dpl-stat-l {
  font-size: .74rem;
  color: var(--grey-mid);
  margin-top: 3px;
  display: block;
  line-height: 1.4;
  font-family: var(--ff);
}
.dpl-quote {
  background: var(--white);
  border: 1px solid #E5EAEA;
  border-radius: 22px;
  padding: 20px;
  border-left: 4px solid var(--teal);
}
.dpl-quote-text {
  font-size: .9rem;
  color: var(--grey-dark);
  line-height: 1.7;
  margin-bottom: 14px;
  font-style: italic;
  font-family: var(--ff);
}
.dpl-quote-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dpl-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; color: #fff;
  flex-shrink: 0;
  background: linear-gradient(135deg, #009588, #00776D);
  font-family: var(--ff);
}
.dpl-av-name {
  font-size: .84rem; font-weight: 700;
  color: var(--black); display: block;
  font-family: var(--ff);
}
.dpl-av-role {
  font-size: .74rem; color: var(--grey-mid);
  display: block; font-family: var(--ff);
}

/* ── Right column form overrides ── */
.dpl-form-header {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EEF1F1;
}
.dpl-form-header h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1F2020;
  margin: 0 0 6px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.dpl-form-header p {
  font-size: .85rem;
  color: #818585;
  margin: 0;
  line-height: 1.6;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.dpl-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #DCFCE7;
  color: #16A34A;
  border: 1px solid #86EFAC;
  border-radius: 100px;
  font-size: .74rem;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.dpl-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #EEF1F1;
}
.dpl-trust span {
  font-size: .73rem;
  color: #818585;
  font-family: 'Plus Jakarta Sans', sans-serif;
}/* End custom CSS */