/*
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-header {
  color: #282B65;
  font-size: 42px;
  font-family: NewJuneMedium, 'Lato', sans-serif;
  margin: 0 0 35px 0;
}

.testimonials-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100%;
}

.testimonial-card {
  background-color: #282B65 !important;
  color: #ffffff !important;
  padding: 35px !important;
  min-height: 260px;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-quote-icon {
  color: #ffffff !important;
  font-size: 58px;
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}

.testimonial-text {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px 0 !important;
}

.testimonial-name {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: auto 0 0 0 !important;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media screen and (max-width: 600px) {
  .testimonials-grid {
    grid-template-columns: 1fr !important;
  }
}
