.elementor-8557 .elementor-element.elementor-element-e82308b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8557 .elementor-element.elementor-element-cfe18a9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8557 .elementor-element.elementor-element-60aca1c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8557 .elementor-element.elementor-element-f6768ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8557 .elementor-element.elementor-element-33c7412{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8557 .elementor-element.elementor-element-a786d0b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.pra-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 20px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at top left, #10B19C 0%, #06584D 77%);
}

.pra-hero::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.pra-hero::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.pra-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.pra-hero__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

.pra-hero h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.22em;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.pra-hero__intro {
  max-width: 650px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  color: rgba(255, 255, 255, 0.9);
}

.pra-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pra-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.pra-btn--light {
  background: var(--e-global-color-secondary, #ffffff);
  color: #ffffff !important;
  border: 2px solid var(--e-global-color-secondary, #ffffff);
}

.pra-btn--outline {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.pra-btn--outline:hover,
.pra-btn--outline:focus {
  background: var(--e-global-color-secondary, #ffffff);
  color: var(--e-global-color-accent, #06584D);
}

.pra-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pra-hero__proof span {
  padding: 9px 13px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.pra-hero__media {
  position: relative;
}

.pra-hero__image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

.pra-hero__image-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pra-hero__badge {
  position: absolute;
  left: -28px;
  bottom: 28px;
  max-width: 230px;
  padding: 22px;
  border-radius: 20px;
  background: #F7F9F9;
  color: #000000;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.pra-hero__badge strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  color: var(--e-global-color-secondary, #10B19C);
}

.pra-hero__badge span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  color: #000000;
}

@media (max-width: 900px) {
  .pra-hero {
    padding: 50px 20px;
  }

  .pra-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pra-hero__media {
    order: -1;
  }

  .pra-hero__badge {
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pra-hero h1 {
    font-size: 30px;
    line-height: 1.35em;
  }

  .pra-hero__actions {
    flex-direction: column;
  }

  .pra-btn {
    width: 100%;
  }

  .pra-hero__badge {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}

.pra-about-intro {
    padding: 100px 0;
    background: #ffffff;
}

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

.pra-about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.pra-section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #10B19C;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pra-about-intro h2 {
    margin: 0 0 30px;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    color: #000;
}

.pra-about-intro p {
    margin: 0 0 25px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    color: #000;
}

.pra-about-intro__image {
    position: relative;
}

.pra-about-intro__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.pra-about-intro__experience {
    position: absolute;
    right: -30px;
    bottom: 30px;
    max-width: 260px;
    padding: 25px;
    background: #F7F9F9;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.pra-about-intro__experience strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #10B19C;
}

.pra-about-intro__experience span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    color: #000;
}

@media (max-width: 767px) {

    .pra-about-intro {
        padding: 60px 0;
    }

    .pra-about-intro__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pra-about-intro h2 {
        font-size: 30px;
    }

    .pra-about-intro__experience {
        position: static;
        margin-top: 20px;
        max-width: 100%;
    }

}

.pra-why {
    padding: 100px 0;
    background: #F7F9F9;
    font-family: "Poppins", sans-serif;
}

.pra-why__header {
    max-width: 820px;
    margin-bottom: 50px;
}

.pra-section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #10B19C;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pra-why h2 {
    margin: 0 0 22px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.6em;
    color: #000000;
}

.pra-why__header p {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    color: #000000;
}

.pra-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.pra-why-card {
    position: relative;
    min-height: 260px;
    padding: 34px;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}

.pra-why-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(16, 177, 156, 0.08);
}

.pra-why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    margin-bottom: 22px;
    padding: 0 10px;
    border-radius: 5px;
    background: #F7F9F9;
    color: #10B19C;
    font-size: 18px;
    font-weight: 700;
}

.pra-why-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    color: #000000;
}

.pra-why-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    color: #000000;
}

.pra-why-card--highlight {
    background-color: transparent;
    background-image: radial-gradient(at top left, #10B19C 0%, #06584D 77%);
}

.pra-why-card--highlight::after {
    background: rgba(255, 255, 255, 0.08);
}

.pra-why-card--highlight .pra-why-card__icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.pra-why-card--highlight h3,
.pra-why-card--highlight p {
    color: #ffffff;
}

@media (max-width: 767px) {
    .pra-why {
        padding: 60px 0;
    }

    .pra-why__header {
        margin-bottom: 35px;
    }

    .pra-why h2 {
        font-size: 25px;
        line-height: 1.5em;
    }

    .pra-why__grid {
        grid-template-columns: 1fr;
    }

    .pra-why-card {
        min-height: auto;
        padding: 28px;
    }
}


.pra-stats {
    padding: 100px 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.pra-stats__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.pra-stats__content h2 {
    margin: 0 0 22px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.6em;
    color: #000000;
}

.pra-stats__content p {
    margin: 0;
    max-width: 520px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    color: #000000;
}

.pra-stats__numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.pra-stat-card {
    min-height: 190px;
    padding: 30px;
    border-radius: 20px;
    background: #F7F9F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pra-stat-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    color: #10B19C;
}

.pra-stat-card span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    color: #000000;
}

.pra-stat-card--highlight {
    background-color: transparent;
    background-image: radial-gradient(at top left, #10B19C 0%, #06584D 77%);
}

.pra-stat-card--highlight strong,
.pra-stat-card--highlight span {
    color: #ffffff;
}

@media (max-width: 767px) {
    .pra-stats {
        padding: 60px 0;
    }

    .pra-stats__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pra-stats__content h2 {
        font-size: 25px;
        line-height: 1.5em;
    }

    .pra-stats__numbers {
        grid-template-columns: 1fr;
    }

    .pra-stat-card {
        min-height: auto;
        padding: 28px;
    }

    .pra-stat-card strong {
        font-size: 28px;
    }
}

.pra-founder {
    padding: 100px 0;
    background: #ffffff;
}

.pra-founder__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.pra-founder__image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.pra-founder__content h2 {
      font-family: "Poppins", sans-serif;
    margin: 0 0 25px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.6em;
    color: #000;
}

.pra-founder__content p {
      font-family: "Poppins", sans-serif;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    color: #000;
}

.pra-founder__quote {
      font-family: "Poppins", sans-serif;
    margin: 35px 0 0;
    padding-left: 25px;
    border-left: 4px solid #10B19C;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8em;
    color: #06584D;
}

@media (max-width: 767px) {

    .pra-founder {
        padding: 60px 0;
    }

    .pra-founder__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pra-founder__content h2 {
        font-size: 25px;
        line-height: 1.5em;
    }

    .pra-founder__quote {
        font-size: 18px;
    }
}


.pra-final-cta {
    padding: 100px 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.pra-final-cta__box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    padding: 60px;
    border-radius: 20px;
    background-color: transparent;
    background-image: radial-gradient(at top left, #10B19C 0%, #06584D 77%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.pra-final-cta__box::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.pra-final-cta__content {
    position: relative;
    z-index: 1;
}

.pra-final-cta__label {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.pra-final-cta h2 {
    max-width: 720px;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.6em;
    color: #ffffff;
}

.pra-final-cta p {
    max-width: 680px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    color: #ffffff;
}

.pra-final-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 210px;
}

.pra-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
    white-space: nowrap;
}

.pra-final-cta__button--light {
    background: #ffffff;
    color: #06584D;
    border: 2px solid #ffffff;
}

.pra-final-cta__button--outline {
    background: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.pra-final-cta__button--outline:hover,
.pra-final-cta__button--outline:focus {
    background: #ffffff;
    color: #06584D;
}

@media (max-width: 767px) {
    .pra-final-cta {
        padding: 60px 0;
    }

    .pra-final-cta__box {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px 25px;
    }

    .pra-final-cta h2 {
        font-size: 25px;
        line-height: 1.5em;
    }

    .pra-final-cta__actions {
        width: 100%;
        min-width: 0;
    }

    .pra-final-cta__button {
        width: 100%;
    }
}/* End custom CSS */