/*
Theme Name: PCR- PRIDE Centric Resources
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Pride Centric Resources
Author URI: https://pridecentricresources.com/
Description: A custom Child Theme for PCR.
Version: 1.0
Updated: 2026-04-15 12:00:00

*/

/* REUSABLE BLOCKS AND SECTIONS
/************************************/

/*-----BUTTONS-----*/

/* General Settings */
.pcr .pcr-button.elementor-element a.elementor-button {
	width: 330px;
	font-size: 20px;
	transition: .3s all ease-in-out;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.pcr .pcr-button.elementor-element a.elementor-button {
		width: 300px;
		font-size: 18px;
		padding: 8px 25px;
	}
}

@media (max-width: 768px) {
	.pcr .pcr-button.elementor-element a.elementor-button {
		width: 275px;
		font-size: 16px;
		padding: 8px 20px;	
		line-height: 30px;
	}
}	
		
/* Blue Button */
.pcr .pcr-button.elementor-element.pcr-blue-button a.elementor-button {
	background-image: linear-gradient(250deg, #216897 33.05%, #0B2231 92.35%);
}
.pcr .pcr-button.elementor-element.pcr-blue-button a.elementor-button:hover {
	background-image: linear-gradient(87deg, #438C73 1.34%, #54A085 48.96%, #438C73 99.4%);
}

/* Green Button */
.pcr .pcr-button.elementor-element.pcr-green-button .elementor-button {
	background-image: linear-gradient(87deg, #438C73 1.34%, #54A085 48.96%, #438C73 99.4%);
}
.pcr .pcr-button.elementor-element.pcr-green-button .elementor-button:hover {
	background-image: linear-gradient(250deg, #216897 33.05%, #0B2231 92.35%);
}

/*-----GREEN OFFSET BLOCKS-----*/

.pcr .pcr-green-offset {
	position: relative;
}

.pcr .pcr-green-offset::before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 100%;  
  	background-color: #438C73;
  	border-radius: 5px;
  	left: -12px;
  	bottom: -12px;
	z-index: -1;
}

/*-----GREEN OFFSET IMAGE GALLERY-----*/

.pcr .pcr-offset-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}

@media (max-width: 1200px) {
  .pcr .pcr-offset-gallery .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .pcr .pcr-offset-gallery .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 900px) {
  .pcr .pcr-offset-gallery .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
  }
}


@media (max-width: 767px) {
  .pcr .pcr-offset-gallery .gallery {
    grid-template-columns: 1fr;
	justify-items: center;
  }
}

.pcr .pcr-offset-gallery .gallery .gallery-item {
  float: none;
  width: auto;
  margin: 0;
  max-width: none;
}

@media (max-width: 767px) {
  .pcr .pcr-offset-gallery .gallery figure.gallery-item {
	width: 100%;
	  max-width: 300px;
  }
}

.pcr .pcr-offset-gallery .gallery .gallery-icon,
.pcr .pcr-offset-gallery .gallery .gallery-item div {
  width: 100%;
}

.pcr .pcr-offset-gallery .gallery .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.pcr .pcr-offset-gallery .gallery-icon {
	position: relative;
	z-index: 0;
	border-radius: 5px;
	box-shadow: 3px -3px 12px 1px rgba(35.00000000000002, 46.99999999999999, 85.00000000000003, 0.2);
}

.pcr .pcr-offset-gallery .gallery-icon:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 100%;  
  	background-color: #438C73;
  	border-radius: 5px;
  	left: -10px;
  	bottom: -10px;
	z-index: -1;
}

/*-----ICON BLOCKS-----*/

.pcr .pcr-icon-block {
	min-height: 330px;
	z-index: 10;
}

.pcr .pcr-icon-block .elementor-widget-container {
	min-height: 330px;
}

@media (max-width: 1024px) {
	.pcr .pcr-icon-block,
	.pcr .pcr-icon-block .elementor-widget-container {
		min-height: unset;
	}
}

/*-----FLOATING IMAGES-----*/

.pcr .pcr-floating-image img {
	filter: drop-shadow(3px -3px 12px rgba(35.00000000000002, 46.99999999999999, 85.00000000000003, 0.2));
}

/*-----CTAs-----*/

.pcr .pcr-cta:before {
	background: linear-gradient(97deg, #62B194 -3.99%, #1A758B 29.41%, #216897 49.37%, #438C73 91.02%, #232F55 120.71%);
	opacity: 100%;
	mix-blend-mode: multiply;
}

/*-----GRADIENT TEXT-----*/

.pcr .pcr-gradient-text {
	background: linear-gradient(138deg, #62B194 -147.59%, #1A758B -78.5%, #216897 13.08%, #438C73 77.64%, #232F55 148%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-family: "Poppins", sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
}

/*--Staggered Heading--*/

.pcr .pcr-staggered-heading {
 	display: flex;
 	flex-direction: column;
 	align-items: flex-start;
 	line-height: 0.9;
}

.pcr .pcr-staggered-heading .line {
 	display: block;
	font-size: 96px;
}

/* Individual positioning */
.pcr .pcr-staggered-heading .line-1 {
  margin-left: 0;
}

.pcr .pcr-staggered-heading .line-2 {
  margin-left: 2.2em;
  margin-top: 0.3em;
}

.pcr .pcr-staggered-heading .line-3 {
  margin-left: 2.2em;
  margin-top: 0.3em;
}


@media (max-width: 1024px) {
	.pcr .pcr-staggered-heading .line-2,
	.pcr .pcr-staggered-heading .line-3 {
		margin-left: 0;
	}
}

/*--Dotted Arrow Accent--*/

.pcr .pcr-arrow-heading {
  position: relative;
  width: fit-content;
}

.pcr .pcr-arrow-heading .line {
  position: relative;
  z-index: 2;
}

.pcr .pcr-dotted-arrow {
  position: absolute;
  inset: -35px -45px -45px -70px;
  width: calc(100% + 115px);
  height: calc(100% + 80px);
  color: #216897;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

/*-----TEAM GRIDS-----*/

.pcr .pcr-team-grid {
	align-self: unset;
}

.pcr .pcr-team-grid .elementor-loop-container,
.pcr .pcr-leadership-grid .elementor-loop-container {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: center;
 	gap: 40px;
}

.pcr .pcr-team-grid .elementor-loop-container > * {
 	width: 330px;
}

.pcr .pcr-leadership-grid .elementor-loop-container {
}

.pcr .pcr-leadership-grid .elementor-loop-container > * {
	width: 400px;
}

@media (max-width: 1024px) {
	.pcr .pcr-team-grid .elementor-loop-container > *,
	.pcr .pcr-leadership-grid .elementor-loop-container > * {
 		width: 300px;
	}
}

/*----- ACCORDIONS -----*/

.pcr-accordion-btn {
 	display:flex;
 	align-items: center;
 	justify-content: center;
 	width: 275px;
 	padding: 12px 20px;
 	height: auto;
 	border-radius: 5px;
 	font-size: 16px;
 	font-weight: 700;
 	line-height: 1.2;
 	text-align: center;
 	white-space: nowrap;
 	background-image: linear-gradient(87deg, #438C73 1.34%, #54A085 48.96%, #438C73 99.4%);
 	color: #fff !important;
}

.pcr-accordion-btn:hover {
    background-image: linear-gradient(250deg, #216897 33.05%, #0B2231 92.35%);
    color: #fff;
}

@media (max-width: 768px) {
  .pcr-accordion-btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
    max-width: 100%;
    white-space: wrap;
  }
}
@media (max-width: 480px) {
  .pcr-accordion-btn {
    font-size: 12px;
    padding: 0.4rem 0.75rem;
  }
}


.pcr .pcr-accordion .e-n-accordion-item-title-header {
	width: 100%;
}

.pcr .pcr-accordion .e-n-accordion-item-title-text {
	display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 767px) {
	.pcr .pcr-accordion .e-n-accordion-item-title-text {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

.pcr .pcr-accordion .e-n-accordion-item p {
	font-size: 15px;
	line-height: 1.2;
}

/* GLOBAL STYLES
/************************************/

/* IN-PAGE LINKS */

.pcr .elementor-widget-text-editor p {
	margin-block-end: 0;
}


/* HEADER
/************************************/

.pcr header {
	margin-bottom: -160px;
}
/* Default header state (top of page) */
.pcr .sticky-menu-items {
    transition: all 0.5s ease-in-out;
    background-color: transparent;
	z-index: 100;
}

.pcr #menu-primary-menu .sticky-menu-items .menu-item > a {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.pcr .elementor-sticky--effects .plus-navigation-menu #menu-primary-menu .navbar-nav > li:hover > a {
		color: var(--e-global-color-secondary);
}

/* When actually stuck (after scroll): white background */
.pcr .elementor-sticky--effects.sticky-menu-items {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* subtle shadow */
}

/* LOGO SWAP */

/* Base: make both logos controllable */
.pcr .sticky-menu-items .logo-white,
.pcr .sticky-menu-items .logo-blue {
  display: inline-block;
}

/* Non-sticky (top of page): white logo only */
.pcr .sticky-menu-items:not(.elementor-sticky--effects) .logo-white {
  display: inline-block;
}
.pcr .sticky-menu-items:not(.elementor-sticky--effects) .logo-blue {
  display: none;
}

/* Sticky (after scroll): color logo only */
.elementor-sticky--effects.sticky-menu-items .logo-white {
  display: none;
}
.elementor-sticky--effects.sticky-menu-items .logo-blue {
  display: inline-block;
}

/* Desktop only */
@media (min-width: 1025px) {
	
	.pcr .elementor-sticky--active.elementor-element {
		min-height: 110px;
	}
	.pcr .elementor-sticky--active.elementor-element .e-con-inner {
		padding: 0;
	}
	.pcr .elementor-sticky--active.elementor-element .elementor-element .plus-navigation-menu .navbar-nav > li {
		padding: 0;
	}
	
	.pcr .elementor-sticky--active.elementor-element .elementor-element .plus-navigation-menu .navbar-nav > li > a {
		color: var(--e-global-color-text);
		text-shadow: none;
		padding: 0px 15px!important;
	}	
	
	.pcr .elementor-sticky--active.elementor-element .elementor-element .plus-navigation-menu .navbar-nav > li > a:hover,
	.pcr .elementor-sticky--active.elementor-element .elementor-element .plus-navigation-menu .navbar-nav > li > a:active
	.pcr .elementor-sticky--active.elementor-element .elementor-element .plus-navigation-menu .navbar-nav > li > a:open {
		color: var(--e-global-color-secondary);
	}
	
	.pcr .elementor-sticky--active.elementor-element .elementor-element.elementor-element-7efd713 .plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-navigation-menu .navbar-nav > li.dropdown > a:after {
		color: var(--e-global-color-text);
	}
}

/* Tablet/Mobile */

@media (max-width: 1024px) {
	.pcr .elementor-sticky--active.elementor-element .elementor-element .mobile-plus-toggle-menu ul.toggle-lines li.toggle-line {
		background: var(--e-global-color-text);
	}
	.pcr .elementor-element .plus-navigation-wrap .plus-mobile-menu .navbar-nav > li > a {
		display: flex;
	}
	.pcr .elementor-element .plus-navigation-wrap .plus-mobile-menu.plus-mobile-menu-content .nav li a {
		text-align: left;
	}
}


/* HOMEPAGE
/************************************/

/* BANNER */

.pcr .pcr-home-banner:before {
	mix-blend-mode: multiply;
}

/*TESTIMONIAL SILDER*/

.pcr .pcr-testimonials .swiper-slide {
	background-image: url("http://pcrpridecentricresources.kinsta.cloud/wp-content/uploads/2026/04/Testimonial-BG.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
} 

.pcr .pcr-testimonials .swiper-slide:before {
	content: "";
	width: 100%;
	height: 100%;
  	position: absolute;
  	background: #1F5555;
  	mix-blend-mode: multiply;
	left:0;
	top: 0;
}

.pcr .pcr-testimonials .swiper-slide .elementor-testimonial {
	position: relative;
	z-index: 50;
}

.pcr .pcr-testimonials .swiper-slide .elementor-testimonial .elementor-testimonial__content {
	position: relative;
}

.pcr .pcr-testimonials .swiper-slide .elementor-testimonial .elementor-testimonial__content:before {
	content: "";
  	position: absolute;
    top: -40px;
    left: -34px;
  	width: 48px; 
  	height: 48px;
  	background: url("http://pcrpridecentricresources.kinsta.cloud/wp-content/uploads/2026/04/Frame-1.svg") no-repeat center / contain;
  	z-index: 3;
}

.pcr .pcr-testimonials .swiper-slide .elementor-testimonial .elementor-testimonial__footer:after {
	content: "";
  	position: absolute;
  	right: -33px;
	top: 114px;  	
	width: 48px;
  	height: 48px;
  	background: url("http://pcrpridecentricresources.kinsta.cloud/wp-content/uploads/2026/04/Frame.svg") no-repeat center / contain;
  	z-index: 3;
}

.pcr .pcr-testimonials .swiper-slide .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__name {
	margin-bottom: 10px;
}

.pcr .pcr-testimonials .swiper .elementor-swiper-button-prev {
	left: -17px;
}

.pcr .pcr-testimonials .swiper .elementor-swiper-button-next {
	right: -17px;
}

@media (max-width: 767px) {
	.pcr .pcr-testimonials .swiper-slide .elementor-testimonial .elementor-testimonial__footer:after {
		top: 300px;
	}
}

/* DEALER PAGE
/************************************/

/*-----MAP CUSTOMIZATION-----*/

.pcr .pcr-social-links {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.pcr-social-links a svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #216897;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.pcr-social-links a:hover svg {
  background: #438C73;
  transform: translateY(-2px);
}

.pcr-social-links svg {
  width: 18px;
  height: 18px;
}


/* FORMS
/************************************/

/* Contact Page */

/* Outer green box, slightly offset */
.pcr .pcr-contact-right-outer {
  background-color: #438C73;   /* green */
  border-radius: 5px;
}

/* Inner white card with content */
.pcr .pcr-contact-right-inner {
  background-color: #ffffff;   /* white */
  border-radius: 5px;
  padding: 24px;               /* inner spacing */
  left: 12px;
  top: -12px;
}

.pcr .wpforms-submit {
	background-image: linear-gradient(250deg, #216897 33.05%, #0B2231 92.35%);
}
.pcr .wpforms-submit:hover {
	background-image: linear-gradient(87deg, #438C73 1.34%, #54A085 48.96%, #438C73 99.4%);
}



