.elementor-11 .elementor-element.elementor-element-c516574{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:5;}.elementor-11 .elementor-element.elementor-element-e0a54ea{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-9501e58{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-e3a90e0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ac20b46{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-8b4793d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-bb5e367{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-3acf312{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-84c9cab{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-11 .elementor-element.elementor-element-7737731 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-11 .elementor-element.elementor-element-8fcae0f .elementor-heading-title{font-family:"Unbounded", Sans-serif;font-weight:600;}/* Start custom CSS for container, class: .elementor-element-c516574 */:root {
  --lp-bg-main: #fafafa;
  --lp-accent: #f7c96b;
  --lp-text-main: #222222;
  --lp-text-muted: #555555;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 250, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  transition:
    box-shadow 0.2s ease-out,
    background 0.2s ease-out,
    transform 0.2s ease-out;
}

.lp-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: padding 0.2s ease-out;
}

.lp-header.lp-header--scrolled {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  background: rgba(250, 250, 250, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.04);
  transform: translateY(0);
}

.lp-header.lp-header--scrolled .lp-header-inner {
  padding: 8px 20px;
}

.lp-logo {
  display: inline-flex;
}

.lp-logo-img {
  display: block;
  max-height: 48px;
  height: auto;
  width: auto;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
}

.lp-nav a {
  text-decoration: none;
  color: var(--lp-text-muted);
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
}

.lp-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--lp-accent);
  transition: width 0.2s ease-out;
}

.lp-nav a:hover {
  color: var(--lp-text-main);
}

.lp-nav a:hover::after {
  width: 100%;
}

.lp-nav .lp-nav-cta {
  padding: 7px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.lp-nav .lp-nav-cta::after {
  display: none;
}

.lp-nav .lp-nav-cta:hover {
  background: var(--lp-accent);
  border-color: transparent;
}


@media (max-width: 720px) {
  .lp-header-inner {
    padding: 10px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .lp-logo-img {
    max-height: 40px;
  }

  .lp-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 16px;
    font-size: 13px;
  }

  .lp-nav a {
    padding-bottom: 2px;
  }

  .lp-nav .lp-nav-cta {
    padding: 8px 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e0a54ea */:root {
  --lp-bg-soft: #f1f1f1;
  --lp-accent: #f7c96b;
  --lp-text-main: #222222;
  --lp-text-muted: #555555;
}

.lp-hero {
  background: var(--lp-bg-soft);
  padding: 80px 20px 100px;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.lp-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.lp-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--lp-text-muted);
  margin-bottom: 14px;
}

.lp-hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lp-accent);
}

.lp-hero-title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: var(--lp-text-main);
}

.lp-hero-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--lp-text-muted);
  max-width: 460px;
  margin-bottom: 26px;
}

.lp-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.lp-hero-stat {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0,0,0,0.04);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.04);
  color: var(--lp-text-muted);
}

.lp-hero-stat strong {
  font-size: 13px;
  color: var(--lp-text-main);
}

.lp-hero-stat-badge {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lp-accent);
}

.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', system-ui, sans-serif;
  background: var(--lp-accent);
  color: var(--lp-text-main);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transform: translateY(0);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, background 0.15s ease-out;
}

.lp-btn-primary span {
  font-size: 18px;
  line-height: 1;
}

.lp-btn-primary:hover {
  background: #e7b457;
  box-shadow: 0 22px 45px rgba(0,0,0,0.22);
  transform: translateY(-1px);
}

.lp-hero-note {
  margin-top: 10px;
  font-size: 12px;
  color: var(--lp-text-muted);
}

.lp-hero-right {
  display: flex;
  justify-content: center;
}

.lp-video-card {
  width: 100%;
  max-width: 580px;
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 10px 10px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.04);
}

.lp-video-label {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--lp-text-muted);
  margin-bottom: 14px;
}

.lp-video-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #171717;
  aspect-ratio: 16 / 9;
}

.lp-video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.lp-video-footer {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--lp-text-muted);
}

.lp-video-footer strong {
  color: var(--lp-text-main);
}

/* button */

.cst-green-button-page {
  position: relative;
  width: 220px;
  height: 56px;
  background-image: linear-gradient(90deg, #f7c96b 0%, #f7c96b 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  cursor: pointer;
}

.cst-green-button-text-page {
  width: calc(100% - 60px);
  background-color: #ffffff;
  color: #2A2D32;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 12px 20px;
  border-radius: 30px;
  transition: width 0.3s;
  position: relative;
}

.cst-green-button-page:hover .cst-green-button-text-page {
  width: 100%;
}

.cst-green-button-page:hover .arrow-icon-white {
  display: none;
}

.cst-green-button-page .arrow-icon-black {
  display: none;
}

.cst-green-button-page:hover .arrow-icon-black {
  display: inline-block;
}

.arrow-icon-black,
.arrow-icon-white {
  width: 17px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-icon-black {
  background-image: url('https://madiavo.com/wp-content/uploads/2024/04/arrow.svg');
}

.arrow-icon-white {
  background-image: url('https://madiavo.com/wp-content/uploads/2024/04/white-arrow.svg');
}

@media (max-width: 960px) {
  .lp-hero {
    padding: 70px 16px 80px;
  }

  .lp-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .lp-hero-sub {
    max-width: 100%;
  }

  .lp-video-card {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
    .center-mobile{
        display: flex;
        justify-content: center;
    }
  .lp-hero {
    padding: 60px 16px 70px;
  }

  .lp-hero-title {
    font-size: 30px;
  }

  .lp-hero-stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-video-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cst-green-button-page {
    width: 100%;
    max-width: 220px;
  }
}

@media (max-width: 520px) {
  .lp-hero-title {
    font-size: 26px;
  }

  .lp-hero-sub {
    font-size: 15px;
  }

  .lp-video-card {
    padding: 16px 14px 20px;
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9501e58 */.lp-system {
  background: #fafafa;
  padding: 80px 20px 90px;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--lp-text-main, #222222);
}

.lp-system-inner {
  max-width: 800px;
  margin: 0 auto;
}

.lp-system-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.lp-system-title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.lp-system-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: var(--lp-text-muted, #555555);
  margin: 0;
}

.lp-system-steps {
  position: relative;
  margin-top: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.lp-system-steps::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.06);
}

.lp-system-step {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  column-gap: 24px;
  align-items: stretch;
  margin-bottom: 16px;
}

.lp-system-step:last-child {
  margin-bottom: 0;
}

.lp-system-step-index {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-system-step-circle {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--lp-accent, #f7c96b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.lp-system-step-card {
  background: #ffffff;
  border-radius: 999px;
  padding: 16px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  min-height: 60px;
}

.lp-system-step-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--lp-text-main, #222222);
}

.lp-system-note {
  margin-top: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-text-muted, #555555);
  text-align: center;
}

.lp-system-note strong {
  font-weight: 600;
}

/* tablet */

@media (max-width: 768px) {
  .lp-system {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .lp-system-inner {
    max-width: 100%;
  }

  .lp-system-steps,
  .lp-system-note {
    max-width: 100%;
  }

  .lp-system-steps::before {
    left: 26px;
  }

  .lp-system-step {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 18px;
  }

  .lp-system-step-circle {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .lp-system-step-card {
    border-radius: 22px;
    padding: 14px 18px;
  }

}

/* small mobile */

@media (max-width: 520px) {
  .lp-system-header {
    text-align: center;
    margin-bottom: 30px;
  }

  .lp-system-title {
    font-size: 26px;
  }

  .lp-system-subtitle {
    font-size: 14px;
  }

  .lp-system-steps::before {
    display: none;
  }

  .lp-system-step {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
  }

  .lp-system-step-circle {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .lp-system-step-card {
    border-radius: 18px;
    padding: 12px 14px;
  }

  .lp-system-step-text {
    font-size: 14px;
  }

  .lp-system-note {
    font-size: 13px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e3a90e0 */.lp-pricing {
    background: #ffffff;
    padding: 80px 20px 90px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--lp-text-main, #222222);
  }

  .lp-pricing-inner {
    max-width: 860px;
    margin: 0 auto;
  }

  .lp-pricing-header {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 36px;
  }

  .lp-pricing-title {
    font-family: 'Unbounded', system-ui, sans-serif;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
  }

  .lp-pricing-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: var(--lp-text-muted, #555555);
    margin: 0;
  }

  .lp-pricing-table {
    background: #fafafa;
    border-radius: 24px;
    padding: 24px 26px 22px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.03);
  }

  .lp-pricing-headrow {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr auto;
    gap: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--lp-text-muted, #777777);
    margin-bottom: 10px;
    padding: 0 4px;
  }

  .lp-pricing-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .lp-pricing-row {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr auto;
    gap: 18px;
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    padding: 12px 16px 12px 16px;
    border: 1px solid rgba(0,0,0,0.03);
  }

  .lp-pricing-period {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-text-main, #222222);
  }

  .lp-pricing-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--lp-accent, #f7c96b);
  }

  .lp-pricing-service {
    font-size: 14px;
    color: var(--lp-text-main, #222222);
  }

  .lp-pricing-price {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 999px;
  background: #f7c96b;
  color: #222222;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 160px;
  text-align: center;
}

  .lp-pricing-price span {
    font-size: 11px;
    margin-left: 6px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .lp-pricing-note {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--lp-text-muted, #555555);
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

/* small mobile */

@media (max-width: 700px) {
  .lp-pricing-inner {
    max-width: 100%;
    text-align: center;
  }

  .lp-pricing-title {
    font-size: 26px;
    text-align: center;
  }

  .lp-pricing-subtitle {
    font-size: 14px;
  }

  .lp-pricing-row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .lp-pricing-period {
    grid-column: 1 / 2;
    justify-content: center;
  }

  .lp-pricing-service {
    grid-column: 1 / 2;
    font-size: 13px;
  }

  .lp-pricing-price {
    grid-column: 1 / 2;
    justify-self: center;
    min-width: 0;
    width: 100%;
    max-width: 220px;
  }

  .lp-pricing-note {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ac20b46 */.lp-guarantee {
    background: #101828;
    padding: 80px 20px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lp-guarantee-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .lp-guarantee-img {
    display: block;
    max-width: 100%;
    width: 420px;
    height: auto;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .lp-guarantee {
      padding: 60px 20px 70px;
    }

    .lp-guarantee-img {
      width: 100%;
      max-width: 420px;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8b4793d */.lp-testimonials {
    background: #fafafa;
    padding: 80px 20px 90px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--lp-text-main, #222222);
  }

  .lp-testimonials-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .lp-testimonials-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 40px;
  }

  .lp-testimonials-title {
    font-family: 'Unbounded', system-ui, sans-serif;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
  }

  .lp-testimonials-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: var(--lp-text-muted, #555555);
    margin: 0;
  }

  .lp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .lp-testimonial-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 22px 24px 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
  }

  .lp-testimonial-card::before {
    content: "“";
    position: absolute;
    font-family: 'Unbounded', system-ui, sans-serif;
    font-size: 80px;
    line-height: 1;
    color: rgba(0,0,0,0.04);
    top: -12px;
    left: 12px;
  }

  .lp-testimonial-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--lp-text-main, #222222);
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
  }

  .lp-testimonial-name {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }

  .lp-testimonial-meta {
    font-size: 13px;
    color: var(--lp-text-muted, #555555);
    position: relative;
    z-index: 1;
  }

  .lp-testimonial-meta a {
    color: var(--lp-accent, #f7c96b);
    text-decoration: none;
    font-weight: 500;
  }

  .lp-testimonial-meta a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .lp-testimonials {
      padding-top: 60px;
      padding-bottom: 70px;
    }

    .lp-testimonials-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media (max-width: 520px) {
    .lp-testimonials-subtitle {
      font-size: 14px;
      text-align: center;
    }

    .lp-testimonials-header {
      text-align: center;
      margin-bottom: 30px;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bb5e367 */.lp-contact {
    background: #ffffff;
    padding: 80px 20px 90px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--lp-text-main, #101828);
  }

  .lp-contact-inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .lp-contact-header {
    text-align: center;
    margin: 0 auto 32px;
    max-width: 540px;
  }

  .lp-contact-title {
    font-family: 'Unbounded', system-ui, sans-serif;
    font-size: clamp(28px, 3.4vw, 36px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
  }

  .lp-contact-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: var(--lp-text-muted, #667085);
    margin: 0;
  }

  .lp-contact-form {
    background: #fafafa;
    border-radius: 24px;
    padding: 26px 26px 30px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.03);
  }

  .lp-contact-form .wpcf7-form p {
    margin: 0px !important;
  }

  .lp-contact-form label {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #101828;
  }

  .lp-contact-form input[type="text"],
  .lp-contact-form input[type="tel"],
  .lp-contact-form input[type="email"],
  .lp-contact-form textarea {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #e4e4e7;
    padding: 13px 16px;
    font-size: 15px;
    font-family: 'Poppins', system-ui, sans-serif;
    background: #ffffff;
    color: #101828;
    transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out, background-color 0.15s ease-out;
  }

  .lp-contact-form textarea {
    border-radius: 18px;
    height: 150px !important;
    resize: vertical;
    line-height: 1.5;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lp-contact-form input[type="text"]::placeholder,
  .lp-contact-form input[type="tel"]::placeholder,
  .lp-contact-form input[type="email"]::placeholder,
  .lp-contact-form textarea::placeholder {
    color: #9ca3af;
  }

  .lp-contact-form input[type="text"]:focus,
  .lp-contact-form input[type="tel"]:focus,
  .lp-contact-form input[type="email"]:focus,
  .lp-contact-form textarea:focus {
    outline: none;
    border-color: var(--lp-accent, #f7c96b);
    box-shadow: 0 0 0 1px rgba(247, 201, 107, 0.6);
    background-color: #ffffff;
  }

  .wpcf7-submit-hidden {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
  }

  .lp-contact-button-wrap {
    margin-top: 10px;
  }

  .lp-contact-form .wpcf7-response-output {
    margin: 18px 0 0;
    font-size: 13px;
  }
.wpcf7-submit-hidden{
    display: none !important;
}
  @media (max-width: 768px) {
    .lp-contact {
      padding-top: 60px;
      padding-bottom: 70px;
    }

    .lp-contact-form {
      padding: 22px 18px 26px;
      border-radius: 18px;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3acf312 */.lp-footer {
    background: #101828;
    padding: 18px 20px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #e5e7eb;
    font-size: 13px;
  }

  .lp-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .lp-footer-left {
    opacity: 0.85;
  }

  .lp-footer-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .lp-footer-right a {
    color: #e5e7eb;
    text-decoration: none;
    opacity: 0.9;
    font-weight: 500;
  }

  .lp-footer-right a:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .lp-footer-toplink {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  @media (max-width: 640px) {
    .lp-footer {
      padding-top: 16px;
      padding-bottom: 20px;
    }

    .lp-footer-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }/* End custom CSS */