@import url('../fonts/IbmPlexSans/stylesheet.css');
body.custom-background.home {
	background-color: #fff !important; 
}

/* ============================================================
   BUTTONS — CONSOLIDATED
   Replaces: scattered .orange-button, .funding-button,
   .services-button, .resources-button, .comp-button a,
   a.download-link, a.download-link.customize-unpreviewable,
   .wpforms-submit, .button-standard, .wp-block-button__link
   declarations elsewhere in this file.
   Last edited: April 2026
   ============================================================ */

.btn,
.orange-button,
.wp-block-button__link,
.funding-button,
.services-button,
.resources-button,
.comp-button a,
a.download-link,
a.download-link.customize-unpreviewable,
.wpforms-submit,
.button-standard,
.training-card .orange-button,
a.button,
.cta-button,
.hrm-page .orange-button,
.sat-page .orange-button,
.phisher-page .orange-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 200px;
    max-width: 100%;
    padding: 12px 32px;
    margin: 1rem auto;
    background-color: #e8491d;
    color: #ffffff !important;
    font-family: 'IBM Plex Sans', 'Work Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.btn:hover,
.orange-button:hover,
.wp-block-button__link:hover,
.funding-button:hover,
.services-button:hover,
.resources-button:hover,
.comp-button a:hover,
a.download-link:hover,
a.download-link.customize-unpreviewable:hover,
.wpforms-submit:hover,
.button-standard:hover,
.training-card .orange-button:hover,
a.button:hover,
.cta-button:hover,
.hrm-page .orange-button:hover,
.sat-page .orange-button:hover,
.phisher-page .orange-button:hover {
    background-color: #cf2900;
    color: #ffffff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

/* Mobile sizing — buttons fit the container, no overflow */
@media (max-width: 768px) {
    .btn,
    .orange-button,
    .wp-block-button__link,
    .funding-button,
    .services-button,
    .resources-button,
    .comp-button a,
    a.download-link,
    a.download-link.customize-unpreviewable,
    .wpforms-submit,
    .button-standard,
    .training-card .orange-button,
    a.button,
    .cta-button {
        width: 100%;
        min-width: 0;
        padding: 12px 20px;
    }
}

/* Reset focus outline applied by parent theme on click;
   keep accessibility via :focus-visible (keyboard only) */
a:focus,
button:focus,
input:focus,
.btn:focus,
.orange-button:focus,
.wp-block-button__link:focus,
.funding-button:focus,
.services-button:focus,
.resources-button:focus,
.wpforms-submit:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.orange-button:focus-visible,
.wp-block-button__link:focus-visible,
.funding-button:focus-visible,
.services-button:focus-visible,
.resources-button:focus-visible,
.wpforms-submit:focus-visible {
    outline: 3px solid #432a38 !important;
    outline-offset: 2px;
}

/* ============================================================
   END BUTTONS — CONSOLIDATED
   ============================================================ */

/* Fix inline text-align on Funding page NCSC button */
#funding div[style*="text-align: left"] {
  text-align: center !important;
}



/* === FOOTER BADGE === */
footer .cyber-ireland-badge img {
  max-height: 60px;
  margin-top: 10px;
}

/* === PAGE-SPECIFIC TWEAKS (HOMEPAGE: PAGE-ID-10) === */
.page-id-10 .entry-content,
.page-id-10 .wp-block-cover {
  margin-top: 0;
  padding-top: 0;
}

/* Full-width hero image */
.page-id-10 .wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-radius: 0;
  padding: 0;
}

/* === OUR SERVICES BLOCK === */
.wp-block-group.services-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 60px 20px;
  background: #fff;
}

.wp-block-group.services-block > .wp-block-group {
  flex: 1 1 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
  padding: 30px;
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
}

.wp-block-group.services-block svg {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}

.wp-block-group.services-block h3,
.wp-block-group.services-block strong {
  font-size: 20px;
  margin: 15px 0 10px;
  color: #000;
  font-weight: 600;
}

.wp-block-group.services-block p {
  color: #333;
}

@media (max-width: 1024px) {
  .wp-block-group.services-block > .wp-block-group {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* === COMPETITION CARD === */
.competition-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

.competition-card h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.competition-card hr {
  margin: 10px auto;
  width: 50px;
  border: 2px solid #ff6600;
}

.competition-card p {
  font-size: 16px;
  color: #333;
}

.competition-card form {
  margin-top: 30px;
}

/* === HEADER BACKGROUND COLOR FIX === */
.page-template-default header {
  background-color: #432a38;
}

/* === MARQUEE (ANNOUNCEMENT STRIP) === */
.scrolling-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  position: relative;
}

.scrolling-marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  font-size: 1.1rem;
  font-weight: 500;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* === SOCIAL ICONS & FOLLOW TEXT === */
.follow_container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.follow_container .follow {
  font-size: 15px;
  font-weight: 600;
  color: white;
}

ul.social-icons {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.social-icons li img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}

ul.social-icons li img:hover {
  transform: scale(1.1);
  filter: brightness(0) invert(0.8);
}

/* === FOOTER LOGO BACKGROUND === */
.footer-logo-container img {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 6px;
  max-height: 60px;
}

/* === HOMEPAGE COLORS === */
.homepage-image-text {
  color: white;
}

.icons-hp {
  color: #ff6600;
}

/* === TESTIMONIAL SECTION === */
.quote-trust-section {
  background-color: #f9f9f6;
  padding: 3rem 1.5rem;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.quote-box blockquote {
  font-style: italic;
  font-size: 1.5rem;
  color: #333;
  margin: 0 auto 2rem;
  max-width: 800px;
  line-height: 1.6;
  font-weight: 500;
}

.quote-box em {
  font-style: normal;
  font-weight: 700;
  color: #e8491d;
}

.trust-strip {
  background: #220c1b;
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  animation: slidein 10s linear infinite;
}

@keyframes slidein {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.trust-strip p {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}

.trusted-by {
  padding: 60px 0;
  text-align: center;
}

.trusted-by h2 {
    font-size: 2rem;
    color: #e8491d;
    margin-bottom: 40px;
    text-align: center;
  }

.logo-slider {
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  width: calc(250px * 14); /* 7 logos × 2 (duplicated) */
  animation: scroll 40s linear infinite;
}

.slide-track img {
  height: 60px;
  margin: 0 40px;
  opacity: 0.6;
  filter: grayscale(100%) brightness(80%);
  transition: opacity 0.3s ease;
}

.slide-track img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(100%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slide-track img {
  height: 80px;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.slide-track img:hover {
  opacity: 1;
  filter: grayscale(0%);
  
}

.home-hero h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #e8491d;
  max-width: 900px;
  margin: 0 auto 1rem auto;
  padding: 0 1rem;
  word-break: normal;
  word-wrap: break-word;
}
.services-h3 {
color: #F04C23 !important;
}

.custom-divider {
  border: none;
  border-top: 1px solid #222; /* Match the dark line */
  margin: 60px auto 60px auto; /* Adjust spacing as needed */
  width: 80%; /* Optional: control line length */
}


@media (max-width: 768px) {
  ..home-hero h1{
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .home-hero h1 {
    font-size: 1.75rem;
  }
}


.download-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #F04C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}


/* === RESOURCES === */

.download-btn:hover {
  background-color: #d53a1d;
}

.bulletpoints {
	color: #e8491d !important;
}

.partner-section {
  padding: 0px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333; /* adjust to match theme */
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  justify-items: center;
}

.partner-card {
  background: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: transform 0.2s ease;
	width: 75%;
}

.partner-card img {
  max-height: 100px;
  object-fit: contain;
	max-width: 80%;
}


.partner-card:hover {
  transform: translateY(-5px);
}

.service-card {
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 0 0 transparent;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.partner-logo {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
  opacity: 0.8;
}


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


.partner-logo-image1 {
	max-height: 130px !important;
}


.partner-logo-image2 {
	max-height: 140px !important;
}

.partner-logo-image3 {
	max-height: 80px !important;
}

.footerfix {
	padding: 0px !important;
	height: 0px !important;
}

/* MOBILE FIXES NEW */
/* FIX SERVICE CARDS STACKING ON MOBILE */
@media screen and (max-width: 768px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }

  .wp-block-columns > .wp-block-column {
    width: 100% !important;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
  }

  .wp-block-column:last-child {
    margin-bottom: 0;
  }

  /* Smaller headings */
  .quote-trust-section h2,
  .trusted-by h2,
  .partner-section h2,
  .wp-block-group h2 {
    font-size: 1.4rem !important;
    text-align: center;
  }

  /* Resize quote text */
  .quote-trust-section blockquote {
    font-size: 0.9rem !important;
    text-align: center;
    padding: 1rem;
  }

  .quote-trust-section {
    padding: 1rem 0 !important;
  }
}

/* HOVER EFFECT FOR SERVICE CARDS */
.wp-block-column {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-column:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


/* Repsonsive Cards Fix */
/* === Responsive Services Section === */
.responsive-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.responsive-service-card {
  background-color: #ffffff !important;
  color: #000000;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px 20px;
  width: 325px !important;
  max-width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
}

.responsive-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.responsive-service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #F04C23;
}

.responsive-service-card p {
  font-size: 0.95rem;
}

/* Mobile fix */
@media screen and (max-width: 768px) {
  .responsive-services {
    flex-direction: column !important;
    align-items: center !important;
  }

  .responsive-service-card {
    width: 90% !important;
  }
}

/* Force style fix only on homepage */
body.home .responsive-services {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

body.home .responsive-service-card {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  padding: 30px 20px !important;
  width: 300px !important;
  max-width: 90% !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
  text-align: center !important;
  box-sizing: border-box !important;
  margin-bottom: 20px !important;
}

body.home .responsive-service-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

body.home .responsive-service-card h3 {
  font-size: 1.3rem !important;
  margin-bottom: 10px !important;
  color: #F04C23 !important;
}

body.home .responsive-service-card p {
  font-size: 0.95rem !important;
  margin-bottom: 0 !important;
}

/* Fix for heading */
body.home .homepage-style h2 {
  font-size: 28px !important;
  color: #F04C23 !important;
}

/* Mobile tweaks */
@media screen and (max-width: 768px) {
  body.home .responsive-services {
    flex-direction: column !important;
    align-items: center !important;
  }

  body.home .responsive-service-card {
    width: 350px !important;
  }
	
	body.h2 {
		font-size: 15px !important;
	}
}

/* Footer menu cleanup */
#menu-new-footer li {
  margin-bottom: 8px; /* reduce vertical space between items */
  padding: 0 !important;
}

/* On mobile: make the spacing even tighter */
@media screen and (max-width: 768px) {
  #menu-new-footer li {
    margin-bottom: 0px;
    font-size: 11px; /* optional: reduce font size slightly */
  }
	
	.partner-logo-image1 {
	max-height: 100px !important;
}


.partner-logo-image2 {
	max-height: 120px !important;
}

.partner-logo-image3 {
	max-height: 70px !important;
}
	
	.slide-track {
		max-height: 80px;
		object-fit: contain;
	}	
}

.quote-trust-section blockquote {
    font-size: 0.9rem
    text-align: center;
    padding: 1rem;
}

@media screen and (max-width: 540px) {
  .quote-trust-section blockquote {
    font-size: 0.7rem !important;
    text-align: center;
    padding: 1rem;
}
  }

.blog-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}

.blog-post th,
.blog-post td {
  padding: 14px 18px;
  text-align: left;
  border: 1px solid #ddd;
}

.blog-post th {
  background-color: #f5f5f5;
  color: #e8491d;
  font-weight: 700;
}

.blog-post td {
  background-color: #fff;
}

.blog-post table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

/* Overall blog wrapper */
.blog-post {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #1f1f1f;
  line-height: 1.7;
	text-align: left;
}

/* Headings */
.blog-post h1 {
  font-size: 2rem;
  color: #e7581f;
  margin-bottom: 1rem;
}

.blog-post h2 {
  font-size: 1.5rem;
  color: #e8491d !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-post h3 {
  font-size: 1.25rem;
  color: #e8491d;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Paragraphs */
.blog-post p {
  margin-bottom: 1.25rem;
  color: #333;
}

/* Strong / bold */
.blog-post strong {
  font-weight: 600;
  color: #1f1f1f;
}

/* Bullet lists */
.blog-post ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.blog-post ul li {
  margin-bottom: 0.5rem;
  color: #333;
}


.blog-post h2 {
	text-align: left;
	
}

.blog-post p {
	text-align: left;
	
}

.services-packages,
.blog-post {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #1f1f1f;
  line-height: 1.7;
}

.services-packages h1,
.services-packages h2,
.services-packages h3 {
  color: #e8491d;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.services-packages h1 {
  font-size: 2rem;
}

.services-packages h2 {
  font-size: 1.5rem;
}

.services-packages h3 {
  font-size: 1.25rem;
}

.services-packages p {
  margin-bottom: 1.25rem;
  color: #333;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-container th,
.table-container td {
  padding: 14px 18px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-container th {
  background-color: #f5f5f5;
  color: #e7581f;
  font-weight: 700;
}

.table-container tr:nth-child(even) td {
  background-color: #f9f9f9;
}


.cta-section {
  background-color: #fff;
  padding: 4rem 1rem;
  display: flex;
  justify-content: center;
}

.cta-container {
  text-align: center;
  max-width: 700px;
  width: 100%;
}

.cta-container h2 {
  font-size: 2rem;
  color: #F04C23;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-container p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 2rem;
}



.promo-banner {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-top: 3px solid #F04C23;
  border-bottom: 3px solid #F04C23;
}

.promo-banner p {
  margin: 0;
}

.promo-banner .banner-link {
  color: #F04C23;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0.5rem;
  transition: color 0.2s ease;
}

.promo-banner .banner-link:hover {
  color: #fff;
}

.blog-post {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #1f1f1f;
  line-height: 1.7;
}

.blog-post h1 {
  font-size: 2rem;
  color: #e7581f;
  margin-bottom: 1rem;
}

.blog-post h2 {
  font-size: 1.5rem;
  color: #e7581f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-post h3 {
  font-size: 1.2rem;
  color: #e7581f;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.blog-post p {
  margin-bottom: 1.25rem;
  color: #333;
}

.blog-post ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.blog-post ul li {
  margin-bottom: 0.5rem;
  color: #333;
}


.partner-fix {
	padding: 5px;
}

@media (max-width: 768px) {
  .overlay, .hero-text {
    text-align: center !important;
    padding: 0 1rem;
  }

  .overlay h1, .overlay p {
    max-width: 100%;
    margin: 0 auto;
  }
}



.table-container {
  padding: 10px;
  text-align: left;
  width: 80%;
}

.team-headshot,
.wp-block-image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #000000 ; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.faq-section h2, dt {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 28px;
  color: #F04C23;
}

.faq2 .faq-answer {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.faq-item .faq-question:hover {
  background-color: #fff4f0;
  border-color: #F04C23;
  cursor: pointer;
}


.blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block;
}


.single-post h1 {
  display: block;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  color: #f25022; /* or your correct orange */
  font-size: 36px;
  font-weight: 700;
	text-align: center;
}

.post-date {
	text-align: center;
}

/* Center mobile menu items */
/* Apply on mobile */
@media screen and (max-width: 768px) {
  .mobile-menu ul.menu.top-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 0 !important;
    margin: 0 auto !important;
  }

  .mobile-menu ul.menu.top-menu li {
    width: auto !important;
    margin: 10px 0 !important;
    text-align: center !important;
  }

  .mobile-menu ul.menu.top-menu li a {
    display: inline-block !important;
    text-align: center !important;
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .home-hero h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .home-hero p {
    font-size: 15px !important;
    line-height: 1.6;
    text-align: center;
    padding: 0 15px;
  }
}

.scroll_to_top img,
button.mobile-menu-toggle {
	border-radius: 999px;
}

.section-title,
.services-packages h3,
.resources-section h3,
.page-hero h3 {
  color: #e8491d !important;
}


.blog-grid .entry-summary {
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 1rem;
}

thread {
	color: #e8491d !important;
}

.cta-banner {
  background-color: #e8491d;
  color: #ffffff;
  padding: 12px 40px;
  margin-top: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.cta-banner .cta-text {
  margin: 0;
  display: inline-block;
  flex: 0 0 auto;
  text-align: left;
  white-space: nowrap;
}

.cta-banner a,
.cta-banner .cta-button {
  margin-top: 0;
  flex: 0 0 auto;
}

.cta-banner .cta-button {
  background-color: #432a38 !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  text-decoration: none;
  line-height: 1.2;
  min-height: auto !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-banner .cta-button:hover {
  background-color: #2b1825 !important;
  color: #ffffff;
  transform: none;
}
}

.glossary-list h3 {
	color: #e8491d !important;
  background: none;
  padding: 0;
  margin: 1.5rem 0 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  [class*="combined-footer-row"] {
    display: block !important;
    text-align: center !important;
  }

  [class*="combined-footer-row"] > div {
    display: block !important;
    margin: 10px auto !important;
    text-align: center !important;
  }

  [class*="combined-footer-row"] a {
    display: inline-block !important;
    margin: 8px 12px !important;
    text-align: center !important;
  }
}

/* DROPDOWN NAV */
.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  background: #2b1c29;
  padding: 10px 0;
  list-style: none;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.sub-menu li a {
  color: white;
  padding: 8px 20px;
  display: block;
}

.sub-menu li a:hover {
  background: #ea4613;
}

.menu-item.dropdown:hover .sub-menu {
  display: block;
}


.menu-item.dropdown {
  position: relative;
}

.menu-item.dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #2E1C28;
  padding: 10px;
  border-radius: 4px;
  min-width: 160px;
  z-index: 1000;
}

.menu-item.dropdown .sub-menu li {
  margin-bottom: 5px;
}

.menu-item.dropdown:hover .sub-menu {
  display: block;
}

.menu-item.dropdown.open .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  background: #2e1b28; /* or whatever fits your theme */
  padding: 10px;
  list-style: none;
  z-index: 1000;
}

.menu-item.open > .sub-menu {
  display: block;
}

/* ===== Shared Styling for HRM, SAT, and PhishER Pages ===== */
.hrm-page,
.sat-page,
.phisher-page {
  font-family: 'Work Sans', sans-serif;
  color: #000;
}

/* Headings */
.hrm-page h1, .hrm-page h2, .hrm-page h3,
.sat-page h1, .sat-page h2, .sat-page h3,
.phisher-page h1, .phisher-page h2, .phisher-page h3 {
  color: #e8491d !important;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

/* Paragraphs and Lists */
.hrm-page p, .hrm-page ul, .hrm-page li,
.sat-page p, .sat-page ul, .sat-page li,
.phisher-page p, .phisher-page ul, .phisher-page li {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}

/* Orange bullet points */
.hrm-page ul li::marker,
.sat-page ul li::marker,
.phisher-page ul li::marker {
  color: #f15a24;
}

/* Section spacing */
.hrm-page section,
.sat-page section,
.phisher-page section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


/* Wrapper font and base color */
.hrm-page, .sat-page, .phisher-page {
  font-family: 'Work Sans', sans-serif !important;
  color: #000 !important;
}

/* Orange headings */
.hrm-page h1, .hrm-page h2, .hrm-page h3,
.sat-page h1, .sat-page h2, .sat-page h3,
.phisher-page h1, .phisher-page h2, .phisher-page h3 {
  color: #f15a24 !important;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

/* Paragraphs and body text */
.hrm-page p, .sat-page p, .phisher-page p {
  color: #000 !important;
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Work Sans', sans-serif !important;
}

/* Lists: black text with orange bullets */
.hrm-page ul, .sat-page ul, .phisher-page ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #000 !important;
  font-family: 'Work Sans', sans-serif !important;
}

.hrm-page ul li::marker,
.sat-page ul li::marker,
.phisher-page ul li::marker {
  color: #f15a24 !important;
}

/* Section spacing */
.hrm-page section,
.sat-page section,
.phisher-page section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


/* Initially hide submenu */
.desktop-menu .menu-item.dropdown .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  z-index: 999;
}

/* Show submenu when parent has .open */
.desktop-menu .menu-item.dropdown.open .sub-menu {
  display: block;
}

/* Positioning and spacing */
.desktop-menu .menu-item.dropdown {
  position: relative;
}

.desktop-menu .menu-item.dropdown .sub-menu li {
  padding: 6px 20px;
}

.desktop-menu .dropdown-toggle {
  cursor: pointer;
}

/* Drawer visibility + body lock */
.mobile-menu { display: none; }
.mobile-menu.active { display: block; }
html.no-scroll, html.no-scroll body { overflow: hidden; }

/* Make sure header sits above page content */
.site-header, .main-nav { position: relative; z-index: 10000; }

/* Submenu starts closed (both menus) */
.mobile-menu .menu .sub-menu,
.desktop-menu .menu .sub-menu { display: none; }

/* When JS toggles open on either menu */
.menu li.open > .sub-menu { display: block; }

/* Submenu toggle button */
.submenu-toggle {
  margin-left: .5rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 1;
  padding: .25rem .35rem;
}

.submenu-toggle .caret {
  display: inline-block;
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;  /* triangle */
}

/* Rotate caret when open */
.menu li.open > a + .submenu-toggle .caret {
  transform: rotate(180deg);
}

/* Center items in the mobile drawer */
.mobile-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: center;     /* centers text */
  gap: 18px;
  padding: 18px 16px 24px;
}

/* Make links tappable & centered */
.mobile-menu .menu li a {
  display: inline-block;
  text-align: center;
  padding: 10px 12px;
  width: auto;
}

/* Keep clicks enabled (in case any theme CSS disabled them) */
.mobile-menu a, .mobile-menu button { pointer-events: auto; }

/* Optional: reduce big gaps in footer menu on mobile */
@media (max-width: 768px) {
  .site-footer .menu { gap: 12px; }
  .site-footer .menu li a { padding: 8px 10px; }
}

.training-page {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  font-family: inherit;
  color: #333;
}

.training-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #f15a24;
  text-align: center;
  margin-bottom: 15px;
}

.training-intro {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.training-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.training-formats .format {
  flex: 1 1 30%;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.training-formats .format h2 {
  color: #f15a24;
  margin-bottom: 10px;
}

.training-section {
  margin-bottom: 40px;
}

.training-section h2 {
  color: #f15a24;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.training-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}


/* Mobile adjustments */
@media (max-width: 768px) {
  .training-formats {
    flex-direction: column;
  }
}

/* Append Privacy Policy link after the WPForms disclaimer text */
.wpforms-container .wpforms-field-description::after {
    content: "Click here to view our Privacy Policy!";
    color: #e8491d; /* orange */
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px
}

.wpforms-container .wpforms-field-description::after:hover {
    text-decoration: underline;
}

/* Make the pseudo-element clickable */
.wpforms-container .wpforms-field-description {
    position: relative;
}

.wpforms-container .wpforms-field-description::after {
    display: inline;
}

.wpforms-container .wpforms-field-description::after {
    content: "  Click here to view our Privacy Policy!";
}

.wpforms-container .wpforms-field-description::after {
    content: "  Click here to view our Privacy Policy!";
}

.wpforms-container .wpforms-field-description::after {
    content: "  Click here to view our Privacy Policy!";
}

.wpforms-container .wpforms-field-description::after {
    content: "  Click here to view our Privacy Policy!";
}

.wpforms-container .wpforms-field-description::after {
    content: "  Click here to view our Privacy Policy!";
}

/* Make the whole training card clickable without changing card styling */
.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card-link .responsive-service-card h3 { color: #F04C23; } /* matches your services headings */
.card-link .responsive-service-card svg { margin-bottom: 16px; }

/* Grid layout */
.training-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 10px;
}

/* Card look to match Services */
.training-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.training-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  border-color: #f0f0f0;
}

/* Icon pill */
.training-card .card-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  background: #fff4ef;           /* soft orange tint */
  box-shadow: inset 0 0 0 1px #ffe1d6;
}
.training-card .card-icon svg { fill: #F04C23; }

/* Headings consistent with brand */
.training-card h2 {
  margin: 4px 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #e8491d;
}

/* Body text */
.training-card p { margin: 0 0 10px; color: #333; }

/* Feature list with orange ticks */
.training-card .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.training-card .feature-list li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
  line-height: 1.45;
}
.training-card .feature-list li::before {
  content: "";
  position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #F04C23 0 60%, transparent 60% 100%);
}

/* CTA sizing harmony */
.training-card .orange-button {
  display: inline-block;
  min-width: 180px;
  margin-top: 4px;
}

/* Optional subtle accents per card (keeps brand orange, but tiny tints) */
.training-card.hrm   .card-icon { background:#fff4ef; box-shadow: inset 0 0 0 1px #ffe1d6; }
.training-card.phisher .card-icon { background:#f3f7ff; box-shadow: inset 0 0 0 1px #dbe7ff; }
.training-card.phisher .card-icon svg { fill:#2b68ff; }  /* subtle blue for “email” look */
.training-card.sat   .card-icon { background:#f7fff3; box-shadow: inset 0 0 0 1px #dff5d6; }
.training-card.sat   .card-icon svg { fill:#2aa84a; }

/* Mobile polish */
@media (max-width: 600px) {
  .training-card { padding: 22px 18px; }
  .training-card h2 { font-size: 1.25rem; }
  .training-card .orange-button { width: 100%; }
}

.training-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.training-card {
  flex: 1 1 calc(33.333% - 24px);
  display: flex;
  flex-direction: column;
}

.training-card .orange-button {
  margin-top: auto;
}

.training-card .feature-list li {
  margin: 4px 0;
}

.training-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.training-card {
  flex: 1 1 300px;
  max-width: 320px;
}

@media (min-width: 769px) {
  .training-grid {
    justify-content: space-between;
  }
  .training-card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

/* === Formats row (Virtual / Online / In-Person) – same height + black copy === */
.responsive-services {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.responsive-service-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.responsive-service-card h3 {
  color: #e8491d !important;
}

.responsive-service-card p,
.responsive-service-card * {
  color: #222 !important;
  text-decoration: none !important;
}


/* === Exclude CTA banner button styling === */
.cta-banner .cta-button {
  background-color: #432a38 !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.cta-banner .cta-button:hover {
  background-color: #2b1825 !important;
  transform: none;
}


/* Center the SVG icons inside service cards */
.responsive-service-card svg {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* Some installations wrap the SVG in a div — center that too */
.responsive-service-card > div:first-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* Make 3 training cards equal height */
.training-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* Make each card stretch evenly */
.training-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 300px;
    max-width: 360px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
}

/* Keep icon centered */
.training-card .icon-badge {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

/* Push the button to the bottom for alignment */
.training-card .orange-button {
    margin-top: auto !important;
    align-self: center;
}

/* Ensure consistent card spacing */
.training-card h2 {
    text-align: left;
    margin-bottom: 10px;
}

.training-card p,
.training-card ul {
    text-align: left;
}

/* CTA Banner Fix */
    flex: 0 0 auto;
}


/* CTA Banner - force text + button to sit together in the center */
.cta-banner {
  display: grid !important;
  grid-auto-flow: column !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 24px !important;
  padding: 12px 40px !important;
  text-align: left !important;
}

.cta-banner > * {
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
}

.cta-banner .cta-text {
  display: block !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.cta-banner .cta-button,
.cta-banner a.cta-button,
.cta-banner a {
  justify-self: start !important;
  margin-top: 0 !important;
}


/* CTA Banner mobile fix */
@media (max-width: 768px) {
  .cta-banner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    text-align: center !important;
  }

  .cta-banner > * {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .cta-banner .cta-text {
    text-align: center !important;
    line-height: 1.3 !important;
  }

  .cta-banner .cta-button,
  .cta-banner a.cta-button,
  .cta-banner a {
    margin: 0 !important;
  }
}


/* Partner grid hover fix */
.partner-card {
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.partner-logo {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.partner-card:hover .partner-logo,
.partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.partner-logo:hover,
.partner-card img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

