html {
  font-size: 14px;
}

:root {
  --prdc-header-offset: 72px;
  --prdc-heading-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --prdc-header-offset: 80px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin-bottom: 0;
}

body {
  padding-top: 72px;
}

body.prdc-home {
  padding-top: 0;
}

body.prdc-no-header-offset {
  padding-top: 0;
}

body.prdc-nav-on-dark .prdc-header--transparent .prdc-navlinks .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

body.prdc-nav-on-dark .prdc-header--transparent .prdc-navlinks .nav-link:hover,
body.prdc-nav-on-dark .prdc-header--transparent .prdc-navlinks .nav-link:focus {
  color: #ff3b3b;
}

body.prdc-nav-on-dark .prdc-header--transparent .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.65);
}

body.prdc-nav-on-dark .prdc-header--transparent .navbar-toggler-icon {
  filter: invert(1);
}

.prdc-home-logo {
  display: block;
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}

.prdc-home-logo-band {
  background: #fff;
  border-bottom: 1px solid rgba(44, 111, 106, 0.12);
}

.prdc-partners {
  user-select: none;
}

.prdc-partner-logo {
  display: block;
  width: 100%;
  max-height: 64px;
  height: 64px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.9;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.prdc-partner-logo:hover,
.prdc-partner-logo:focus {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.02);
}

@media (max-width: 575.98px) {
  .prdc-partner-logo {
    max-height: 52px;
    height: 52px;
    filter: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .prdc-home-logo {
    max-height: 50px;
  }
}

.prdc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
}

.prdc-header--transparent {
  background: transparent;
  backdrop-filter: none;
}

.prdc-navbar {
  padding: 18px 0;
}

.prdc-navbar .navbar-brand {
  margin-left: 0.75rem;
}

@media (min-width: 992px) {
  .prdc-navbar .navbar-brand {
    margin-left: 1.5rem;
  }

  .prdc-navlinks {
    margin-right: 4.5rem;
  }

  .prdc-navlinks .nav-link {
    font-size: 1rem;
  }
}

.prdc-navlinks {
  margin-right: 0;
}

.prdc-logo {
  height: 100px;
  width: auto;
}

.prdc-navlinks .nav-link {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #111;

}

@media (max-width: 991.98px) {
  body {
    padding-top: 80px;

  }

  body.prdc-home {
    padding-top: 80px;
  }

  body.prdc-no-header-offset {
    padding-top: 0;
  }

  .prdc-navbar {
    padding: 10px 0;


  }

  .prdc-navbar .navbar-toggler {
    margin-right: 0.75rem;
  }

  .prdc-header--transparent {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(44, 111, 106, 0.16);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  }

  .prdc-navbar .container-fluid {
    align-items: center;
    gap: 0.75rem;
  }

  .prdc-navbar .navbar-brand {
    max-width: calc(100% - 64px);
    overflow: hidden;
  }

  .prdc-logo {
    height: 55px;
    max-width: 100%;
    padding-left: 10px;
  }

  .prdc-header--transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    border-radius: 0.25rem;
  }

  body.prdc-nav-on-dark .prdc-header--transparent .navbar-collapse {
    background: rgba(17, 17, 17, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .prdc-navlinks {
    padding: 0.75rem 1rem;
  }

  .prdc-navlinks .nav-link {
    padding: 0.5rem 0;
  }

  .prdc-navlinks .btn-prdc {
    width: 100%;
  }

  .prdc-hero {
    min-height: calc(100vh - var(--prdc-header-offset));
    min-height: calc(100dvh - var(--prdc-header-offset));
  }
}

@media (max-width: 767.98px) {
  .prdc-hero-stats {
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1rem;
  }

  .prdc-hero-stats .prdc-stat {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: none;
    min-width: 0;
    height: 100%;
  }

  .prdc-about-title {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    text-align: center;
  }

  .prdc-about-title > span.d-block {
    display: inline !important;
  }

  .prdc-about-title > span.d-block + span.d-block {
    margin-left: 0.25em;
  }

  .prdc-about-underline {
    margin-left: auto;
    margin-right: auto;
  }
}

.prdc-navlinks .nav-link:hover,
.prdc-navlinks .nav-link:focus {
  color: #ff3b3b;
}

.btn-prdc {
  background: #ff3b3b;
  border-color: #ff3b3b;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.65rem 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
}

.btn-prdc:hover,
.btn-prdc:focus {
  background: #e63535;
  border-color: #e63535;
  color: #fff;
}

.prdc-hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  position: relative;
}

.prdc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
}

.prdc-hero-carousel {
  overflow: hidden;
}

.prdc-hero-carousel #prdcHeroCarousel,
.prdc-hero-carousel #prdcHeroCarousel .carousel-inner,
.prdc-hero-carousel #prdcHeroCarousel .carousel-item {
  height: 100%;
}

.prdc-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prdc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.prdc-hero-carousel #prdcHeroCarousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.prdc-hero-title {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}

.prdc-hero-line {
  display: block;
}

.prdc-hero-line--nowrap {
  white-space: nowrap;
}

@media (max-width: 420px) {
  .prdc-hero-line--nowrap {
    white-space: normal;
  }
}

.prdc-hero-line--stack {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.6rem;
}

.prdc-hero-stack {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .prdc-hero-title {
    font-size: clamp(2.7rem, 3vw, 4.1rem);
    letter-spacing: 0.01em;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.65);
  }

  .prdc-hero-lead {
    max-width: 720px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.65);
  }

  .prdc-hero::before {
    background: rgba(255, 255, 255, 0.22);
  }
}

.prdc-text-teal {
  color: #2c6f6a;
}

.prdc-text-accent {
  color: #ff3b3b;
}

.prdc-hero-lead {
  max-width: 560px;
  font-size: 1.25rem;
}

.prdc-hero-actions .btn {
  padding: 0.85rem 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.prdc-page-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: stretch;
  background-image: var(--prdc-page-hero-bg);
  background-size: cover;
  background-position: center;
}

.prdc-page-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 100%);
  padding-top: var(--prdc-header-offset);
}

.prdc-page-hero-title {
  font-size: clamp(2.2rem, 4.6vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.prdc-page-hero-lead {
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.prdc-pagehead {
  background: #fff;
}

.prdc-pagehead-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 900;
  color: #111;
}

.prdc-pagehead-underline {
  width: 56px;
  height: 4px;
  background: #2c6f6a;
  margin-top: 1rem;
}

.prdc-pagehead-lead {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  max-width: 820px;
}

.prdc-about {
  background: #eaf7f6;
}

.prdc-services {
  background: #fff;
  scroll-margin-top: calc(var(--prdc-header-offset) + 12px);
}

.prdc-section-divider {
  height: 2px;
  width: 100%;
  background: rgba(17, 17, 17, 0.2);
}

.prdc-services-title {
    font-size: clamp(4.6rem, 6.2vw, 2.0rem);
    font-family: var(--prdc-heading-font);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 650;
    color: #6b6b6b;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .prdc-services-title {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 100%;
  }

  .prdc-history-title {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    font-weight: 750;
    line-height: 1;
  }

  .prdc-services-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .prdc-history-controls {
    display: none !important;
  }

  .prdc-history-heading {
    width: 100%;
    text-align: center;
  }

  .prdc-history-underline {
    margin-left: auto;
    margin-right: auto;
  }
}

.prdc-services-lead {
  max-width: 360px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.55);
}

.prdc-history {
  background: #fff;
}

.prdc-values {
  background: #fff;
}

.prdc-values-title {
  font-family: var(--prdc-heading-font);
  font-size: clamp(4.8rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 650;
  color: #6b6b6b;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.prdc-values-rule {
  height: 2px;
  width: 100%;
  background: rgba(44, 111, 106, 0.16);
}

.prdc-values-item {
  max-width: 320px;
}

.prdc-values-num {
  font-family: var(--prdc-heading-font);
  font-weight: 250;
  font-size: clamp(4.8rem, 6vw, 6.2rem);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.prdc-values-num--accent {
  color: #ff3b3b;
}

.prdc-values-num--teal {
  color: #2c6f6a;
}

.prdc-values-name {
    font-weight: 750;
    font-size: clamp(1.3rem, 3vw, 1.2rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #111;
}

.prdc-values-desc {
  color: rgba(17, 17, 17,1);
  line-height: 1.7;
}

.prdc-testimonials {
  background: #f6f7f7;
}

.prdc-testimonials-title {
  font-family: var(--prdc-heading-font);
  font-size: clamp(4.4rem, 4.2vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 650;
  color: #ff3b3b;
}

.prdc-testimonials-underline {
  width: 56px;
  height: 4px;
  background: #2c6f6a;
  margin-top: 0.75rem;
}

.prdc-testimonials-lead {
  max-width: 360px;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.7);
}

.prdc-testimonial-card {
  height: 100%;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background: radial-gradient(circle at 30% 20%, rgba(44, 111, 106, 0.08), rgba(255, 255, 255, 0.96) 60%);
  border: 1px solid rgba(44, 111, 106, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.prdc-testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.prdc-testimonial-index {
  font-family: var(--prdc-heading-font);
  font-weight: 900;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.75);
}

.prdc-testimonial-stars {
  letter-spacing: 0.18em;
  color: rgba(17, 17, 17, 0.3);
  font-size: 0.9rem;
}

.prdc-testimonial-quote {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.75);
}

.prdc-testimonial-person {
  margin-top: auto;
}

.prdc-testimonial-name {
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #111;
}

.prdc-testimonial-role {
  margin-top: 0.1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(44, 111, 106, 0.9);
}

.prdc-testimonial-card--partner {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.03) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.prdc-testimonial-partner-title {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: rgba(17, 17, 17, 0.55);
}

.prdc-testimonials-grid {
  align-items: stretch;
}

.prdc-testimonial-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
  filter: grayscale(1);
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  transform-origin: center;
}

.prdc-testimonials-carousel .carousel-item {
  padding: 0.25rem 0;
}

.prdc-testimonials-carousel .carousel-control-prev,
.prdc-testimonials-carousel .carousel-control-next {
  width: 18%;
}

.prdc-testimonials-carousel .carousel-control-prev-icon,
.prdc-testimonials-carousel .carousel-control-next-icon {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.prdc-insights {
  background: #fff;
}

.prdc-insights-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.prdc-insights-title {
  position: relative;
  z-index: 0;
  display: inline-block;
  isolation: isolate;
  font-family: var(--prdc-heading-font);
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 900;
  color: #111;
}

.prdc-insights-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  transform: translate(-10px, -6px);
  color: rgba(17, 17, 17, 0.18);
  z-index: -1;
}

.prdc-insights-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  text-decoration: none;
  color: rgba(44, 111, 106, 0.92);
}

.prdc-insights-link:hover,
.prdc-insights-link:focus {
  color: #ff3b3b;
}

.prdc-insight-modal-meta {
  margin-bottom: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: rgba(44, 111, 106, 0.9);
}

.prdc-insight-modal-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  margin-bottom: 1.25rem;
}

.prdc-insight-modal-content {
  color: rgba(17, 17, 17, 0.75);
  line-height: 1.8;
}

.prdc-insight-modal-content h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 900;
  color: #111;
}

.prdc-insight-modal-content ul,
.prdc-insight-modal-content ol {
  padding-left: 1.25rem;
}

.prdc-blog-article-meta {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(44, 111, 106, 0.9);
}

.prdc-blog-article-h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 900;
}

.prdc-blog-article-p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.72);
}

.prdc-blog-article-list {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.72);
}

.prdc-joinus {
  background: #2c6f6a;
  color: #fff;
}

.prdc-joinus-title {
  font-family: var(--prdc-heading-font);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 900;
}

.prdc-joinus-lead {
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.prdc-joinus-stats {
  align-items: flex-end;
}

.prdc-joinus-stat-value {
  font-family: var(--prdc-heading-font);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 900;
  color: #ff3b3b;
}

.prdc-joinus-stat-label {
  margin-top: 0.25rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.78);
}

.prdc-joinus-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.prdc-joinus-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  color: #fff;
  transition: transform 180ms ease, background-color 180ms ease;
}

.prdc-joinus-item:hover,
.prdc-joinus-item:focus-visible {
  transform: translateY(-2px);
  color: #fff;
}

.prdc-joinus-item-title {
  font-weight: 900;
  font-size: 1.05rem;
}

body.prdc-careers .prdc-joinus-item-title {
  font-weight: 650;
}

.prdc-joinus-item-meta {
  margin-top: 0.25rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.65);
}

body.prdc-careers .prdc-joinus-item-meta {
  font-weight: 600;
  line-height: 0.8;
}

.prdc-joinus-item-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
}

.prdc-joinus-item-arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
}

.prdc-joinus-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
}

.prdc-joinus-all::after {
  content: '';
  width: 22px;
  height: 2px;
  background: #ff3b3b;
}

.prdc-joinus-all:hover,
.prdc-joinus-all:focus {
  color: #fff;
}

.prdc-contact {
  background: #eaf7f6;
  --prdc-contact-form-offset: 14.63rem;
  scroll-margin-top: calc(var(--prdc-header-offset) + 12px);
}

.prdc-contact-title {
  font-family: var(--prdc-heading-font);
  font-size: clamp(3rem, 6vw, 4.2rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 900;
  color: #111;
}

.prdc-contact-underline {
  width: 56px;
  height: 4px;
  background: #2c6f6a;
}

.prdc-contact-lead {
  max-width: 420px;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 650;
  color: rgba(17, 17, 17, 0.65);
}

.prdc-contact-info {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(44, 111, 106, 0.14);
  border-radius: 0.25rem;
  padding: 1rem 1rem;
  height: 100%;
}

.prdc-contact-info-kicker {
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.55rem;
  color: rgba(44, 111, 106, 0.8);
  margin-bottom: 0.35rem;
}

.prdc-contact-info-value {
  font-weight: 800;
  font-size: 0.9rem;
  color: #111;
  text-decoration: none;
}

.prdc-contact-info-value:hover,
.prdc-contact-info-value:focus {
  color: #ff3b3b;
}

.prdc-contact-map {
  min-height: 340px;
  border-radius: 0.25rem;
  background:
    linear-gradient(180deg, rgba(234, 247, 246, 0.6) 0%, rgba(234, 247, 246, 0.9) 100%),
    radial-gradient(circle at 30% 20%, rgba(44, 111, 106, 0.08), rgba(255, 255, 255, 0.92) 60%);
  border: 1px solid rgba(44, 111, 106, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

@media (min-width: 992px) {
  .prdc-contact-row {
    align-items: stretch;
  }

  .prdc-contact-left {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .prdc-contact-map {
    height: 100%;
    flex: 1 1 auto;
  }

  .prdc-contact-right {
    display: flex;
    flex-direction: column;
    padding-top: var(--prdc-contact-form-offset);
  }

  .prdc-contact-card {
    width: 100%;
    flex: 1 1 auto;
  }
}

.prdc-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.prdc-contact-card {
  background: #fff;
  border: 1px solid rgba(44, 111, 106, 0.14);
  border-radius: 0.25rem;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.10);
  padding: 2rem 2rem;
}

.prdc-contact-label {
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.885rem;
  color: rgba(17, 17, 17, 0.55);
}

.prdc-contact-input {
  border-radius: 0.25rem;
  border-color: rgba(44, 111, 106, 0.16);
  background: rgba(246, 247, 247, 0.8);
  font-size: 1rem;
  padding: 1.12rem 0.9rem;
}

.prdc-contact-input:focus {
  border-color: rgba(44, 111, 106, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(44, 111, 106, 0.18);
}

.prdc-contact-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.25rem;
  background: rgba(246, 247, 247, 0.8);
  border: 1px solid rgba(44, 111, 106, 0.16);
  padding: 0.75rem 0.75rem;
  border-left: 3px solid #ff3b3b;
}

.prdc-contact-check-left {
  font-weight: 800;
  font-size: 0.95rem;
  color: rgba(17, 17, 17, 0.8);
}

.prdc-contact-check-input {
  max-width: 140px;
}

.prdc-contact-submit[disabled] {
  opacity: 0.55;
  pointer-events: none;
}

.prdc-contact-note {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(255, 59, 59, 0.9);
}

@media (max-width: 767.98px) {
  .prdc-joinus-title {
    text-align: left;
  }

  .prdc-contact-title {
    text-align: center;
    white-space: nowrap;
  }

  .prdc-contact-title span {
    display: inline !important;
  }

  .prdc-contact-title span + span {
    margin-left: 0.35em;
  }

  .prdc-contact-underline {
    margin-left: auto;
    margin-right: auto;
  }

  .prdc-contact-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  body.prdc-home .prdc-joinus-title {
    text-align: center;
    white-space: nowrap;
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  body.prdc-home .prdc-joinus-title span {
    display: inline !important;
  }

  body.prdc-home .prdc-joinus-title span + span {
    margin-left: 0.35em;
  }

  body.prdc-home .prdc-joinus-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  body.prdc-home .prdc-joinus-stats {
    justify-content: center;
  }

  body.prdc-home .prdc-joinus-stat {
    text-align: center;
  }

  .prdc-careers .prdc-joinus-title {
    text-align: center;
    white-space: nowrap;
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .prdc-careers .prdc-joinus-title span {
    display: inline !important;
  }

  .prdc-careers .prdc-joinus-title span + span {
    margin-left: 0.35em;
  }

  .prdc-careers .prdc-joinus-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .prdc-careers .prdc-joinus-stats {
    justify-content: center;
  }

  .prdc-careers .prdc-joinus-stat {
    text-align: center;
  }

  .prdc-joinus-item {
    align-items: flex-start;
  }

  .prdc-joinus-item-tag {
    display: none;
  }
}

.prdc-insight-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.prdc-insight-imgwrap {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f0f2f2;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 10;
}

.prdc-insight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  opacity: 0.92;
  transition: opacity 180ms ease, transform 180ms ease;
}

.prdc-insight-card:hover .prdc-insight-img,
.prdc-insight-card:focus-visible .prdc-insight-img {
  opacity: 1;
  transform: scale(1.02);
}

.prdc-insight-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: rgba(17, 17, 17, 0.75);
}

.prdc-insight-meta {
  margin-top: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: rgba(44, 111, 106, 0.85);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.prdc-insight-dot {
  color: rgba(17, 17, 17, 0.35);
}

.prdc-insight-title {
  margin-top: 0.55rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #111;
}

.prdc-insight-excerpt {
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.62);
}

.prdc-insight-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: #111;
}

.prdc-insight-cta::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background: rgba(44, 111, 106, 0.92);
}

.prdc-insight-card:hover .prdc-insight-cta,
.prdc-insight-card:focus-visible .prdc-insight-cta {
  color: rgba(44, 111, 106, 0.92);
}

@media (max-width: 767.98px) {
  .prdc-insights-heading {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

.prdc-testimonial-img:hover,
.prdc-testimonial-img:focus,
.prdc-testimonial-img:active {
  filter: grayscale(0);
  transform: scale(1.02);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .prdc-testimonial-img {
    transition: none;
  }

  .prdc-testimonial-img:hover,
  .prdc-testimonial-img:focus,
  .prdc-testimonial-img:active {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .prdc-testimonials-heading {
    width: 100%;
    text-align: center;
  }

  .prdc-testimonials-title {
    text-align: center;
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    font-weight: 650;
    line-height: 1;
  }

  .prdc-testimonials-underline {
    margin-left: auto;
    margin-right: auto;
  }

  .prdc-testimonials-lead {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .prdc-values-title {
    text-align: center;
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    font-weight: 650;
    line-height: 1;
  }

  .prdc-values-item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.prdc-history-title {
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-family: var(--prdc-heading-font);
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 650;
  line-height: 1;
  padding-right: 0.14em;
  color: #6b6b6b;
  text-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

.prdc-history-title::before {
  content: none;
}

.prdc-history-title::after {
  content: none;
}

.prdc-history-underline {
  width: 56px;
  height: 4px;
  background: #2c6f6a;
  margin-top: 1rem;
}

.prdc-history-controls {
  align-self: flex-start;
}

.prdc-history-nav {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(44, 111, 106, 0.22);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    padding: 0;

}

.prdc-history-nav:hover,
.prdc-history-nav:focus {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(44, 111, 106, 0.35);
  color: #111;
}

.prdc-history-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0 0.75rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.prdc-history-track::-webkit-scrollbar {
  display: none;
}

.prdc-history-card {
  scroll-snap-align: start;
  flex: 0 0 240px;
  height: 280px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-image: var(--prdc-history-bg);
  background-size: cover;
  background-position: center;
  background-color: #dfe7e7;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  transform-origin: center;
}

.prdc-history-card:hover,
.prdc-history-card:focus-visible {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.prdc-history-card:focus-visible {
  outline: 3px solid rgba(44, 111, 106, 0.55);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .prdc-history-card {
    transition: none;
  }

  .prdc-history-card:hover,
  .prdc-history-card:focus-visible {
    transform: none;
  }
}

.prdc-history-modal-img {
  width: 100%;
  max-height: 420px;
  height: 100%;
  object-fit: cover;
}

.prdc-history-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.prdc-history-card-content {
  position: absolute;
  inset: 0;
  padding: 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}

.prdc-history-year {
  font-family: var(--prdc-heading-font);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  color: rgba(44, 111, 106, 0.95);
}

.prdc-history-caption {
  margin-top: 0.35rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.2;
}

@media (min-width: 992px) {
  .prdc-history-card {
    flex-basis: 260px;
    height: 300px;
  }
}

.prdc-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 1.25rem 1.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-image: var(--prdc-service-bg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.prdc-service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(8, 17, 29, 0.82) 100%);
}

.prdc-service-card > * {
  position: relative;
  z-index: 1;
}

.prdc-service-card:hover,
.prdc-service-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  color: #fff;
}

.prdc-service-icon {
  width: 34px;
  height: 34px;
  border-radius: 0.2rem;
  background: rgba(44, 111, 106, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.prdc-service-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.prdc-service-name {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 800;
  max-width: 16rem;
}

.prdc-service-more {
  margin-top: 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.prdc-service-modal-img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.prdc-service-card:hover .prdc-service-more,
.prdc-service-card:focus .prdc-service-more {
  color: rgba(255, 255, 255, 0.92);
}

.prdc-about--content {
  background: #f6fbfb;
}

.prdc-panel {
  background: #fff;
  border: 1px solid rgba(44, 111, 106, 0.15);
  border-radius: 0.25rem;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.prdc-section-title {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: #2c6f6a;
  margin-bottom: 1rem;
}

.prdc-about--page .prdc-about-body,
.prdc-about--page .prdc-about-list {
  max-width: none;
}

.prdc-about-title {
  font-size: clamp(3.6rem, 6.5vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 650;
  color: #111;
}

.prdc-about-underline {
  width: 56px;
  height: 4px;
  background: #2c6f6a;
  margin-top: 1.25rem;
}

.prdc-about-lead {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #111;
  max-width: 820px;
}

.prdc-about-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.68);
  max-width: 820px;
}

.prdc-about-card {
  background: #fff;
  border: 1px solid rgba(44, 111, 106, 0.2);
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem;
  height: 100%;
}

.prdc-about-card-title {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8rem;
  color: #2c6f6a;
  margin-bottom: 0.75rem;
}

.prdc-about-card p {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.7);
  font-size: 1rem;
  line-height: 1.65;
}

.prdc-about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.prdc-about-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.75);
}

.prdc-about-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c6f6a;
  font-weight: 900;
}

.prdc-btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
}

.prdc-btn-outline:hover,
.prdc-btn-outline:focus {
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.prdc-stat {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem;
  max-width: 280px;
}

.prdc-hero-stats .prdc-stat {
  background: transparent;
}

.prdc-stat .label {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}

.prdc-stat .value {
  font-weight: 800;
  font-size: 3rem;
  color: #ff3b3b;
  line-height: 1;
}

.prdc-stat .sub {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.prdc-footer {
  position: relative;
  background: #0b5b57;
  color: rgba(255, 255, 255, 0.86);
  border-top: 4px solid #ff3b3b;
  overflow: hidden;
}

.prdc-footer::after {
  content: "PRDC";
  position: absolute;
  left: 50%;
  bottom: -0.15em;
  transform: translateX(-50%);
  font-family: var(--prdc-heading-font);
  font-weight: 900;
  font-size: clamp(8rem, 22vw, 18rem);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.prdc-footer > * {
  position: relative;
  z-index: 1;
}

.prdc-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.prdc-footer a:hover,
.prdc-footer a:focus {
  color: rgba(255, 255, 255, 0.98);
}

.prdc-footer-brand {
  font-family: var(--prdc-heading-font);
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}

.prdc-footer-tagline {
  margin-top: 1rem;
  max-width: 360px;
  font-weight: 650;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.prdc-footer-social {
  display: flex;
  gap: 0.75rem;
}

.prdc-footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.prdc-footer-social a:hover,
.prdc-footer-social a:focus {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.98);
}

.prdc-footer-social svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.prdc-footer-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.prdc-footer-links a {
  font-weight: 650;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.prdc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.75rem 0 2.25rem;
}

.prdc-footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .prdc-footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.prdc-footer-copy {
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.65);
}

.prdc-footer-toplink {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.65rem;
}

.prdc-footer-topicon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #ff3b3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff3b3b;
}

.prdc-footer-topicon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}
