@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.header-top-container {
    width: 100%;
}

 .header-container {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.header {
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom: 0px;
	background: #fff;
}

.navbar-toggle.collapsed {
    background-color: #000;
}


.footer-nav-copyright {
    display: none;
}

/* ------------------------------------------------------ */
/* Query Template cards*/
/* ------------------------------------------------------ */

.card {
   background-color: #f7f9fc;
   border: none;
   border-radius: 30px;
}

.card img {
	width: 150px;
	border-radius: 120px;
}

.QueryTemplateItem.card {
    width: 250px;
}

.eventcontact .QueryTemplateItem.card {
    width: 100%;
}

.sponsor img {
    border-radius: 0px;
}

.sponsor .card {
   background-color: #edf1f8;
   border: none;
   padding: 25px;
   border-radius: 30px;
}

.sponsor .QueryTemplateItem.card {
    width: 100%;
}

//* ------------------------------------------------------ */
/* Matt Simpsons style.css*/
/* ------------------------------------------------------ */

/* Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

/* Global */
body {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #0d1321;
    background-color: #f7f9fc;
    line-height: 1.6;
}

/* Global modern UL style
ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    color: #0d1321;
} */

/* Custom bullet
ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #0033A0;
    border-radius: 50%;
} */

h1 {
	font-family: "Radio Canada Big", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #C69214;
    line-height: 1.1;
}

h2, h3 {
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #0d1321;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 18px;
    line-height: 1.6;
    color: #0d1321;
    max-width: 700px;
    margin-bottom: 24px;
}

/* Layout helper */
.container {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0 2px;
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Pre-header */
.preheader {
    background-image: url('images/greenbg.jpg');
    color: #ffffff;
    padding: 10px 0;
    font-size: 15px;
}

.preheader .container {
    max-width: 2200px;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.preheader-phone,
.preheader a {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.preheader-phone {
    opacity: 0.9;
}

.preheader a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

/* Site header / nav */
.site-header {
    background-color: #fff;
    padding: 18px 5px 5px 13px;
    margin-top: 12px;
}

.site-header-inner {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(220px, 28vw, 440px);
}

.logo img {
    max-height: 105px;
    height: auto;
    width: auto;
    display: block;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 44px;
	float: right;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.main-nav ul {
    margin: 0 auto;
    padding: 0;
}

.main-nav ul li {
	padding: 15px!important;
}

.main-nav a {
    font-style: normal;
    font-size: 19px;
    font-weight: 500;
    color: #0033A0;
    letter-spacing: 0.03em;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.main-nav a:hover {
    border-bottom-color: #C69214;
}



/* Small screens*/
@media (max-width: 768px) {
    .site-header-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 24px;
        gap: 20px;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 20px;
    }

    .main-nav a {
        font-size: 16px;
    }
}

/* Hero */
.hero {
    position: relative;
    width: 100%;
    background-image: url('images/greenbg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    min-height: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 90px 0;
}

/* dark overlay */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0 48px;
    margin: 0 auto;
}

.hero-logo {
    width: 70%;
    max-width: 1050px;
    min-width: 420px;
    height: auto;
    margin: 0 auto 24px;
    display: block;
}

/* hero typography overrides */
.hero h1 {
    font-size: clamp(52px, 5.2vw, 70px);
    line-height: 1.05;
    margin-bottom: 24px;
}

.hero p {
    color: #ffffff;
    max-width: 900px;
    margin: 10px auto 0;
    font-size: 20px;
}

/* hero responsive */
@media (max-width: 900px) {
    .hero-inner {
        padding: 0 24px;
    }

    .hero-logo {
        width: 90%;
        min-width: 0;
        margin-bottom: 18px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 18px;
    }
}

/* hero buttons */
.hero-buttons {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-buttons .footer-cta-button {
    padding: 14px 36px;
    font-size: 18px;
}

/* ----------------------------------------------------- */
/* SHANE QUOTE SECTION                                   */
/* ----------------------------------------------------- */

.quote-section {
    position: relative;
    width: 100%;
    min-height: 1000px; /* mirrors hero height */
    background-image: url('images/greenbg2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    text-align: center;
    color: #ffffff;
}

/* dark overlay like hero */
.quote-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}

.quote-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 24px;
}

/* large playful accent quote text */
.quote-text {
    font-family: "Radio Canada Big", sans-serif;
    font-size: clamp(38px, 4vw, 72px);
    font-weight: 700;
    color: #C69214;
    line-height: 1.1;
    margin-bottom: 32px;
}

/* white script signature */
.quote-signature {
    font-family: "Pacifico", cursive;
    font-size: clamp(26px, 2.4vw, 42px);
    color: #ffffff;
    opacity: 0.9;
}

/* Load in animation (reusing your reveal class) */
.quote-inner.reveal {
    opacity: 0;
    transform: translateY(30px);
}
.quote-inner.reveal.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out, transform 1s ease-out;
}


/* ----------------------------------------------------- */
/* TEACH WHAT WORKS SECTION (APPROACH)                   */
/* ----------------------------------------------------- */

.approach {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #f4f6f9 0%, #eef2f7 50%, #f8fafc 100%);
    padding: 120px 24px;
    overflow: hidden;
}

/* decorative flourishes left/right */
.approach::before,
.approach::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    z-index: 0;
    pointer-events: none;
}

.approach::before {
    top: -60px;
    left: -80px;
    background: radial-gradient(circle at center, rgba(0, 51, 160, 0.14), transparent 60%);
}

.approach::after {
    bottom: -60px;
    right: -80px;
    background: radial-gradient(circle at center, rgba(198, 146, 20, 0.12), transparent 60%);
}

.approach-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

.approach-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* bigger headline only for this section */
.approach-text h1 {
    font-size: 52px;
    line-height: 1.05;
    margin-bottom: 28px;
}

/* subtitle – black */
.approach-subtitle {
    font-size: 22px;
    color: #0d1321;
    font-weight: 600;
    margin-bottom: 24px;
}

/* body copy */
.approach-text p {
    font-size: 20px;
    max-width: 820px;
    margin: 0 auto 32px;
}

/* BULLET LIST – 4 spacious columns */
.approach-text ul {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 16px;
}

/* reset global list look and use checkmarks */
.approach-text ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 1.5;
}

/* large checkmarks only (no dots) */
.approach-text ul li::before {
    content: "✓";
    position: static;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 22px;
    line-height: 1;
    color: #0033A0;
}

/* ensure text wraps nicely next to check */
.approach-text ul li span {
    display: inline-block;
}

/* Mobile / small screens for approach */
@media (max-width: 1000px) {
    .approach {
        padding: 80px 20px;
    }

    .approach-text h1 {
        font-size: 40px;
    }

    .approach-text p {
        font-size: 18px;
    }

    .approach-text ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .approach-text ul {
        grid-template-columns: 1fr;
        max-width: 420px;
        row-gap: 12px;
    }
}

/* ----------------------------------------------------- */
/* FEATURED TRAINING PROGRAMS                            */
/* ----------------------------------------------------- */

.programs {
    width: 100%;
    background: #ffffff;
    padding: 96px 0 112px;
}

.programs-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
}

.programs-title {
    text-align: center;
    margin-bottom: 72px;
}

.programs-title h2 {
    margin-bottom: 0;
    font-size: 36px;
    color: #C69214;
	border-bottom: none;
}

/* card grid */
.program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px 40px;
}

.program-card {
    max-width: 100%;
    background: #f5f5f5;
    border-radius: 24px;
    padding: 32px 32px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* image at top */
.program-image {
    width: 100%;
    height: 210px;
    border-radius: 18px;
    margin-bottom: 22px;
    object-fit: cover;
    display: block;
}

/* card title – black */
.program-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    color: #0d1321;
}

/* card text */
.program-card p {
    font-size: 18px;
    max-width: none;
    margin-bottom: 18px;
    line-height: 1.6;
}

/* button wrapper pushes button to bottom if card grows */
.program-cta {
    margin-top: auto;
}

/* clean bold button – TEMPORARILY HIDDEN VIA display:none */
.program-button {
    display: none; /* hide buttons per client request */
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    border: none;
    background: #C69214;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.15s ease, transform 0.1s ease;
}

.program-button:hover {
    background: #A87D10;
    transform: translateY(-1px);
}

.program-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

/* Programs responsive */
@media (max-width: 1200px) {
    .program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .programs-inner {
        padding: 0 24px;
    }

    .program-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* ----------------------------------------------------- */
/* FORMAT / DETAILS SLIDER – SLIDE TEXT / NO CARD        */
/* ----------------------------------------------------- */

.format {
    width: 100%;
    background: linear-gradient(135deg, #f3f5f9 0%, #e7ecf4 45%, #f6f8fc 100%);
    padding: 120px 0 140px;
}

.format-inner {
    max-width: 2200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 32px;
}

.format h1 {
    font-size: 50px;
    color: #C69214;
    margin-bottom: 20px;
    line-height: 1.05;
}

.format-subhead {
    margin: 0 auto 56px;
    font-size: 20px;
    max-width: 900px;
}

/* slider layout */
.format-slider {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.format-arrow {
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #0033A0;
    padding: 8px 14px;
    flex-shrink: 0;
    transition: transform 0.12s ease, color 0.12s ease;
}

.format-arrow:hover {
    transform: translateY(-2px);
    color: #C69214;
}

.format-arrow:focus {
    outline: 2px solid #0033A0;
    outline-offset: 2px;
}

/* viewport for sliding text */
.format-slide-container {
    position: relative;
    flex: 1;
    max-width: 820px;
    min-height: 220px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* slides – no white card, just text over gradient */
.format-slide {
    position: absolute;
    inset: 0;
    padding: 8px 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

/* active slide visible */
.format-slide.active {
    opacity: 1;
    pointer-events: auto;
}

/* headings + body inside slides */
.format-slide h3 {
    margin-bottom: 18px;
    font-size: 26px;
}

.format-slide p {
    max-width: 740px;
    margin: 0 auto;
    font-size: 18px;
}

/* list inside slides – centered block, checkmarks */
.format-slide ul {
    margin-top: 18px;
    display: inline-block;
    text-align: left;
}

.format-slide ul li {
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 18px;
    font-style: normal;
}

.format-slide ul li::before {
    /*content: "✓";*/
    position: absolute;
    left: 0;
    top: 1px;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    font-size: 20px;
    color: #0033A0;
}

/* slide-in animations */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.format-slide.slide-in-right {
    animation: slideInFromRight 0.32s ease-out;
}

.format-slide.slide-in-left {
    animation: slideInFromLeft 0.32s ease-out;
}

/* responsive */
@media (max-width: 900px) {
    .format-inner {
        padding: 0 24px;
    }

    .format h1 {
        font-size: 40px;
    }

    .format-subhead {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .format-slider {
        gap: 18px;
    }

    .format-arrow {
        font-size: 32px;
        padding: 4px 8px;
    }

    .format-slide-container {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .format-inner {
        padding: 0 16px;
    }

    .format h1 {
        font-size: 34px;
    }

    .format-subhead {
        margin-bottom: 32px;
    }

    .format-slider {
        gap: 12px;
    }
}

/* ----------------------------------------------------- */
/* FOOTER – FULL-BLEED CTA                               */
/* ----------------------------------------------------- */

.site-footer {
    background-image: url('images/greenbg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 380px 24px 250px;
    color: #ffffff;
    position: relative;
}

/* dark overlay like hero */
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}

/* lift all footer content above overlay */
.site-footer > * {
    position: relative;
    z-index: 2;
}

.footer-cta {
    max-width: 1600px;
    margin: 0 auto 28px;
    border-radius: 0;
    padding: 56px 72px 52px;
}

.footer-cta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.footer-cta-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.05;
    color: #C69214;
}

.footer-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border-radius: 999px;
    border: none;
    background: #C69214;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.15s ease, transform 0.1s ease;
}

.footer-cta-button:hover {
    background: #A87D10;
    transform: translateY(-1px);
}

.footer-cta-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.footer-cta hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 24px;
}

.footer-cta-text {
    font-size: 18px;
    max-width: 100%;
    color: #ffffff;
}

/* footer bottom line */
.footer-bottom {
    max-width: 1600px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

/* footer responsive */
@media (max-width: 900px) {
    .footer-cta {
        padding: 40px 28px 36px;
    }

    .footer-cta-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-cta-title {
        font-size: 38px;
    }

    .footer-cta-button {
        align-self: stretch;
        justify-content: center;
    }
}


