@charset "UTF-8";
/* Slider - match Figma design */
.elementor-widget-slides {
  /* Slide min height */
}
.elementor-widget-slides .elementor-slides .swiper-slide {
  min-height: 690px;
}
.elementor-widget-slides {
  /* Ken Burns bg image — keep behind overlays */
}
.elementor-widget-slides .elementor-slides .swiper-slide .swiper-slide-bg {
  z-index: 0 !important;
}
.elementor-widget-slides {
  /* 50% dark overlay on background image */
}
.elementor-widget-slides .elementor-slides .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 44, 0.25);
  z-index: 1;
  pointer-events: none;
}
.elementor-widget-slides {
  /* Gradient + decorative swoosh overlay */
}
.elementor-widget-slides .elementor-slides .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hero-overlay.svg") left center/cover no-repeat;
  z-index: 2;
  pointer-events: none;
}
.elementor-widget-slides {
  /* Container alignment */
}
.elementor-widget-slides .elementor-slides .swiper-slide-inner {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
  z-index: 3 !important;
}
.elementor-widget-slides {
  /* Content wrapper */
}
.elementor-widget-slides .elementor-slides .swiper-slide-contents {
  max-width: 48%;
}
.elementor-widget-slides {
  /* Teal accent line above heading */
}
.elementor-widget-slides .elementor-slides .swiper-slide-contents::before {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #27bdbe;
  margin-bottom: 30px;
}
.elementor-widget-slides {
  /* Heading */
}
.elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-heading {
  font-family: "Exo 2", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 85px;
  margin-bottom: 20px;
}
.elementor-widget-slides {
  /* Description */
}
.elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.elementor-widget-slides {
  /* Button */
}
.elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-button {
  background-color: #27bdbe;
  color: #0e1f70;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 25px;
  border: none;
  border-radius: 4px;
}
.elementor-widget-slides {
  /* Pagination - pill indicators (sits inside .elementor-swiper, outside .swiper-slide-inner) */
}
.elementor-widget-slides .elementor-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  bottom: 33px !important;
}
.elementor-widget-slides .elementor-main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 6px !important;
  border-radius: 6px;
  background: #27bdbe;
  opacity: 1;
  margin: 0;
  transition: width 0.3s ease;
}
.elementor-widget-slides .elementor-main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 63px !important;
  background: #fff;
}
.elementor-widget-slides {
  /* Tablet */
}
@media (max-width: 1024px) {
  .elementor-widget-slides .elementor-slides .swiper-slide-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-contents {
    max-width: 70%;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-contents::before {
    width: 50px;
    margin-bottom: 24px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 16px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-button {
    font-size: 14px;
    padding: 14px 22px;
  }
  .elementor-widget-slides .elementor-swiper .swiper-pagination {
    bottom: 24px !important;
  }
  .elementor-widget-slides .elementor-main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px !important;
  }
  .elementor-widget-slides .elementor-main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px !important;
  }
}
.elementor-widget-slides {
  /* Mobile */
}
@media (max-width: 767px) {
  .elementor-widget-slides .elementor-slides .swiper-slide {
    min-height: 420px !important;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-contents {
    max-width: 85%;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-contents::before {
    width: 32px;
    height: 2px;
    margin-bottom: 12px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-button {
    font-size: 13px;
    padding: 10px 18px;
  }
  .elementor-widget-slides .elementor-swiper .swiper-pagination {
    bottom: 12px !important;
  }
  .elementor-widget-slides .elementor-main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 4px !important;
  }
  .elementor-widget-slides .elementor-main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px !important;
  }
}

/* Hero Slider (Elementor Nested Carousel) — 1:1 with _slides.scss */
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Reset widget container */
}
.elementor-widget-n-carousel.pfh-hero-slider > .elementor-widget-container {
  padding: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider .e-n-carousel,
.elementor-widget-n-carousel.pfh-hero-slider .swiper {
  overflow: hidden;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide {
  min-height: 690px;
  position: relative;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Outer slide container (has the bg image) */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con {
  position: relative;
  min-height: 690px;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Overlays live on .e-con-inner (Elementor injects video container there for boxed
     containers, so to keep overlays above the video they must share the same
     stacking context). Both pseudos break out of the 1200 box to span viewport. */
  /* 25% dark overlay */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: rgba(38, 38, 44, 0.25);
  z-index: 1;
  pointer-events: none;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Decorative swoosh overlay (hero-overlay.svg) */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: url("../images/hero-overlay.svg") left center/cover no-repeat;
  z-index: 2;
  pointer-events: none;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Video background: break out of the boxed 1200 max-width to fill the slide */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-background-video-container {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  height: auto !important;
  margin-left: -50vw !important;
  overflow: hidden !important;
  z-index: 0 !important;
  pointer-events: none;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-background-video-container video,
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide video.elementor-background-video-hosted,
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-background-video-embed iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Inner column needs explicit z-index above the overlays */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con {
  position: relative;
  z-index: 3;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* If user enables Elementor's own Background Overlay, keep it under our pseudos */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .elementor-background-overlay {
  z-index: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Inner layout box = mimics .swiper-slide-inner (1200 centered, padding-bottom 100) */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  min-height: 690px;
  margin: 0 auto;
  padding: 0 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Inner column container = .swiper-slide-contents (the 48% wrapper) */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con {
  max-width: 48%;
  width: 100%;
  padding: 0;
  background: transparent;
  display: block;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Reveal animation: content slides up from bottom on active slide */
  /* Reveal only kicks in once Swiper has initialized (adds .swiper-initialized).
     If JS is deferred/blocked by WP Rocket, content stays fully visible (default state). */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) > .e-con > .e-con-inner > .e-con::before,
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .elementor-widget-heading,
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .elementor-widget-text-editor,
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .elementor-widget-button {
  opacity: 0;
  transform: translateY(40px);
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide > .e-con > .e-con-inner > .e-con::before,
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide .elementor-widget-heading,
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide .elementor-widget-text-editor,
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide .elementor-widget-button {
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide.swiper-slide-active > .e-con > .e-con-inner > .e-con::before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide.swiper-slide-active .elementor-widget-heading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide.swiper-slide-active .elementor-widget-text-editor {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 200ms;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide.swiper-slide-active .elementor-widget-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
@media (prefers-reduced-motion: reduce) {
  .elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) > .e-con > .e-con-inner > .e-con::before,
  .elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .elementor-widget-heading,
  .elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .elementor-widget-text-editor,
  .elementor-widget-n-carousel.pfh-hero-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .elementor-widget-button {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con > .e-con-inner {
  padding: 0;
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Teal accent line above heading */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con::before {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #27bdbe;
  top: -30px;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Heading */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading {
  width: 100%;
  margin: 0 0 20px;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading .elementor-widget-container {
  padding: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading .elementor-heading-title {
  font-family: "Exo 2", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 85px;
  color: #fff;
  margin: 0;
  text-shadow: none;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Description (Text Editor) */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor {
  width: 100%;
  margin: 0 0 30px;
  color: #fff;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor .elementor-widget-container {
  padding: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Button */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-widget-container {
  padding: 0;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button-wrapper {
  display: inline-block;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button {
  background-color: #27bdbe;
  color: #0e1f70;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 25px;
  border: none;
  border-radius: 4px;
  fill: #0e1f70;
  text-decoration: none;
  display: inline-block;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button:hover,
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button:focus {
  background-color: #0e1f70;
  color: #fff;
  fill: #fff;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button-text {
  color: inherit;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Pagination - pill indicators aligned right of 1200 box */
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination,
.elementor-widget-n-carousel.pfh-hero-slider .e-n-carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  top: auto !important;
  bottom: 33px !important;
  z-index: 10;
  position: absolute;
  width: auto;
  pointer-events: none;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet,
.elementor-widget-n-carousel.pfh-hero-slider .e-n-carousel-pagination .swiper-pagination-bullet {
  pointer-events: auto;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 6px !important;
  border-radius: 6px;
  background: #27bdbe;
  opacity: 1;
  margin: 0;
  transition: width 0.3s ease;
}
.elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 63px !important;
  background: #fff;
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Tablet */
}
@media (max-width: 1024px) {
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner {
    padding: 0 20px 70px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con {
    max-width: 70%;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con::before {
    width: 50px;
    margin-bottom: 24px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading .elementor-heading-title {
    font-size: 48px;
    line-height: 58px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading {
    margin-bottom: 16px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor p {
    font-size: 15px;
    line-height: 24px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor {
    margin-bottom: 24px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button {
    font-size: 14px;
    padding: 14px 22px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination {
    bottom: 24px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 16px !important;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px !important;
  }
}
.elementor-widget-n-carousel.pfh-hero-slider {
  /* Mobile */
}
@media (max-width: 767px) {
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide {
    min-height: 420px !important;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con {
    min-height: 420px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner {
    min-height: 420px;
    padding: 30px 16px 40px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con {
    max-width: 85%;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide > .e-con > .e-con-inner > .e-con::before {
    width: 32px;
    height: 2px;
    margin-bottom: 12px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading .elementor-heading-title {
    font-size: 24px;
    line-height: 30px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-heading {
    margin-bottom: 10px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor p {
    font-size: 13px;
    line-height: 20px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-text-editor {
    margin-bottom: 16px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-slide .elementor-widget-button .elementor-button {
    font-size: 13px;
    padding: 10px 18px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination {
    bottom: 22px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 4px !important;
  }
  .elementor-widget-n-carousel.pfh-hero-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px !important;
  }
}

/* Logo Wall widget */
.pfh-logo-wall {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  /* Heading */
}
.pfh-logo-wall__heading {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #0e1f70;
  text-align: center;
  margin: 0;
}
.pfh-logo-wall {
  /* Logo row */
}
.pfh-logo-wall__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  flex-wrap: wrap;
}
.pfh-logo-wall {
  /* Individual logo */
}
.pfh-logo-wall__logo {
  flex-shrink: 0;
}
.pfh-logo-wall__logo img {
  display: block;
  max-height: 60px;
  width: auto;
  object-fit: contain;
}
.pfh-logo-wall__logo a {
  display: block;
}
.pfh-logo-wall {
  /* CTA link */
}
.pfh-logo-wall__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #27bdbe;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #26262c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pfh-logo-wall__cta svg {
  width: 15px;
  height: 15px;
}
.pfh-logo-wall__cta:hover {
  color: #0e1f70;
}
.pfh-logo-wall {
  /* Tablet */
}
@media (max-width: 1024px) {
  .pfh-logo-wall__logos {
    gap: 40px;
  }
  .pfh-logo-wall__logo img {
    max-height: 50px;
  }
}
.pfh-logo-wall {
  /* Mobile */
}
@media (max-width: 767px) {
  .pfh-logo-wall {
    gap: 20px;
  }
  .pfh-logo-wall__heading {
    font-size: 20px;
    line-height: 24px;
  }
  .pfh-logo-wall__logos {
    gap: 24px 32px;
  }
  .pfh-logo-wall__logo img {
    max-height: 40px;
  }
  .pfh-logo-wall__cta {
    font-size: 14px;
  }
}

/* Service Pillars widget */
.pfh-service-pillars {
  background: #f3f4f8;
  border-radius: 8px;
  padding: 48px 40px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  /* Decorative background SVG — bottom left, partly off-screen */
}
.pfh-service-pillars::before {
  content: "";
  position: absolute;
  left: -39.67%;
  top: 55%;
  width: 1141px;
  height: 748px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-520 0 1146 748' fill='none'%3E%3Cpath opacity='0.03' d='M322.034 23.4124C479.398 30.1017 560.046 129.772 580.372 206.029C626.27 381.957 428.91 588.655 139.099 668.258C-150.712 747.191 -422.819 668.926 -469.373 492.999C-515.27 316.402 -317.91 109.704 -28.0993 30.7706C40.7472 11.3717 108.938 2.00678 173.195 0L170.572 1.33785C85.3334 50.1695 41.4028 145.826 41.4028 145.826C41.4028 145.826 164.671 16.7232 322.034 23.4124Z' fill='%230E1F70'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.pfh-service-pillars {
  /* Ensure content above decorative bg */
}
.pfh-service-pillars__top-heading, .pfh-service-pillars__circles, .pfh-service-pillars__bottom-heading {
  position: relative;
  z-index: 1;
}
.pfh-service-pillars {
  /* Top heading */
}
.pfh-service-pillars__top-heading {
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #26262c;
  text-align: center;
  margin: 0 0 40px;
}
.pfh-service-pillars {
  /* Circles row */
}
.pfh-service-pillars__circles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pfh-service-pillars {
  /* Individual circle */
}
.pfh-service-pillars__circle {
  width: 302px;
  height: 302px;
  border-radius: 50%;
  background: var(--pillar-color, #0e1f70);
  background-image: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.pfh-service-pillars__circle:hover {
  transform: scale(1.04);
  color: #fff;
}
.pfh-service-pillars__circle + .pfh-service-pillars__circle {
  margin-left: -52px;
}
.pfh-service-pillars__circle:nth-child(1) {
  z-index: 3;
}
.pfh-service-pillars__circle:nth-child(2) {
  z-index: 2;
}
.pfh-service-pillars__circle:nth-child(3) {
  z-index: 1;
}
.pfh-service-pillars {
  /* Circle title */
}
.pfh-service-pillars__title {
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
.pfh-service-pillars {
  /* Circle subtitle */
}
.pfh-service-pillars__subtitle {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  max-width: 120px;
  word-break: keep-all;
}
.pfh-service-pillars {
  /* Arrow */
}
.pfh-service-pillars__arrow {
  width: 15px;
  height: 15px;
  margin-top: 8px;
  color: #fff;
}
.pfh-service-pillars {
  /* Bottom heading pill */
}
.pfh-service-pillars__bottom-heading {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #26262c;
  text-align: center;
  background: #f6f7fd;
  border-radius: 8px;
  padding: 9px 24px;
}
.pfh-service-pillars {
  /* Tablet */
}
@media (max-width: 1024px) {
  .pfh-service-pillars {
    padding: 36px 24px 44px;
  }
  .pfh-service-pillars__top-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .pfh-service-pillars__circle {
    width: 230px;
    height: 230px;
  }
  .pfh-service-pillars__circle + .pfh-service-pillars__circle {
    margin-left: -40px;
  }
  .pfh-service-pillars__title {
    font-size: 30px;
    line-height: 40px;
  }
  .pfh-service-pillars__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .pfh-service-pillars__bottom-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.pfh-service-pillars {
  /* Mobile */
}
@media (max-width: 767px) {
  .pfh-service-pillars {
    padding: 28px 16px 36px;
  }
  .pfh-service-pillars__top-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .pfh-service-pillars__circles {
    flex-direction: column;
    margin-bottom: 28px;
  }
  .pfh-service-pillars__circle {
    width: 200px;
    height: 200px;
  }
  .pfh-service-pillars__circle + .pfh-service-pillars__circle {
    margin-left: 0;
    margin-top: -36px;
  }
  .pfh-service-pillars__circle:nth-child(1) {
    z-index: 3;
  }
  .pfh-service-pillars__circle:nth-child(2) {
    z-index: 2;
  }
  .pfh-service-pillars__circle:nth-child(3) {
    z-index: 1;
  }
  .pfh-service-pillars__title {
    font-size: 24px;
    line-height: 32px;
  }
  .pfh-service-pillars__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .pfh-service-pillars__bottom-heading {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 16px;
  }
}

/* Feature Block widget */
.pfh-feature-block {
  display: flex;
  align-items: flex-start;
  gap: 82px;
  /* Reversed layout (image right) */
}
.pfh-feature-block--reversed {
  flex-direction: row-reverse;
}
.pfh-feature-block--reversed .pfh-feature-block__image {
  box-shadow: 48px 48px 0px 0px #f3f4f8;
}
.pfh-feature-block {
  /* Image */
}
.pfh-feature-block__image {
  flex-shrink: 0;
  width: 480px;
  height: 640px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -48px 48px 0px 0px #f3f4f8;
}
.pfh-feature-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pfh-feature-block {
  /* Content */
}
.pfh-feature-block__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 18px;
}
.pfh-feature-block {
  /* Heading */
}
.pfh-feature-block__heading {
  font-family: "Exo 2", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.68px;
  color: #0e1f70;
  margin: 0;
}
.pfh-feature-block {
  /* Teal divider */
}
.pfh-feature-block__divider {
  width: 64px;
  height: 3px;
  background-color: #27bdbe;
}
.pfh-feature-block {
  /* Bullet items container */
}
.pfh-feature-block__bullets {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pfh-feature-block {
  /* Single bullet */
}
.pfh-feature-block__bullet {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pfh-feature-block {
  /* Bullet icon */
}
.pfh-feature-block__bullet-icon {
  flex-shrink: 0;
  width: 20px;
  margin-top: 2px;
}
.pfh-feature-block__bullet-icon svg {
  display: block;
}
.pfh-feature-block {
  /* Bullet content */
}
.pfh-feature-block__bullet-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pfh-feature-block {
  /* Bullet title */
}
.pfh-feature-block__bullet-title {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #26262c;
  margin: 0;
}
.pfh-feature-block {
  /* Bullet description */
}
.pfh-feature-block__bullet-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #75757f;
  margin: 0;
}
.pfh-feature-block {
  /* Tablet */
}
@media (max-width: 1024px) {
  .pfh-feature-block {
    gap: 40px;
  }
  .pfh-feature-block__image {
    width: 360px;
    height: 500px;
    box-shadow: -32px 32px 0px 0px #f3f4f8;
  }
  .pfh-feature-block--reversed .pfh-feature-block__image {
    box-shadow: 32px 32px 0px 0px #f3f4f8;
  }
  .pfh-feature-block__heading {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .pfh-feature-block__bullet-title {
    font-size: 20px;
    line-height: 26px;
  }
  .pfh-feature-block__bullet-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.pfh-feature-block {
  /* Mobile */
}
@media (max-width: 767px) {
  .pfh-feature-block {
    flex-direction: column;
    gap: 32px;
  }
  .pfh-feature-block--reversed {
    flex-direction: column;
  }
  .pfh-feature-block--reversed .pfh-feature-block__image {
    box-shadow: -24px 24px 0px 0px #f3f4f8;
  }
  .pfh-feature-block__image {
    width: 100%;
    height: 300px;
    box-shadow: -24px 24px 0px 0px #f3f4f8;
  }
  .pfh-feature-block__content {
    gap: 28px;
    padding-top: 0;
  }
  .pfh-feature-block__heading {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .pfh-feature-block__bullets {
    gap: 24px;
  }
  .pfh-feature-block__bullet-title {
    font-size: 18px;
    line-height: 24px;
  }
  .pfh-feature-block__bullet-desc {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Footer - match Figma */
/* Background */
.site-above-footer-wrap {
  background-color: #f6f7fd;
}
.site-above-footer-wrap .ast-builder-footer-grid-columns {
  grid-column-gap: 10px;
}
.site-above-footer-wrap .widget {
  margin: 0 0 20px 0;
}

/* Column headings (widget titles + h3) — !important to override Astra customizer zero font-size */
.site-above-footer-wrap .footer-widget-area .widget-title,
.site-above-footer-wrap .footer-widget-area h2,
.site-above-footer-wrap .footer-widget-area h3,
.site-above-footer-wrap .footer-widget-area .wp-block-heading {
  font-family: "Exo 2", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #26262c !important;
  margin-bottom: 20px;
}

/* Nav menu links */
.site-above-footer-wrap .widget_nav_menu .menu-link {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #26262c;
  text-decoration: none;
}
.site-above-footer-wrap .widget_nav_menu .menu-link:hover {
  color: #0e1f70;
}

/* Nav menu list reset + item spacing */
.site-above-footer-wrap .widget_nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-above-footer-wrap .widget_nav_menu .menu li {
  margin-bottom: 10px;
  padding: 0;
  line-height: 26px;
}
.site-above-footer-wrap .widget_nav_menu .menu li:last-child {
  margin-bottom: 0;
}

/* Address text */
.site-above-footer-wrap .widget_text p,
.site-above-footer-wrap .widget_block.widget_text p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #75757f;
}

/* Support links */
.site-above-footer-wrap .widget_block.widget_text a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #26262c;
  text-decoration: none;
}
.site-above-footer-wrap .widget_block.widget_text a:hover {
  color: #0e1f70;
}

/* Client Login button */
.site-above-footer-wrap .wp-block-buttons {
  padding-top: 20px;
}

.site-above-footer-wrap .wp-block-button .wp-block-button__link {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  background-color: #0e1f70;
  color: #fff;
  border: 1px solid #0e1f70;
  border-radius: 4px;
  padding: 16px 25px;
}
.site-above-footer-wrap .wp-block-button .wp-block-button__link:hover {
  background-color: #0b1857;
}

/* Social icons */
.site-above-footer-wrap .ast-footer-social-1-wrap {
  margin-top: 85px;
}
.site-above-footer-wrap .ast-footer-social-1-wrap .footer-social-item {
  width: 32px;
  height: 32px;
}

/* Logo column */
.site-above-footer-wrap .widget_media_image img {
  max-width: 88px;
}

/* Copyright bar */
.site-primary-footer-wrap {
  background-color: #f6f7fd;
  border-top: none;
}

.ast-footer-copyright p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #75757f;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .site-above-footer-wrap .footer-widget-area .widget-title,
  .site-above-footer-wrap .footer-widget-area h2,
  .site-above-footer-wrap .footer-widget-area h3,
  .site-above-footer-wrap .footer-widget-area .wp-block-heading {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .site-above-footer-wrap .widget_nav_menu .menu-link,
  .site-above-footer-wrap .widget_text p,
  .site-above-footer-wrap .widget_block.widget_text p,
  .site-above-footer-wrap .widget_block.widget_text a {
    font-size: 13px;
  }
  .site-above-footer-wrap .ast-builder-footer-grid-columns {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-row-gap: 32px;
  }
  .site-above-footer-wrap .ast-footer-social-1-wrap {
    margin-top: 40px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .site-above-footer-wrap .footer-widget-area .widget-title,
  .site-above-footer-wrap .footer-widget-area h2,
  .site-above-footer-wrap .footer-widget-area h3,
  .site-above-footer-wrap .footer-widget-area .wp-block-heading {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 14px;
  }
  .site-above-footer-wrap .ast-builder-footer-grid-columns {
    grid-template-columns: 1fr 1fr !important;
    grid-row-gap: 28px;
  }
  .site-above-footer-wrap .widget_nav_menu .menu li {
    margin-bottom: 12px;
  }
  .site-above-footer-wrap .ast-footer-social-1-wrap {
    margin-top: 20px;
  }
  .site-above-footer-wrap .wp-block-buttons {
    padding-top: 10px;
  }
}
.pfh-page-title {
  position: relative;
  width: 100%;
  height: 336px;
  overflow: hidden;
}
.pfh-page-title__bg {
  position: absolute;
  inset: 0;
  background-color: #000000;
}
.pfh-page-title__photo {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.7;
}
.pfh-page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: url("../images/hero-page-title-overlay1.png") center/cover no-repeat;
  opacity: 0.75;
  mix-blend-mode: screen;
}
.pfh-page-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url("../images/hero-page-title-overlay2.png") left center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: overlay;
}
.pfh-page-title__container {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 48px;
  box-sizing: border-box;
}
.pfh-page-title__accent {
  display: block;
  width: 64px;
  height: 3px;
  background-color: #27bdbe;
  margin-bottom: 16px;
}
.pfh-page-title__heading {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 85px;
  letter-spacing: 0;
  color: #ffffff !important;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .pfh-page-title {
    height: 280px;
  }
  .pfh-page-title__container {
    padding-bottom: 36px;
  }
  .pfh-page-title__heading {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .pfh-page-title {
    height: 220px;
  }
  .pfh-page-title__container {
    padding: 0 20px 28px;
  }
  .pfh-page-title__heading {
    font-size: 36px;
    line-height: 44px;
  }
  .pfh-page-title__accent {
    width: 48px;
    margin-bottom: 12px;
  }
}
/* Timeline widget */
.pfh-timeline {
  /* Navigation arrows */
}
.pfh-timeline__nav {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.pfh-timeline__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  padding: 0;
  border: none;
  background: none;
  color: #27bdbe;
  cursor: pointer;
  transition: color 0.2s ease;
}
.pfh-timeline__arrow svg {
  width: 37px;
  height: 37px;
  display: block;
}
.pfh-timeline__arrow:hover {
  color: #0e1f70;
}
.pfh-timeline__arrow:disabled {
  color: #c4c4c4;
  cursor: default;
}
.pfh-timeline {
  /* Track wrapper – hides overflow */
}
.pfh-timeline__track-wrapper {
  overflow: hidden;
}
.pfh-timeline {
  /* Sliding track */
}
.pfh-timeline__track {
  display: flex;
  transition: transform 0.4s ease;
}
.pfh-timeline {
  /* Single timeline item */
}
.pfh-timeline__item {
  flex: 0 0 25%;
  min-width: 0;
  padding-right: 24px;
  box-sizing: border-box;
}
.pfh-timeline {
  /* Year heading */
}
.pfh-timeline__year {
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #000;
  margin: 0 0 16px;
}
.pfh-timeline {
  /* Dot + line row */
}
.pfh-timeline__dot-row {
  display: flex;
  align-items: center;
  height: 17px;
  margin-bottom: 24px;
}
.pfh-timeline__dot {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #27bdbe;
}
.pfh-timeline__line {
  flex: 1;
  height: 2px;
  background: #26262c;
  margin-right: -24px;
}
.pfh-timeline {
  /* Description text */
}
.pfh-timeline__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #75757f;
  margin: 0;
}
.pfh-timeline {
  /* Tablet */
}
@media (max-width: 1024px) {
  .pfh-timeline__item {
    flex-basis: 50%;
  }
  .pfh-timeline__year {
    font-size: 32px;
    line-height: 42px;
  }
}
.pfh-timeline {
  /* Mobile */
}
@media (max-width: 767px) {
  .pfh-timeline__item {
    flex-basis: 100%;
    padding-right: 16px;
  }
  .pfh-timeline__year {
    font-size: 28px;
    line-height: 36px;
  }
  .pfh-timeline__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Team Grid widget */
.pfh-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 64px;
  /* Card */
}
.pfh-team-grid__card {
  display: flex;
  flex-direction: column;
}
.pfh-team-grid {
  /* Photo wrapper – square with overflow hidden for swoosh clipping */
}
.pfh-team-grid__photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.pfh-team-grid {
  /* Photo */
}
.pfh-team-grid__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.pfh-team-grid {
  /* Decorative swoosh overlay */
}
.pfh-team-grid__swoosh {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: auto;
  pointer-events: none;
}
.pfh-team-grid {
  /* Info block (name + role) */
}
.pfh-team-grid__info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 16px;
}
.pfh-team-grid {
  /* Name */
}
.pfh-team-grid__name {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #0e1f70;
  margin: 0;
}
.pfh-team-grid {
  /* Role */
}
.pfh-team-grid__role {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #75757f;
  margin: 0 !important;
}
.pfh-team-grid {
  /* LinkedIn link */
}
.pfh-team-grid__linkedin {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #27bdbe;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #26262c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pfh-team-grid__linkedin svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.pfh-team-grid__linkedin:hover {
  color: #0e1f70;
}
.pfh-team-grid {
  /* Tablet – 2 columns */
}
@media (max-width: 1024px) {
  .pfh-team-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 48px;
  }
  .pfh-team-grid__name {
    font-size: 22px;
    line-height: 26px;
  }
}
.pfh-team-grid {
  /* Mobile – 1 column */
}
@media (max-width: 767px) {
  .pfh-team-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .pfh-team-grid__photo-wrap {
    margin-bottom: 24px;
  }
  .pfh-team-grid__name {
    font-size: 20px;
    line-height: 24px;
  }
  .pfh-team-grid__role {
    font-size: 15px;
    line-height: 24px;
  }
}

/* Partner Logos (tabbed) widget */
.pfh-partner-logos {
  display: flex;
  flex-direction: column;
  gap: 42px;
  /* ── Tabs bar ── */
}
.pfh-partner-logos__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.pfh-partner-logos__tab {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #75757f;
  background: none;
  border: none;
  padding: 0 0 12px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s ease;
}
.pfh-partner-logos__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #27bdbe;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.pfh-partner-logos__tab:hover {
  color: #0e1f70;
}
.pfh-partner-logos__tab--active {
  color: #0e1f70;
}
.pfh-partner-logos__tab--active::after {
  opacity: 1;
}
.pfh-partner-logos {
  /* ── Panels (one per tab, toggled via JS) ── */
}
.pfh-partner-logos__panel {
  display: none;
}
.pfh-partner-logos__panel--active {
  display: block;
}
.pfh-partner-logos {
  /* ── Logo grid ── */
}
.pfh-partner-logos__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 72px;
  row-gap: 48px;
}
.pfh-partner-logos__logo {
  flex-shrink: 0;
}
.pfh-partner-logos__logo img {
  display: block;
  max-height: 64px;
  width: auto;
  object-fit: contain;
}
.pfh-partner-logos {
  /* ── Footnote ── */
}
.pfh-partner-logos__footnote {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
  color: #75757f;
  margin: 0 !important;
}
.pfh-partner-logos {
  /* Tablet */
}
@media (max-width: 1024px) {
  .pfh-partner-logos {
    gap: 32px;
  }
  .pfh-partner-logos__tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 24px;
  }
  .pfh-partner-logos__tab {
    font-size: 16px;
  }
  .pfh-partner-logos__grid {
    column-gap: 48px;
    row-gap: 36px;
  }
  .pfh-partner-logos__logo img {
    max-height: 52px;
  }
}
.pfh-partner-logos {
  /* Mobile */
}
@media (max-width: 767px) {
  .pfh-partner-logos {
    gap: 28px;
  }
  .pfh-partner-logos__tabs {
    gap: 20px;
  }
  .pfh-partner-logos__tab {
    font-size: 14px;
    line-height: 24px;
  }
  .pfh-partner-logos__grid {
    column-gap: 32px;
    row-gap: 28px;
  }
  .pfh-partner-logos__logo img {
    max-height: 40px;
  }
  .pfh-partner-logos__footnote {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 544px) {
  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    top: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
