.ppp-home {
	overflow: hidden;
	background: #f8f4ec;
}

.ppp-hero-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 760px;
	margin: 42px auto 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(6px);
}

.ppp-hero-highlight {
	position: relative;
	padding: 22px 18px;
	text-align: center;
}

.ppp-hero-highlight:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 22%;
	right: 0;
	width: 1px;
	height: 56%;
	background: rgba(255, 255, 255, 0.22);
}

.ppp-hero-highlight strong {
	display: block;
	margin-bottom: 5px;
	color: var(--ppp-gold);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.ppp-hero-highlight span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.ppp-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 82vh;
	padding: 130px 20px;
	background:
		linear-gradient(
			to bottom,
			rgba(20, 15, 10, 0.18),
			rgba(20, 15, 10, 0.46)
		),
		url("https://perfectlyposhpoms.com/wp-content/uploads/2026/08/0DB58901-B5A9-4AE0-9BE2-437B15150EE7.jpg")
		center 42% / cover no-repeat;
}

.ppp-hero__content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	text-align: center;
}

.ppp-hero h1 {
	max-width: 880px;
	margin: 0 auto 28px;
	color: var(--ppp-white);
	font-size: clamp(58px, 8vw, 104px);
	font-weight: 400;
	line-height: 0.92;
}

.ppp-hero__description {
	max-width: 610px;
	margin: 0 auto 35px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 1.8;
}

.ppp-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.ppp-intro {
	padding: 120px 0;
	background: var(--ppp-white);
}

.ppp-intro__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 80px;
}

.ppp-intro__content {
	max-width: 560px;
}

.ppp-intro h2 {
	margin: 0 0 25px;
	font-size: clamp(44px, 5vw, 68px);
}

.ppp-intro p {
	font-size: 16px;
	line-height: 1.9;
}

.ppp-intro__image img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.ppp-puppies {
	padding: 120px 0;
	background: var(--ppp-cream);
}

.ppp-puppy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.ppp-puppy-card {
	overflow: hidden;
	background: var(--ppp-white);
}

.ppp-puppy-card__image {
	overflow: hidden;
	background: #eee8dc;
}

.ppp-puppy-card__image img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.ppp-puppy-card:hover .ppp-puppy-card__image img {
	transform: scale(1.04);
}

/* Puppy card title links */
.ppp-puppy-card h3 a {
	color: var(--ppp-black) !important;
	text-decoration: none !important;
}

.ppp-puppy-card h3 a:hover {
	color: var(--ppp-gold) !important;
}

/* View Puppy link */
.ppp-puppy-card .ppp-text-link {
	color: var(--ppp-black) !important;
	text-decoration: none !important;
}

.ppp-puppy-card .ppp-text-link:hover {
	color: var(--ppp-gold) !important;
}


/* Remove Astra default link styling inside cards */
.ppp-puppy-card a {
	text-decoration: none !important;
}

.ppp-puppy-card a:focus {
	outline: none;
}

.ppp-puppy-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 420px;
	color: #8b806d;
}

.ppp-puppy-card__content {
	padding: 30px;
	text-align: center;
}

.ppp-puppy-card__status {
	margin: 0 0 12px;
	color: var(--ppp-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ppp-puppy-card h3 {
	margin: 0 0 10px;
	font-size: 38px;
}

.ppp-puppy-card__meta {
	margin: 0 0 18px;
	font-size: 13px;
}

.ppp-section-action {
	margin-top: 50px;
	text-align: center;
}

.ppp-features {
	padding: 120px 0;
	background: var(--ppp-black);
}

.ppp-features h2 {
	color: var(--ppp-white);
}

.ppp-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.14);
}

.ppp-feature-card {
	padding: 45px 30px;
	background: var(--ppp-rich-black);
}

.ppp-feature-card span {
	color: var(--ppp-gold);
	font-size: 12px;
	letter-spacing: 2px;
}

.ppp-feature-card h3 {
	margin: 20px 0 15px;
	color: var(--ppp-white);
	font-size: 30px;
}

.ppp-feature-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.8;
}

.ppp-process {
	padding: 120px 0;
	background: var(--ppp-white);
}

.ppp-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.ppp-process-item strong {
	color: var(--ppp-gold);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 48px;
	font-weight: 400;
}

.ppp-process-item h3 {
	margin: 18px 0 12px;
	font-size: 28px;
}

.ppp-process-item p {
	font-size: 14px;
	line-height: 1.8;
}

.ppp-contact-cta {
	padding: 120px 20px;
	text-align: center;
	background: var(--ppp-black);
}

.ppp-contact-cta h2 {
	max-width: 850px;
	margin: 0 auto 35px;
	color: var(--ppp-white);
	font-size: clamp(44px, 6vw, 76px);
}


/* =========================================
   GENERAL INNER PAGES
========================================= */

.ppp-intro-points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 32px 0 28px;
}

.ppp-intro-points > div {
	position: relative;
	padding: 22px 18px;
	background: #faf7f0;
	border: 1px solid rgba(200, 162, 74, 0.22);
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

.ppp-intro-points > div:hover {
	transform: translateY(-4px);
	border-color: var(--ppp-gold);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

.ppp-intro-points span {
	display: block;
	margin-bottom: 10px;
	color: var(--ppp-gold);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 24px;
	line-height: 1;
}

.ppp-intro-points p {
	margin: 0;
	color: var(--ppp-black);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

/* Learn more link spacing */
.ppp-intro__content .ppp-text-link {
	margin-top: 8px;
}

.ppp-page-hero {
	padding: 140px 20px;
	text-align: center;
	background: var(--ppp-black);
}

.ppp-page-hero h1 {
	margin: 0;
	color: var(--ppp-white);
	font-size: clamp(54px, 7vw, 88px);
}

.ppp-page-content {
	padding: 100px 0;
}

.ppp-page-content p {
	font-size: 16px;
	line-height: 1.9;
}

.ppp-content-narrow {
	max-width: 850px;
	margin-inline: auto;
}

.ppp-faq-list {
	max-width: 900px;
	margin-inline: auto;
}

.ppp-faq-item {
	padding: 28px 0;
	border-bottom: 1px solid var(--ppp-border);
}

.ppp-faq-item h2 {
	margin: 0 0 12px;
	font-size: 32px;
}

.ppp-contact-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 80px;
}

.ppp-contact-details h2 {
	font-size: 52px;
}

/* =========================================
   CONTACT PAGE
========================================= */

.ppp-contact-page {
	overflow: hidden;
}

.ppp-contact-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 560px;
	padding: 120px 20px;
	text-align: center;
	background:
		linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
		url("https://perfectlyposhpoms.com/wp-content/uploads/2026/08/IMG_1254.jpg") center/cover no-repeat;
}

.ppp-contact-hero .ppp-container {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

.ppp-contact-hero h1 {
	margin: 0 0 25px;
	color: var(--ppp-white);
	font-size: clamp(56px, 7vw, 92px);
	font-weight: 400;
	line-height: 1;
}

.ppp-contact-hero .ppp-eyebrow {
	margin-bottom: 20px;
	color: #d5ae50;
}

.ppp-contact-hero .ppp-container > p:last-child {
	max-width: 680px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.8;
}

.ppp-contact-section {
	padding: 95px;
  padding-bottom: 95px;
	background: var(--ppp-white);
}

.ppp-contact-layout {
	display: grid;
  grid-template-columns: 0.7fr 1.3fr;
	align-items: start;
	gap: 70px;
}

.ppp-contact-info {
	padding-top: 20px;
}

.ppp-cf7-field input:not([type="submit"]):not([type="checkbox"]),
.ppp-cf7-field select {
	min-height: 46px;
	padding: 12px 14px;
}

.ppp-cf7-field textarea {
	min-height: 115px;
	padding: 12px 14px;
}

.ppp-cf7-field input[type="submit"] {
	min-height: 50px;
	padding: 13px 26px;
}

.ppp-contact-info h2,
.ppp-contact-form-heading h2,
.ppp-contact-note h2 {
	margin: 0 0 24px;
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 500;
	line-height: 1.05;
}

.ppp-contact-intro {
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1.9;
}

.ppp-contact-details {
	border-top: 1px solid var(--ppp-border);
}

.ppp-contact-detail {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 20px;
	padding: 28px 0;
	border-bottom: 1px solid var(--ppp-border);
}

.ppp-contact-detail > span {
	color: var(--ppp-gold);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	line-height: 1;
}

.ppp-contact-detail h3 {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 500;
}

.ppp-contact-detail p,
.ppp-contact-detail a {
	margin: 0;
	color: var(--ppp-text);
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
}

.ppp-contact-detail a:hover {
	color: var(--ppp-gold);
}

.ppp-contact-form-wrap {
  width: 100%;
  max-width: 760px;
	padding: 42px 48px;
	background: var(--ppp-cream);
	border: 1px solid var(--ppp-border);
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

.ppp-contact-form-heading {
	margin-bottom: 24px;
}

.ppp-contact-form-heading h2 {
	font-size: clamp(42px, 4vw, 58px);
  margin-bottom: 16px;
}

.ppp-cf7-grid {
	gap: 16px 20px;
}

.ppp-cf7-field label {
	margin-bottom: 6px;
}

.ppp-contact-form p {
	margin-bottom: 18px;
}

.ppp-contact-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--ppp-black);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.ppp-contact-form input,
.ppp-contact-form select,
.ppp-contact-form textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 18px;
	color: var(--ppp-black);
	background: var(--ppp-white);
	border: 1px solid #d9d1c3;
	border-radius: 0;
	font-size: 14px;
	box-shadow: none;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.ppp-contact-form input:focus,
.ppp-contact-form select:focus,
.ppp-contact-form textarea:focus {
	border-color: var(--ppp-gold);
	outline: none;
	box-shadow: 0 0 0 2px rgba(200, 162, 74, 0.12);
}

.ppp-contact-form textarea {
	min-height: 160px;
	resize: vertical;
}

.ppp-contact-form input[type="submit"],
.ppp-contact-form button[type="submit"],
.ppp-contact-form .wpforms-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 190px;
	min-height: 56px;
	margin: 0;
	padding: 16px 30px;
	color: var(--ppp-black);
	background: var(--ppp-gold);
	border: none;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		transform 0.25s ease;
}

.ppp-contact-form input[type="submit"]:hover,
.ppp-contact-form button[type="submit"]:hover,
.ppp-contact-form .wpforms-submit:hover {
	color: var(--ppp-white);
	background: var(--ppp-dark-gold);
	transform: translateY(-2px);
}

.ppp-contact-form .wpforms-container {
	margin: 0;
}

.ppp-contact-form .wpforms-field {
	padding: 0 0 18px;
}

.ppp-contact-form .wpforms-field-label {
	margin-bottom: 8px;
	color: var(--ppp-black);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.ppp-contact-form .wpforms-field-description {
	margin-top: 6px;
	color: var(--ppp-text);
	font-size: 12px;
}

.ppp-contact-form .wpforms-error {
	margin-top: 6px;
	color: #b42318;
	font-size: 12px;
}

.ppp-contact-form .wpforms-confirmation-container-full {
	padding: 18px 20px;
	color: var(--ppp-black);
	background: #f3ead6;
	border: 1px solid var(--ppp-gold);
}

.ppp-contact-note {
	position: relative;
	overflow: hidden;
	padding: 120px 20px;
	text-align: center;
  margin-bottom: 0;
	background: var(--ppp-black);
}

.ppp-contact-note::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(200, 162, 74, 0.25);
	border-radius: 50%;
}

.ppp-contact-note .ppp-container {
	position: relative;
	z-index: 2;
	max-width: 850px;
}

.ppp-contact-note h2 {
	color: var(--ppp-white);
}

.ppp-contact-note .ppp-container > p:last-child {
	max-width: 680px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.8;
}

/* =========================================
   TESTIMONIALS PAGE
========================================= */

.ppp-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.ppp-testimonial-card {
	padding: 40px 32px;
	background: var(--ppp-cream);
	border: 1px solid var(--ppp-border);
}

.ppp-testimonial-card p {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.9;
}

.ppp-testimonial-card h3 {
	margin: 0;
	font-size: 28px;
}


/*==================================================
HOME VALUES
==================================================*/

.ppp-home-values{
	padding:120px 0;
	background:#fff;
}

.ppp-home-values-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:30px;
	margin-top:70px;
}

.ppp-home-value-card{
	padding:45px 35px;
	background:#fff;
	border:1px solid #ece8df;
	text-align:center;
	transition:.35s;
	box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.ppp-home-value-card:hover{
	transform:translateY(-8px);
	border-color:var(--ppp-gold);
	box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.ppp-home-value-number{
	display:inline-block;
	width:58px;
	height:58px;
	line-height:58px;
	border-radius:50%;
	background:var(--ppp-gold);
	color:#fff;
	font-size:14px;
	font-weight:700;
	margin-bottom:22px;
}

.ppp-home-value-card h3{
	margin-bottom:15px;
	font-size:30px;
}

.ppp-home-value-card p{
	margin:0;
	line-height:1.8;
	font-size:15px;
}


/*==================================================
HOME GALLERY
==================================================*/

.ppp-home-gallery{
	padding:120px 0;
	background:var(--ppp-cream);
}

.ppp-home-gallery-grid{
	display:grid;
	grid-template-columns:2fr 1fr;
	grid-template-rows:320px 320px;
	gap:25px;
	margin-top:70px;
}

.ppp-home-gallery-item{
	overflow:hidden;
	border-radius:8px;
}

.ppp-home-gallery-item--large{
	grid-row:1 / span 2;
}

.ppp-home-gallery-item img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:.5s;
}

.ppp-home-gallery-item:hover img{
	transform:scale(1.08);
}


/*==================================================
TESTIMONIALS
==================================================*/

.ppp-home-testimonials{
	padding:120px 0;
	background:#fff;
}

.ppp-home-testimonial-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
	margin-top:70px;
}

.ppp-home-testimonial-card{
	padding:45px;
	background:#fff;
	border:1px solid #ece8df;
	box-shadow:0 15px 40px rgba(0,0,0,.05);
	transition:.35s;
}

.ppp-home-testimonial-card:hover{
	transform:translateY(-6px);
	box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.ppp-testimonial-stars{
	color:var(--ppp-gold);
	font-size:22px;
	margin-bottom:25px;
	letter-spacing:3px;
}

.ppp-home-testimonial-card p{
	font-style:italic;
	line-height:1.9;
	margin-bottom:30px;
}

.ppp-home-testimonial-card h3{
	margin:0;
	font-size:18px;
}


/*==================================================
FAQ
==================================================*/

.ppp-home-faq{
	padding:120px 0;
	background:var(--ppp-cream);
}

.ppp-home-faq-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:80px;
	align-items:flex-start;
}

.ppp-home-faq-item{
	background:#fff;
	border:1px solid #e7e1d5;
	padding:22px 28px;
	margin-bottom:18px;
}

.ppp-home-faq-item summary{
	cursor:pointer;
	font-weight:600;
	font-size:18px;
	list-style:none;
	position:relative;
	padding-right:25px;
}

.ppp-home-faq-item summary::-webkit-details-marker{
	display:none;
}

.ppp-home-faq-item summary::after{
	content:"+";
	position:absolute;
	right:0;
	top:0;
	font-size:24px;
	color:var(--ppp-gold);
}

.ppp-home-faq-item[open] summary::after{
	content:"–";
}

.ppp-home-faq-item p{
	margin-top:18px;
	line-height:1.8;
}


/*==================================================
FINAL CTA
==================================================*/

.ppp-home-final-cta{
	padding:150px 20px;
	text-align:center;
	background:
	linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.68)),
	url("https://perfectlyposhpoms.com/wp-content/uploads/2026/08/IMG_1254.jpg") center/cover no-repeat;
}

.ppp-home-final-cta h2{
	max-width:850px;
	margin:0 auto 25px;
	color:#fff;
	font-size:clamp(52px,6vw,88px);
	line-height:1;
}

.ppp-home-final-cta p{
	max-width:700px;
	margin:0 auto 40px;
	color:rgba(255,255,255,.82);
	font-size:17px;
	line-height:1.8;
}

.ppp-home-final-cta-buttons{
	display:flex;
	justify-content:center;
	gap:18px;
	flex-wrap:wrap;
}



/* Footer css start */
/* =========================================
   CUSTOM FOOTER
========================================= */

.ppp-site-footer {
	color: rgba(255, 255, 255, 0.72);
  margin-top: 0;
	background: #111111;
}

.ppp-footer-main {
	padding: 100px 0 85px;
}

body.page-template-template-contact .site-content {
	margin-bottom: 0;
}

body.page-template-template-contact .site-main {
	margin-bottom: 0;
}

.ppp-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.7fr 0.7fr 1.15fr;
	gap: 65px;
	align-items: start;
}

.ppp-footer-logo {
	display: inline-block;
	margin-bottom: 24px;
	color: var(--ppp-white);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.ppp-footer-logo:hover {
	color: var(--ppp-gold);
}

.ppp-footer-brand > p {
	max-width: 380px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.9;
}

.ppp-footer-email {
	color: var(--ppp-gold);
	font-size: 13px;
	text-decoration: none;
}

.ppp-footer-email:hover {
	color: var(--ppp-white);
}

.ppp-footer-column h2,
.ppp-footer-newsletter h2 {
	margin: 0 0 25px;
	color: var(--ppp-white);
	font-size: 28px;
	font-weight: 500;
}

.ppp-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ppp-footer-column li {
	margin-bottom: 13px;
}

.ppp-footer-column a {
	position: relative;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	text-decoration: none;
}

.ppp-footer-column a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: var(--ppp-gold);
	transition: width 0.25s ease;
}

.ppp-footer-column a:hover {
	color: var(--ppp-white);
}

.ppp-footer-column a:hover::after {
	width: 100%;
}

.ppp-footer-newsletter .ppp-eyebrow {
	margin-bottom: 15px;
}

.ppp-footer-newsletter > p:not(.ppp-eyebrow) {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.8;
}

.ppp-footer-newsletter .ppp-button {
	min-width: 190px;
}

.ppp-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ppp-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	min-height: 84px;
}

.ppp-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 11px;
	letter-spacing: 0.5px;
}

/* Hide Astra default footer if it still renders */
.site-footer {
	display: none !important;
}

/* Footer css end */


/* =========================================
   FAQ PAGE
========================================= */

.ppp-faq-item {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid var(--ppp-border);
}

.ppp-faq-item h2 {
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 500;
}

.ppp-faq-item p {
	margin: 0;
}

/* =========================================
   AVAILABLE PUPPIES PAGE
========================================= */

.ppp-puppies-page {
	padding: 110px 0;
	background: var(--ppp-cream);
}

.ppp-puppies-page .ppp-puppy-grid {
	margin-top: 50px;
}

/* =========================================
   ABOUT PAGE
========================================= */

/* =========================================
   ABOUT PAGE
========================================= */

.ppp-about-page {
	overflow: hidden;
}

.ppp-about-hero {
	display: flex;
	background-position: center 38%;
	align-items: center;
	min-height: 560px;
	padding: 120px 20px;
	text-align: center;
	background:
		linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
		url("https://perfectlyposhpoms.com/wp-content/uploads/2026/08/IMG_2431.jpg")
		center/cover no-repeat;
}

.ppp-about-hero .ppp-container {
	max-width: 920px;
}

.ppp-about-hero h1 {
	margin: 0 0 24px;
	color: var(--ppp-white);
	font-size: clamp(56px, 7vw, 92px);
	font-weight: 400;
	line-height: 1;
}

.ppp-about-hero .ppp-container > p:last-child {
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.8;
}

.ppp-about-intro {
	padding: 130px 0;
	background: var(--ppp-white);
}

.ppp-about-intro-grid,
.ppp-about-experience-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 85px;
}

.ppp-about-intro-image,
.ppp-about-experience-image {
	position: relative;
}

.ppp-about-intro-image::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -18px;
	width: 100%;
	height: 100%;
	border: 1px solid var(--ppp-gold);
	z-index: 0;
}

.ppp-about-intro-image img,
.ppp-about-experience-image img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 640px;
	object-fit: cover;
	box-shadow: 0 28px 65px rgba(0, 0, 0, 0.12);
}

.ppp-about-intro-content h2,
.ppp-about-experience-content h2 {
	margin: 0 0 25px;
	font-size: clamp(48px, 5vw, 72px);
}

.ppp-about-intro-content p,
.ppp-about-experience-content p {
	font-size: 16px;
	line-height: 1.9;
}

.ppp-about-intro-content .ppp-button {
	margin-top: 16px;
}

.ppp-about-values {
	padding: 125px 0;
	background: var(--ppp-black);
}

.ppp-about-values h2 {
	color: var(--ppp-white);
}

.ppp-about-values .ppp-section-heading > p:last-child {
	color: rgba(255, 255, 255, 0.68);
}

.ppp-about-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.13);
}

.ppp-about-value-card {
	min-height: 260px;
	padding: 42px 30px;
	background: var(--ppp-rich-black);
	transition:
		transform 0.3s ease,
		background-color 0.3s ease;
}

.ppp-about-value-card:hover {
	transform: translateY(-7px);
	background: #1d1d1d;
}

.ppp-about-value-card span {
	color: var(--ppp-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}

.ppp-about-value-card h3 {
	margin: 22px 0 15px;
	color: var(--ppp-white);
	font-size: 32px;
}

.ppp-about-value-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.8;
}

.ppp-about-experience {
	padding: 130px 0;
	background: var(--ppp-cream);
}

.ppp-about-experience-content {
	order: 1;
}

.ppp-about-experience-image {
	order: 2;
}


body.page-template-template-contact .site-content,
body.page-template-template-contact #content,
body.page-template-template-contact .ast-container,
body.page-template-template-contact .site-main,
body.page-template-template-contact .ppp-contact-page {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.page-template-template-contact .ppp-contact-note,
body.page-template-template-contact .ppp-site-footer {
	margin: 0 !important;
}

.ppp-contact-note + .ppp-site-footer {
	margin-top: 0 !important;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1024px) {
	.ppp-contact-layout {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.ppp-intro-points {
		grid-template-columns: 1fr;
		max-width: 520px;
	}

	.ppp-contact-info {
		padding-top: 0;
	}

	.ppp-contact-form-wrap {
		padding: 45px;
	}

	.ppp-testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ppp-about-grid {
		gap: 50px;
	}
}

@media (max-width: 767px) {
	.ppp-page-hero {
		padding: 100px 20px;
	}
	
	.ppp-hero-highlights {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin-top: 34px;
		border: 1px solid rgba(255, 255, 255, 0.22);
	}

	.ppp-hero-highlight {
		padding: 16px 15px;
	}

	.ppp-hero-highlight:not(:last-child)::after {
		top: auto;
		right: 15%;
		bottom: 0;
		width: 70%;
		height: 1px;
	}
	.ppp-intro-points {
		margin-top: 26px;
		margin-bottom: 24px;
	}

	.ppp-intro-points > div {
		padding: 18px 16px;
	}

	.ppp-page-content {
		padding: 80px 0;
	}

	.ppp-contact-hero {
		min-height: 480px;
		padding: 100px 20px;
	}

	.ppp-contact-hero h1 {
		font-size: 54px;
	}

	.ppp-contact-section {
		padding: 80px 0;
	}

	.ppp-contact-form-wrap {
		padding: 35px 25px;
	}

	.ppp-contact-detail {
		grid-template-columns: 42px 1fr;
	}

	.ppp-contact-note {
		padding: 85px 20px;
	}

	.ppp-testimonials-grid,
	.ppp-about-grid {
		grid-template-columns: 1fr;
	}

	.ppp-about-image img {
		height: 480px;
	}
}

@media (max-width: 480px) {
	.ppp-contact-hero h1 {
		font-size: 46px;
	}

	.ppp-contact-form-wrap {
		padding: 28px 18px;
	}

	.ppp-contact-info h2,
	.ppp-contact-form-heading h2,
	.ppp-contact-note h2 {
		font-size: 42px;
	}

	.ppp-contact-form input[type="submit"],
	.ppp-contact-form button[type="submit"],
	.ppp-contact-form .wpforms-submit {
		width: 100%;
	}
}

/* =========================================
   LARGE TABLETS / SMALL LAPTOPS
========================================= */

@media (max-width: 1200px) {
	.ppp-container {
		width: min(100% - 40px, var(--ppp-container));
	}

	.ppp-intro__grid,
	.ppp-about-grid,
	.ppp-contact-layout {
		gap: 55px;
	}

	.ppp-feature-grid,
	.ppp-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ppp-puppy-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
	.ast-primary-header-bar {
		min-height: 82px;
	}

	.site-title a {
		font-size: 32px;
	}

	.main-header-menu > .menu-item > .menu-link {
		font-size: 10px;
		letter-spacing: 1px;
	}

	.ppp-hero {
		min-height: 720px;
	}

	.ppp-hero h1 {
		font-size: clamp(58px, 8vw, 86px);
	}

	.ppp-intro,
	.ppp-puppies,
	.ppp-features,
	.ppp-process,
	.ppp-page-content,
	.ppp-about-section,
	.ppp-contact-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.ppp-intro__grid,
	.ppp-about-grid,
	.ppp-contact-layout {
		grid-template-columns: 1fr;
	}

	.ppp-intro__content,
	.ppp-about-content,
	.ppp-contact-info {
		max-width: 100%;
	}

	.ppp-intro__image,
	.ppp-about-image {
		max-width: 720px;
		margin: 0 auto;
	}

	.ppp-intro__image img,
	.ppp-about-image img {
		height: 560px;
	}

	.ppp-contact-form-wrap {
		padding: 45px;
	}

	.ppp-testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ppp-page-hero {
		padding: 120px 20px;
	}
}

/* =========================================
   MOBILE LANDSCAPE / SMALL TABLET
========================================= */

@media (max-width: 767px) {
	.ppp-container {
		width: min(100% - 30px, var(--ppp-container));
	}

	.ast-primary-header-bar {
		min-height: 72px;
	}

	.site-title a {
		font-size: 27px;
	}

	.ppp-hero {
		min-height: 640px;
		padding: 70px 0;
		background-position: center center;
	}

	.ppp-hero h1 {
		font-size: 54px;
		line-height: 0.98;
	}

	.ppp-hero__description {
		font-size: 15px;
		line-height: 1.7;
	}

	.ppp-hero__buttons {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.ppp-button {
		width: 100%;
		max-width: 320px;
	}

	.ppp-intro,
	.ppp-puppies,
	.ppp-features,
	.ppp-process,
	.ppp-page-content,
	.ppp-about-section,
	.ppp-contact-section,
	.ppp-contact-note,
	.ppp-contact-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.ppp-section-heading {
		margin-bottom: 42px;
	}

	.ppp-section-heading h2,
	.ppp-intro h2,
	.ppp-about-content h2,
	.ppp-contact-info h2,
	.ppp-contact-form-heading h2,
	.ppp-contact-note h2 {
		font-size: 44px;
	}

	.ppp-intro__grid,
	.ppp-about-grid,
	.ppp-contact-layout,
	.ppp-puppy-grid,
	.ppp-feature-grid,
	.ppp-process-grid,
	.ppp-testimonials-grid {
		grid-template-columns: 1fr;
	}

	.ppp-intro__grid,
	.ppp-about-grid,
	.ppp-contact-layout {
		gap: 45px;
	}

	.ppp-intro__image img,
	.ppp-about-image img {
		height: 470px;
	}

	.ppp-puppy-card__image img,
	.ppp-puppy-card__placeholder {
		height: 390px;
	}

	.ppp-feature-card,
	.ppp-process-item,
	.ppp-testimonial-card {
		padding: 32px 24px;
	}

	.ppp-page-hero {
		padding: 95px 20px;
	}

	.ppp-page-hero h1,
	.ppp-contact-hero h1 {
		font-size: 50px;
	}

	.ppp-contact-hero {
		min-height: 500px;
		padding: 90px 20px;
	}

	.ppp-contact-form-wrap {
		padding: 35px 25px;
	}

	.ppp-contact-detail {
		grid-template-columns: 42px 1fr;
		gap: 15px;
	}

	.ppp-contact-detail h3 {
		font-size: 24px;
	}

	.ppp-faq-item h2 {
		font-size: 28px;
	}

	.site-primary-footer-wrap {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.site-footer .ast-builder-grid-row-container-inner {
		text-align: center;
	}
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
	.ppp-container {
		width: min(100% - 24px, var(--ppp-container));
	}

	.ppp-eyebrow {
		font-size: 10px;
		letter-spacing: 2.2px;
	}

	.ppp-hero {
		min-height: 590px;
	}

	.ppp-hero h1 {
		font-size: 44px;
	}

	.ppp-hero__description {
		font-size: 14px;
	}

	.ppp-section-heading h2,
	.ppp-intro h2,
	.ppp-about-content h2,
	.ppp-contact-info h2,
	.ppp-contact-form-heading h2,
	.ppp-contact-note h2,
	.ppp-contact-cta h2 {
		font-size: 38px;
	}

	.ppp-intro,
	.ppp-puppies,
	.ppp-features,
	.ppp-process,
	.ppp-page-content,
	.ppp-about-section,
	.ppp-contact-section,
	.ppp-contact-note,
	.ppp-contact-cta {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.ppp-intro__image img,
	.ppp-about-image img {
		height: 390px;
	}

	.ppp-puppy-card__image img,
	.ppp-puppy-card__placeholder {
		height: 340px;
	}

	.ppp-puppy-card__content {
		padding: 24px 18px;
	}

	.ppp-puppy-card h3 {
		font-size: 34px;
	}

	.ppp-feature-card h3,
	.ppp-process-item h3 {
		font-size: 27px;
	}

	.ppp-page-hero h1,
	.ppp-contact-hero h1 {
		font-size: 42px;
	}

	.ppp-contact-hero {
		min-height: 450px;
	}

	.ppp-contact-form-wrap {
		padding: 28px 18px;
	}

	.ppp-contact-form input,
	.ppp-contact-form select,
	.ppp-contact-form textarea {
		padding: 14px 15px;
	}

	.ppp-contact-form input[type="submit"],
	.ppp-contact-form button[type="submit"],
	.ppp-contact-form .wpforms-submit {
		width: 100%;
	}

	.ppp-contact-detail {
		grid-template-columns: 34px 1fr;
	}

	.ppp-contact-detail > span {
		font-size: 24px;
	}

	.ppp-faq-item {
		padding: 24px 0;
	}

	.ppp-faq-item h2 {
		font-size: 25px;
	}

	.ppp-testimonial-card {
		padding: 28px 20px;
	}

	.site-footer {
		text-align: center;
	}
}

/* mobile footer css start */
/* Custom footer responsive */

@media (max-width: 1024px) {
	.ppp-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 55px;
	}
}

@media (max-width: 767px) {
	.ppp-footer-main {
		padding: 75px 0 60px;
	}

	.ppp-footer-grid {
		grid-template-columns: 1fr;
		gap: 42px;
		text-align: center;
	}          

	.ppp-footer-brand > p {
		margin-right: auto;
		margin-left: auto;
	}

	.ppp-footer-newsletter .ppp-button {
		width: 100%;
		max-width: 320px;
	}

	.ppp-footer-bottom-inner {
		flex-direction: column;
		justify-content: center;
		min-height: auto;
		padding: 25px 0;
		text-align: center;
	}
}
/* mobile footer css end */


/* mobile about page css start */
/* About page responsive */

@media (max-width: 1024px) {
	.ppp-about-intro-grid,
	.ppp-about-experience-grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.ppp-about-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ppp-about-intro-image,
	.ppp-about-experience-image {
		max-width: 720px;
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.ppp-about-hero {
		min-height: 500px;
		padding: 90px 20px;
	}

	.ppp-about-hero h1 {
		font-size: 50px;
	}

	.ppp-about-intro,
	.ppp-about-values,
	.ppp-about-experience {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.ppp-about-values-grid {
		grid-template-columns: 1fr;
	}

	.ppp-about-intro-image::before {
		top: 18px;
		left: -12px;
	}

	.ppp-about-intro-image img,
	.ppp-about-experience-image img {
		height: 480px;
	}
}

@media (max-width: 480px) {
	.ppp-about-hero h1 {
		font-size: 42px;
	}

	.ppp-about-intro-content h2,
	.ppp-about-experience-content h2 {
		font-size: 40px;
	}

	.ppp-about-intro-image img,
	.ppp-about-experience-image img {
		height: 390px;
	}

	.ppp-about-value-card {
		min-height: auto;
		padding: 34px 24px;
	}
}
/* mobile about page css end */


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.ppp-home-values-grid{
	grid-template-columns:repeat(2,1fr);
}

.ppp-home-gallery-grid{
	grid-template-columns:1fr;
	grid-template-rows:auto;
}

.ppp-home-gallery-item--large{
	grid-row:auto;
	height:420px;
}

.ppp-home-gallery-item{
	height:300px;
}

.ppp-home-testimonial-grid{
	grid-template-columns:1fr;
}

.ppp-home-faq-grid{
	grid-template-columns:1fr;
	gap:60px;
}

}

@media(max-width:767px){

.ppp-home-values,
.ppp-home-gallery,
.ppp-home-testimonials,
.ppp-home-faq,
.ppp-home-final-cta{
	padding:80px 0;
}

.ppp-home-values-grid{
	grid-template-columns:1fr;
}

.ppp-home-final-cta h2{
	font-size:44px;
}

.ppp-home-final-cta-buttons{
	flex-direction:column;
	align-items:center;
}

}