@charset "UTF-8";
/**
 * PTR Custom Widgets - Main Stylesheet
 *
 * This is the main entry point for all widget styles.
 * Compile this file to generate assets/css/widgets.css
 *
 * To compile:
 * sass assets/scss/widgets.scss assets/css/widgets.css
 *
 * Or with watch mode:
 * sass --watch assets/scss/widgets.scss:assets/css/widgets.css
 */
/**
 * PTR Custom Widgets - Variables
 * Based on Figma: Elyora Yoga Studio Template
 */
.entry-title {
  display: none !important;
}

#site-footer {
  display: none !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: #1b1a56;
  color: #fff;
  text-decoration: none;
}

.ptr-nav-toggle span {
  background-color: #ffffff;
}

/**
 * PTR Header Phone Link
 * Styled inline within the Elementor header's CTA column.
 */
.ptr-header-phone__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4E5747;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.ptr-header-phone__link:hover {
  color: #389680;
}
.ptr-header-phone__link i {
  font-size: 14px;
}
@media (max-width: 768px) {
  .ptr-header-phone__link {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .ptr-header-phone__link {
    font-size: 0;
  }
  .ptr-header-phone__link i {
    font-size: 18px;
  }
}

/**
 * PTR Hero Widget Styles
 */
.ptr-hero {
  width: 100%;
  font-family: "Raleway", sans-serif;
  position: relative;
}
.ptr-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.ptr-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.ptr-hero__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ptr-hero__logo {
  flex-shrink: 0;
}
.ptr-hero__logo img {
  height: auto;
  display: block;
}
.ptr-hero__logo a {
  display: block;
  text-decoration: none;
}
.ptr-hero__nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .ptr-hero__nav-menu {
    display: none;
  }
}
.ptr-hero__nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #4E5747;
  text-decoration: none;
  padding: 10px 2px;
  transition: all 0.2s ease;
  position: relative;
}
.ptr-hero__nav-link:hover {
  opacity: 0.8;
}
.ptr-hero__nav-link--active {
  font-weight: 600;
  border-bottom: 1px solid #4E5747;
}
@media (max-width: 1024px) {
  .ptr-hero__nav-link {
    font-size: 16px;
    gap: 24px;
  }
}
.ptr-hero__header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ptr-hero__header-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.ptr-hero__header-cta {
  padding: 12px 20px;
  background-color: #389680;
  color: #FFFEF9;
  font-size: 18px;
}
.ptr-hero__header-cta:hover {
  color: #FFFEF9;
}
@media (max-width: 768px) {
  .ptr-hero__header-cta {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.ptr-hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .ptr-hero__content {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .ptr-hero__content {
    gap: 10px;
  }
}
.ptr-hero__headline {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  color: #282828;
  text-shadow: 3px 3px 6px #fff;
  margin: 0;
}
.ptr-hero__headline em,
.ptr-hero__headline i {
  font-style: italic;
  font-weight: 400;
}
.ptr-hero__headline p {
  margin: 0;
  color: #1b1a56;
}
@media (max-width: 1024px) {
  .ptr-hero__headline {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .ptr-hero__headline {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ptr-hero__headline {
    font-size: 32px;
  }
}
.ptr-hero__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .ptr-hero__cta-wrapper {
    max-width: 100%;
  }
}
.ptr-hero__subheadline {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #1b1a56;
  text-shadow: 3px 3px 6px #fff;
  margin: 0;
}
@media (max-width: 480px) {
  .ptr-hero__subheadline {
    font-size: 14px;
  }
}
.ptr-hero__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ptr-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ptr-hero__cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.ptr-hero__cta {
  padding: 17px 26px;
  background-color: #282828;
  color: #FFFEF9;
  font-size: 20px;
  width: fit-content;
  border: 2px solid transparent;
}
.ptr-hero__cta:hover {
  color: #FFFEF9;
}
.ptr-hero__cta--secondary {
  background-color: #EAE9E1;
  color: #282828;
  border: 1px solid #282828;
}
.ptr-hero__cta--secondary:hover {
  color: #282828;
  background-color: rgb(225.6, 224.2, 213);
}
@media (max-width: 768px) {
  .ptr-hero__cta {
    font-size: 16px;
    padding: 14px 20px;
  }
}

/**
 * PTR Services Widget Styles
 */
.ptr-services {
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ptr-services__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 120px;
}
@media (max-width: 1024px) {
  .ptr-services__inner {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-services__inner {
    padding: 60px 32px;
  }
}
.ptr-services__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0 0 60px;
  max-width: 600px;
}
.ptr-services__heading em, .ptr-services__heading i {
  font-style: italic;
  font-weight: 400;
}
.ptr-services__heading p {
  margin: 0;
}
@media (max-width: 1024px) {
  .ptr-services__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ptr-services__heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.ptr-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .ptr-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ptr-services__grid {
    grid-template-columns: 1fr;
  }
}
.ptr-services__card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background-color: #EAE9E1;
}
.ptr-services__card-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #d5d3ca;
}
.ptr-services__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ptr-services__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 24px;
  gap: 16px;
}
.ptr-services__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0;
}
.ptr-services__card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  flex: 1;
}
.ptr-services__card-text p {
  margin: 0 0 16px;
}
.ptr-services__card-text p:last-child {
  margin-bottom: 0;
}
.ptr-services__card-divider {
  border: none;
  border-top: 1px solid rgba(78, 87, 71, 0.2);
  margin: 0;
}
.ptr-services__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ptr-services__card-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.ptr-services__card-btn {
  font-size: 16px;
  font-weight: 600;
  color: #4E5747;
  text-decoration: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.ptr-services__card-btn::after {
  content: "→";
  transition: transform 0.2s ease;
}
.ptr-services__card-btn:hover {
  opacity: 0.7;
  transform: none;
}
.ptr-services__card-btn:hover::after {
  transform: translateX(4px);
}

/**
 * PTR About Widget Styles
 */
.ptr-about {
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ptr-about__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 130px;
  align-items: flex-start;
  padding: 140px 120px 100px;
}
@media (max-width: 1280px) {
  .ptr-about__inner {
    gap: 80px;
    padding: 100px 80px;
  }
}
@media (max-width: 1024px) {
  .ptr-about__inner {
    flex-direction: column;
    gap: 60px;
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-about__inner {
    padding: 60px 32px;
  }
}
.ptr-about__left {
  flex: 0 0 35%;
  min-width: 0;
}
@media (max-width: 1024px) {
  .ptr-about__left {
    flex: none;
    width: 100%;
  }
}
.ptr-about__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  color: #4E5747;
  margin: 0 0 24px;
}
.ptr-about__heading em, .ptr-about__heading i {
  font-style: italic;
  font-weight: 400;
}
.ptr-about__heading p {
  margin: 0;
}
@media (max-width: 1024px) {
  .ptr-about__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ptr-about__heading {
    font-size: 32px;
  }
}
.ptr-about__bio {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin-bottom: 24px;
}
.ptr-about__bio p {
  margin: 0 0 16px;
}
.ptr-about__bio p:last-child {
  margin-bottom: 0;
}
.ptr-about__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ptr-about__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #4E5747;
  padding-left: 22px;
  position: relative;
}
.ptr-about__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #389680;
  font-weight: 600;
}
.ptr-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #4E5747;
  text-decoration: none;
  border: 1px solid #6E706B;
  border-radius: 40px;
  padding: 12px 20px;
  transition: all 0.2s ease;
}
.ptr-about__cta:hover {
  background-color: #4E5747;
  border-color: #4E5747;
  color: #FFFEF9;
}
.ptr-about__right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 1024px) {
  .ptr-about__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ptr-about__right {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ptr-about__value-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ptr-about__value-icon {
  background-color: #4E5747;
  width: 64px;
  height: 64px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ptr-about__value-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ptr-about__value-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #4E5747;
  margin: 0;
}
.ptr-about__value-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0;
}

/**
 * PTR How It Works Widget Styles
 */
.ptr-hiw {
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ptr-hiw__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 120px;
}
@media (max-width: 1024px) {
  .ptr-hiw__inner {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-hiw__inner {
    padding: 60px 32px;
  }
}
.ptr-hiw__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #282828;
  margin: 0 0 60px;
}
@media (max-width: 1024px) {
  .ptr-hiw__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ptr-hiw__heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.ptr-hiw__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 60px;
}
.ptr-hiw__step {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid rgba(78, 87, 71, 0.2);
}
.ptr-hiw__step:last-child {
  border-bottom: 1px solid rgba(78, 87, 71, 0.2);
}
@media (max-width: 768px) {
  .ptr-hiw__step {
    gap: 24px;
  }
}
.ptr-hiw__step-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #389680;
  flex-shrink: 0;
  min-width: 80px;
}
@media (max-width: 1024px) {
  .ptr-hiw__step-number {
    font-size: 38px;
    min-width: 64px;
  }
}
@media (max-width: 768px) {
  .ptr-hiw__step-number {
    font-size: 32px;
    min-width: 48px;
  }
}
.ptr-hiw__step-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}
.ptr-hiw__step-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0;
}
@media (max-width: 768px) {
  .ptr-hiw__step-title {
    font-size: 18px;
  }
}
.ptr-hiw__step-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0;
}
.ptr-hiw__footer {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #4E5747;
  max-width: 600px;
}
.ptr-hiw__footer p {
  margin: 0 0 8px;
}
.ptr-hiw__footer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ptr-hiw__footer {
    font-size: 16px;
  }
}

/**
 * PTR FAQ Widget Styles
 */
.ptr-faq {
  width: 100%;
  font-family: "Raleway", sans-serif;
  background-color: #EAE9E1;
}
.ptr-faq__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 120px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .ptr-faq__inner {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-faq__inner {
    padding: 60px 32px;
    gap: 40px;
  }
}
.ptr-faq__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
}
.ptr-faq__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0;
}
@media (max-width: 1024px) {
  .ptr-faq__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ptr-faq__heading {
    font-size: 32px;
  }
}
.ptr-faq__subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0;
}
.ptr-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ptr-faq__item {
  overflow: hidden;
  border-top: 1px solid rgba(78, 87, 71, 0.2);
}
.ptr-faq__item:last-child {
  border-bottom: 1px solid rgba(78, 87, 71, 0.2);
}
.ptr-faq__item.is-open .ptr-faq__icon::before {
  transform: rotate(0deg);
}
.ptr-faq__question {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: none;
  background-color: transparent;
  border: none;
  padding: 24px 10px;
  cursor: pointer;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  transition: color 0.2s ease;
}
.ptr-faq__question:hover, .ptr-faq__question:focus {
  color: #389680;
  background-color: transparent;
}
.ptr-faq__question {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  min-width: 0;
}
@media (max-width: 768px) {
  .ptr-faq__question {
    font-size: 16px;
    padding: 16px 10px;
  }
}
.ptr-faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ptr-faq__icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
}
.ptr-faq__icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease;
}
.ptr-faq__answer {
  padding: 0 10px 24px;
}
.ptr-faq__answer[hidden] {
  display: none;
}
.ptr-faq__answer p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0 0 16px;
}
.ptr-faq__answer p:last-child {
  margin-bottom: 0;
}

/**
 * PTR Persona Widget Styles
 */
.ptr-persona {
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ptr-persona__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 120px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .ptr-persona__inner {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-persona__inner {
    padding: 60px 32px;
    gap: 40px;
  }
}
.ptr-persona__top {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .ptr-persona__top {
    flex-direction: column;
    gap: 40px;
  }
}
.ptr-persona__intro {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .ptr-persona__intro {
    flex: none;
    width: 100%;
  }
}
.ptr-persona__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0;
}
@media (max-width: 1024px) {
  .ptr-persona__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ptr-persona__heading {
    font-size: 32px;
  }
}
.ptr-persona__subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0;
}
.ptr-persona__cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .ptr-persona__cards {
    grid-template-columns: 1fr;
  }
}
.ptr-persona__card {
  background-color: #FFFEF9;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ptr-persona__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0;
}
.ptr-persona__card-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
}
.ptr-persona__card-body p {
  margin: 0 0 16px;
}
.ptr-persona__card-body p:last-child {
  margin-bottom: 0;
}
.ptr-persona__support {
  background-color: rgba(78, 87, 71, 0.06);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ptr-persona__support-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #4E5747;
  margin: 0;
}
.ptr-persona__support-intro {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0;
}
.ptr-persona__support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ptr-persona__support-list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #4E5747;
  padding-left: 22px;
  position: relative;
}
.ptr-persona__support-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #389680;
  font-weight: 600;
}
.ptr-persona__support-closing {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  padding-top: 8px;
}
.ptr-persona__support-closing p {
  margin: 0 0 16px;
}
.ptr-persona__support-closing p:last-child {
  margin-bottom: 0;
}

/**
 * PTR Intro Widget Styles
 */
.ptr-intro {
  width: 100%;
  font-family: "Raleway", sans-serif;
  background-color: #FFFEF9;
}
.ptr-intro__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .ptr-intro__inner {
    padding: 60px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-intro__inner {
    padding: 48px 32px;
    gap: 24px;
  }
}
.ptr-intro__body-row {
  display: block;
}
.ptr-intro__body-row--has-image {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 768px) {
  .ptr-intro__body-row--has-image {
    flex-direction: column;
    gap: 40px;
  }
}
.ptr-intro__body-image {
  flex: 0 0 25%;
  min-width: 0;
}
.ptr-intro__body-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .ptr-intro__body-image {
    flex: none;
    width: 100%;
  }
}
.ptr-intro__body {
  max-width: 720px;
}
.ptr-intro__body-row--has-image .ptr-intro__body {
  max-width: none;
  flex: 1;
  min-width: 0;
}
.ptr-intro__body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0 0 16px;
}
.ptr-intro__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ptr-intro__body p {
    font-size: 16px;
  }
}
.ptr-intro__cards-label {
  font-size: 16px;
  font-weight: 600;
  color: #4E5747;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ptr-intro__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.ptr-intro__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex: 0 0 calc(100% / var(--ptr-cols, 3) - 16px);
  min-width: 140px;
}
@media (max-width: 1024px) {
  .ptr-intro__card {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .ptr-intro__card {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .ptr-intro__card {
    flex: 0 0 100%;
  }
}
.ptr-intro__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: rgba(78, 87, 71, 0.1);
  flex-shrink: 0;
  font-size: 38px;
}
.ptr-intro__card-icon svg {
  width: 38px;
  height: 38px;
  fill: #4E5747;
  color: #4E5747;
}
.ptr-intro__card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #4E5747;
  padding: 0 12px;
}

/**
 * PTR Two Column Widget Styles
 */
.ptr-two-col {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: stretch;
  min-height: 480px;
}
@media (max-width: 768px) {
  .ptr-two-col {
    flex-direction: column;
    min-height: unset;
  }
}
.ptr-two-col__image {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .ptr-two-col__image {
    flex: none;
    width: 100%;
    min-height: 300px;
  }
}
.ptr-two-col--image-right {
  flex-direction: row;
}
.ptr-two-col--image-right .ptr-two-col__image {
  order: 2;
}
.ptr-two-col--image-right .ptr-two-col__content {
  order: 1;
}
@media (max-width: 768px) {
  .ptr-two-col--image-right {
    flex-direction: column;
  }
  .ptr-two-col--image-right .ptr-two-col__image {
    order: 1;
  }
  .ptr-two-col--image-right .ptr-two-col__content {
    order: 2;
  }
}
.ptr-two-col--image-left {
  flex-direction: row;
}
.ptr-two-col--image-left .ptr-two-col__image {
  order: 1;
}
.ptr-two-col--image-left .ptr-two-col__content {
  order: 2;
}
@media (max-width: 768px) {
  .ptr-two-col--image-left {
    flex-direction: column;
  }
}
.ptr-two-col--img-contained .ptr-two-col__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ptr-two-col--img-margin-sm .ptr-two-col__image {
  padding: 16px;
}
.ptr-two-col--img-margin-md .ptr-two-col__image {
  padding: 32px;
}
.ptr-two-col--img-margin-lg .ptr-two-col__image {
  padding: 48px;
}
.ptr-two-col--img-margin-sm .ptr-two-col__image img, .ptr-two-col--img-margin-md .ptr-two-col__image img, .ptr-two-col--img-margin-lg .ptr-two-col__image img {
  border-radius: 16px;
}
.ptr-two-col--img-bg .ptr-two-col__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.ptr-two-col__content {
  flex: 0 0 50%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background-color: #FFFEF9;
}
@media (max-width: 1024px) {
  .ptr-two-col__content {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .ptr-two-col__content {
    flex: none;
    width: 100%;
    padding: 48px 32px;
  }
}
.ptr-two-col__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #389680;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.ptr-two-col__heading {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: #282828;
  margin: 0;
}
@media (max-width: 1024px) {
  .ptr-two-col__heading {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .ptr-two-col__heading {
    font-size: 20px;
  }
}
.ptr-two-col__subheading {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #6E706B;
  margin: 0;
}
.ptr-two-col__body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0 0 16px;
}
.ptr-two-col__body p:last-child {
  margin-bottom: 0;
}
.ptr-two-col--bg-bone .ptr-two-col__content {
  background-color: #EAE9E1;
}

/**
 * PTR CTA Widget Styles
 */
.ptr-cta {
  width: 100%;
  font-family: "Raleway", sans-serif;
  background-color: #4E5747;
  padding: 100px 120px;
}
@media (max-width: 1024px) {
  .ptr-cta {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .ptr-cta {
    padding: 60px 32px;
  }
}
.ptr-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.ptr-cta__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 254, 249, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.ptr-cta__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFEF9;
  margin: 0;
}
@media (max-width: 1024px) {
  .ptr-cta__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ptr-cta__heading {
    font-size: 32px;
  }
}
.ptr-cta__body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 254, 249, 0.8);
  margin: 0 0 8px;
}
.ptr-cta__body p:last-child {
  margin-bottom: 0;
}
.ptr-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ptr-cta__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.ptr-cta__btn {
  background-color: #389680;
  color: #FFFEF9;
  padding: 16px 40px;
  font-size: 16px;
  margin-top: 8px;
}
.ptr-cta__btn:hover {
  background-color: rgb(44.9087378641, 120.2912621359, 102.6485436893);
  color: #FFFEF9;
  opacity: 1;
}

/**
 * PTR Bio Widget
 * Two-column bio layout: text + CTA (left), photo + sidebar (right)
 */
.ptr-bio {
  width: 100%;
  background-color: #FFFEF9;
  font-family: "Raleway", sans-serif;
}
.ptr-bio__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 120px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .ptr-bio__inner {
    flex-direction: column;
    padding: 80px 60px;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .ptr-bio__inner {
    padding: 60px 32px;
  }
}
.ptr-bio__left {
  flex: 0 0 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .ptr-bio__left {
    flex: none;
    width: 100%;
  }
}
.ptr-bio__body h2 {
  color: #282828;
}
.ptr-bio__body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #6E706B;
  margin: 0 0 16px;
}
.ptr-bio__body p:last-child {
  margin-bottom: 0;
}
.ptr-bio__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 40px;
  border: 1.5px solid #4E5747;
  color: #4E5747;
  padding: 14px 32px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ptr-bio__cta:hover {
  background-color: #4E5747;
  color: #FFFEF9;
  transform: translateY(-1px);
}
.ptr-bio__right {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .ptr-bio__right {
    width: 100%;
  }
}
.ptr-bio__photo {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
.ptr-bio__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.ptr-bio__sidebar-heading {
  font-size: 20px;
  font-weight: 600;
  color: #4E5747;
  margin: 0 0 16px;
  line-height: 1.2;
}
.ptr-bio__expertise-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 0;
}
.ptr-bio__expertise-list li {
  font-size: 16px;
  font-weight: 400;
  color: #6E706B;
  line-height: 1.6;
  margin-bottom: 4px;
}
.ptr-bio__expertise-list li:last-child {
  margin-bottom: 0;
}
.ptr-bio__divider {
  border: none;
  border-top: 1px solid rgba(78, 87, 71, 0.2);
  margin: 3rem 0 !important;
}
.ptr-bio__approach-body p {
  font-size: 16px;
  font-weight: 400;
  color: #6E706B;
  line-height: 1.6;
  margin: 0 0 16px;
}
.ptr-bio__approach-body p:last-child {
  margin-bottom: 0;
}

/**
 * PTR Testimonials Carousel Styles
 * Horizontal sliding track carousel.
 */
.ptr-testimonials {
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ptr-testimonials__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.ptr-testimonials__header {
  text-align: center;
  margin-bottom: 60px;
}
.ptr-testimonials__eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 8px;
}
.ptr-testimonials__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .ptr-testimonials__heading {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ptr-testimonials__heading {
    font-size: 32px;
  }
}
.ptr-testimonials__carousel {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.ptr-testimonials__track {
  display: flex;
  transition: transform 0.5s ease;
}
.ptr-testimonials__card {
  border: none;
  border-radius: 16px;
  padding: 40px 60px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .ptr-testimonials__card {
    padding: 24px;
  }
}
.ptr-testimonials__quote-icon {
  font-size: 32px;
  color: #389680;
  line-height: 1;
}
.ptr-testimonials__quote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  .ptr-testimonials__quote {
    font-size: 16px;
  }
}
.ptr-testimonials__attribution {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.ptr-testimonials__name {
  font-size: 16px;
  font-weight: 600;
}
.ptr-testimonials__date {
  font-size: 14px;
}
.ptr-testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.ptr-testimonials__arrow {
  background: none;
  border: 2px solid rgba(255, 254, 249, 0.3);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFEF9;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}
.ptr-testimonials__arrow:hover {
  border-color: #FFFEF9;
  background-color: rgba(255, 254, 249, 0.1);
  color: #FFFEF9;
}
.ptr-testimonials__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ptr-testimonials__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 254, 249, 0.3);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}
.ptr-testimonials__dot.is-active {
  background-color: #389680;
  transform: scale(1.2);
}
.ptr-testimonials__dot:hover:not(.is-active) {
  background-color: rgba(255, 254, 249, 0.6);
}

/**
 * PTR Sitewide Footer
 */
.ptr-footer {
  background-color: #4E5747;
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ptr-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 120px 40px;
}
@media (max-width: 1024px) {
  .ptr-footer__inner {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 768px) {
  .ptr-footer__inner {
    padding: 48px 32px 32px;
  }
}
.ptr-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .ptr-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.ptr-footer__logo a {
  display: block;
}
.ptr-footer__logo img {
  height: 56px;
  width: auto;
  display: block;
}
.ptr-footer .site-description {
  display: none !important;
}
.ptr-footer__pt-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ptr-footer__pt-label {
  color: rgba(255, 254, 249, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.ptr-footer__pt-link {
  display: block;
  transition: opacity 0.2s ease;
}
.ptr-footer__pt-link:hover {
  opacity: 0.85;
}
.ptr-footer__pt-link img {
  height: 60px;
  width: auto;
  display: block;
}
.ptr-footer__nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .ptr-footer__nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.ptr-footer__nav a {
  color: #FFFEF9;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.ptr-footer__nav a:hover {
  opacity: 0.7;
}
.ptr-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 254, 249, 0.2);
  gap: 24px;
}
@media (max-width: 768px) {
  .ptr-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.ptr-footer__copyright {
  color: rgba(255, 254, 249, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.ptr-footer__legal {
  display: flex;
  gap: 24px;
  align-items: center;
}
.ptr-footer__legal-link {
  color: rgba(255, 254, 249, 0.7);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.ptr-footer__legal-link:hover {
  opacity: 1;
  color: #FFFEF9;
}

/**
 * Gravity Forms + Blog Overrides
 */
@media (max-width: 768px) {
  .elementor-element-6051d5d7 {
    background-position: 65% center !important;
  }
}
.elementor-widget-loop-grid .elementor-button {
  background-color: #389680 !important;
  border-color: #389680 !important;
  font-family: "Raleway", sans-serif !important;
}

.gform_wrapper {
  padding-bottom: 40px;
}

.gform_wrapper input[type=submit].gform_button,
.gform_wrapper button[type=submit].gform_button {
  appearance: none;
  -webkit-appearance: none;
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #FFFEF9 !important;
  background-color: #389680 !important;
  border: none !important;
  border-radius: 40px !important;
  padding: 17px 26px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-block;
}
.gform_wrapper input[type=submit].gform_button:hover,
.gform_wrapper button[type=submit].gform_button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
