/*
Theme Name: 2016 Dominion Youth Services
Theme URI: http://www.dominionyouthservices.com/
Author: Polychrome Collective
Author URI: https://www.polychromecollective.com/
Description: 2016 Theme for Dominion Youth Services
Version: 1.0
*/

/* assets/css */
/* Breach Notification heading *//* Desktop overrides for Breach Notification */
@media (min-width: 769px) {
  .entry-content h4.hp-h4.breach-notification-link {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.entry-content h4.hp-h4.breach-notification-link a {
  color: #282b64 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s ease;
}

.entry-content h4.hp-h4.breach-notification-link a:hover {
  color: #6aa0c9 !important;
}

#featured-image img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
}
#emdr-banner {
  text-align: center;
  color: #0056b3;
  font-size: 18px;
  font-weight: 600;
  margin: 30px auto -10px auto;
}
.team-section-heading {
    text-align: center;
    margin-top: 60px;     /* Adjust this number if you want more/less space */
    margin-bottom: 30px;  /* Optional: adds spacing below heading */
    font-size: 2.5rem;    /* Optional: make headings a bit larger */
    font-weight: 600;     /* Optional: cleaner bold weight */
}


.home .faq-section details{ border-bottom:1px solid var(--dc-brand-blue-dark); padding:0; margin-bottom:8px; }
.home .faq-section details summary{ background-color:var(--dc-brand-blue-dark); color:#fff; padding:20px; cursor:pointer; font-family:NewJuneMedium; font-size:22px; line-height:1.2; }
.home .faq-section details summary::after{ margin-right:20px; }
.home .faq-section details > p{ margin-top:12px !important; }

.home .seo-conent h2{ font-size:2em !important; text-align:center; margin:50px 0 50px 0 !important; color:var(--dc-brand-blue-dark) !important; font-weight:700; font-family:NewJuneSemibold !important; }

.home .service-text{ margin-bottom:50px; }

.home .service-text h2{ font-size:2em !important; text-align:center; margin:50px 0 50px 0 !important; color:var(--dc-brand-blue-dark) !important; font-weight:700; font-family:NewJuneSemibold !important; }
/* Testimonials - 3 Blue Columns */
.testimonials-columns {
  margin-top: 60px;
  margin-bottom: 60px;
}/* ==========================================================================
   Testimonials – 3 column blue cards
   ========================================================================== */
.testimonials-section {
	width: 100%;
	margin: 60px 0;
	padding: 40px 0;
	background-color: #f4f7fb;
}

.testimonials-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.testimonials-divider {
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin: 0 0 35px 0;
}

.testimonials-header {
	color: #282B65 !important;
	font-size: 42px;
	font-weight: 600;
	font-family: NewJuneMedium, 'Lato', sans-serif;
	text-align: center;
	margin: 0 0 40px 0;
}

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

/* The blue card itself */
.testimonials-section .testimonial-card,
.entry-content .testimonial-card,
article.testimonial-card {
	background-color: #282B65 !important;
	background: #282B65 !important;
	padding: 40px 35px !important;
	border-radius: 4px;
	display: flex !important;
	flex-direction: column;
	min-height: 320px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Everything inside the card is white */
.testimonial-card,
.testimonial-card p,
.testimonial-card span,
.entry-content .testimonial-card,
.entry-content .testimonial-card p {
	color: #ffffff !important;
}

.testimonial-quote-icon {
	display: block;
	font-size: 70px;
	line-height: 0.8;
	font-family: Georgia, serif;
	margin-bottom: 15px;
	opacity: 0.9;
}

.testimonial-card .testimonial-text {
	font-size: 20px !important;
	line-height: 1.55 !important;
	font-weight: 400;
	margin: 0 0 25px 0 !important;
	flex-grow: 1;
}

.testimonial-card .testimonial-name {
	font-size: 17px !important;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.4;
	margin: auto 0 0 0 !important;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Tablet – 2 columns */
@media screen and (max-width: 900px) {
	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
	.testimonials-header {
		font-size: 36px;
	}
}

/* Mobile – 1 column */
@media screen and (max-width: 600px) {
	.testimonials-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.testimonials-header {
		font-size: 30px;
	}
	.testimonial-card {
		padding: 30px 25px !important;
		min-height: auto;
	}
	.testimonial-card .testimonial-text {
		font-size: 18px !important;
	}
}