/* Optional overrides for PCRH Home v2 template.
   Base styles come from page-pcrh-landing.css.
   Add only v2-specific differences here. */
   #masthead {
	display: none;
}
/* PoliticalHub contact form look (Ninja Forms) */
/* Replace X with your Ninja Form ID */
#nf-form-1-cont {
  max-width: 520px;
  margin: 60px auto;
  padding: 40px;
  background: #f4f4f6;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}


/* Labels */
#nf-form-1-cont .nf-field-label label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

/* Fields */
#nf-form-1-cont .nf-form-content input:not([type="button"]):not([type="submit"]),
#nf-form-1-cont .nf-form-content textarea,
#nf-form-1-cont .nf-form-content select {
  width: 100%;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #e9e9ec !important;
  font-size: 14px;
  color: #333;
  box-shadow: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

#nf-form-1-cont .nf-form-content input::placeholder,
#nf-form-1-cont .nf-form-content textarea::placeholder {
  color: #8c8c95;
}

#nf-form-1-cont .nf-form-content input:focus,
#nf-form-1-cont .nf-form-content textarea:focus,
#nf-form-1-cont .nf-form-content select:focus {
  outline: none !important;
  background: #fff !important;
  box-shadow: 0 0 0 2px #6a5cff !important;
}

/* Spacing between fields */
#nf-form-1-cont .nf-field-container {
  margin-bottom: 18px !important;
}

/* Submit button */
#nf-form-1-cont .nf-form-content input[type="submit"],
#nf-form-1-cont .nf-form-content button {
  
  width: 100% !important;
  padding: 14px 20px !important;

  border-radius: 7px !important; /* rounded like vc_btn3-shape-rounded */
  border: none !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;

  color: #ffffff !important;
  cursor: pointer;

  background: linear-gradient(135deg, #0B2336, #304C6D) !important;

  transition: all 0.3s ease !important;
}
#nf-form-1-cont .nf-field-element textarea {
    height: 100px;
}
#nf-form-1-cont .nf-form-content input[type="submit"]:hover,
#nf-form-1-cont .nf-form-content button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11,35,54,0.4);
}

.pcrh-why-box,
.pcrh-why-box .wpb_wrapper {

    background: linear-gradient(135deg, #D29D6C 0%, #b8864e 40%, #8c6239 100%);
		margin-top: 0 !important;
    border-radius: 16px;
    padding: 20px !important;
    color: #ffffff;
}
.pcrh-check-list li::before {
    color: #ffffff !important;
}
/* Remove extra top spacing */
.pcrh-why-box h3,
.pcrh-why-box h4 {
    margin-top: 0 !important;
}
/* Get in Touch section text color */
.pcrh-getintouch,
.pcrh-getintouch h1,
.pcrh-getintouch h2,
.pcrh-getintouch h3,
.pcrh-getintouch h4,
.pcrh-getintouch p,
.pcrh-getintouch li,
.pcrh-getintouch span,
.pcrh-getintouch a {
    color: #ffffff !important;
}
.pcrh-contact-box h4,
.pcrh-contact-box p,
a {
    color: #fff !important;
}
.pcrh-getintouch .vc_column-inner {
    padding: 20px !important;
}

.header-inner a {
    color: #0A2237 !important;
}
/* Position button at bottom of each card */
.pcrh-card > .vc_column-inner {
    position: relative;
    padding-bottom: 80px !important; /* space for button */
}

.pcrh-card .vc_btn3-container {
    position: absolute;
    bottom: 30px;
    left: 20px;
		width: 90% !important;
    text-align: center !important;
		
}

/* Hide "Fields marked with * are required" text */
.nf-form-fields-required {
    display: none !important;
}
/* PCRH Landing Page – matches dark hero + world map design */

:root {
	--pcrh-bg: #0A2237;
	--pcrh-text: #ffffff;
	--pcrh-text-muted: #d1d1d1;
	--pcrh-orange: #e67e22;
	--pcrh-blue: #3498db;
	--pcrh-grey: #6b6b6b;
	--pcrh-container: 1200px;
	--pcrh-radius: 8px;
	--pcrh-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--phcr-navy: #0A2945;
	--phcr-steel: #3C5E83;
	--phcr-soft: #A8B1BC;
	--phcr-gold: #C6864A;
	--phcr-white: #ffffff;
	--phcr-text: #172235;
	--phcr-muted: #5b6678;
}

.pcrh-landing-wrap {
	background: var(--pcrh-bg);
	color: var(--pcrh-text);
	font-family: var(--pcrh-font);
	min-height: 100vh;
}

.pcrh-container {
	max-width: var(--pcrh-container);
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* ----- Header ----- */
.pcrh-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 10px 0;
	transition: padding 0.2s ease;
}

.pcrh-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	background-color: transparent;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.pcrh-header.is-sticky {
	padding: 0;
}

.pcrh-header.is-sticky .pcrh-header-inner {
	background-color: #0A2237;
	box-shadow: 0 8px 24px rgba(6, 24, 42, 0.35);
}

.pcrh-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--pcrh-text);
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
}

.pcrh-logo-img {
	display: block;
	height: 0;
	width: auto;
	max-width: 180px;
	object-fit: contain;
	object-position: left center;
}

.pcrh-logo-centered .pcrh-logo-img {
	object-position: center;
}

.pcrh-logo-mark {
	display: grid;
	grid-template-columns: repeat(3, 8px);
	grid-template-rows: repeat(3, 8px);
	gap: 3px;
}

.pcrh-logo-mark .dot {
	width: 8px;
	height: 8px;
	border-radius: 2px;
}

.pcrh-logo-mark .dot.blue { background: var(--pcrh-blue); }
.pcrh-logo-mark .dot.orange { background: var(--pcrh-orange); }
.pcrh-logo-mark .dot.grey { background: var(--pcrh-grey); }

.pcrh-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcrh-nav a {
	color: var(--pcrh-text);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9375rem;
}

.pcrh-nav a:hover {
	color: var(--pcrh-text-muted);
}

.pcrh-cta-button {
	display: inline-block;
	background: var(--pcrh-orange);
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9375rem;
	padding: 12px 24px;
	border-radius: 5px;
	white-space: nowrap;
	transition: filter 0.2s;
}

.pcrh-cta-button:hover {
	filter: brightness(1.1);
}

.pcrh-cta-desktop {
	display: inline-block;
}

.pcrh-nav-cta {
	display: none;
}

.pcrh-nav-cta .pcrh-cta-button {
	display: inline-block;
}

.pcrh-menu-toggle {
	display: none;
	background: none;
	border: none;
	color: var(--pcrh-text);
	cursor: pointer;
	padding: 8px;
	flex-direction: column;
	gap: 5px;
}

.pcrh-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
}

/* ----- WPBakery content (slider + layout) ----- */
.pcrh-wpb-content {
	width: 100%;
}

.pcrh-wpb-content .site-main,
.pcrh-wpb-content .entry-content {
	max-width: none;
	padding: 0;
}

/* Optional: add extra class "pcrh-hero-row" to your first row (slider) in WPBakery for hero-style background */
.pcrh-hero-row.vc_row {
	position: relative;
	padding: 150px 0 100px;
	overflow: hidden;
}

.pcrh-hero-row.vc_row::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--pcrh-bg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' fill='none' stroke='%232a2a2a' stroke-width='0.4' opacity='0.5'%3E%3Cpath d='M100 120 Q200 80 320 100 T500 90 L520 180 L400 200 L300 160 Z'/%3E%3Cpath d='M280 200 L380 180 L450 220 L420 280 L320 260 Z'/%3E%3Cpath d='M500 100 L620 120 L700 100 L750 180 L650 220 L550 200 Z'/%3E%3Cpath d='M150 220 L250 200 L300 280 L200 320 L120 260 Z'/%3E%3Cpath d='M350 300 L500 280 L580 320 L520 380 L380 360 Z'/%3E%3Cpath d='M600 240 L720 220 L780 280 L740 340 L640 320 Z'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.pcrh-hero-row .vc_row-inner,
.pcrh-hero-row .vc_column-inner {
	position: relative;
	z-index: 1;
}

.pcrh-hero-row .vc_row-inner {
	max-width: var(--pcrh-container);
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* Slider utility classes for WPBakery rows/elements */
.pcrh-slider-shell {
	max-width: var(--pcrh-container);
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.pcrh-slider-slide {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 56px;
	align-items: center;
}

.pcrh-slider-copy h1,
.pcrh-slider-copy h2 {
	color: var(--pcrh-text);
	font-size: clamp(2.3rem, 5vw, 4.1rem);
	line-height: 1.04;
	margin: 0 0 24px;
	letter-spacing: -0.02em;
	max-width: 700px;
}

.pcrh-slider-copy p {
	color: var(--pcrh-text-muted);
	font-size: 1.125rem;
	line-height: 1.45;
	margin: 0 0 18px;
	max-width: 900px;
}

.pcrh-slider-copy {
	max-width: 780px;
	padding-right: 8px;
}

.pcrh-slider-copy .vc_btn3,
.pcrh-slider-copy .wpb_button,
.pcrh-slider-copy .pcrh-slide-cta {
	background: var(--pcrh-orange) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 5px !important;
	font-weight: 600 !important;
	padding: 12px 24px !important;
	text-decoration: none;
}

.pcrh-slider-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.pcrh-slider-media .wpb_single_image {
	max-width: 620px;
	margin-left: auto;
}

/* Common slider pagination/nav hooks (Slick/Swiper/VC wrappers) */
.pcrh-slider .slick-dots li button:before,
.pcrh-slider .swiper-pagination-bullet,
.pcrh-slider .vc_carousel-indicators li {
	background: rgba(255, 255, 255, 0.45) !important;
	opacity: 1 !important;
}

.pcrh-slider .slick-dots li.slick-active button:before,
.pcrh-slider .swiper-pagination-bullet-active,
.pcrh-slider .vc_carousel-indicators li.vc_active {
	background: var(--pcrh-orange) !important;
}

.pcrh-slider .slick-prev,
.pcrh-slider .slick-next,
.pcrh-slider .vc_carousel-control {
	color: #fff !important;
	opacity: 0.85;
}

.pcrh-slider .slick-prev:hover,
.pcrh-slider .slick-next:hover,
.pcrh-slider .vc_carousel-control:hover {
	opacity: 1;
}

/* Native carousel wrapper (auto-created by template JS) */
.pcrh-native-carousel {
	position: relative;
	z-index: 1;
}

.pcrh-native-carousel-track {
	display: flex;
	transition: transform 0.55s ease;
	will-change: transform;
}

.pcrh-native-carousel-slide {
	min-width: 100%;
}

.pcrh-native-carousel-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	padding: 0 18px;
	z-index: 4;
}

.pcrh-native-carousel-btn {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
}

.pcrh-native-carousel-btn:hover {
	background: rgba(0, 0, 0, 0.6);
}

.pcrh-native-carousel-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	display: flex;
	justify-content: center;
	gap: 8px;
	z-index: 4;
}

/* Keep all slider wrappers below the top navigation */
.pcrh-wpb-content,
.pcrh-wpb-content .vc_row,
.pcrh-slider,
.pcrh-slider-shell,
.pcrh-slider-media,
.pcrh-slider-media .wpb_single_image,
.pcrh-slider-media img {
	position: relative;
	z-index: 1;
}

.pcrh-native-carousel-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	border: none;
	padding: 0;
	cursor: pointer;
}

.pcrh-native-carousel-dot.is-active {
	background: var(--pcrh-orange);
}

/* ----- Transition section ----- */
.pcrh-transition {
	background: #0A2237;
	border-radius: 24px 24px 0 0;
	padding: 64px 24px;
	margin-top: -24px;
	position: relative;
	z-index: 2;
}

.pcrh-transition-inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.pcrh-logo-centered {
	justify-content: center;
	margin-bottom: 16px;
}

.pcrh-tagline {
	font-size: 1.125rem;
	color: var(--pcrh-text-muted);
	margin: 0;
	font-weight: 500;
}

/* WPBakery content links */
.pcrh-wpb-content a {
	color: var(--pcrh-orange);
}

.pcrh-wpb-content .vc_row {
	color: var(--pcrh-text);
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
	.pcrh-hero-row.vc_row {
		padding: 120px 0 64px;
	}

	.pcrh-slider-slide {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pcrh-slider-copy h1,
	.pcrh-slider-copy h2 {
		font-size: clamp(1.9rem, 10vw, 2.8rem);
		line-height: 1.1;
	}

	.pcrh-slider-copy p {
		font-size: 1.125rem;
		line-height: 1.5;
	}

	.pcrh-nav {
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		height: 100vh;
		background: #1a1a1a;
		padding: 80px 24px 24px;
		transform: translateX(100%);
		transition: transform 0.25s ease;
		z-index: 20;
	}

	.pcrh-nav.is-open {
		transform: translateX(0);
	}

	.pcrh-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.pcrh-nav a {
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid #2a2a2a;
	}

	.pcrh-menu-toggle {
		display: flex;
	}

	.pcrh-cta-desktop {
		display: none;
	}

	.pcrh-nav-cta {
		display: block;
		padding: 16px 0 0;
		border-bottom: none;
	}

	.pcrh-transition {
		padding: 48px 24px;
		border-radius: 16px 16px 0 0;
	}

	.pcrh-native-carousel-controls {
		padding: 0 8px;
	}

	.pcrh-native-carousel-btn {
		width: 36px;
		height: 36px;
		font-size: 20px;
	}
}
.pcrh-slider.pcrh-slide-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.pcrh-slider-slide {
  display: flex;
  align-items: center;
}
.pcrh-slider-slide > .vc_column_container.pcrh-slider-copy { order: 1; }
.pcrh-slider-slide > .vc_column_container.pcrh-slider-media { order: 2; }
/* Row wrapper */
.phcr-split-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}

/* Equal width columns */
.phcr-split-cards > .wpb_column,
.phcr-split-cards > .vc_column_container {
  display: flex;
  width: 50%;
}




/* Equal height cards */
.phcr-info-card,
.phcr-info-card > .vc_column-inner {
  height: 100%;
}

.phcr-info-card > .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #edf4fb;
  border-radius: 28px;
  padding: 34px 34px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08),
              0 2px 8px rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.18);
  min-height: 360px;
}

/* Slight alternate tone if needed */
.phcr-info-card-alt > .vc_column-inner {
  background: #e7f0f9;
}

/* Add space away from divider */
.phcr-info-card:first-child {
  padding-right: 16px;
}

.phcr-info-card:last-child {
  padding-left: 16px;
}

/* Center divider */
.phcr-split-cards:before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(15, 23, 42, 0.12),
    transparent
  );
  transform: translateX(-50%);
  z-index: 1;
}

/* Keep cards above divider */
.phcr-info-card > .vc_column-inner {
  position: relative;
  z-index: 2;
}

/* Label */
.phcr-info-label {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1e293b;
}

.phcr-info-label:after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #4f46e5;
}

/* Body text */
.phcr-info-card p {
  margin: 0 0 22px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #334155;
}

/* Bottom bold statement */
.phcr-info-emphasis {
  margin-top: auto;
  padding-top: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  color: #0f172a;
}

/* Tablet and mobile */
@media (max-width: 991px) {
  .phcr-split-cards {
    display: block;
  }

  .phcr-split-cards > .wpb_column,
  .phcr-split-cards > .vc_column_container {
    width: 100%;
    display: block;
  }

  .phcr-split-cards:before {
    display: none;
  }

  .phcr-info-card:first-child,
  .phcr-info-card:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .phcr-info-card {
    margin-bottom: 20px;
  }

  .phcr-info-card > .vc_column-inner {
    min-height: auto;
    padding: 26px 22px;
  }
}
.phcr-split-cards:before {
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(15, 23, 42, 0.12),
    transparent
  );
}
.phcr-info-card ::selection {
  background: #4f46e5;
  color: #ffffff;
}

.phcr-info-card ::-moz-selection {
  background: #4f46e5;
  color: #ffffff;
}
.phcr-info-label {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1e293b;
}

.phcr-info-label:after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #4f46e5;
}
.phcr-info-card:hover > .vc_column-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(
    120deg,
    rgba(79, 70, 229, 0.08),
    transparent 60%
  );
  pointer-events: none;
}
.phcr-info-card > .vc_column-inner {
  position: relative;
}
.phcr-info-card:hover > .vc_column-inner {
  border: 1px solid rgba(79, 70, 229, 0.35);
}
@media (max-width: 991px) {
  .phcr-split-cards {
    display: block !important;
  }

  .phcr-split-cards .wpb_column,
  .phcr-split-cards .vc_column_container {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: block !important;
    clear: both !important;
    float: none !important;
  }

  .phcr-info-card:first-child,
  .phcr-info-card:last-child {
    padding: 0 !important;
  }

  .phcr-split-cards:before {
    display: none !important;
  }
}
/* Match container width like header/menu */
.phcr-container-align {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Remove WPBakery stretch issues */
.phcr-container-align.vc_row {
  width: 100%;
}

.pcrh-clients-hover-row {
  background: #ffffff !important;
  padding-top: 90px;
  padding-bottom: 90px;
}

.pcrh-clients-heading {
  max-width: 860px;
  margin: 0 auto 45px;
  text-align: center;
}

.pcrh-clients-heading h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  margin-bottom: 18px;
  color: #17324d;
  font-weight: 700;
}

.pcrh-clients-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #5c6c7d;
  margin: 0 auto;
}

.pcrh-hover-card {
  position: relative;
  min-height: 360px;
}

.pcrh-hover-card-inner {
  position: relative;
  height: 100%;
  min-height: 360px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #e7edf3;
  box-shadow: 0 14px 35px rgba(20, 45, 75, 0.08);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pcrh-hover-card-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #294c74, #90aac4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.pcrh-hover-card:hover .pcrh-hover-card-inner {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(20, 45, 75, 0.14);
	
}

.pcrh-hover-card:hover .pcrh-hover-card-inner:before {
  transform: scaleX(1);
}

.pcrh-hover-front,
.pcrh-hover-back {
  padding: 38px 30px;
  transition: all 0.35s ease;
}

.pcrh-hover-front {
  position: relative;
  z-index: 2;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pcrh-hover-icon {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background: #f4f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.35s ease;
}

.pcrh-hover-icon i {
  font-size: 40px;
  color: #294c74;
  line-height: 1;
}

.pcrh-hover-front h3,
.pcrh-hover-back h3 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0;
  color: #17324d;
  font-weight: 700;
}

.pcrh-hover-back {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pcrh-hover-back p {
  font-size: 16px;
  line-height: 1.65;
  color: #5c6c7d;
  margin: 16px 0 14px;
}

.pcrh-hover-back ul {
  margin: 0;
  padding-left: 20px;
}

.pcrh-hover-back ul li {
  margin-bottom: 10px;
  color: #17324d;
  font-size: 15px;
  line-height: 1.55;
}

.pcrh-hover-card:hover .pcrh-hover-front {
  opacity: 0;
  transform: translateY(-14px);
}

.pcrh-hover-card:hover .pcrh-hover-back {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pcrh-hover-card:hover .pcrh-hover-icon {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(41, 76, 116, 0.12);
}

/* equal columns spacing fix */
.pcrh-clients-hover-row .vc_column_container > .vc_column-inner {
  padding-left: 12px;
  padding-right: 12px;
}

/* tablet */
@media (max-width: 1024px) {
  .pcrh-hover-card,
  .pcrh-hover-card-inner,
  .pcrh-hover-front {
    min-height: 330px;
  }

  .pcrh-hover-front h3,
  .pcrh-hover-back h3 {
    font-size: 24px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .pcrh-clients-hover-row {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pcrh-clients-heading {
    margin-bottom: 30px;
  }

  .pcrh-clients-heading p {
    font-size: 16px;
  }

  .pcrh-hover-card,
  .pcrh-hover-card-inner,
  .pcrh-hover-front {
    min-height: auto;
  }

  .pcrh-hover-front {
    display: none;
  }

  .pcrh-hover-back {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 28px 24px;
  }

  .pcrh-hover-back h3 {
    font-size: 22px;
  }

  .pcrh-hover-back p,
  .pcrh-hover-back ul li {
    font-size: 15px;
  }
}
.pcrh-hover-icon {
  background: #f2f6fb;
  border: 1px solid #e3ebf3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 15px;
}

.pcrh-hover-card:hover .pcrh-hover-icon {
  background: #e8f1fb;
  box-shadow: 0 10px 25px rgba(31, 63, 102, 0.15);
}
/* Optional overrides for PCRH Home v2 template.
   Base styles come from page-pcrh-landing.css.
   Add only v2-specific differences here. */

/* ----- Our Clients: aligned with About row (pcrh-container + pcrh-split grid) ----- */
.pcrh-clients-section {
	background: #ffffff;
}

.pcrh-clients-section .pcrh-section-title.pcrh-clients-heading,
.pcrh-clients-section .pcrh-section-title {
	color: #0f172a;
	text-align: center;
}

.pcrh-clients-intro {
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 auto 32px;
	max-width: 780px;
	text-align: center;
}

/* Match About Us: same inner row as .pcrh-split but 3 columns; override VC floats */
.pcrh-clients-section .pcrh-clients-split.pcrh-split {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	align-items: stretch;
	width: 100%;
}

.pcrh-clients-section .pcrh-clients-split > .vc_column_container,
.pcrh-clients-section .pcrh-clients-split > .wpb_column {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pcrh-clients-section .pcrh-client-col .vc_column-inner,
.pcrh-clients-section .pcrh-client-col > .wpb_wrapper {
	padding-left: 0;
	padding-right: 0;
	height: 100%;
}

.pcrh-clients-section .pcrh-client-col .wpb_text_column,
.pcrh-clients-section .pcrh-client-col .wpb_wrapper {
	height: 100%;
}

/* Card: About-style split card shell + client content */
.pcrh-clients-section .pcrh-client-card.pcrh-split-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	height: 100%;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	border-radius: 16px;
	text-align: left;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

.pcrh-clients-section .pcrh-client-card.pcrh-split-card:hover,
.pcrh-clients-section .pcrh-client-card.pcrh-split-card:focus-within {
	border-color: rgba(230, 126, 34, 0.45);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
	transform: translateY(-3px);
}

.pcrh-client-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	flex-shrink: 0;
	color: #c65d0a;
	background: rgba(230, 126, 34, 0.12);
	border: 1px solid rgba(230, 126, 34, 0.35);
	transition: background 0.3s ease, transform 0.3s ease;
}

.pcrh-client-card:hover .pcrh-client-card__icon,
.pcrh-client-card:focus-within .pcrh-client-card__icon {
	background: rgba(230, 126, 34, 0.22);
	transform: scale(1.04);
}

.pcrh-client-card__icon svg {
	display: block;
}

.pcrh-client-card__title {
	margin: 0 0 6px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.25;
}

/* Beat base .pcrh-split-card h3 { color: #fff } on this section */
.pcrh-clients-section .pcrh-split-card h3.pcrh-client-card__title {
	color: #0f172a;
}

.pcrh-client-card__hint {
	margin: 0;
	font-size: 0.75rem;
	color: #94a3b8;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Hover reveal: smooth, no clipping */
.pcrh-client-card__body {
	margin-top: 12px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
	pointer-events: none;
}

.pcrh-client-card:hover .pcrh-client-card__body,
.pcrh-client-card:focus-within .pcrh-client-card__body {
	max-height: 420px;
	opacity: 1;
	pointer-events: auto;
}

.pcrh-client-card__teaser {
	margin: 0 0 12px;
	font-size: 0.94rem;
	line-height: 1.5;
	color: #334155;
}

.pcrh-client-card__body ul {
	margin: 0;
	padding-left: 1.15rem;
	color: #334155;
	font-size: 0.88rem;
	line-height: 1.55;
}

.pcrh-client-card__body li {
	margin-bottom: 6px;
}

@media (max-width: 1024px) {
	.pcrh-clients-section .pcrh-clients-split.pcrh-split {
		grid-template-columns: 1fr;
		gap: 24px;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.pcrh-client-card__body {
		max-height: none !important;
		opacity: 1 !important;
		overflow: visible;
		pointer-events: auto;
	}

	.pcrh-client-card__hint {
		display: none;
	}
}
.pcrh-hover-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f8fc;
    border-radius: 12px;
}

.pcrh-hover-icon i {
    font-size: 36px;
    line-height: 1;
    color: #0b3c6f;
    display: inline-block;
}
/* RESOURCE SECTION */
.ph-resource-row .wpb_column {
  margin-bottom: 30px;
}

.ph-resource-card {
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.ph-resource-card > .vc_column-inner {
	height: 100%;
  	padding: 0 !important;
}

.ph-resource-card-inner {
  position: relative;
}

.ph-resource-top-meta {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}

.ph-resource-badge {
  position: absolute;
  left: 20px;
  top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--phcr-steel);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 62px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(60, 94, 131, .22);
}

.ph-resource-pill {
  position: absolute;
  right: 20px;
  top: 0;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: rgba(255,255,255,.94);
  color: var(--phcr-text);
}

.ph-resource-image {
  height: 285px;
  overflow: hidden;
}

.ph-resource-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ph-resource-content {
  padding: 30px 30px 34px;
}

.ph-resource-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(168, 177, 188, 0.22);
  color: var(--phcr-steel);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.ph-resource-title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.18;
  color: var(--phcr-text);
  font-weight: 700;
}

.ph-resource-text {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--phcr-muted);
}

.ph-resource-link {
  color: var(--phcr-steel);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.ph-resource-link:hover {
  color: var(--phcr-navy);
}

/* desktop equal-height resource cards */
@media (min-width: 992px) {
  .ph-resource-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .ph-resource-row > .wpb_column,
  .ph-resource-row > .vc_column_container {
    display: flex;
    width: 33.3333%;
  }

  .ph-resource-card,
  .ph-resource-card > .vc_column-inner,
  .ph-resource-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .ph-resource-image {
    height: 285px;
    flex: 0 0 auto;
  }

  .ph-resource-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 30px 30px 34px;
  }

  .ph-resource-text {
    flex-grow: 1;
    margin-bottom: 0;
  }
}

/* MODAL */
.ph-resource-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(9, 14, 27, 0.62);
  padding: 24px;
  overflow-y: auto;
}

.ph-resource-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ph-resource-modal-dialog {
  position: relative;
  width: min(900px, 100%);
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.22);
}

.ph-resource-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 5;
}

.ph-resource-modal-header {
	position: relative;
  min-height: 250px; /* IMPORTANT */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
	color: #3c434a;
}

.ph-resource-modal-overlay {
  position: absolute;
  inset: 0;
}

.ph-resource-modal-header-inner {
  position: relative;
  z-index: 2;
  padding: 56px 56px 40px;
  color: #fff;
}

.ph-resource-modal-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 420px;
  margin-bottom: 24px;
}

.ph-resource-modal-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* glass background */
  background: rgba(255,255,255,0.18);
  /* blur */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* subtle border (important for glass effect) */
  border: 1px solid rgba(255,255,255,0.35);
  /* shadow for depth */
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  /* text */
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ph-resource-modal-pill {
  display: inline-block;
  background: rgba(255,255,255,0.92);
  color: #525d71;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
}

.ph-resource-modal-header-inner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
}

.ph-resource-modal-header-inner p {
  margin: 0;
  color: rgba(255,255,255,0.94);
  font-size: 22px;
  line-height: 1.45;
}

.ph-resource-modal-body {
  padding: 48px 70px 60px;
}

.ph-resource-modal-body h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.2;
  color: var(--phcr-text);
  font-weight: 700;
}

.ph-resource-modal-body ul {
  margin: 0 0 34px 0;
  padding-left: 28px;
}

.ph-resource-modal-body li {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #556174;
}

.ph-resource-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

/* EDUCATION POPUP */
.ph-resource-modal.modal-education .ph-resource-modal-overlay {
  background: linear-gradient(90deg, rgba(60,94,131,0.95) 0%, rgba(60,94,131,0.82) 55%, rgba(60,94,131,0.58) 100%);
}

.ph-resource-modal.modal-education .ph-resource-modal-number {
  color: var(--phcr-steel);
}

.ph-resource-modal.modal-education .ph-resource-modal-btn {
  background: var(--phcr-steel);
}

/* TECHNOLOGY POPUP */
.ph-resource-modal.modal-technology .ph-resource-modal-overlay {
  background: linear-gradient(90deg, rgba(10,41,69,0.96) 0%, rgba(10,41,69,0.84) 55%, rgba(10,41,69,0.60) 100%);
}

.ph-resource-modal.modal-technology .ph-resource-modal-number {
  color: var(--phcr-navy);
}

.ph-resource-modal.modal-technology .ph-resource-modal-btn {
  background: var(--phcr-navy);
}

/* EVENTS POPUP */
.ph-resource-modal.modal-events .ph-resource-modal-overlay {
  background: linear-gradient(90deg, rgba(198,134,74,0.95) 0%, rgba(198,134,74,0.84) 55%, rgba(198,134,74,0.60) 100%);
}

.ph-resource-modal.modal-events .ph-resource-modal-number {
  color: var(--phcr-gold);
}

.ph-resource-modal.modal-events .ph-resource-modal-btn {
  background: var(--phcr-gold);
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .ph-resource-title {
    font-size: 24px;
  }

  .ph-resource-modal-header-inner h2 {
    font-size: 42px;
  }

  .ph-resource-modal-body {
    padding: 40px 40px 50px;
  }
}

@media (max-width: 991px) {
  .ph-resource-card {
    min-height: auto;
  }

  .ph-resource-card.ph-resource-card-1::before,
  .ph-resource-card.ph-resource-card-2::before,
  .ph-resource-card.ph-resource-card-3::before,
  .ph-resource-card.ph-resource-card-4::before,
  .ph-resource-card.ph-resource-card-5::before {
    height: 240px;
  }

  .ph-resource-modal-header-inner {
    padding: 40px 28px 30px;
  }

  .ph-resource-modal-body {
    padding: 30px 24px 40px;
  }

  .ph-resource-modal-header-inner h2 {
    font-size: 34px;
  }

  .ph-resource-modal-header-inner p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .ph-resource-badge {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    top: 18px;
    left: 18px;
  }

  .ph-resource-pill {
    top: 18px;
    right: 18px;
    padding: 9px 16px;
    font-size: 14px;
  }

  .ph-resource-content {
    padding: 24px 22px 28px;
  }

  .ph-resource-title {
    font-size: 22px;
  }

  .ph-resource-text {
    font-size: 16px;
  }

  .ph-resource-modal {
    padding: 12px;
  }

  .ph-resource-modal-dialog {
    border-radius: 20px;
  }

  .ph-resource-modal-close {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .ph-resource-modal-topline {
    gap: 16px;
    max-width: none;
  }

  .ph-resource-modal-number {
    width: 58px;
    height: 58px;
    font-size: 22px;
  }

  .ph-resource-modal-pill {
    padding: 10px 16px;
    font-size: 14px;
  }

  .ph-resource-modal-header {
    min-height: 220px;
  }

  .ph-resource-modal-header-inner h2 {
    font-size: 28px;
  }

  .ph-resource-modal-body h3 {
    font-size: 24px;
  }

  .ph-resource-modal-body li {
    font-size: 16px;
    line-height: 1.7;
  }

  .ph-resource-modal-btn {
    min-height: 62px;
    font-size: 18px;
  }
}
.ph-resource-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.ph-resource-row .wpb_column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .ph-resource-content {
    padding: 30px 30px 34px;
  }

  .ph-resource-text {
    margin-bottom: 0;
  }

  .ph-resource-link {
    margin-top: 22px;
  }
}
.ph-resource-link {
  color: #3C5E83;
  font-weight: 600;
  text-decoration: none;
}

.ph-resource-link:hover {
  color: #0A2945; /* darker navy on hover */
}
.ph-partners-section {
  padding: 80px 0 60px;
  text-align: center;
}

.ph-partners-title {
  font-size: 36px;
  font-weight: 700;
  color: #0A2945;
  margin-bottom: 50px;
}

.ph-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
}

.ph-partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.ph-partner-item img {
  height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 16px;

  filter: grayscale(100%);
  opacity: 2.85;
  transition: all 0.3s ease;
}

.ph-partner-item span {
  font-size: 14px;
  color: #5b6678;
}

.ph-partner-item:hover {
  transform: translateY(-4px);
}

.ph-partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.ph-partner-item:hover span {
  color: #3C5E83;
}
@media (max-width: 992px) {
  .ph-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .ph-partners-grid {
    grid-template-columns: 1fr;
  }
}
.ph-expert-insights-section {
  padding: 90px 0 80px;
}

.ph-expert-insights-wrapper {
  width: 100%;
}

.ph-expert-insights-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

.ph-section-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(60,94,131,0.10);
  color: #3C5E83;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ph-expert-insights-title {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.1;
  color: #0A2945;
  font-weight: 700;
}

.ph-expert-insights-intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #5b6678;
}

.ph-expert-insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 38px;
}

.ph-expert-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 32px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.ph-expert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.ph-expert-card-type {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ph-expert-article .ph-expert-card-type {
  background: rgba(60,94,131,0.12);
  color: #3C5E83;
}

.ph-expert-video .ph-expert-card-type {
  background: rgba(198,134,74,0.14);
  color: #C6864A;
}

.ph-expert-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.2;
  color: #172235;
  font-weight: 700;
}

.ph-expert-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5b6678;
}

.ph-expert-link {
  margin-top: auto;
  padding-top: 22px;
  color: #3C5E83;
  font-size: 16px;
  font-weight: 700;
}

.ph-expert-publish-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0A2945 0%, #3C5E83 100%);
}

.ph-expert-publish-content h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.ph-expert-publish-content p {
  margin: 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

.ph-expert-publish-box .ph-section-eyebrow {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.ph-expert-publish-actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.ph-expert-publish-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  background: #fff;
  color: #0A2945;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.ph-expert-publish-btn.secondary {
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}

@media (max-width: 991px) {
  .ph-expert-insights-grid {
    grid-template-columns: 1fr;
  }

  .ph-expert-publish-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .ph-expert-publish-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .ph-expert-insights-section {
    padding: 70px 0 60px;
  }

  .ph-expert-insights-title {
    font-size: 34px;
  }

  .ph-expert-card {
    min-height: auto;
    padding: 24px;
  }

  .ph-expert-card h3 {
    font-size: 24px;
  }

  .ph-expert-publish-box {
    padding: 28px 24px;
  }

  .ph-expert-publish-content h3 {
    font-size: 26px;
  }
}
.ph-resource-modal {
  display: none;
}
.ph-resource-modal.is-active {
  display: flex;
}
@media (min-width: 992px) {
  .ph-resource-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .ph-resource-row > .wpb_column,
  .ph-resource-row > .vc_column_container {
    display: flex;
    width: 33.3333%;
  }

  .ph-resource-row > .wpb_column > .vc_column-inner,
  .ph-resource-row > .vc_column_container > .vc_column-inner {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .ph-resource-card {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .ph-resource-card > .vc_column-inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 !important;
  }

  .ph-resource-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .ph-resource-image {
    flex: 0 0 auto;
    height: 285px;
  }

  .ph-resource-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 30px 28px 32px;
  }

  .ph-resource-text {
    flex-grow: 1;
    margin-bottom: 0;
  }

  .ph-resource-link {
    margin-top: 24px;
  }
}
.ph-resource-card,
.ph-resource-card > .vc_column-inner,
.ph-resource-card-inner {
  border-radius: 28px;
  overflow: hidden;
}

.ph-resource-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ph-resource-card p:last-child,
.ph-resource-card .ph-resource-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ph-resource-row.vc_row,
  .ph-resource-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  .ph-resource-row > .wpb_column,
  .ph-resource-row > .vc_column_container {
    display: flex !important;
    align-items: stretch !important;
  }

  .ph-resource-row > .wpb_column > .vc_column-inner,
  .ph-resource-row > .vc_column_container > .vc_column-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }

  .ph-resource-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
  }

  .ph-resource-card .vc_column-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }

  .ph-resource-card-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  .ph-resource-image {
    flex: 0 0 285px !important;
    height: 285px !important;
  }

  .ph-resource-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 30px 28px 32px !important;
  }

  .ph-resource-title {
    margin-bottom: 18px !important;
  }

  .ph-resource-text {
    flex: 1 1 auto !important;
    margin-bottom: 0 !important;
  }

  .ph-resource-link {
    display: inline-flex !important;
    margin-top: 24px !important;
  }
}
.ph-resource-card,
.ph-resource-card > .vc_column-inner,
.ph-resource-card-inner {
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #fff;
}

.ph-resource-image,
.ph-resource-image img {
  display: block;
  width: 100%;
}

.ph-resource-image img {
  height: 100%;
  object-fit: cover;
}

.ph-resource-card p:last-child {
  margin-bottom: 0 !important;
}
.ph-resource-modal-overlay {
  z-index: 1;
}

.ph-resource-modal-header-inner {
  position: relative;
  z-index: 2;
}
.ph-resource-modal.modal-events .ph-resource-modal-overlay {
  background: linear-gradient(
    90deg,
    rgba(198,134,74,0.95) 0%,
    rgba(198,134,74,0.85) 35%,
    rgba(198,134,74,0.70) 65%,
    rgba(198,134,74,0.45) 100%
  );
}
.ph-resource-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ph-resource-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
}

.ph-resource-card > .vc_column-inner,
.ph-resource-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 !important;
}

.ph-resource-image {
    height: 285px;
    overflow: hidden;
    flex: 0 0 285px;
}

.ph-resource-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ph-resource-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 30px 28px 32px;
}

.ph-resource-title {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.18;
    color: #172235;
    font-weight: 700;
}

.ph-resource-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #5b6678;
    flex: 1 1 auto;
}

.ph-resource-link {
    margin-top: auto;
    padding-top: 22px;
    color: #3c5e83;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.ph-resource-link:hover {
    color: #0a2945;
}

@media (max-width: 991px) {
    .ph-resource-row {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .ph-resource-image {
        height: 240px;
        flex-basis: 240px;
    }

    .ph-resource-content {
        padding: 24px 22px 28px;
    }
}
/* =========================================================
   PCRH NEW HERO SLIDER
   ========================================================= */

/* ===== CONTAINER ===== */
.pcrh-new-slider {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
  background: #0A2237;
}

/* ===== SLIDES ===== */
.pcrh-new-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;

  opacity: 0;
  visibility: hidden;

  transition: opacity 0.7s ease, visibility 0.7s ease;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pcrh-new-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.pcrh-new-slide__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ===== OVERLAY ===== */
.pcrh-new-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    90deg,
    rgba(10, 34, 55, 0.85) 0%,
    rgb(10, 34, 55) 45%,
    rgba(10, 34, 55, 0.25) 100%
  );
}

/* ===== CONTENT ===== */
.pcrh-new-slide__content {
  position: relative;
  z-index: 2;

  max-width: 1200px;
  width: 100%;
  margin: 0 auto;

  padding: 120px 20px 100px;
  color: #fff;

  display: flex;
  flex-direction: column;
}

/* ===== HEADLINE ===== */
.pcrh-new-slide__content h1 {
  max-width: 760px;
  margin: 0 0 20px;

  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.05;
  color: #fff;

  min-height: 1.2em;
}

/* ===== TEXT ===== */
.pcrh-new-slide__content p {
  max-width: 620px;
  margin: 0;

  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

/* ===== BRAND BLOCK ===== */
.pcrh-new-slide__brand {
  margin-top: auto;
  padding-top: 24px;

  border-top: 1px solid rgba(255,255,255,0.15);

  display: flex;
  align-items: center;
  gap: 14px;

  opacity: 0.85;
}

.pcrh-new-slide__brand img {
  height: 36px;
  width: auto;
}

.pcrh-new-slide__eyebrow {
  margin: 0;

  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: rgba(255,255,255,0.75);
}

/* ===== ARROWS ===== */
.pcrh-new-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 52px;
  height: 52px;

  border-radius: 50%;
  border: 0;

  background: rgba(255,255,255,0.15);
  color: #fff;

  font-size: 2rem;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  backdrop-filter: blur(6px);

  transition: all 0.2s ease;
}

.pcrh-new-slider__arrow:hover {
  background: rgba(255,255,255,0.25);
}

.pcrh-new-slider__arrow--prev {
  left: 20px;
}

.pcrh-new-slider__arrow--next {
  right: 20px;
}

/* ===== DOTS ===== */
.pcrh-new-slider__dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;

  display: flex;
  gap: 10px;
  align-items: center;
}

.pcrh-new-slider__dot {
  width: 10px;
  height: 10px;

  border-radius: 50%;
  border: 0;

  background: rgba(255,255,255,0.4);
  cursor: pointer;

  transition: all 0.2s ease;
}

.pcrh-new-slider__dot.is-active {
  background: #D29D6C;
  transform: scale(1.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .pcrh-new-slider {
    min-height: 600px;
  }

  .pcrh-new-slide__content {
    padding: 100px 20px 80px;
  }
}

@media (max-width: 767px) {
  .pcrh-new-slider {
    min-height: 520px;
  }

  .pcrh-new-slider__arrow {
    display: none;
  }

  .pcrh-new-slide__brand img {
    height: 28px;
  }

  .pcrh-new-slide__content p {
    font-size: 1rem;
  }
}
/* =========================================================
   INFO CARD (ABOUT / APPROACH) - visual parity pass
   ========================================================= */
.phcr-split-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.phcr-split-cards > .vc_column_container,
.phcr-split-cards > .wpb_column {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.phcr-split-cards > .vc_column_container > .vc_column-inner,
.phcr-split-cards > .wpb_column > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}

.phcr-info-card {
  height: 100%;
  min-height: 330px;
  background: #eaf0f8;
  border: 1px solid #d9e2ef;
  border-radius: 22px;
  box-shadow: 0 4px 14px rgba(11, 35, 54, 0.08);
  padding: 28px 30px;
}

.phcr-info-label {
  display: inline-block;
  margin: 0 0 18px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #172235;
}

.phcr-info-label:after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #304C6D;
}

.phcr-info-card p {
  margin: 0 0 26px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
  color: #2f3a4a;
}

.phcr-info-emphasis {
  margin-top: auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #172235;
}

@media (max-width: 991px) {
  .phcr-split-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .phcr-info-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .phcr-info-label {
    font-size: 13px;
  }

  .phcr-info-card p {
    font-size: 17px;
    line-height: 1.65;
  }

  .phcr-info-emphasis {
    font-size: 18px;
  }
}

.pcrh-eyebrow-light,
.pcrh-eyebrow-dark {
  display: block;
  width: fit-content;
  text-align: center;
  margin: 0 auto 24px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.pcrh-eyebrow-light {
  background: rgba(210, 157, 108, 0.15);
  color: #D29D6C;
}

.pcrh-eyebrow-dark {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}
.centered-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-navigation ul,
.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 36px;

  margin: 0;
  padding: 0;
  list-style: none;
}
#site-navigation a,
.main-navigation a {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;

  transition: opacity 0.2s ease;
}

#site-navigation a:hover {
  opacity: 0.7;
}

.site-header .header-inner,
.pcrh-header .header-inner,
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: transparent !important;
}

.pcrh-header.is-sticky .header-inner {
  background-color: #0A2237 !important;
}

.site-header nav,
.pcrh-header nav,
#site-navigation,
.main-navigation {
  grid-column: 2;
  justify-self: center;
  width: auto !important;
  margin: 0 auto !important;
}

/* Transparent menu strip by default; blue only once sticky on scroll */
#site-navigation,
.main-navigation {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 26px;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
}

.pcrh-header.is-sticky #site-navigation,
.pcrh-header.is-sticky .main-navigation {
  background: #0A2945 !important;
  box-shadow: 0 10px 25px rgba(10, 41, 69, 0.25) !important;
}
/* ===== RESOURCE GRID LAYOUT ===== */
.ph-resource-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
}

.ph-resource-row > .vc_column_container,
.ph-resource-row > .wpb_column {
  display: flex !important;
  align-items: stretch !important;
  width: 33.3333% !important;
  max-width: 33.3333% !important;
  flex: 0 0 33.3333% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 30px !important;
  box-sizing: border-box !important;
}

/* ===== WPBAKERY CHAIN MUST STRETCH ===== */
.ph-resource-row > .vc_column_container > .vc_column-inner,
.ph-resource-row > .wpb_column > .vc_column-inner {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.ph-resource-row > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.ph-resource-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
}

/* ===== CARD MUST STRETCH ===== */
.ph-resource-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* if your actual card shell is inner */
.ph-resource-card-inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* image stays fixed, content stretches */
.ph-resource-image {
  flex: 0 0 auto !important;
}

.ph-resource-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

/* title/text/button alignment */
.ph-resource-title {
  flex: 0 0 auto;
}

.ph-resource-text {
  flex: 1 1 auto !important;
  margin-bottom: 0 !important;
}

.ph-resource-link {
  margin-top: 22px !important;
  align-self: flex-start;
}

/* Insights category sub-menu */
.pcrh-insights-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 28px;
}

.pcrh-insights-filter__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.pcrh-insights-filter__item:hover {
  border-color: rgba(210, 157, 108, 0.7);
  color: #ffffff;
}

.pcrh-insights-filter__item.is-active {
  background: #D29D6C;
  border-color: #D29D6C;
  color: #0A2237;
}

/* =========================================================
   CARD CONSISTENCY PASS
   - Equal heights
   - Typography normalization
   - Hover + selection states
   ========================================================= */
.phcr-split-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px !important;
  align-items: stretch !important;
}

.phcr-split-cards > .vc_column_container,
.phcr-split-cards > .wpb_column {
  display: flex !important;
  min-width: 0;
}

.phcr-split-cards > .vc_column_container > .vc_column-inner,
.phcr-split-cards > .wpb_column > .vc_column-inner {
  display: flex !important;
  width: 100%;
  height: 100%;
}

.phcr-split-cards > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.phcr-split-cards > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex !important;
  width: 100%;
  flex: 1 1 auto;
}

.phcr-info-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 32px !important;
  border-radius: 22px;
  background: #eaf0f8;
  border: 1px solid #d9e2ef;
  box-shadow: 0 6px 18px rgba(11, 35, 54, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.phcr-info-label {
  margin-bottom: 18px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #162335;
}

.phcr-info-label:after {
  width: 52px;
  height: 3px;
  margin-top: 8px;
  background: #304c6d;
}

.phcr-info-card p {
  margin: 24px 0 24px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  color: #0A2237;
}

.phcr-info-emphasis {
  margin-top: auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  color: #172235;
}

.phcr-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 76, 109, 0.45);
  box-shadow: 0 16px 34px rgba(11, 35, 54, 0.14);
}

.phcr-info-card.is-selected {
  transform: translateY(-4px);
  border-color: rgba(48, 76, 109, 0.55);
  box-shadow: 0 18px 36px rgba(11, 35, 54, 0.16);
}

.phcr-info-card :focus-visible {
  outline: 2px solid #304c6d;
  outline-offset: 2px;
}

.phcr-info-card ::selection {
  background: #304c6d;
  color: #ffffff;
}

.phcr-info-card ::-moz-selection {
  background: #304c6d;
  color: #ffffff;
}

.pcrh-hover-card.is-selected .pcrh-hover-front {
  opacity: 0;
  transform: translateY(-14px);
}

.pcrh-hover-card.is-selected .pcrh-hover-back {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pcrh-hover-card.is-selected .pcrh-hover-card-inner {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(20, 45, 75, 0.14);
}

.ph-resource-card.is-selected {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(60, 94, 131, 0.35);
}

@media (max-width: 991px) {
  .phcr-split-cards {
    grid-template-columns: 1fr;
  }

  .phcr-info-card {
    min-height: auto;
    padding: 24px 22px !important;
  }

  .phcr-info-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .phcr-info-emphasis {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* =========================================================
   HOMEPAGE V2 - OVERLAY/STICKY MENU (authoritative override)
   ========================================================= */
.pcrh-home-v2 .pcrh-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 30px 0;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.pcrh-home-v2 .pcrh-header-inner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.pcrh-home-v2 .pcrh-nav {
  display: flex;
  justify-content: center;
}

.pcrh-home-v2 .pcrh-nav .menu,
.pcrh-home-v2 .pcrh-nav .pcrh-menu,
.pcrh-home-v2 .pcrh-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcrh-home-v2 .pcrh-nav a {
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.pcrh-home-v2 .pcrh-nav a:hover,
.pcrh-home-v2 .pcrh-nav .current-menu-item > a {
  border-bottom-color: #ffffff;
}

/* Sticky scrolled state */
.pcrh-home-v2 .pcrh-header.is-scrolled {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(10, 34, 55, 0.12);
  padding: 25px 0;
}

.pcrh-home-v2 .pcrh-header.is-scrolled .pcrh-nav a {
  color: #c68247 !important;
}

.pcrh-home-v2 .pcrh-header.is-scrolled .pcrh-nav a:hover,
.pcrh-home-v2 .pcrh-header.is-scrolled .pcrh-nav .current-menu-item > a {
  border-bottom-color: #c68247;
}