@import url('https://fonts.googleapis.com/css2?family=PT+Serif+Caption:ital@0;1&display=swap');

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

@font-face {

    font-family: 'Montserrat';

    src: url(../fonts/Montserrat-VariableFont_wght.ttf);

}

body {

    font-family: 'Montserrat', sans-serif;

    line-height: 1.6;

    background-color: #f4f4f4;

    color: #333;

    overflow-x: hidden;

}

h1, h2, h3,h4,h5,h6, p, a, ul, li,span {

    margin: 0;

    padding: 0;

}

ul {

    list-style: none;

}

a {

    text-decoration: none;

    color: #9F3C3B;

}





@font-face {

    font-family: 'Proxima-Regular';

    src: url(../fonts/Proxima-Nova-Regular.ttf);

}

@font-face {

    font-family: 'Proxima-Light';

    src: url(../fonts/Proxima-Nova-Light.ttf);

}

@font-face {

    font-family: 'Proxima-Semibold';

    src: url(../fonts/Proxima-Nova-Semibold.ttf);

}

@font-face {

    font-family: 'Proxima-Extrabold';

    src: url(../fonts/Proxima-Nova-Extrabold.ttf);

}









.themecolor {

    color: #5f1a59;

}



/* ── Old Bootstrap navbar (legacy header) ── */

.navbar-brand img {

    width: 100%;

    max-width: 70px;

}

.navbar .nav-item {

    margin-right: 20px;

}

.navbar .nav-link {

    font-family: 'Acumin', sans-serif;

    font-size: 18px;

    color: #1e1e1e;

    text-transform: uppercase;

    padding: 5px 5px !important;

    transition: all 0.3s ease;

}

.navbar .nav-link:hover {

    color: #581d56;

}

.navbar .contact-btn a {

    background-color: #5f1a59;

    color: #fff;

    padding: 6px 15px !important;

    border-radius: 5px;

}

.navbar .contact-btn a.nav-link {

    color: #fff;

    font-size: 16px;

    line-height: 24px;

    padding-bottom: 4px !important;

    padding-top: 7px !important;

}

.navbar .contact-btn a.nav-link:hover {

    background-color: #b56cad;

}

.hover_btn {

    position: relative;

    cursor: pointer;

    overflow: hidden;

}

.hover_btn span {

    position: relative;

    z-index: 3;

    color: #fff;

}

.hover_btn::before,

.hover_btn::after {

    content: '';

    position: absolute;

    height: 1px;

    width: 1px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(0);

    border-radius: 50%;

}

.hover_btn::before {

    background: #b56cad;

    transition: 0.8s ease-in-out;

    transition-delay: 0.1s;

}

.hover_btn:hover::before {

    transform: translate(-50%, -50%) scale(600);

    margin: 0 auto;

}

.navbar .nav-link.active {

    color: #581d56;

}

.navbar .email-btn {

    background: #fff;

    border-radius: 50%;

    width: 38px;

    height: 37px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #5f1a59;

    font-size: 20px;

    transition: all .3s ease-in-out;

    border: 1px solid transparent;

    line-height: 1;

}

.header-bg .navbar .email-btn {

    border: 1px solid #5f1a59;

}

.navbar .email-btn:hover {

    background: #5f1a59;

    color: #fff;

}

.navbar .email-btn a:hover {

    color: #fff;

}

.navbar .nav-item:last-child {

    margin-right: 0;

}



/* Hide / show header on scroll */

.nav-up {

    transform: translateY(-100%);

}

.nav-down {

    transform: translateY(0);

}



/* ── Design tokens ── */

:root {

    --jedrek-blue: #df625e;

    --jedrek-green: #b8d92f;

    --jedrek-red: #df5f58;

    --jedrek-text: #1c1f26;

    --jedrek-muted: #71758a;

    --jedrek-surface: #f3f4f8;

    --jedrek-line: rgba(28, 31, 38, 0.12);

    --jedrek-radius: 24px;

    --jedrek-shadow: 0 20px 50px rgba(18, 26, 62, 0.08);

    /* Header nav */

    --nav-link:   #9F3C3B;

    --nav-active: #5c1e0a;

}



body {

    background: #fff;

}



.container {

    width: min(1280px, calc(100% - 32px));

}



/* ── Header ── */

.jedrek-header {

    position: sticky;

    top: 0;

    z-index: 40;

    overflow: visible;

    background: rgba(255, 255, 255, 0.96);

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

    padding: 10px 0 5px;

}



.jedrek-header .container {

    position: relative;

}



.jedrek-header__bar {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;

    min-height: 84px;

}



.jedrek-header__brand,

.jedrek-header__panel-brand {

    flex: 0 0 auto;

}



.jedrek-header__brand img,

.jedrek-footer__brand img {

    max-width: 180px;

    height: auto;

}



.jedrek-header__logo-link,

.jedrek-footer__logo-link {

    display: inline-flex;

    align-items: center;

    max-width: 180px;

}



.jedrek-header__logo-image,

.jedrek-header__logo-svg,

.jedrek-header__logo-svg svg {

    display: block;

    width: 100%;

    max-width: 180px;

    height: auto;

}



.jedrek-header__logo-svg svg {

    max-height: 78px;

}



.jedrek-header__site-name {

    font-size: 1.5rem;

    font-weight: 700;

    color: var(--jedrek-blue);

}



.jedrek-header__panel {

    display: flex;

    align-items: center;

    flex: 1;

    justify-content: flex-end;

    gap: 34px;

    min-width: 0;

}



.jedrek-header__nav {

    flex: 0 1 auto;

    min-width: 0;

}



.jedrek-header__actions {

    display: flex;

    align-items: center;

    gap: 30px;

}



/* ── Navigation menu ── */

.jedrek-menu {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    align-items: center;

    gap: 36px;

}



.jedrek-menu > li {

    position: relative;

}



.jedrek-menu > li > a {

    display: inline-flex;

    align-items: center;

    min-height: 84px;

    gap: 6px;

}



.jedrek-menu a {

    color: #CC8429;

    text-decoration: none;

    font-size: 15px;

    font-weight: 500;

    letter-spacing: 0.03em;

    transition: color 0.2s ease;

}



.jedrek-menu li.current-menu-item > a {

    color: var(--nav-link);

    font-weight: 700;

}



.jedrek-menu a:hover {

    color: var(--nav-active);

}



/* .jedrek-menu > .menu-item-has-children > a::after {

    content: "\f078";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 0.65rem;

    line-height: 1;

    color: var(--nav-link);

    transform: translateY(1px);

} */



/* Dropdown sub-menu */

.jedrek-menu .sub-menu {

    position: absolute;

    top: calc(100% + -5px);

    left: 50%;

    z-index: 30;

    display: grid;

    gap: 8px 18px;

    /* min-width: 250px; */

    min-width: max-content;

    padding: 5px 10px;

    margin: 0;

    background: #fff;

    opacity: 0;

    visibility: hidden;

    transform: translateX(-50%) translateY(12px);

    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;

    box-shadow: 0px 1px 5px #999;

}



.jedrek-menu .sub-menu::before {

    content: "";

    position: absolute;

    top: -10px;

    left: 50%;

    transform: translateX(-50%);

    width: 0;

    height: 0;

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-bottom: 10px solid #fff;

    z-index: 31;

}



.jedrek-menu .sub-menu::after {

    content: "";

    position: absolute;

    top: -11px;

    left: 50%;

    transform: translateX(-50%);

    width: 0;

    height: 0;

    border-left: 11px solid transparent;

    border-right: 11px solid transparent;

    border-bottom: 11px solid rgba(0, 0, 0, 0.1);

    z-index: 30;

}



.jedrek-menu .sub-menu li {

    width: 100%;

}



.jedrek-menu .sub-menu a {

    display: block;

    padding: 10px 0;

    font-size: 1rem;

    line-height: 1.4;

    border-bottom: 1px solid rgba(28, 31, 38, 0.08);

}



.jedrek-menu .sub-menu li:last-child a,

.jedrek-menu .sub-menu li:nth-last-child(2):nth-child(odd) a {

    border-bottom: 0;

}



.jedrek-menu > .menu-item-has-children:hover > .sub-menu,

.jedrek-menu > .menu-item-has-children:focus-within > .sub-menu {

    opacity: 1;

    visibility: visible;

    transform: translateX(-50%) translateY(0);

}



/* Hidden on desktop, shown on mobile */

.jedrek-submenu-toggle,

.jedrek-header__close,

.jedrek-header__panel-head,

.jedrek-header__overlay {

    display: none;

}



/* ── Social links & search icon ── */

.jedrek-social-links {

    display: flex;

    align-items: center;

    gap: 14px;

}



.jedrek-social-links a,

.jedrek-header__search {

    color: var(--jedrek-muted);

    text-decoration: none;

    transition: color 0.2s ease;

}



.jedrek-header__search {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 42px;

    height: 42px;

    padding: 0;

    border: 0;

    background: transparent;

}



.jedrek-social-links a:hover,

.jedrek-header__search:hover {

    color: var(--jedrek-red);

}



/* ── CTA button ── */

.jedrek-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 15px 28px;

    border-radius: 999px;

    background: #fff;

    color: var(--jedrek-text);

    font-size: 1rem;

    font-weight: 600;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    text-decoration: none;

    box-shadow: var(--jedrek-shadow);

    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;

}



.jedrek-button:hover {

    background: var(--jedrek-blue);

    color: #fff;

    transform: translateY(-2px) scale(1.03);

}



/* ── Hamburger toggle ── */

.jedrek-header__toggle {

    display: none;

    flex-direction: column;

    gap: 5px;

    width: 25px;

    padding: 0;

    border: 0;

    background: transparent;

    touch-action: manipulation;

}



.jedrek-header__toggle span {

    display: block;

    width: 100%;

    height: 2px;

    background: var(--nav-active);

}



.jedrek-header__end {

    display: none;

}



/* ── Menu item SVG icons ── */

.menu-item ._svg {

    filter: brightness(0) saturate(100%) invert(13%) sepia(90%) saturate(2502%) hue-rotate(226deg) brightness(86%) contrast(96%);

}

.menu-item a:hover ._svg {

    filter: brightness(0) saturate(100%) invert(82%) sepia(53%) saturate(7494%) hue-rotate(325deg) brightness(93%) contrast(87%);

}



/* ── Responsive: tablet / mobile menu ── */

@media (max-width: 991px) {

    .jedrek-header__toggle {

        display: flex;

    }



    .jedrek-header__bar {

        justify-content: space-between;

        min-height: 84px;

        gap: 16px;

    }



    .jedrek-header__overlay {

        position: fixed;

        inset: 0;

        z-index: 70;

        background: rgba(17, 22, 35, 0.48);

    }



    .jedrek-header.is-open .jedrek-header__overlay {

        display: block;

    }



    /* Slide-in drawer */

    .jedrek-header__panel {

        position: fixed;

        top: 0;

        left: auto;

        right: 0;

        bottom: 0;

        z-index: 80;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        width: 100%;

        max-width: 80vw;

        padding: 0;

        overflow-y: auto;

        overflow-x: hidden;

        overflow-anchor: none;

        background: #fff;

        border: 0;

        box-shadow: -8px 0 40px rgba(92, 30, 10, 0.15);

        transform: translateX(100%);

        transition: transform 0.25s ease-out;

        justify-content: flex-start;

    }



    .jedrek-header.is-open .jedrek-header__panel {

        transform: translateX(0);

    }



    .jedrek-header__panel-head {

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 16px;

        padding: 28px 24px 22px;

        border-bottom: 1px solid rgba(28, 31, 38, 0.08);

    }



    .jedrek-header__panel-head a.header__logo-link img {

        width: 100%;

        max-width: 100px;

    }



    .jedrek-header__close {

        display: inline-flex;

        align-items: center;

        justify-content: center;

        width: 32px;

        height: 32px;

        padding: 0;

        border: 0;

        background: var(--nav-active);

        color: #fff;

        border-radius: 4px;

        font-size: 1rem;

    }



    .jedrek-header__nav {

        width: 100%;

        padding: 14px 24px 0;

    }



    /* Stacked menu */

    .jedrek-menu {

        flex-direction: column;

        align-items: flex-start;

        gap: 0;

    }



    .jedrek-header__nav .jedrek-menu a {

        font-size: 1rem;

    }



    .jedrek-menu > li {

        display: flex;

        align-items: center;

        flex-wrap: wrap;

        justify-content: space-between;

        gap: 14px;

        border-bottom: 1px solid rgba(28, 31, 38, 0.08);

        width: 100%;

    }



    .jedrek-menu > li > a {

        display: flex;

        align-items: center;

        flex: 1 1 auto;

        width: auto;

        min-width: 0;

        padding: 22px 0;

        font-size: 1.22rem;

        line-height: 1.35;

        font-weight: 500;

        gap: 0;

        min-height: 60px;

    }



    .jedrek-menu > .menu-item-has-children > a::after {

        display: none;

    }



    .jedrek-menu .sub-menu {

        position: static;

        display: none;

        flex: 0 0 100%;

        width: 100%;

        grid-template-columns: 1fr;

        min-width: 0;

        gap: 0;

        padding: 6px 0 06px 0;

        background: rgba(158, 64, 32, 0.04);

        border: 0;

        box-shadow: none;

        opacity: 1;

        visibility: visible;

        transform: none;

    }



    .jedrek-menu .sub-menu li {

        padding: 0 0 0 16px;

    }



    .jedrek-menu .sub-menu a {

        display: flex;

        align-items: center;

        gap: 8px;

        padding: 11px 14px 11px 0;

        font-size: 0.95rem;

        font-weight: 500;

        color: var(--nav-link);

        border-bottom: 1px solid rgba(158, 64, 32, 0.12);

        transition: color 0.2s ease, padding-left 0.2s ease;

    }



    .jedrek-menu .sub-menu a:hover {

        color: var(--nav-active);

        padding-left: 6px;

    }



    .jedrek-menu .sub-menu li:last-child a {

        border-bottom: 0;

    }



    .jedrek-menu .menu-item-has-children.is-submenu-open > .sub-menu {

        display: grid;

        transform: none;

    }



    /* Mobile submenu toggle button */

    .jedrek-submenu-toggle {

        position: relative;

        top: auto;

        right: auto;

        flex: 0 0 auto;

        display: inline-flex;

        align-items: center;

        justify-content: center;

        width: 30px;

        height: 30px;

        padding: 0;

        border: 1px solid var(--nav-link);

        background: rgba(158, 64, 32, 0.08);

        color: var(--nav-link);

        border-radius: 4px;

        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;

        margin-right: 25px;

    }



    .jedrek-submenu-toggle:hover,

    .jedrek-menu .menu-item-has-children.is-submenu-open > .jedrek-submenu-toggle {

        background: var(--nav-link);

        border-color: var(--nav-link);

        color: #fff;

    }



    .jedrek-submenu-toggle span {

        position: absolute;

        width: 12px;

        height: 2px;

        background: currentColor;

        transition: transform 0.2s ease, opacity 0.2s ease;

    }



    .jedrek-submenu-toggle span:last-child {

        transform: rotate(90deg);

    }



    .jedrek-menu .menu-item-has-children.is-submenu-open > .jedrek-submenu-toggle span:last-child {

        transform: rotate(0);

        opacity: 0;

    }



    .jedrek-header__end {

        display: flex;

        align-items: center;

        gap: 2px;

    }



    .jedrek-header__actions .jedrek-header__search {

        display: none;

    }



    .jedrek-header__actions {

        width: 100%;

        padding: 28px 24px 34px;

        margin-top: auto;

        border-top: 1px solid rgba(28, 31, 38, 0.08);

        justify-content: flex-start;

        flex-wrap: wrap;

        gap: 16px;

    }

}



@media (max-width: 767px) {

    .jedrek-header__brand img {

        max-width: 130px;

    }



    .jedrek-header__panel-brand img {

        max-width: 130px;

        height: auto;

    }



    .jedrek-header__logo-link,

    .jedrek-header__logo-image,

    .jedrek-header__logo-svg,

    .jedrek-header__logo-svg svg {

        max-width: 130px;

    }



    .jedrek-header__panel-head,

    .jedrek-header__nav,

    .jedrek-header__actions {

        padding-left: 18px;

        padding-right: 18px;

    }



    .jedrek-header__panel-head {

        padding-top: 20px;

        padding-bottom: 18px;

    }



    .jedrek-menu > li > a {

        padding: 18px 0;

        font-size: 1rem;

    }



    .jedrek-submenu-toggle {

        width: 28px;

        height: 28px;

    }

}



@media (max-width: 480px) {

    .jedrek-header__bar {

        min-height: 70px;

    }



    .jedrek-header__brand img,

    .jedrek-header__panel-brand img {

        max-width: 110px;

        height: auto;

    }



    .jedrek-header__logo-link,

    .jedrek-header__logo-image {

        max-width: 110px;

    }



    .jedrek-header__panel {

        max-width: 90vw;

    }

}



/* Smooth transition */

.jedrek-header,

.jedrek-header__bar,

.jedrek-header__logo-image,

.jedrek-header__brand img {

    transition: all 0.4s ease;

}



/* Shrink header on scroll */

.jedrek-header.header-scrolled {

    padding: 5px 0;

    box-shadow: 0 5px 20px rgba(0,0,0,0.2);

}



.jedrek-header.header-scrolled .jedrek-header__bar {

    min-height: 60px;

}



.jedrek-header.header-scrolled .jedrek-header__logo-image,

.jedrek-header.header-scrolled .jedrek-header__brand img {

    max-width: 160px;

}



/* ── Footer ── */

.jedrek-footer {

    background: #1c1f26;

    color: rgba(255, 255, 255, 0.58);

}



/* Main area */

.jedrek-footer__main {

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);

}



.jedrek-footer__grid {

    display: grid;

    grid-template-columns: 1.6fr 1fr 1fr;

    gap: 48px 40px;

    padding: 64px 0 56px;

}



.jedrek-footer__grid--single {

    grid-template-columns: 1fr;

    max-width: 480px;

}



/* Brand column */

.jedrek-footer__logo-link {

    display: inline-flex;

    align-items: center;

    margin-bottom: 18px;

    text-decoration: none;

}



.jedrek-footer__logo-img {

    display: block;

    max-width: 160px;

    height: auto;

}



.jedrek-footer__site-name {

    font-size: 1.35rem;

    font-weight: 700;

    color: #fff;

    text-decoration: none;

}



.jedrek-footer__tagline {

    font-size: 0.9rem;

    line-height: 1.75;

    color: rgba(255, 255, 255, 0.48);

    margin: 0 0 20px;

    max-width: 300px;

}



/* Social icons */

.jedrek-footer__socials {

    list-style: none;

    padding: 0;

    margin: 20px 0 0;

    display: flex;

    gap: 10px;

    flex-wrap: wrap;

}



.jedrek-footer__socials a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.12);

    background: transparent;

    color: rgba(255, 255, 255, 0.58);

    font-size: 0.85rem;

    text-decoration: none;

    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;

}



.jedrek-footer__socials a:hover {

    background: var(--nav-link);

    border-color: var(--nav-link);

    color: #fff;

}



/* Column heading */

.jedrek-footer__col-heading {

    font-size: 0.75rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.12em;

    color: #fff;

    margin: 0 0 20px;

    padding-bottom: 12px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

}



/* Footer nav menu */

.jedrek-footer-menu {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    flex-direction: column;

    gap: 2px;

}



.jedrek-footer-menu li a {

    display: block;

    padding: 7px 0;

    color: rgba(255, 255, 255, 0.52);

    font-size: 0.9rem;

    text-decoration: none;

    transition: color 0.2s ease, padding-left 0.2s ease;

}



.jedrek-footer-menu li a:hover {

    color: var(--nav-link);

    padding-left: 6px;

}



/* Contact column */

.jedrek-footer__address {

    font-style: normal;

    font-size: 0.9rem;

    line-height: 1.75;

    color: rgba(255, 255, 255, 0.52);

    margin: 0 0 16px;

}



.jedrek-footer__contact-link {

    display: flex;

    align-items: flex-start;

    gap: 11px;

    color: rgba(255, 255, 255, 0.52);

    font-size: 0.9rem;

    text-decoration: none;

    margin-bottom: 12px;

    transition: color 0.2s ease;

    word-break: break-all;

}



.jedrek-footer__contact-link:hover {

    color: var(--nav-link);

}



.jedrek-footer__contact-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 32px;

    height: 32px;

    border-radius: 50%;

    background: rgba(158, 64, 32, 0.15);

    color: var(--nav-link);

    font-size: 0.78rem;

    margin-top: 1px;

}



/* Bottom bar */

.jedrek-footer__bottom {

    background: rgba(0, 0, 0, 0.3);

    padding: 16px 0;

}



.jedrek-footer__bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 16px;

    flex-wrap: wrap;

}



.jedrek-footer__copyright {

    font-size: 0.8rem;

    color: rgba(255, 255, 255, 0.32);

    margin: 0;

    line-height: 1.5;

}



.jedrek-footer__credit {

    font-size: 0.8rem;

    color: rgba(255, 255, 255, 0.32);

    text-decoration: none;

    transition: color 0.2s ease;

    flex-shrink: 0;

}



.jedrek-footer__credit:hover {

    color: var(--nav-link);

}



/* Responsive */

@media (max-width: 991px) {

    .jedrek-footer__grid {

        grid-template-columns: 1fr 1fr;

        gap: 36px 30px;

        padding: 48px 0 42px;

    }



    .jedrek-footer__col--brand {

        grid-column: 1 / -1;

    }



    .jedrek-footer__tagline {

        max-width: 100%;

    }

}



@media (max-width: 600px) {

    .jedrek-footer__grid {

        grid-template-columns: 1fr;

        gap: 32px;

        padding: 40px 0 36px;

    }



    .jedrek-footer__bottom-inner {

        flex-direction: column;

        align-items: flex-start;

        gap: 4px;

    }

}



@media (max-width: 480px) {

    .jedrek-footer__logo-img {

        max-width: 130px;

    }

}



/* ── WordPress admin bar accommodation ── */

/* Desktop: 32px tall, fixed */

.admin-bar .jedrek-header { top: 32px; }



/* Screens 600–782px: 46px tall, fixed */

@media screen and (max-width: 782px) {

    .admin-bar .jedrek-header { top: 46px; }

}



/* Screens < 600px: admin bar is position:absolute (scrolls), no offset */

@media screen and (max-width: 599px) {

    .admin-bar .jedrek-header { top: 0; }

}



/* Offset the fixed panel & overlay to sit below the admin bar */

@media (max-width: 991px) {

    /* 600–782px: 46px admin bar */

    .admin-bar .jedrek-header__panel,

    .admin-bar .jedrek-header__overlay { top: 46px; }

}



@media screen and (min-width: 783px) and (max-width: 991px) {

    /* 783–991px: 32px admin bar */

    .admin-bar .jedrek-header__panel,

    .admin-bar .jedrek-header__overlay { top: 32px; }

}



@media screen and (max-width: 599px) {

    /* < 600px: admin bar scrolls, panel back to top:0 */

    .admin-bar .jedrek-header__panel,

    .admin-bar .jedrek-header__overlay { top: 0; }

}



/* ══════════════════════════════════════

   Hero Slider

══════════════════════════════════════ */

.jedrek-hero {

    background-color: #f0ebe0;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    position: relative;

    overflow: hidden;

}



/* Two-column layout: static text left, image rotator right */

.hero-static__row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 48px 60px;

    padding: 70px 0 80px;

}



/* Text column */

.hero-slide__title {

    font-size: clamp(1.8rem, 4vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #9F3C3B;

    letter-spacing: 0.02em;

    line-height: 1.15;

    margin: 0 0 24px;

}



.hero-slide__body {

    font-size: 17px;

    line-height: 1.8;

    color: #2a2a2a;

    margin: 0 0 28px;

}



.hero-slide__body p {

    margin: 0 0 12px;

}



.hero-slide__body p:last-child {

    margin-bottom: 0;

}



.hero-slide__body strong,

.hero-slide__body b {

    font-weight: 700;

}



.hero-slide__body a {

    color: #9F3C3B;

    text-decoration: none;

    transition: color 0.2s ease;

}



.hero-slide__body a:hover {

    color: #9F3C3B;

    text-decoration: underline;

}



/* Image fade rotator */

.hero-img-rotator {

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

}



/* Outer frame */

.hero-frame {

    position: relative;

    width: 100%;

    max-width: 460px;

    background: transparent;

}



/* Outline img — sits in normal flow, sets the exact frame height */

.hero-frame__outline {

    display: block;

    width: 100%;

    height: auto;

    position: relative;

    z-index: 1;

    pointer-events: none;

}



/* Slides — absolute over the outline img, same inset 0 = exact same size */

.hero-frame__slides {

    position: absolute;

    inset: 0;

    background: transparent;

    -webkit-mask-image: url('../images/hero-mask.png');

    -webkit-mask-size: 100% 100%;

    -webkit-mask-repeat: no-repeat;

    -webkit-mask-position: center;

    mask-image: url('../images/hero-mask.png');

    mask-size: 95% 90%;

    mask-repeat: no-repeat;

    mask-position: center;

        z-index: 2;

}



/* All slides stacked */

.hero-img-slide {

    position: absolute;

    inset: 0;

    opacity: 0;

    transition: opacity 0.9s ease;

    pointer-events: none;

}



/* Active slide */

.hero-img-slide.is-active {

    opacity: 1;

    pointer-events: auto;

}



/* Photo fills exact frame area */

.hero-slide__img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center top;

    display: block;

}



/* Dots */

.hero-img-dots {

    display: flex;

    gap: 8px;

    align-items: center;

    justify-content: center;

    margin-top: 16px;

}



.hero-img-dot {

    display: block;

    width: 15px;

    height: 15px;

    border-radius: 50%;

    background: rgba(200, 137, 42, 0.35);

    border: 2px solid #c8892a;

    cursor: pointer;

    padding: 0;

    transition: background 0.2s ease;

}



.hero-img-dot.is-active {

    background: #c8892a;

}



/* Responsive */

@media (max-width: 900px) {

    .hero-static__row {

        grid-template-columns: 1fr;

        gap: 36px;

        text-align: center;

        padding: 48px 0 56px;

    }



    .hero-img-rotator {

        order: -1;

    }



    .hero-slide__img {

        max-width: 500px;

    }

    

}



@media (max-width: 576px) {

    .hero-static__row {

        padding: 40px 0 48px;

    }



    .hero-slide__img {

        max-width: 460px;

    }



    .hero-slide__title {

        font-size: 25px;

    }

}



/* ══════════════════════════════════════

   3 First Principles Section

══════════════════════════════════════ */

.principles-section {

    background: #fff;

    padding: 72px 0 80px;

}



/* ── Pinned scroll reveal (desktop only — .is-pinned-scroll added by JS) ── */

.principles-section.is-pinned-scroll {

    padding: 0;                 /* spacing moves to the sticky inner */

    position: relative;

}

.principles-section.is-pinned-scroll .principles-pin {

    position: sticky;

    top: 0;

    min-height: 100vh;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 72px 0 80px;

    box-sizing: border-box;

}

.is-pinned-scroll .principle-item {

    opacity: 0;

    transform: translateY(60px);

    transition: opacity .7s ease, transform .7s ease;

    will-change: opacity, transform;

}

.is-pinned-scroll .principle-item.is-visible {

    opacity: 1;

    transform: none;

}



.principles-section__heading {

    text-align: center;

    font-size: clamp(1.6rem, 3.5vw, 2.2rem);

    font-weight: 700;

    color: #9F3C3B;

    letter-spacing: 0.02em;

    text-transform: uppercase;

    margin: 0 0 56px;

}



/* 3-column grid with dividers */

.principles-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 0;

}



.principle-item {

    padding: 0 40px;

    text-align: center;

    border-right: 1px solid #787878;

}

.principle-item:first-child {

    padding-left: 0;

}



.principle-item:last-child {

    border-right: none;

    padding-right: 0;

}



/* Visual: number badge + circular image */

.principle-item__visual {

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 28px;

}



/* Number badge circle */

.principle-item__badge {

    width: 52px;

    height: 52px;

    border-radius: 50%;

    border: 3px solid #b89abf;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.6rem;

    font-weight: 700;

    color: #9F3C3B;

    position: relative;

    z-index: 2;

    margin-bottom: -26px;

     font-family: "PT Serif Caption", serif;

}



/* Image circle */

.principle-item__circle {

    width: 370px;

    height: 370px;

    border-radius: 50%;

    /* border: 2px solid #c9aed4; */

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f8f4fa;

    flex-shrink: 0;

}



.principle-item__circle img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



/* Placeholder when image not set */

.principle-item__no-img {

    font-size: 0.85rem;

    font-weight: 700;

    color: #c0392b;

}



/* Highlighted last item — darker purple border */

.principle-item--highlight .principle-item__badge {

    border-color: #7b2d8b;

    color: #9F3C3B;

}





/* Content text */

.principle-item__text {

    font-size: 17px;

    line-height: 1.6;

    color: #3a3a3a;

    text-align: center;

    /* font-family: 'Proxima-Regular'; */

}



.principle-item__text p {

    margin: 0 0 8px;

}



.principle-item__text p:last-child {

    margin-bottom: 0;

}



.principle-item__text strong,

.principle-item__text b {

    font-weight: 700;

    color: #1a1a1a;

}



/* Responsive */

@media (max-width: 991px) {

    .principles-grid {

        grid-template-columns: 1fr;

        gap: 48px 0;

    }

    .principle-item {

        border-right: none;

        border-bottom: 1px solid #e0e0e0;

        padding: 0 0px 48px;

    }



    .principle-item:last-child {

        border-bottom: none;

        padding-bottom: 0;

    }



    .principle-item__circle {

        width: 180px;

        height: 180px;

    }

}





@media (max-width: 576px) {

    .principles-section {

        padding: 48px 0 56px;

    }



    .principles-section__heading {

        margin-bottom: 36px;

        font-size: 25px;

    }



    .principle-item__circle {

        width: 160px;

        height: 160px;

    }

}



/* ══════════════════════════════════════

   Theory of Change Section

══════════════════════════════════════ */

.theory-section {

    position: relative;

    overflow: hidden;

    padding: 72px 0;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    background-color: #d5dfc0;

}



/* Decorative watermark (leaf/logo shape) behind the image */

.theory-section__watermark {

    position: absolute;

    left: -4%;

    top: 50%;

    transform: translateY(-50%);

    width: 42%;

    height: 110%;

    background-size: contain;

    background-position: center center;

    background-repeat: no-repeat;

    opacity: 0.18;

    pointer-events: none;

}



/* Two-column layout */

.theory-section__row {

    display: grid;

    grid-template-columns: 42% 1fr;

    align-items: center;

    gap: 48px 60px;

    position: relative;

    z-index: 1;

}



/* Left: image */

.theory-section__media {

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.theory-section__img {

    display: block;

    max-width: 100%;

    height: auto;

    max-height: 480px;

    object-fit: contain;

    object-position: bottom center;

    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.18));

}



/* Right: title + body */

.theory-section__content {

    padding: 8px 0;

}



.theory-section__title {

    font-size: clamp(1.6rem, 3vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #53751F;

    letter-spacing: 0.04em;

    line-height: 1.2;

    margin: 0 0 24px;

}



.theory-section__body {

    font-size: 17px;

    line-height: 1.7;

    color: #000;

    /* font-family: 'Proxima-Regular'; */

}



.theory-section__body p {

    margin: 0 0 14px;

}



.theory-section__body p:last-child {

    margin-bottom: 0;

}



.theory-section__body strong,

.theory-section__body b {

    font-weight: 700;

}



.theory-section__body a {

    color: #9F3C3B;

    text-decoration: none;

    transition: color 0.2s ease;

}



.theory-section__body a:hover {

    text-decoration: underline;

}



/* Responsive */

@media (max-width: 900px) {

    .theory-section__row {

        grid-template-columns: 1fr;

        gap: 36px;

        text-align: center;

    }



    .theory-section__watermark {

        left: 50%;

        top: 0;

        transform: translateX(-50%);

        width: 70%;

        height: 50%;

        opacity: 0.12;

    }



    .theory-section__img {

        max-height: 320px;

    }

}



@media (max-width: 576px) {

    .theory-section {

        padding: 48px 0 56px;

    }



    .theory-section__img {

        max-height: 260px;

    }



    .theory-section__title {

        font-size: 25px;

    }

}



/* ══════════════════════════════════════

   Integrated Organization Section

══════════════════════════════════════ */

.integrated-section {

    position: relative;

    overflow: clip; /* clip trims decorative pseudo-elements without creating a scroll container, so position:sticky inside pin-section still works */

    padding: 80px 0;

    background-color: #f5f0e8;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    text-align: center;

}



/* Top-right arc decoration */

/* .integrated-section::before {

    content: '';

    background:url(../images/logo_outline.png) 0 0;

    position: absolute;

    top: -100px;

    right: 0;

    width: 420px;

    height: 420px;

    pointer-events: none;

    z-index: 0;

    background-size: 350px;

    background-repeat: no-repeat;

}



.integrated-section::after {

    content: '';

    background:url(../images/logo_outline.png) 0 0;

    position: absolute;

    bottom: -320px;

    left: 20px;

    width: 420px;

    height: 420px;

    pointer-events: none;

    z-index: 0;

    background-size: 350px;

    background-repeat: no-repeat;

} */

.integrated-section{

    --before-rotate: 0deg;

    --after-rotate: 0deg;

}



.integrated-section::before{

    content:'';

    background:url(../images/logo_outline.png) 0 0;

    position:absolute;

    top:-100px;

    right:-100px;

    width:350px;

    height:420px;

    background-size:350px;

    background-repeat:no-repeat;

    pointer-events:none;

    z-index:0;



    transform:rotate(var(--before-rotate));

    transform-origin:center center;

}



.integrated-section::after{

    content:'';

    background:url(../images/logo_outline.png) 0 0;

    position:absolute;

    bottom:-130px;

    left: -180px;

    width:350px;

    height:420px;

    background-size:350px;

    background-repeat:no-repeat;

    pointer-events:none;

    z-index:0;



    transform:rotate(var(--after-rotate));

    transform-origin:center center;

}

.integrated-section .container {

    position: relative;

    z-index: 1;

}



.integrated-section__inner {

    max-width: 760px;

    margin: 0 auto;

}



.integrated-section__title {

    font-size: clamp(1.6rem, 3vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #9F3C3B;

    letter-spacing: 0.06em;

    margin-bottom: 1.75rem;

    text-align: left;

}



.integrated-section__body {

    font-size: 17px;

    line-height: 1.85;

    color: #333;

    text-align: left;

}



.integrated-section__body p {

    margin: 0 0 1rem;

}



.integrated-section__body p:last-child {

    margin-bottom: 0;

}



.integrated-section__body strong,

.integrated-section__body b {

    font-weight: 700;

    color: #1a1a1a;

}



/* Responsive */

@media (max-width: 768px) {

    .integrated-section {

        padding: 56px 0;

    }



    .integrated-section__title {

        font-size: 25px;

    }



    .integrated-section::before {

        width: 280px;

        height: 280px;

        top: -100px;

        right: -100px;

    }

}



@media (max-width: 480px) {

    .integrated-section {

        padding: 44px 0;

    }



    .integrated-section::before,

    .integrated-section::after {

        width: 200px;

        height: 200px;

    }

}



/* ══════════════════════════════════════

   Ecosocial Section

══════════════════════════════════════ */

.ecosocial-section {

    position: relative;

    padding: 72px 0;

    background-color: #4cb8c4;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    overflow: hidden;

}



.ecosocial-section__row {

    display: grid;

    grid-template-columns: 1fr 1.35fr;

    align-items: center;

    gap: 48px 64px;

}



.ecosocial-section__media {

    display: flex;

    justify-content: center;

    align-items: center;

}



.ecosocial-section__img {

    display: block;

    width: 100%;

    max-width: 420px;

    height: auto;

    transform-origin: center center;

}



.ecosocial-section__title {

    font-size: clamp(1.45rem, 3vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #2B3E7E;

    letter-spacing: 0.03em;

    line-height: 1.2;

    margin-bottom: 1.25rem;

}



.ecosocial-section__body {

    font-size: 17px;

    line-height: 1.8;

    color: #333;

    margin-bottom: 2rem;

}



.ecosocial-section__body p {

    margin: 0 0 0.75rem;

}



.ecosocial-section__body p:last-child {

    margin-bottom: 0;

}



.ecosocial-section__body a {

    color: #c8602a;

    text-decoration: none;

}



.ecosocial-section__body a:hover {

    text-decoration: underline;

}



/* 5-item icon row */

.ecosocial-section__items {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 16px 4px;

    padding-top: 1.5rem;

    border-top: 1px solid rgba(0, 0, 0, 0.15);

}



.ecosocial-item {

    text-align: center;

    padding: 0 6px;

    border-right: 1px solid rgba(0, 0, 0, 0.12);

}



.ecosocial-item:last-child {

    border-right: none;

}



.ecosocial-item__icon {

    display: flex;

    justify-content: center;

    align-items: flex-end;

    margin-bottom: 8px;

    min-height: 95px;

}



.ecosocial-item__icon img {

    display: block;

    /* width: 60px; */

    /* height: 60px; */

    object-fit: contain;

}



.ecosocial-item__label {

    font-size: 0.875rem;

    font-weight: 700;

    color: #2a2a2a;

    margin-bottom: 4px;

}



.ecosocial-item__desc {

    font-size: 0.72rem;

    line-height: 1.5;

    color: #555;

}



/* Responsive */

@media (max-width: 960px) {

    .ecosocial-section__row {

        grid-template-columns: 1fr;

        gap: 36px;

    }



    .ecosocial-section__img {

        max-width: 340px;

        margin: 0 auto;

    }



    .ecosocial-section__items {

        grid-template-columns: repeat(3, 1fr);

        gap: 20px;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    

    .ecosocial-item {

        border-right: none;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

        padding-bottom: 16px;

        width: 48%;

    }



    .ecosocial-item:last-child {

        border-bottom: none;

    }

}



@media (max-width: 576px) {

    .ecosocial-section {

        padding: 48px 0;

    }



    .ecosocial-section__title {

        font-size: 25px;

    }



    .ecosocial-section__items {

        grid-template-columns: repeat(2, 1fr);

        gap: 20px 16px;

    }

    .ecosocial-item {

        width: 100%;

    }

    .ecosocial-item__icon{
        min-height: auto;
    }

}



@media (max-width: 380px) {

    .ecosocial-section__items {

        grid-template-columns: 1fr;

    }

}



/* ══════════════════════════════════════

   Regenovation Section

══════════════════════════════════════ */

.regeno-section {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    min-height: 540px;

    overflow: hidden;

    background: #fff;

    width: 100%;

}



/* ── Left text half ── */

.regeno-section__text-half {

    display: flex;

    justify-content: center;

    padding: 72px 0;

}



.regeno-section__text-inner {

    width: 100%;

    /* max-width: 560px; */

    padding: 0 24px 0 max(24px, calc((100vw - 1280px) / 2 + 16px));

}



.regeno-section__title {

    font-size: clamp(1.5rem, 2.8vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #9F3C3B;

    letter-spacing: 0.03em;

    line-height: 1.25;

    margin-bottom: 1.25rem;

}



.regeno-section__body {

    font-size: 17px;

    line-height: 1.8;

    color: #333;

}



.regeno-section__body p {

    margin: 0 0 0.75rem;

}



.regeno-section__body p:last-child {

    margin-bottom: 0;

}



.regeno-section__body a {

    color: #9F3C3B;

    font-weight: 700;

    text-decoration: none;

}

.regeno-section__body strong{

    font-weight: 700;

}



.regeno-section__body a:hover {

    text-decoration: underline;

}



/* ── Right media half ── */

.regeno-section__media-half {

    position: relative;

    align-self: stretch;

    min-height: 540px;

}



/* Green organic leaf shape — behind image */

.regeno-section__leaf {

    position: absolute;

    bottom: 40px;

    left: -10px;

    width: 260px;

    height: 260px;

    background: #5a9e45;

    border-radius: 0% 100% 100% 100%;

    z-index: 0;

}



/* Circular image bleeding to right viewport edge */

.regeno-section__img-wrap {

    position: absolute;

    top: 25%;

    right: 0px;

    transform: translateY(-50%);

    width: 100%;

    /* height: 619px; */

    overflow: hidden;

    z-index: 1;

}



.regeno-section__img {

    display: block;

    width: 100%;

    height: 100%;

    margin-top: 43%;

    object-fit: cover;

    object-position: center;

    will-change: transform;

}





/* INTEGRATED ORGANIZATION SECTION: Alternative version with top-right arc decoration, and a second arc at the bottom left for balance. Both arcs use the same logo_outline.png image, but are rotated in opposite directions to create visual interest and avoid looking like a mirrored duplicate. */



.pin-section{

    position:relative;

    --pin-offset: clamp(12px, 3vh, 28px);

    height:80vh;

}



.content{

    position:sticky;

    top:var(--pin-offset);

    height:calc(100vh - (var(--pin-offset) * 2));

    max-width:1200px;

    margin:auto;

    display:flex;

    align-items:center;

    gap:30px;

}



/* Left Side */

.left{

    position:relative;

    width:300px;

}



.list{

    list-style:none;

    position:relative;

    z-index:2;

}



.list li{

    font-size:20px;

    font-weight:600;

    margin-bottom:10px;

    color:#666;

    transition:.4s ease;

}



.list li.active{

    color:#9F3C3B;

}



/* Progress Line */

.progress-line{

    position:absolute;

    /* left:-25px; */

    top:0;

    width:5px;

    height:100%;

    /* background:rgba(255,255,255,.15); */

    background:rgba(255,255,255,0.5);

    overflow:hidden;

    border-radius: 10px;

}



.progress-fill{

    width:100%;

    height:0%;

    background:#9F3C3B;

    transition:height .15s linear;

}



/* Right Side Images */

.right{

    flex:1;

    position:relative;

    height:500px;

}



.slide{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    opacity:0;

    visibility:hidden;

    transition:opacity .6s ease;

}



.slide.active{

    opacity:1;

    visibility:visible;

}



.slide img{

    width:100%;

    max-width:450px;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.4);

}



/* Mobile */

@media(max-width:768px){



    .content{

        flex-direction:column;

        justify-content:center;

        gap:40px;

    }



    .left{

        width:100%;

        text-align:center;

    }



    .progress-line{

        display:none;

    }



    .right{

        width:100%;

        height:300px;

    }



    .slide img{

        max-width:280px;

    }

}

@media(max-width:575px){

    .slide{

        flex-direction:column;

    }

    .slide i{

        transform:rotate(90deg);

    }

}



/* Responsive */

@media (max-width: 960px) {

    .regeno-section {

        grid-template-columns: 1fr;

    }



    .regeno-section__text-half {

        justify-content: flex-start;

        padding: 56px 0 36px;

    }



    .regeno-section__text-inner {

        max-width: 100%;

        padding: 0 24px;

    }



    .regeno-section__media-half {

        min-height: unset;

        overflow: hidden;

        padding: 0 0 48px;

    }



    /* Switch from absolute to normal flow so it can't overflow the viewport */

    .regeno-section__img-wrap {

        position: relative;

        top: auto;

        right: auto;

        transform: none;

        width: min(400px, 90%);

        margin: 0 auto;

    }



    .regeno-section__leaf {

        display: none;

    }

}



@media (max-width: 576px) {

    .regeno-section__img-wrap {

        width: 100%;

    }



    .regeno-section__title {

        font-size: 25px;

    }

}



.integrated-list-wrap{

    width: 100%;

    max-width: 760px;

    margin: 30px auto;

}

.integrated-list{

    display: flex;

    /* flex-direction: column; */

    gap: 100px;

    justify-content: center;

    align-items: flex-start;

}

.integrated-list li{

    display: inline-flex;

    width: 100%;

    max-width: 300px;

    justify-content: center;

    align-items: center;

    gap: 20px;

    text-align: center;

    flex-wrap: wrap;

    opacity: 1;

    transform: translateY(24px);

    transition: opacity 0.55s ease, transform 0.55s ease, border-color 0.55s ease;

    flex-direction: column;

}

.integrated-list li img{

    width: 100%;

    max-width: 100px;

    height: 100px;

    object-fit: contain;

    object-position: bottom center;

}



.integrated-list p{

    font-size: 17px;

    color: #CC8429 !important;

    /* min-width: 170px; */

}

.integrated-list h3{

    min-width: 80px;

    font-size: 17px;

    text-align: center;

    font-weight: 700;

}

.integrated-list-holder {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 20px;

    width: 100%;

    max-width: 300px;

}



/* ══════════════════════════════════════

   Supporters Section

══════════════════════════════════════ */

.supporters-section {

    padding: 80px 0;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    background-color: #e8ddc8;

}



/* Slider wrapper */

.supporters-slider-wrap {

    position: relative;

}



.supporters-carousel .supporters-slide img {

    width: 100%;

    height: 300px;

    object-fit: cover;

    border-radius: 16px;

    display: block;

}



/* Placeholder when no images uploaded yet */

.supporters-placeholder {

    background: #111;

    border-radius: 16px;

    height: 300px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.supporters-placeholder span {

    color: #666;

    font-size: 1rem;

    letter-spacing: 0.12em;

}



/* Owl dots */

.supporters-section .owl-dots {

    display: flex;

    gap: 8px;

    justify-content: center;

    margin-top: 20px;

}



.supporters-section .owl-dot span {

    display: block;

    width: 14px;

    height: 14px;

    border-radius: 50%;

    background: rgba(200, 137, 42, 0.3);

    border: 2px solid #c8892a;

    transition: background 0.2s ease;

}



.supporters-section .owl-dot.active span {

    background: #c8892a;

}



/* Text column */

.supporters-content {

    padding-left: 24px;

}



.supporters-title {

    font-size: clamp(1.8rem, 3.5vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #9F3C3B;

    letter-spacing: 0.02em;

    line-height: 1.15;

    margin: 0 0 20px;

}



.supporters-body {

    font-size: 17px;

    line-height: 1.8;

    color: #2a2a2a;

}



.supporters-body p {

    margin: 0 0 12px;

}



.supporters-body p:last-child {

    margin-bottom: 0;

}



/* Responsive */

@media (max-width: 767px) {

    .supporters-section {

        padding: 56px 0;

    }



    .supporters-content {

        padding-left: 0;

        text-align: center;

    }



    .supporters-carousel .supporters-slide img,

    .supporters-placeholder {

        height: 240px;

    }

    .supporters-title {

        font-size: 25px;

    }



}



/* ── Site Footer ── */

.site-footer {

    position: relative;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    /* background-color: #f5f0e8; */

    /* padding-bottom: 300px; */

    background: url(../images/footer-bg.png);

    background-size: cover;

}

.site-footer__image img{

    width:100%;

    max-width: 100%;

}



/* .site-footer__overlay {

    background: rgba(245, 240, 232, 0.88);

}



.site-footer--has-bg .site-footer__overlay {

    background: rgba(245, 240, 232, 0.82);

} */



.site-footer__inner {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

}



/* Logo + menu row */

.site-footer__top {

    display: grid;

    grid-template-columns: 1.6fr 1fr;

    gap: 48px 40px;

    padding: 30px 0 0;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

        align-items: center;

}



.site-footer__logo-link {

    display: inline-flex;

    align-items: center;

    margin-bottom: 16px;

    text-decoration: none;

}



.site-footer__logo-img {

    display: block;

    max-width: 160px;

    height: auto;

}



.site-footer__site-name {

    font-size: 1.35rem;

    font-weight: 700;

    color: #2a1f0e;

}



.site-footer__tagline {

    font-size: 0.9rem;

    line-height: 1.75;

    color: #5a4a30;

    margin: 0;

    max-width: 300px;

}



.site-footer__col-heading {

    font-size: 0.75rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.12em;

    color: #2a1f0e;

    margin: 0 0 18px;

    padding-bottom: 10px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.12);

}



/* Footer menu — scoped tightly to override Bootstrap + jedrek-menu cascade */

.site-footer ul.site-footer-menu {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex !important;

    gap: 20px;

    justify-content: flex-end;

}



.site-footer ul.site-footer-menu > li {

    display: block !important;

    float: none;

}



.site-footer ul.site-footer-menu > li > a {

    display: block;

    padding: 7px 0;

    color: #979797;

    font-size: 0.88rem;

    font-weight: 600;

    letter-spacing: 0;

    min-height: unset;

    text-decoration: none;

    border: none;

    transition: color 0.2s ease, padding-left 0.15s ease;

}



.site-footer ul.site-footer-menu > li > a:hover {

    color: #9F3C3B;

}



/* Copyright + powered-by */

.site-footer__bottom {

    padding: 36px 0 0px;

    text-align: left;

}



.site-footer__copyright {

    font-size: 16px;

    color: #4a3a22;

    margin: 0 auto 16px;

    /* max-width: 940px; */

}



.site-footer__copyright p {

    margin: 0;

    color: #000;

}



.site-footer__powered {

    font-size: 15px;

    color: #5a4a30;

    text-align: left;

    margin: 0;

    /* text-decoration: underline; */

}



.site-footer__powered a {

    color: #b07a30;

    text-decoration: none;

    transition: color 0.2s ease;

}



.site-footer__powered a:hover {

    color: #8a5e20;

    text-decoration: underline;

}



@media (max-width: 768px) {

    .site-footer__top {

        grid-template-columns: 1fr;

        gap: 5px;

        padding: 40px 0 36px;

    }

}



@media (max-width: 480px) {

    .site-footer__bottom {

        padding: 28px 0 0px;

    }

}



/* ══════════════════════════════════════

   Donate Sticky Button & Modal

══════════════════════════════════════ */



/* ── Sticky side button ── */

.donate-sticky-wrap {

    position: fixed;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    z-index: 99;

}



.donate-sticky-btn {

    display: block;

    padding: 16px 12px;

    background: #c8892a;

    color: #fff;

    font-size: 0.7rem;

    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    white-space: nowrap;

    cursor: pointer;

    border: none;

    outline: none;

    border-radius: 8px 8px;

    writing-mode: vertical-lr;

    transform: rotate(180deg);

    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.18);

    transition: background 0.2s ease, box-shadow 0.2s ease;

    line-height: 1.2;

}



.donate-sticky-btn:hover,

.donate-sticky-btn:focus {

    background: #a5711a;

    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.28);

    color: #fff;

}



/* ── Modal ── */

.donate-modal .modal-dialog {

    max-width: 620px;

}



.donate-modal .modal-content {

    background: #075464;

    border: none;

    border-radius: 10px;

    padding: 48px 48px 40px;

    text-align: center;

    position: relative;

}



.donate-modal__close {

    position: absolute;

    top: 16px;

    right: 20px;

    filter: invert(1) brightness(2);

    opacity: 0.75;

    transition: opacity 0.2s ease;

}



.donate-modal__close:hover {

    opacity: 1;

}



.donate-modal__title {

    font-size: clamp(1.25rem, 3vw, 1.6rem);

    font-weight: 700;

    color: #fff;

    line-height: 1.3;

    margin: 0 0 24px;

}



.donate-modal__body {

    font-size: 0.95rem;

    line-height: 1.75;

    color: rgba(255, 255, 255, 0.88);

    margin: 0 0 28px;

}



.donate-modal__body p {

    margin: 0 0 10px;

}



.donate-modal__body p:last-child {

    margin-bottom: 0;

}



.donate-modal__body strong,

.donate-modal__body b {

    color: #fff;

    font-weight: 700;

}



.donate-modal__footer {

    display: flex;

    justify-content: center;

}



.donate-modal__cta {

    display: inline-block;

    padding: 8px 24px;

    background: #c8892a;

    color: #fff;

    font-size: 0.95rem;

    font-weight: 700;

    letter-spacing: 0.04em;

    text-decoration: none;

    border-radius: 6px;

    border: none;

    transition: background 0.2s ease, transform 0.15s ease;

}



.donate-modal__cta:hover,

.donate-modal__cta:focus {

    background: #a5711a;

    color: #fff;

    transform: translateY(-2px);

    text-decoration: none;

}



/* Responsive */

@media (max-width: 575px) {

    .donate-modal .modal-content {

        padding: 44px 24px 36px;

    }



    .donate-modal .modal-dialog {

        margin: 16px;

    }



    .donate-sticky-btn {

        font-size: 0.72rem;

        padding: 12px 10px;

    }

}



/* ══════════════════════════════════════

   About Page — Intro Section

══════════════════════════════════════ */

.about-intro-section {

    background-color: #fff;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    padding: 60px 0;

}



.about-intro__title {

    font-size: clamp(1.6rem, 3.5vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #9F3C3B;

    line-height: 1.2;

    margin: 0 0 14px;

    display: inline;

    text-align: left;

}

.page-template-about-template .about-intro__title{

    color: #2B3E7E;

}

.page-template-initiatives-template .about-intro__title,

.page-template-workshops-template .about-intro__title,

.page-template-certifications-template .about-intro__title,

.page-template-fivebecomings-template .about-intro__title{

    color: #53751F;

}

/* .page-template-initiatives-template .about-intro__img{

    max-width: 300px;

}  */

.page-template-fivebecomings-template .fb-banner .about-intro__title{

    text-align: center ;

}

.about-intro__body {

    font-size: 17px;

    line-height: 1.8;

    color: #2a2a2a;

    display: inline;

}



/* When title is inline with body (matching screenshot) */

.about-intro__text .about-intro__title + .about-intro__body {

    display: inline;

}



/* If title and body should stack, use block display */

.about-intro__title {

    display: block;

    margin-bottom: 10px;

}



.about-intro__body {

    display: block;

}



.about-intro__body p {

    margin: 0 0 14px;

}



.about-intro__body p:last-child {

    margin-bottom: 0;

}



.about-intro__body strong,

.about-intro__body b {

    font-weight: 700;

    color: #1a1a1a;

}

.about-intro__body a strong{

    color: #9F3C3B;

}



.about-intro__body a {

    color: #9F3C3B;

    text-decoration: none;

    transition: color 0.2s ease;

}



.about-intro__body a:hover {

    color: #9F3C3B;

    text-decoration: underline;

}



/* Optional right image */

.about-intro__media {

    display: flex;

    justify-content: center;

    align-items: center;

}



.about-intro__img {

    width: 100%;

    max-width: 480px;

    height: auto;

    display: block;

    border-radius: 8px;

}



/* Responsive */

@media (max-width: 767px) {

    .about-intro-section {

        padding: 52px 0 60px;

    }



    .about-intro__media {

        margin-top: 8px;

    }



    .about-intro__img {

        max-width: 100%;

    }

}



@media (max-width: 575px) {

    .about-intro-section {

        padding: 40px 0 48px;

    }



    /* .about-intro__title {

        font-size: 1rem;

    } */

}



/* ══════════════════════════════════════

   About Page — Boards of Directors

══════════════════════════════════════ */

.boards-section {

    padding: 72px 0 80px;

    background-color: #fff;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

}



.boards-section__title,

.timeline-section__title {

    font-size: clamp(1.6rem, 3.5vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #53751F;

    letter-spacing: 0.06em;

    margin: 0 0 40px;

    text-align:center;

}

.timeline-section__title{

    color: #000;

}

/* ── Card ── */

.board-card {

    cursor: pointer;

    background: transparent;

    border: none;

    padding: 0;

    outline: none;

    display: block;

    width: 100%;

}



.board-card__img-wrap {

    position: relative;

    /* padding-top: 100%; */

    margin-bottom: 15px;

    background-color: #404040;

    transition: all 0.4s ease;

    width: 150px;

    height: 150px;

    border-radius: 50%;

    overflow: hidden;

    margin: 0 auto 15px;

        border: 7px solid #fff;

}



.board-card__img {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

     border-radius: 10px;

    object-fit: cover;

    filter: brightness(98%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);

    transition: all 0.4s ease;

}



.board-card:hover .board-card__img,

.board-card:focus .board-card__img {

    filter: grayscale(0%);

}



.board-card__no-img {

    width: 100%;

    aspect-ratio: 3 / 4;

    background: #ccc;

}



.board-card__info {

    padding: 0 4px;

    text-align: center;

}



.board-card__name {

    font-size: 1rem;

    font-weight: 700;

    color: #1a1a1a;

    margin: 0 0 4px;

    line-height: 1.3;

}



.board-card__role {

    font-size: 0.875rem;

    color: #666;

    margin: 0;

    line-height: 1.4;

}



/* ── Modal ── */

.board-member-modal .modal-content {

    border: none;

    border-radius: 8px;

    padding: 40px 36px 40px 36px;

    position: relative;

    background: #fff;

}

.board-member-modal .modal-dialog {

    max-width: 980px;

}

.board-member-modal__close {

    position: absolute;

    top: 16px;

    right: 20px;

    z-index: 2;

    font-size: 1rem;

}



.board-member-modal__left {

    padding-right: 24px;

}



.board-member-modal__img {

    width: 100%;

    aspect-ratio: 3 / 3;

    object-fit: cover;

    object-position: top;

    display: block;

    border-radius: 6px;

    margin-bottom: 16px;

}



.board-member-modal__identity {

    padding: 0 4px;

}



.board-member-modal__name {

    font-size: 1.1rem;

    font-weight: 700;

    color: #1a1a1a;

    margin: 0 0 4px;

}



.board-member-modal__role {

    font-size: 0.9rem;

    color: #666;

    margin: 0;

}



.board-member-modal__bio {

    font-size: 0.95rem;

    line-height: 1.8;

    color: #333;

    padding-left: 8px;

    padding-top: 4px;

}



.board-member-modal__bio p {

    margin: 0 0 12px;

}



.board-member-modal__bio p:last-child {

    margin-bottom: 0;

}



.board-member-modal__bio strong,

.board-member-modal__bio b {

    color: #1a1a1a;

}

.global-section {

    padding: 72px 0 80px;

    background-color: #fff;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    position: relative;

    overflow: clip;

}



.global-section__title {

    font-size: clamp(1.6rem, 3.5vw, 2.2rem);

    font-weight: 700;

    text-transform: uppercase;

    color: #CC8429;

    letter-spacing: 0.06em;

    margin: 0 0 40px;

    text-align:center;

}

.boards-section .col-sm-6:nth-child(odd),

.global-section .col-sm-6:nth-child(odd){

    border-right: 1px solid #000;

}

.boards-section .col-lg-3:last-child,

.global-section .col-lg-3:last-child{

    border-right: none;

}

.global-section::before {

    content: '';

    background: url(../images/logo_outline.png) 0 0;

    position: absolute;

    top: -260px;

    left: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}

/* Responsive */

@media (max-width: 767px) {

    .boards-section {

        padding: 52px 0 60px;

    }



    .board-member-modal .modal-content {

        padding: 44px 20px 32px;

    }



    .board-member-modal__left {

        padding-right: 0;

        margin-bottom: 24px;

    }



    .board-member-modal__img {

        aspect-ratio: 4 / 3;

        max-height: 260px;

    }



    .board-member-modal__bio {

        padding-left: 0;

    }

}



@media (max-width: 575px) {

    .boards-section {

        padding: 40px 0 48px;

    }



    .boards-section__title,

    .timeline-section__title,

    .about-intro__title,

    .global-section__title {

        font-size: 25px;

    }

}



/* ── Timeline Section ── */

.timeline-section {

    padding: 48px 0 56px;

    background: #fff;

    background-size: cover;

    background-position: center;

    position: relative;

    overflow: clip;

}

.timeline-section::before {

    content: '';

    background: url(../images/logo_outline.png) 0 0;

    position: absolute;

    top: -100px;

    right: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}

.timeline-section::after {

    content: '';

    background: url(../images/logo_outline.png) 0 0;

    position: absolute;

    bottom: -100px;

    left: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(calc(var(--before-rotate) * -1));

    transform-origin: center center;

}



.timeline-journey {

    position: relative;

    padding: 22px 0;

}



.timeline-journey::before {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 50%;

    width: 2px;

    background: #9F3C3B;

    transform: translateX(-50%);

}



.timeline-entry {

    position: relative;

    display: grid;

    grid-template-columns: minmax(0, 1fr) 265px minmax(0, 1fr);

    align-items: start;

    gap: 18px;

    margin-bottom: -70px;

}



.timeline-entry:last-child {

    margin-bottom: 0;

}



.timeline-entry__content {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    max-width: 290px;

    width: 100%;

}



.timeline-entry__text {

    width: 100%;

}



.timeline-entry--left .timeline-entry__content,

.timeline-entry__content.left-timeline-box {

    grid-column: 1;

    justify-self: end;

    text-align: right;

}



.timeline-entry--right .timeline-entry__content,

.timeline-entry__content.right-timeline-box {

    grid-column: 3;

    justify-self: start;

    /* margin-left: 26px; */

    text-align: center;

    align-items: start;

}



.timeline-entry__content.right-timeline-box .timeline-entry__body {

    margin-right: auto;

}

.right-timeline-box .timeline-entry__title{

    text-align: left;

    margin-left: 0;

}

.timeline-entry__marker {

    grid-column: 2;

    position: relative;

    align-self: stretch;

    min-height: 100%;

}



.timeline-entry__connector {

    position: absolute;

    top: 62%;

    width: 32px;

    height: 2px;

    background: #9F3C3B;

    transform: translateY(-50%);

}



.timeline-entry__dot {

    position: absolute;

    top: 62%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background: #fff;

    border: 2px solid #9F3C3B;

    z-index: 2;

}



.timeline-entry--left .timeline-entry__year,

.timeline-entry--right .timeline-entry__year {

    position: absolute;

    top: 62%;

    transform: translateY(-50%);

    font-size: 2.2rem;

    font-weight: 700;

    line-height: 1;

    color: #9F3C3B;

    font-family: inherit;

    letter-spacing: 0;

}



.timeline-entry--left .timeline-entry__year {

    right: calc(50% + 40px);

}



.timeline-entry--right .timeline-entry__year {

    left: calc(50% + 40px);

}



.timeline-entry--left .timeline-entry__connector {

    right: calc(50% - 3px);

}



.timeline-entry--right .timeline-entry__connector {

    left: calc(50% - 3px);

}

.timeline-entry--right .timeline-entry__marker {

    top: -140px;

}

.timeline-entry__media {

    width: 100%;

    margin-bottom: 14px;

}



.timeline-entry__image {

    /* width: 100%; */

    max-width: 100%;
    height: 160px;
    object-fit: contain;
    object-position: bottom;

    /* height: auto;

    max-height: 400px;

    object-fit: contain;

    display: block; */

    /* margin: 0 auto; */

}

.timeline-entry.timeline-entry--left .timeline-entry__image{

    margin-left: auto;
    display: block;

}

.timeline-entry.timeline-entry--right .timeline-entry__image{

    margin-right: auto;
    display: block;

}

.timeline-entry__title {

    font-size: 15px;

    font-weight: 700;

    line-height: 1.45;

    margin-bottom: 10px;

    color: #5a9d27;

}



.timeline-entry__body {

    color: #303030;

    font-size: 17px;

    line-height: 1.65;

    /* max-width: 235px; */

    /* margin: 0 auto; */

}

.timeline-entry--left .timeline-entry__body,

.timeline-entry__content.left-timeline-box .timeline-entry__body {

    margin-left: auto;

}



.timeline-entry__content.right-timeline-box .timeline-entry__body {

    /* margin: 0 auto; */

    text-align: left;

}



.timeline-entry__body p {

    margin-bottom: 8px;

}



.timeline-entry__body p:last-child {

    margin-bottom: 0;

}

@media (max-width: 991px) {

    .timeline-entry {

        /* grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr); */

        gap: 18px;

        margin-bottom: 50px;

        align-items: start;

    }



    .timeline-entry--left .timeline-entry__content,

    .timeline-entry--right .timeline-entry__content,

    .timeline-entry__content.left-timeline-box,

    .timeline-entry__content.right-timeline-box {

        max-width: 260px;

    }



    .timeline-entry--left .timeline-entry__year,

    .timeline-entry--right .timeline-entry__year {

        font-size: 1.85rem;

    }

}



@media (max-width: 767px) {

    .timeline-section {

        padding: 56px 0 60px;

    }



    .timeline-journey {

        padding: 12px 0;

    }



    .timeline-journey::before {

        left: -8px;

        transform: none;

    }



    .timeline-entry {

        grid-template-columns: 155px 1fr;

        gap: 0 18px;

        align-items: start;

        margin-bottom: 15px;

    }



    .timeline-entry__marker {

        grid-column: 1;

        grid-row: 1;

        min-height: 100%;

        padding-top: 6px;

    }



    .timeline-entry__connector {

        top: 50px;

        left: 3px !important;

        width: 16px;

        transform: none;

    }



    .timeline-entry--right .timeline-entry__connector{

        

        left: 3px !important;

    }



    .timeline-entry__dot {

        position: relative;

        top: -32px;

        left: auto;

        transform: none;

        margin-left: -17px;

        margin-top: 0;

        display: inline-block;

    }

    .timeline-entry--right .timeline-entry__marker{

        top: unset;

    }

    .timeline-entry__content,

    .timeline-entry--left .timeline-entry__content,

    .timeline-entry--right .timeline-entry__content,

    .timeline-entry__content.left-timeline-box,

    .timeline-entry__content.right-timeline-box {

        grid-column: 2;

        justify-self: stretch;

        align-items: flex-start;

        text-align: left;

        max-width: none;

        margin-left: 0;

    }



    .timeline-entry__media {

        margin-bottom: 12px;

    }



    .timeline-entry__image {

        margin: 0;

        max-width: 200px;

        height: 110px;

    }



    .timeline-entry--left .timeline-entry__year,

    .timeline-entry--right .timeline-entry__year {

        position: static;

        transform: none;

        font-size: 1.5rem;

        margin-left: 24px;

        margin-bottom: 10px;

        margin-top: 33px;

        width: 100%;

        text-align: left;

    }

    .timeline-entry{

        display: flex;

        flex-direction: column-reverse;

    }

    .timeline-entry__content{

        margin-left: 5px !important;

    }

    .timeline-entry__body p{

       font-size: 14px;

    }

    .timeline-entry__body {

        max-width: none;

        margin: 0;

        /* font-size: 15px; */

    }

    .timeline-section::before{

        width: 277px;

        height: 304px;

        background-size: 244px;

    }

    .timeline-section::after{

        width: 175px;

        height: 175px;

        background-size: 160px;

    }

}



/* ══════════════════════════════════════

   Initiatives Page

══════════════════════════════════════ */



.initiatives-section {

    padding: 80px 0 90px;

    background: #fff;

    position: relative;

    overflow: clip;

}



.initiatives-section .container::before{

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    bottom: 5%;

    right: -245px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}



.initiatives-section::before {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    top: -100px;

    right: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}

.initiatives-section::after {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    bottom: 30%;

    left: -240px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--after-rotate));

    transform-origin: center center;

}

.initiatives-section__header {

    text-align: center;

    max-width: 720px;

    margin: 0 auto 30px;

}



.initiatives-section__label {

    display: inline-block;

    font-size: 0.82rem;

    font-weight: 700;

    color: #9F3C3B;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    text-decoration: underline;

    margin-bottom: 12px;

}



.initiatives-section__title {

    font-size: clamp(1.8rem, 3.5vw, 2.2rem);

    font-weight: 700;

    color: #1a1a1a;

    line-height: 1.2;

    margin-bottom: 18px;

}



.initiatives-section__intro {

    font-size: 17px;

    color: #555;

    line-height: 1.75;

}

.initiatives-section__header p{

    font-size: 17px;

}

/* ── Item rows ── */

.initiatives-list {

    display: flex;

    flex-direction: column;

    /* gap: 72px; */

}



.initiative-item__img-wrap {

    /* border-radius: 0 0 28px 0; */

    /* border-radius: 14px; */

    /* overflow: hidden; */

    /* height: 350px; */

}



.initiative-item__img {

    width: 100%;

    height: 100%;

}



.initiative-item__img-placeholder {

    width: 100%;

    height: 100%;

    background: #d9d9d9;

}



/* Content card pulls left to overlap the image */

/* .initiative-item__content-col {

    position: relative;

    z-index: 2;

} */



@media (min-width: 768px) {

    /* .initiative-item__content-col {

        margin-left: -64px;

    } */

}



@media (max-width: 767px){

     .initiatives-section__title{

        font-size: 25px;

     }

}



.initiative-item__card {

    background: #fff;

    /* border-radius: 14px;

    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.10);

    padding: 52px 40px 44px;

    position: relative; */

}



.initiative-item{

    border-bottom: 1px solid #B5A899;

    padding-bottom: 50px;

    margin-bottom: 50px;

}

.initiative-item:last-child{

    border-bottom: none;

    padding-bottom: 0;

    margin-bottom: 0;

}

.initiative-item:nth-child(even) .row{

    flex-direction:row-reverse;

}



/* Badge sits above the card, overlapping */

.initiative-item__badge {

    position: absolute;

    top: -20px;

    left: 40px;

    display: inline-block;

    background: #186862;

    color: #fff;

    padding: 8px 22px;

    border-radius: 8px;

    font-size: 0.8rem;

    font-weight: 700;

    letter-spacing: 0.07em;

    text-transform: uppercase;

    white-space: nowrap;

}



.initiative-item__title {

    font-size: 28px;

    font-weight: 700;

    color: #C32027;

    line-height: 1.3;

    margin-bottom: 18px;

}



.initiative-item__body {

    font-size: 17px;

    line-height: 1.8;

    color: #444;

}



.initiative-item__body p {

    margin-bottom: 14px;

}



.initiative-item__body p:last-child {

    margin-bottom: 0;

}



.initiative-item__body a {

    color: #9F3C3B;

    text-decoration: underline;

}



.initiative-item__body a:hover {

    color: #9F3C3B;

}



.initiative-item__body strong,

.initiative-item__body b {

    font-weight: 700;

    color: #1a1a1a;

}



.initiative-item__body ul,

.initiative-item__body ol {

    padding-left: 20px;

    margin-bottom: 14px;

}



.initiative-item__body li {

    list-style: disc;

    margin-bottom: 6px;

}



/* ── Responsive ── */

@media (max-width: 767px) {

    .initiatives-section {

        padding: 52px 0 60px;

        overflow: hidden;

    }



    .initiatives-list {

        /* gap: 48px; */

    }



    .initiative-item__img-wrap {

        /* height: 260px;

        border-radius: 12px; */

        margin-bottom: 20px;

    }



    .initiative-item__card {

        padding: 35px 0px 35px;

    }



    .initiative-item__badge {

        left: 28px;

        font-size: 0.72rem;

        padding: 6px 16px;

    }

    .initiative-item__title {

        font-size: 25px;

    }

}



@media (max-width: 575px) {

    /* .initiative-item__img-wrap {

        height: 220px;

    } */



    .initiatives-section__header {

        margin-bottom: 40px;

    }

    .initiative-item__title {

        font-size: 20px;

    }

}



/* ════════════════════════════════════════════

   Initiatives Columns Section (2-up cards)

   ════════════════════════════════════════════ */



.initiatives-cols-section {

    padding: 80px 0 90px;

    background: #f5edd8;

    background-size: cover;

    background-position: center;

    overflow: hidden;

}



.initiatives-cols-section__header {

    text-align: center;

    margin-bottom: 56px;

}



.initiatives-cols-section__label {

    display: inline-block;

    font-size: 0.8rem;

    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #9F3C3B;

    text-decoration: underline;

    margin-bottom: 10px;

}



.initiatives-cols-section__title {

    font-size: clamp(1.6rem, 3vw, 2.2rem);

    font-weight: 700;

    color: #1a1a1a;

    line-height: 1.25;

    margin: 0;

}



/* ── Cards ── */

.initiatives-col-card {

    /* background: #fff;

    border-radius: 16px;

    padding: 44px 40px 40px;

    height: 100%;

    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07); */

    display: flex;

    flex-direction: column;

    /* border-top: 4px solid #9F3C3B; */

    transition: box-shadow 0.25s ease, transform 0.25s ease;

}



.initiatives-col-card:hover {

    /* box-shadow: 0 12px 48px rgba(0, 0, 0, 0.13); */

    transform: translateY(-4px);

}



/* Icon */

/* .initiatives-col-card__icon {

    width: 56px;

    height: 56px;

    border-radius: 12px;

    background: #e3d09e;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    flex-shrink: 0;

} */



/* .initiatives-col-card__icon-img {

    width: 32px;

    height: 32px;

    object-fit: contain;

} */

.initiatives-col-card__icon {

    text-align: center;

}

.initiatives-col-card__icon-img {

    width: 100%;

    max-width: 82%;

    /* margin-top: 95px */

}

/* Heading */

.initiatives-col-card__heading {

    font-size: 1.15rem;

    font-weight: 800;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #9F3C3B;

    margin-bottom: 16px;

    line-height: 1.2;

}



/* Body */

.initiatives-col-card__body {

    font-size: 17px;

    line-height: 1.8;

    color: #444;

    flex: 1;

    background: url(../images/workshops-shape-bg.png);

    background-size: 100% 100%;

    padding: 20px 30px;

}
.initiatives-col-card__body .initiatives-col-card__icon img{

    margin-top: 20px;

}
.initiatives-cols-row .col-12.col-md-6:last-child .initiatives-col-card__body {

    background: url(../images/certification-shape-bg.png);

    background-size: 100% 100%;

    padding: 20px 45px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}

.initiatives-col-card__body p {

    margin-bottom: 14px;

}



.initiatives-col-card__body p:last-child {

    margin-bottom: 0;

}

.initiatives-cols-row .col-12.col-md-6:last-child .initiatives-col-card__body .initiatives-col-card__icon img{

    margin-top: 0;

}

.initiatives-col-card__body a {

    color: #9F3C3B;

    text-decoration: underline;

}



.initiatives-col-card__body a:hover {

    color: #9F3C3B;

}



.initiatives-col-card__body strong,

.initiatives-col-card__body b {

    font-weight: 700;

    color: #1a1a1a;

}



.initiatives-col-card__body em,

.initiatives-col-card__body i {

    font-style: italic;

}



.initiatives-col-card__body ul,

.initiatives-col-card__body ol {

    padding-left: 20px;

    margin-bottom: 14px;

}



.initiatives-col-card__body li {

    list-style: disc;

    margin-bottom: 6px;

}



/* CTA link */

.initiatives-col-card__link {

    display: inline-block;

    margin-top: 24px;

    font-size: 0.9rem;

    font-weight: 600;

    color: #186862;

    text-decoration: underline;

    text-underline-offset: 3px;

    transition: color 0.2s;

    align-self: flex-start;

}



.initiatives-col-card__link:hover {

    color: #0f4440;

    text-decoration: underline;

}



/* Divider between columns on desktop */

.initiatives-cols-row .col-md-6:not(:last-child) .initiatives-col-card {

    border-right: none;

}



@media (min-width: 768px) {

    .initiatives-cols-row {

        align-items: stretch;

    }



    .initiatives-cols-row .col-md-6 {

        display: flex;

    }



    .initiatives-col-card {

        width: 100%;

    }

}



/* ── Responsive ── */

@media (max-width: 767px) {

    .initiatives-cols-section {

        padding: 52px 0 60px;

    }



    .initiatives-cols-section__header {

        margin-bottom: 36px;

    }



    .initiatives-col-card {

        padding: 32px 0px 28px;

    }

}



@media (max-width: 575px) {

    .initiatives-col-card {

        padding: 28px 0px 24px;

        border-radius: 12px;

    }



    .initiatives-col-card__heading {

        font-size: 20px;

    }

    .boards-section .col-sm-6:nth-child(odd), .global-section .col-sm-6:nth-child(odd){

        border-right: none;

    }

    .initiatives-cols-row .col-12.col-md-6:last-child .initiatives-col-card__body{

        padding: 20px 50px;

    }


}



/* ════════════════════════════════════════════

   FiveBecomings Page

   ════════════════════════════════════════════ */



/* Banner: reuses .about-intro-section, light overlay when bg image present */

.fb-banner {

    position: relative;

}

.page-template-fivebecomings-template .fb-banner .about-intro__text,

.page-template-fivebecomings-template .fb-banner .about-intro{

    text-align: center !important;

}



.fb-banner[style] {

    background-size: cover;

    background-position: top center;

}



.fb-banner[style]::before {

    content: '';

    position: absolute;

    inset: 0;

    background: rgba(255, 255, 255, 0.3);

    pointer-events: none;

}



.fb-banner .container {

    position: relative;

    z-index: 1;

}



/* Article section */

.fb-article-section {

    padding: 72px 0 80px;

    background: #fff;

    overflow-x: hidden;

}



.fb-article__body {

    font-size: 1rem;

    line-height: 1.9;

    color: #2a2a2a;

    margin-bottom: 48px;

}



.fb-article__body:last-child {

    margin-bottom: 0;

}



.fb-article__body p {

    margin-bottom: 18px;

}



.fb-article__body p:last-child {

    margin-bottom: 0;

}



.fb-article__body strong,

.fb-article__body b {

    font-weight: 700;

    color: #1a1a1a;

}



.fb-article__body em,

.fb-article__body i {

    font-style: italic;

}



.fb-article__body a {

    color: #9F3C3B;

    text-decoration: underline;

    text-underline-offset: 3px;

    transition: color 0.2s;

}



.fb-article__body a:hover {

    color: #9F3C3B;

}



.fb-article__body ul,

.fb-article__body ol {

    padding-left: 22px;

    margin-bottom: 18px;

}



.fb-article__body li {

    list-style: disc;

    margin-bottom: 8px;

}



.fb-article__body h2,

.fb-article__body h3,

.fb-article__body h4 {

    font-weight: 700;

    color: #9F3C3B;

    text-transform: uppercase;

    line-height: 1.25;

    margin: 32px 0 10px;

}



.fb-article__body h2 { font-size: 1.3rem; }

.fb-article__body h3 { font-size: 1.1rem; }

.fb-article__body h4 { font-size: 0.9rem; letter-spacing: 0.07em; }



/* Diagram — circular, fills its column */

.fb-article__diagram {

    text-align: center;

}



.fb-article__diagram-img {

    width: 100%;

    max-width: 600px;

    height: auto;

    display: inline-block;

    border-radius: 50%;

    box-shadow: 0 6px 36px rgba(0,0,0,0.13);

    transform-origin: center center;

    will-change: transform;

}



/* Scroll-built Five Becomings diagram */

.fb-projects-section[data-fb-assembly] {

    padding-top: 0;

}



.fb-projects__pin-track {

    position: relative;

    height: 470vh;

}



.fb-projects__sticky {

    position: sticky;

    top: 0;

    z-index: 1;

    display: grid;

    place-items: center;

    width: 100%;

    height: 100vh;

    height: 118svh;

    overflow: hidden;

}



.fb-projects__sticky .container {

    display: grid;

    place-items: center;

}



.fb-assembly {

    position: relative;

    /* The wheel scales with the viewport. Expose its size + the reference size
       the connector lengths were tuned at, so connectors can scale with it and
       stay glued to the wheel at every screen size (incl. dev-tools resize). */
    --fb-wheel: min(88vw, 77vh, 900px);

    --fb-ref: 900px; /* wheel width the px --fb-len values were authored for */

    width: var(--fb-wheel);

    aspect-ratio: 1;

    margin-inline: auto;

}



.fb-assembly__part,

.fb-assembly__final {

    position: absolute;

    display: block;

    height: auto;

    max-width: none;

    pointer-events: none;

    user-select: none;

    will-change: transform, opacity;

}



.fb-assembly__part {

    /* Static fallback when main.js is blocked, cached, or fails to load. */

    opacity: 1;

}



.is-fb-assembly-ready .fb-assembly__final {

    opacity: 0;

    transform-origin: center;

}



.fb-assembly__part--earth {

    top: 2.5%;

    left: 0;

    width: 36.85%;

}



.fb-assembly__part--water {

    top: 50%;

    left: 0;

    width: 50.35%;

}



.fb-assembly__part--fire {

    top: 66.07%;

    left: 34.58%;

    width: 56%;

}



.fb-assembly__part--air {

    top: 20.34%;

    left: 63.01%;

    width: 36.99%;

}



.fb-assembly__part--akas {

    top: 0;

    left: 34.5%;

    width: 56%;

}



.fb-assembly__part--center {

    top: 10.8%;

    left: 7.56%;

    z-index: 2;

    width: 84.88%;

    opacity: 1;

    transform: none;

    will-change: auto;

}



.fb-assembly__final {

    inset: 0;

    z-index: 3;

    width: 100%;

    opacity: 0;

}



/* ── Becoming callouts overlaid on the assembled wheel (desktop) ── */

.fb-labels {

    position: absolute;

    /* Fixed design canvas (--fb-ref square) centred on the wheel and scaled
       uniformly to the wheel's live size. The whole overlay — boxes, offsets and
       connectors — scales as one rigid unit, so every connector stays locked to
       the same point on the wheel at any screen size. */
    top: 50%;

    left: 50%;

    width: var(--fb-ref, 900px);

    height: var(--fb-ref, 900px);

    transform: translate(-50%, -50%) scale(calc(var(--fb-wheel) / var(--fb-ref, 900px)));

    transform-origin: center center;

    z-index: 6;

    pointer-events: none;

}



.fb-labels__item {

    --fb-c: #555;

    position: absolute;

    width: clamp(300px, 21%, 235px);

    padding: 12px 14px;

    background: rgba(255, 255, 255, 0.9);

    border-left: 4px solid var(--fb-c);

    border-radius: 12px;

    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);

    backdrop-filter: blur(3px);

    text-align: left;

    pointer-events: auto;

    /* hidden until the wheel finishes assembling */

    opacity: 0;

    transform: translateY(18px) scale(0.96);

    transition: opacity 0.6s ease, transform 0.6s ease;

}



.fb-labels__item.is-visible {

    opacity: 1;

    transform: none;

}



/* Connector line + dot pointing from each box toward its wheel segment.

   Tweak --fb-x / --fb-y (line start, relative to the box) and

   --fb-angle / --fb-len per element below to aim it precisely. */

.fb-labels__connector {

    position: absolute;

    left: var(--fb-x, 50%);

    top: var(--fb-y, 100%);

    width: var(--fb-len, 70px);

    height: 2px;

    background: var(--fb-c);

    transform-origin: 0 50%;

    transform: rotate(var(--fb-angle, 40deg));

    opacity: 0;

    transition: opacity 0.4s ease 0.15s;

    pointer-events: none;

}



.fb-labels__connector::after {

    content: "";

    position: absolute;

    right: -4px;

    top: 50%;

    width: 9px;

    height: 9px;

    border-radius: 50%;

    background: var(--fb-c);

    transform: translateY(-50%);

}



.fb-labels__item.is-visible .fb-labels__connector {

    opacity: 1;

}



/* per-element connector aim (start point + angle + length) */

.fb-labels__item--earth { --fb-x: 100%; --fb-y: 100%; --fb-angle: 22deg;  --fb-len: 230px; }

.fb-labels__item--akas  { --fb-x: 3%;  --fb-y: 100%; --fb-angle: 122deg;  --fb-len: 330px; }

.fb-labels__item--air   { --fb-x: 0%;   --fb-y: 100%; --fb-angle: 157deg; --fb-len: 269px; }

.fb-labels__item--fire  { --fb-x: 0%;   --fb-y: 57%;   --fb-angle: 197deg; --fb-len: 467px; }

.fb-labels__item--water { --fb-x: 100%; --fb-y: 10%;   --fb-angle: 360deg; --fb-len: 294px; }



.fb-labels__title {

    margin: 0 0 6px;

    /* fixed size — the .fb-labels transform scales the whole box rigidly */
    font-size: 1.05rem;

    font-weight: 700;

    letter-spacing: 0.04em;

    color: var(--fb-c);

    text-transform: uppercase;

}



.fb-labels__list {

    margin: 0;

    padding: 0;

    list-style: none;

}



.fb-labels__list li {

    position: relative;

    margin: 0 0 4px;

    padding-left: 14px;

    /* fixed size — the .fb-labels transform scales the whole box rigidly */
    font-size: 20px;

    line-height: 1.35;

    color: #2c2c2c;

}



.fb-labels__list li::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0.5em;

    width: 6px;

    height: 6px;

    border-radius: 50%;

    border: 1.5px solid var(--fb-c);

}



.fb-labels__list li:last-child { margin-bottom: 0; }



/* element colours */

.fb-labels__item--earth { --fb-c: #65431e; }

.fb-labels__item--akas  { --fb-c: #a1790b; }

.fb-labels__item--air   { --fb-c: #16531a; }

.fb-labels__item--fire  { --fb-c: #c40f02; }

.fb-labels__item--water { --fb-c: #17637d; }



/* corner placement around the circular wheel (square bounding box) */

.fb-labels__item--earth { top: 21%;  left: -40%; }

.fb-labels__item--akas  { top: 0%; right: -40%; }

.fb-labels__item--air   { top: 24%;  right: -40%; }

.fb-labels__item--fire  { bottom: 7%; right: -40%; }

.fb-labels__item--water { bottom: 10%; left: -40%; }



/* Overlay is desktop-only; mobile uses the stacked cards below */

@media (max-width: 991px) {

    .fb-labels { display: none; }

    /* Below 992px: turn off the scroll-assembly animation and show the single
       whole diagram image statically (no pin, no tall scroll track). */
    .fb-projects__pin-track { height: auto; }
    .fb-article-section, .fb-projects-section{
        padding: 60px 0;
    }
    .fb-projects__sticky {
        position: relative;
        height: auto;
        min-height: 0;
        padding-block: 0px;
    }

    .fb-assembly__part { display: none; }

    .fb-assembly__final {
        opacity: 1 !important;
        transform: none !important;
    }

}



/* ── Mobile/tablet stacked callouts ── */

.fb-becomings-stack {

    position: relative;

    z-index: 1;

    display: grid;

    gap: 18px;

    margin-top: 8px;

    margin-bottom: 8px;

}



.fb-becomings-stack__item {

    --fb-c: #555;

    padding: 16px 18px;

    background: #fff;

    border-left: 5px solid var(--fb-c);

    border-radius: 12px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);

}



.fb-becomings-stack__item--earth { --fb-c: #8a6a3b; }

.fb-becomings-stack__item--akas  { --fb-c: #9a8a2f; }

.fb-becomings-stack__item--air   { --fb-c: #4a7c2f; }

.fb-becomings-stack__item--fire  { --fb-c: #c0392b; }

.fb-becomings-stack__item--water { --fb-c: #2a7ab0; }



.fb-becomings-stack__title {

    margin: 0 0 8px;

    font-size: 1.1rem;

    font-weight: 700;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: var(--fb-c);

}



.fb-becomings-stack__list {
    --fb-c: #555;
    margin: 0;

    padding-left: 18px;

}


.fb-becomings-stack__list li {

    margin: 0 0 5px;

    font-size: 0.95rem;

    line-height: 1.4;

    color: #2c2c2c;

    position: relative;

}

.fb-becomings-stack__list li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1.5px solid var(--fb-c);
}
.fb-becomings-stack__list li::marker { color: var(--fb-c); }



/* Stacked cards are mobile/tablet only */

@media (min-width: 992px) {

    .fb-becomings-stack { display: none; }

}



@media (min-width: 576px) and (max-width: 991px) {

    .fb-becomings-stack { grid-template-columns: 1fr 1fr; }

}



.fb-projects__copy-wrap {

    position: relative;

    z-index: 1;

}



@media (max-width: 767px) {

    /* pin-track stays height:auto from the 991px rule — section is static here */

    .fb-assembly {

        width: min(80vw, 76vh);

    }

    .fb-projects-section[data-fb-assembly]{
        padding-top: 40px;
    }

}



@media (prefers-reduced-motion: reduce) {

    .fb-projects__pin-track {

        height: auto;

    }



    .fb-projects__sticky {

        position: relative;

        height: auto;

        min-height: 70vh;

        padding-block: 48px;

    }



    .fb-assembly__part {

        display: none;

    }



    .fb-assembly__final {

        opacity: 1 !important;

        transform: none !important;

    }

}



/* Projects section */

.fb-projects-section {

    padding: 72px 0 80px;

    /* background: #f5edd8; */

    position: relative;

    /* Unlike overflow:hidden, clip does not prevent the child from sticking. */

    overflow: clip;

}

.fb-projects-section::before {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    top: -100px;

    right: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}

.fb-projects-section::after {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    bottom: 0%;

    left: -240px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--after-rotate));

    transform-origin: center center;

}

.fb-projects__content {

    font-size: 17px;

    line-height: 1.9;

    color: #2a2a2a;

    text-align: center;

}



.fb-projects__content p {

    margin-bottom: 18px;

}



.fb-projects__content p:last-child {

    margin-bottom: 0;

}



.fb-projects__content strong,

.fb-projects__content b {

    font-weight: 700;

    color: #1a1a1a;

}



.fb-projects__content em,

.fb-projects__content i {

    font-style: italic;

}



.fb-projects__content a {

    color: #9F3C3B;

    text-decoration: none;

    text-underline-offset: 3px;

    transition: color 0.2s;

}



.fb-projects__content a:hover {

    color: #9F3C3B;

}



.fb-projects__content ul {

    padding-left: 22px;

    margin-bottom: 18px;

}



.fb-projects__content li {

    list-style: none;

    margin-bottom: 10px;

    padding-left: 4px;

}



.fb-projects__content h2,

.fb-projects__content h3,

.fb-projects__content h4 {

    font-weight: 700;

    color: #9F3C3B;

    text-transform: uppercase;

    line-height: 1.25;

    margin: 30px 0 10px;

}



.fb-projects__content h2 { font-size: 1.3rem; }

.fb-projects__content h3 { font-size: 1.1rem; }

.fb-projects__content h4 { font-size: 0.9rem; letter-spacing: 0.07em; }



/* Responsive */

@media (max-width: 767px) {

    .fb-article-section,

    .fb-projects-section { padding: 52px 0 60px; }

    .fb-article__body { margin-bottom: 32px; }

    .fb-article__diagram { margin-bottom: 32px; }

    .fb-article__diagram-img { max-width: 100%; }

}



@media (max-width: 575px) {

    /* .fb-article__diagram-img { border-radius: 14px; } */

}



/* ════════════════════════════════════════════

   Contact Page

   ════════════════════════════════════════════ */



.contact-section {

    padding: 80px 0 90px;

    background: #fff;

    background-size: cover;

    background-position: center;

}



/* ── Left info column ── */

.contact-section__info {

    position: sticky;

    top: 120px;

}



.contact-section__title {

    font-size: clamp(1.6rem, 3.5vw, 2.4rem);

    font-weight: 800;

    text-transform: uppercase;

    color: #9F3C3B;

    letter-spacing: 0.03em;

    line-height: 1.15;

    margin-bottom: 20px;

}



.contact-section__intro {

    font-size: 1rem;

    line-height: 1.8;

    color: #2a2a2a;

}



.contact-section__intro p {

    margin-bottom: 14px;

}



.contact-section__intro p:last-child {

    margin-bottom: 0;

}



.contact-section__intro a {

    color: #9F3C3B;

    text-decoration: underline;

}



.contact-section__intro a:hover {

    color: #9F3C3B;

}



/* ── Form card ── */

.contact-form-card {

    background: #f3f3f3;

    border-radius: 14px;

    padding: 44px 40px 40px;

}



/* ── CF7 form element resets ── */

.contact-form-card .wpcf7 {

    width: 100%;

}



.contact-form-card .wpcf7-form {

    display: flex;

    flex-direction: column;

    gap: 0;

}



/* Labels */

.contact-form-card .wpcf7-form label,

.contact-form-card label {

    display: block;

    font-size: 0.88rem;

    font-weight: 600;

    color: #1a1a1a;

    margin-bottom: 6px;

    line-height: 1.4;

}



/* Inputs, selects, textareas */

.contact-form-card .wpcf7-form-control-wrap {

    display: block;

    width: 100%;

    margin-bottom: 22px;

}



.contact-form-card input[type="text"],

.contact-form-card input[type="email"],

.contact-form-card input[type="tel"],

.contact-form-card input[type="url"],

.contact-form-card input[type="number"],

.contact-form-card select,

.contact-form-card textarea {

    width: 100%;

    background: #fff;

    border: 1px solid #ccc;

    border-radius: 6px;

    padding: 12px 14px;

    font-size: 0.95rem;

    font-family: inherit;

    color: #1a1a1a;

    line-height: 1.5;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;

    outline: none;

    appearance: none;

    -webkit-appearance: none;

}



.contact-form-card select {

    width: 100%;

    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat right 14px center;

    border: 1px solid #ccc;

    border-radius: 6px;

    padding: 12px 40px 12px 14px;

    font-size: 0.95rem;

    font-family: inherit;

    color: #1a1a1a;

    line-height: 1.5;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;

    outline: none;

    appearance: none;

    -webkit-appearance: none;

    cursor: pointer;

}



.contact-form-card input[type="text"]:focus,

.contact-form-card input[type="email"]:focus,

.contact-form-card input[type="tel"]:focus,

.contact-form-card select:focus,

.contact-form-card textarea:focus {

    border-color: #9F3C3B;

    box-shadow: 0 0 0 3px rgba(158,64,32,0.1);

}



.contact-form-card textarea {

    min-height: 130px;

    resize: vertical;

}



/* Checkboxes / radio in CF7 */

.contact-form-card .wpcf7-checkbox,

.contact-form-card .wpcf7-radio {

    display: flex;

    flex-direction: column;

    gap: 10px;

    background: #fff;

    border: 1px solid #ccc;

    border-radius: 6px;

    padding: 14px;

    max-height: 180px;

    overflow-y: auto;

}



.contact-form-card .wpcf7-list-item {

    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0;

    padding: 6px 8px;

    border-radius: 4px;

    cursor: pointer;

    transition: background 0.15s;

}



.contact-form-card .wpcf7-list-item:hover {

    background: #f5edd8;

}



.contact-form-card .wpcf7-list-item.first {

    background: rgba(158,64,32,0.08);

}



.contact-form-card .wpcf7-list-item input[type="checkbox"],

.contact-form-card .wpcf7-list-item input[type="radio"] {

    width: 16px;

    height: 16px;

    min-width: 16px;

    margin: 0;

    accent-color: #9F3C3B;

    cursor: pointer;

}



.contact-form-card .wpcf7-list-item-label {

    font-size: 0.88rem;

    color: #2a2a2a;

    line-height: 1.4;

    cursor: pointer;

}



/* Submit button */

.contact-form-card input[type="submit"],

.contact-form-card .wpcf7-submit {

    display: inline-block;

    margin-top: 8px;

    background: #9F3C3B;

    color: #fff;

    border: none;

    border-radius: 8px;

    padding: 14px 40px;

    font-size: 0.95rem;

    font-weight: 700;

    font-family: inherit;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    cursor: pointer;

    transition: background 0.2s ease, transform 0.15s ease;

}



.contact-form-card input[type="submit"]:hover,

.contact-form-card .wpcf7-submit:hover {

    background: #9F3C3B;

    transform: translateY(-1px);

}



/* CF7 validation notices */

.contact-form-card .wpcf7-not-valid-tip {

    font-size: 0.78rem;

    color: #c0392b;

    margin-top: 4px;

    display: block;

}



.contact-form-card .wpcf7-response-output {

    margin-top: 16px;

    padding: 12px 16px;

    border-radius: 6px;

    font-size: 0.9rem;

    border: none;

}



.contact-form-card .wpcf7-mail-sent-ok {

    background: #e8f5e9;

    color: #2e7d32;

}



.contact-form-card .wpcf7-validation-errors,

.contact-form-card .wpcf7-mail-sent-ng {

    background: #fdecea;

    color: #c62828;

}



/* ── Responsive ── */

@media (max-width: 991px) {

    .contact-section__info {

        position: static;

    }

}



@media (max-width: 767px) {

    .contact-section {

        padding: 52px 0 60px;

    }



    .contact-form-card {

        padding: 32px 24px 28px;

    }

}



@media (max-width: 575px) {

    .contact-form-card {

        padding: 28px 18px 24px;

        border-radius: 10px;

    }



    .contact-form-card input[type="submit"],

    .contact-form-card .wpcf7-submit {

        width: 100%;

        text-align: center;

    }

}

.contact-form-section {

    

}

.wpcf7 br{

    display:none;

}

/* Form Wrapper */

.custom-contact-form {

    width: 100%;

}



/* Labels */

.custom-contact-form label {

    width: 100%;

    font-size: 18px;

    font-weight: 500;

    color: #000;

    margin-bottom: 18px;

}



/* Textarea */

.custom-contact-form textarea.form-control {

    height: 160px;

    resize: none;

    padding-top: 14px;

}



/* Focus */

.custom-contact-form .form-control:focus,

.custom-contact-form .form-select:focus {

    border-color: #000;

    box-shadow: none;

}



/* Submit Button */

.custom-contact-form .btn-submit {

    background: #0000ff;

    color: #fff;

    border: none;

    padding: 12px 35px;

    font-size: 18px;

    font-weight: 500;

    border-radius: 0;

    margin-top: 10px;

    transition: 0.3s ease;

}



.custom-contact-form .btn-submit:hover {

    background: #000;

    color: #fff;

}



/* CF7 Response Output */

.wpcf7 form .wpcf7-response-output {

    margin: 20px 0 0;

}



/* ════════════════════════════════════════════

   Certifications Page

   ════════════════════════════════════════════ */



/* Section 2: Main body content */

.cert-content-section {

    padding: 30px 0;

    background: #fff;

}



.cert-content__body {

    font-size: 17px;

    line-height: 1.9;

    color: #2a2a2a;

    text-align: center;

}



.cert-content__body p {

    margin-bottom: 18px;

}



.cert-content__body p:last-child {

    margin-bottom: 0;

}



.cert-content__body strong,

.cert-content__body b {

    font-weight: 700;

    color: #9F3C3B;

}



.cert-content__body em,

.cert-content__body i {

    font-style: italic;

}



.cert-content__body a {

    color: #9F3C3B;

    text-decoration: underline;

    text-underline-offset: 3px;

    transition: color 0.2s;

}



.cert-content__body a:hover {

    color: #9F3C3B;

}



.cert-content__body ul,

.cert-content__body ol {

    padding-left: 22px;

    margin-bottom: 18px;

}



.cert-content__body li {

    list-style: disc;

    margin-bottom: 8px;

}



.cert-content__body h2,

.cert-content__body h3,

.cert-content__body h4 {

    font-weight: 700;

    color: #9F3C3B;

    text-transform: uppercase;

    line-height: 1.25;

    margin: 30px 0 10px;

}



.cert-content__body h2 { font-size: 1.3rem; }

.cert-content__body h3 { font-size: 1.1rem; }

.cert-content__body h4 { font-size: 0.9rem; letter-spacing: 0.07em; }



/* Responsive */

@media (max-width: 767px) {

    .cert-content-section { padding: 52px 0 60px; }

}



/* ── Certifications: content shown in the workshops contact-band style (scoped) ── */

.cert-content-section--card {

    background: #fff;

    padding: 64px 0 64px;

}



.cert-content__card {

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 28px 44px;

    padding: 48px 56px;

    border-radius: 24px;

    /* background: linear-gradient(135deg, #CC8429 0%, #ffa537 100%); */

    background: #c8892a;

}



/* Decorative image — matches the workshops .ws-cta::after */

.cert-content__accent {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 200px;

    height: 200px;

    background: url(../images/regenerate-right.png);

    pointer-events: none;

}



.cert-content__inner {

    position: relative;

    z-index: 1;

    flex: 1 1 460px;

    min-width: 0;

}



.cert-content__heading {

    font-family: 'Proxima-Extrabold', sans-serif;

    font-size: clamp(1.5rem, 2.6vw, 2rem);

    text-transform: uppercase;

    letter-spacing: 0.04em;

    color: #fff;

    line-height: 1.2;

    margin: 0 0 12px;

}



/* Text recolored for the band */

.cert-content-section--card .cert-content__body {

    text-align: left;

    color: rgba(255, 255, 255, 0.88);

    font-size: 1.05rem;

    line-height: 1.7;

}



.cert-content-section--card .cert-content__body strong,

.cert-content-section--card .cert-content__body b,

.cert-content-section--card .cert-content__body h2,

.cert-content-section--card .cert-content__body h3,

.cert-content-section--card .cert-content__body h4 {

    color: #fff;

}



.cert-content-section--card .cert-content__body a {

    color: #fff;

    text-decoration: underline;

}



.cert-content__action {

    position: relative;

    z-index: 1;

    flex: 0 0 auto;

}



.cert-content__btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 16px 30px;

    border-radius: 999px;

    background: #fff;

    color: #9F3C3B;

    font-family: 'Proxima-Semibold', sans-serif;

    font-size: 0.95rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    text-decoration: none;

    white-space: nowrap;

    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;

}



.cert-content__btn svg {

    width: 16px;

    height: 16px;

    transition: transform 0.25s ease;

}



.cert-content__btn:hover {

    background: #9F3C3B;

    color: #fff;

    transform: translateY(-2px);

}



.cert-content__btn:hover svg {

    transform: translateX(4px);

}



@media (max-width: 767px) {

    .cert-content-section--card { padding: 44px 0 52px; }

    .cert-content-section--card .cert-content__card {

        flex-direction: column;

        align-items: flex-start;

        text-align: left;

        gap: 24px;

        padding: 32px 24px;

    }

    .cert-content__action { width: 100%; }

    .cert-content__btn {

        width: 100%;

        justify-content: center;

    }

}



/* ════════════════════════════════════════════

   404 Page

   ════════════════════════════════════════════ */



.error-404-section {

    padding: 100px 0 120px;

    background: #fff;

    min-height: 60vh;

    display: flex;

    align-items: center;

}



.error-404__number {

    font-size: clamp(6rem, 18vw, 11rem);

    font-weight: 800;

    line-height: 1;

    color: transparent;

    -webkit-text-stroke: 3px #9F3C3B;

    letter-spacing: -0.04em;

    margin-bottom: 16px;

    user-select: none;

}



.error-404__title {

    font-size: clamp(1.4rem, 3vw, 2rem);

    font-weight: 800;

    text-transform: uppercase;

    color: #1a1a1a;

    letter-spacing: 0.04em;

    margin-bottom: 16px;

}



.error-404__desc {

    font-size: 1rem;

    line-height: 1.75;

    color: #555;

    margin-bottom: 36px;

}



.error-404__actions {

    display: flex;

    gap: 14px;

    justify-content: center;

    flex-wrap: wrap;

}



.error-404__btn {

    display: inline-block;

    padding: 13px 32px;

    border-radius: 8px;

    font-size: 0.9rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    text-decoration: none;

    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;

}



.error-404__btn--primary {

    background: #9F3C3B;

    color: #fff;

}



.error-404__btn--primary:hover {

    background: #9F3C3B;

    color: #fff;

    transform: translateY(-2px);

}



.error-404__btn--outline {

    background: transparent;

    color: #9F3C3B;

    border: 2px solid #9F3C3B;

}



.error-404__btn--outline:hover {

    background: #9F3C3B;

    color: #fff;

    transform: translateY(-2px);

}



@media (max-width: 575px) {

    .error-404-section { padding: 72px 0 88px; }

    .error-404__btn { width: 100%; text-align: center; }

    .error-404__actions { flex-direction: column; align-items: center; }

}







/* animation css */

.hero-slide__body .word{

    color:#9a9a9a;

    transition:color .15s linear;

    font-weight: 500;

}



.hero-slide__body .word.active{

    color:#111111;

}



.theory-section__media{

    /* overflow:hidden; */

}



.theory-section__img{

    max-width:100%;

    height:auto;

    will-change:transform;

}

.fb-article__diagram-img{

    will-change: transform;

    transition: transform 0.05s linear;

}





.about-intro__img{

    width: 100%;

    display: block;

    will-change: transform;

    transition: transform 0.5s ease-in-out;

}

/* ════════════════════════════════════════════

   WORKSHOPS PAGE  — fully scoped under .workshops-page

   Sections 1 & 2 reuse .about-intro-section/.cert-content-section (theme CSS).

   Only the repeater blocks are scoped here.

   Safe to go live: zero risk of affecting other pages.

   ════════════════════════════════════════════ */



/* ── Section 3: Content Cards (repeater) ── */

.ws-cards-section{

    position: relative;

    overflow: clip;

}

.ws-cards-section::before {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    top: -100px;

    right: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}

.ws-cards-section::after {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    bottom: 30%;

    left: -240px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--after-rotate));

    transform-origin: center center;

}

.workshops-page .ws-cards-section {

    background: #f9f6f1;

    padding: 72px 0 80px;

}



/* .workshops-page .ws-card {

    background: #fff;

    border-radius: 16px;

    border-top: 4px solid #9F3C3B;

    box-shadow: 0 4px 28px rgba(0,0,0,0.07);

    padding: 36px 40px 40px;

    height: 100%;

    transition: box-shadow 0.25s ease, transform 0.25s ease;

} */



/* .workshops-page .ws-card:hover {

    box-shadow: 0 10px 40px rgba(0,0,0,0.12);

    transform: translateY(-4px);

} */



.workshops-page .ws-card__title {

    font-size: 1.2rem;

    font-weight: 700;

    color: #9F3C3B;

    text-transform: uppercase;

    /* letter-spacing: 0.08em; */

    line-height: 1.4;

    margin-bottom: 20px;

    /* padding-bottom: 16px;

    border-bottom: 1px solid rgba(158,64,32,0.15); */

}



.workshops-page .ws-card__body {

    font-size: 17px;

    line-height: 1.85;

    color: #2a2a2a;

}



.workshops-page .ws-card__body p { margin-bottom: 14px; }

.workshops-page .ws-card__body p:last-child { margin-bottom: 0; }



.workshops-page .ws-card__body strong,

.workshops-page .ws-card__body b { font-weight: 700; color: #1a1a1a; }



.workshops-page .ws-card__body em,

.workshops-page .ws-card__body i { font-style: italic; }



.workshops-page .ws-card__body ul,

.workshops-page .ws-card__body ol { padding-left: 40px; margin-bottom: 14px; }



.workshops-page .ws-card__body li {

    list-style: disc;

    margin-bottom: 6px;

    color: #3a3a3a;

}



.workshops-page .ws-card__body a {

    color: #9F3C3B;

    text-decoration: underline;

    text-underline-offset: 3px;

    transition: color 0.2s;

}



.workshops-page .ws-card__body a:hover { color: #9F3C3B; }

.workshops-page .cert-content__title {

    font-size: 36px;

    font-weight: 700;

    color: #9F3C3B;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    line-height: 1.4;

    text-align:center;

}



/* ── Section 4: Contact CTA Band ── */

.workshops-page .ws-cta-section {

    background: #fff;

    padding: 0px 0 80px;

}



.workshops-page .ws-cta {

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 28px 44px;

    padding: 48px 56px;

    border-radius: 24px;

    background: #c8892a;

    /* background: linear-gradient(135deg, #CC8429 0%, #ffa537 100%); */

    /* box-shadow: 0 26px 60px rgba(159, 60, 59, 0.28); */

}



/* Decorative ring */

.workshops-page .ws-cta::after {

    content: '';

    position: absolute;

    right: 0px;

    bottom: -0px;

    width: 200px;

    height: 200px;

    background: url(../images/regenerate-right.png);

    pointer-events: none;

}



.workshops-page .ws-cta__inner {

    position: relative;

    z-index: 1;

    flex: 1 1 460px;

    min-width: 0;

}



.workshops-page .ws-cta__heading {

    font-family: 'Proxima-Extrabold', sans-serif;

    font-size: clamp(1.5rem, 2.6vw, 2rem);

    text-transform: uppercase;

    letter-spacing: 0.04em;

    color: #fff;

    line-height: 1.2;

    margin: 0 0 12px;

}



.workshops-page .ws-cta__text {

    font-size: 1.05rem;

    line-height: 1.7;

    color: rgba(255, 255, 255, 0.88);

    margin: 0;

}



.workshops-page .ws-cta__text p { margin: 0 0 8px; }

.workshops-page .ws-cta__text p:last-child { margin-bottom: 0; }

.workshops-page .ws-cta__text a {

    color: #fff;

    text-decoration: underline;

}



.workshops-page .ws-cta__action {

    position: relative;

    z-index: 1;

    flex: 0 0 auto;

}



.workshops-page .ws-cta__btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 16px 30px;

    border-radius: 999px;

    background: #fff;

    color: #9F3C3B;

    font-family: 'Proxima-Semibold', sans-serif;

    font-size: 0.95rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    text-decoration: none;

    white-space: nowrap;

    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;

}



.workshops-page .ws-cta__btn svg {

    width: 16px;

    height: 16px;

    transition: transform 0.25s ease;

}



.workshops-page .ws-cta__btn:hover {

    background: #9F3C3B;

    color: #fff;

    transform: translateY(-2px);

}



.workshops-page .ws-cta__btn:hover svg {

    transform: translateX(4px);

}

/* about team-members-grid css */

.team-members-grid .row{

    justify-content: center;

}

/* ── Responsive ── */

@media (max-width: 991px) {

    .workshops-page .ws-cards-section { padding: 56px 0 64px; }

    .workshops-page .ws-card { padding: 28px 30px 32px; }

    .regeno-section__img {

        margin-top: 0;

        height: auto;

    }

    .integrated-list li{

        gap: 20px

    }

    .integrated-list p,

    .integrated-list h3{

        font-size: 18px;

    }

}



@media (max-width: 767px) {

    .workshops-page .ws-cards-section { padding: 48px 0 56px; }

    .workshops-page .ws-card { padding: 24px 24px 28px; }

    .workshops-page .ws-card:hover { transform: none; }

    .workshops-page .ws-cta-section { padding: 44px 0 52px; }

    .workshops-page .ws-cta {

        flex-direction: column;

        align-items: flex-start;

        text-align: left;

        gap: 24px;

        padding: 32px 24px;

    }

    .workshops-page .ws-cta__action { width: 100%; }

    .workshops-page .ws-cta__btn {

        width: 100%;

        justify-content: center;

    }

    .workshops-page .ws-cta__text { font-size: 0.95rem; }

    .workshops-page .cert-content__title{

        font-size: 25px;

        letter-spacing: unset;

    }

}



/* ══════════════════════════════════════

   In The Media Page

══════════════════════════════════════ */

.itm-page { background: #fff; position: relative; overflow: clip; }

.itm-page::before {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    top: -100px;

    right: -100px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--before-rotate));

    transform-origin: center center;

}

.itm-page::after {

    content: '';

    background: url(../images/regenerate-right.png) 0 0;

    position: absolute;

    bottom: 0%;

    left: -240px;

    width: 350px;

    height: 420px;

    background-size: 350px;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: 0;

    transform: rotate(var(--after-rotate));

    transform-origin: center center;

}

/* ── Header band ── */

.itm-header {

    padding: 64px 0 40px;

    background:

        radial-gradient(120% 140% at 100% 0%, rgba(204, 132, 41, 0.12), transparent 55%),

        #fff;

    border-bottom: 1px solid rgba(159, 60, 59, 0.12);

    text-align: center;

}



.itm-header__eyebrow {

    display: inline-block;

    font-family: 'Proxima-Semibold', sans-serif;

    font-size: 0.75rem;

    text-transform: uppercase;

    letter-spacing: 0.22em;

    color: #CC8429;

    margin-bottom: 12px;

}



.itm-header__title {

    font-family: 'Proxima-Extrabold', sans-serif;

    font-size: clamp(1.8rem, 4vw, 2.4rem);

    text-transform: uppercase;

    letter-spacing: 0.06em;

    color: #9F3C3B;

    font-weight: 700;

    line-height: 1.15;

    margin: 0;

}



.itm-header__title::after {

    content: '';

    display: block;

    width: 64px;

    height: 3px;

    margin: 18px auto 0;

    background: #CC8429;

    border-radius: 999px;

}



/* ── Body / card grid ── */

.itm-body { padding: 56px 0 72px; }



.itm-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 24px;

    max-width: 900px;

    margin: 0 auto;

}



/* ── Section card ── */

.itm-card {

    position: relative;

    display: grid;

    grid-template-columns: 1fr;

    gap: 24px;

    padding: 32px 34px;

    background: #fff;

    border-radius: 18px;

    box-shadow: 0 18px 44px rgba(18, 26, 62, 0.07);

    border: 1px solid rgba(204, 132, 41, 0.25);

    transition: transform 0.25s ease, box-shadow 0.25s ease;

}



.itm-card:hover {

    transform: translateY(-3px);

    box-shadow: 0 24px 56px rgba(18, 26, 62, 0.12);

}



.itm-card__index {

    font-family: "PT Serif Caption", serif;

    font-size: 1.5rem;

    font-weight: 700;

    color: #9F3C3B;

    width: 56px;

    height: 56px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 2px solid rgba(204, 132, 41, 0.5);

    border-radius: 50%;

    flex-shrink: 0;

}



.itm-card__heading {

    font-family: 'Proxima-Extrabold', sans-serif;

    font-size: 1.15rem;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    color: #8b1a1a;

    margin: 0 0 12px;

    line-height: 1.3;

}



.itm-card__content {

    font-family: 'Proxima-Regular', sans-serif;

    font-size: 17px;

    color: #333;

    line-height: 1.75;

}



.itm-card__content p { margin: 0 0 12px; }

.itm-card__content p:last-child { margin-bottom: 0; }

.itm-card__content a { color: #9F3C3B; text-decoration: underline; }



/* ── Audio player ── */

.itm-audio {

    margin-top: 22px;

    padding: 16px 18px;

    background: #f5f0e8;

    border: 1px solid rgba(204, 132, 41, 0.25);

    border-radius: 12px;

}



.itm-audio__label {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    font-family: 'Proxima-Semibold', sans-serif;

    font-size: 0.72rem;

    text-transform: uppercase;

    letter-spacing: 0.14em;

    color: #9F3C3B;

    margin-bottom: 12px;

}



.itm-audio__icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 26px;

    height: 26px;

    font-size: 0.7rem;

    color: #fff;

    background: #9F3C3B;

    border-radius: 50%;

    padding-left: 3px;
    padding-top: 2px;

}



.itm-audio__player {

    width: 100%;

    height: 44px;

}



/* ── Empty state ── */

.itm-empty {

    text-align: center;

    font-family: 'Proxima-Regular', sans-serif;

    font-size: 1rem;

    color: #71758a;

    padding: 48px 0;

}



/* ── Responsive ── */

@media (max-width: 767px) {

    .itm-header { padding: 40px 0 28px; }

    .itm-header__title { font-size: 25px; }

    .itm-body { padding: 36px 0 48px; }



    .itm-card {

        grid-template-columns: 1fr;

        gap: 16px;

        padding: 24px 20px;

    }

    .itm-card__index {

        width: 44px;

        height: 44px;

        font-size: 1.2rem;

    }

    .itm-card__heading { font-size: 1.02rem; }

    .itm-card__content { font-size: 16px; }

}



@media (max-width: 480px) {

    .itm-card {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .itm-card__index { margin-bottom: 2px; }

}



.ws-card-row:last-child{

    border-bottom: none;

    padding-bottom: 0;

}

@media (min-width:991px){

    .boards-section .col-lg-3,

    .global-section .col-lg-3{

        width: 20%;

        border-right: 1px solid #000;

    }

}

































.ws-card-row{

    padding:50px 0;

    border-bottom:1px solid #B5A899;

}



.ws-card-row--reverse .row{

    flex-direction:row-reverse;

}



.ws-card__image-wrap{

    text-align:center;

}



.ws-card__image{

    /* max-width:260px; */

    width:100%;

    height:auto;

    display:block;

    margin:auto;

}



.ws-card__title{

    font-size:30px;

    font-weight:700;

    color:#8b5a2b;

    margin-bottom:15px;

}



.ws-card__body{

    font-size:18px;

    line-height:1.8;

}



@media(max-width:767px){



    .ws-card-row--reverse .row{

        flex-direction:column;

    }


    .ws-card__image{

        /* max-width:180px; */

        margin-bottom:20px;

    }



    .ws-card__title{

        font-size:22px;

    }

}



.importance-fivebecomings-commons-section{

    padding: 80px 0; 

    background: radial-gradient(circle at left,#B5F3F7 0%, #E0F6F6 37%, #FFFFFF 100%);

}

.importance-fivebecomings-title{

    color: #2B3E7E;

    text-align: center;

    font-weight: 700;

}

.importance-fivebecomings-commons-content p{

    text-align: center;

    font-size: 17px;

    margin-top: 30px

}



.fivebecoming-img-box{

    position: relative;

    max-width: 960px;

    margin-left: auto;

    margin-right: auto;

}



.fivebecoming-img-box img{

    display: block;

    width: 100%;

}



.fivebecoming-dot{

    position: absolute;

    width: 47px;

    height: 47px;

    padding: 0;

    border: 1px solid #171717;

    border-radius: 50%;

    appearance: none;

    -webkit-appearance: none;

    cursor: pointer;

    --dot-center: #231F20;

    --dot-shine: #F2F2F3;

    --dot-light: #f1d274;

    --dot-color: #E6C264;

    --dot-shadow: #9D762B;

    --dot-deep-shadow: rgba(45, 32, 12, 0.34);

    --dot-soft-light: rgba(255, 245, 167, 0.42);

    --dot-rgb: 214, 173, 53;

    background: radial-gradient(circle at center, var(--dot-center) 0 16%, transparent 20%),

        radial-gradient(circle at center,

            var(--dot-shine) 0%,

            var(--dot-light) 25%,

            var(--dot-color) 58%,

            var(--dot-shadow) 100%);

    box-shadow:

        inset 3px 4px 8px var(--dot-soft-light),

        inset -5px -6px 9px var(--dot-deep-shadow),

        0 2px 5px rgba(0, 0, 0, 0.28);

    transform: translate(-50%, -50%);

    z-index: 2;

    --dot-delay: 0s;

    --ring-1: -9px;

    --ring-2: -22px;

    --ring-3: -36px;

}



.fivebecoming-dot:focus{

    outline: none;

}



.fivebecoming-dot:focus-visible{

    outline: 3px solid rgba(43, 62, 126, 0.45);

    outline-offset: 6px;

}



.fivebecoming-dot > span{

    position: absolute;

    inset: var(--ring-size);

    display: block;

    border: 2px solid rgb(var(--dot-rgb));

    border-radius: 50%;

    opacity: 0;

    pointer-events: none;

    transform: scale(0.55);

    transform-origin: center;

    will-change: transform, opacity;

    animation: fivebecoming-dot-ring-grow 2.4s ease-out infinite both;

    animation-delay: calc(var(--dot-delay) + var(--ring-delay));

}



.fivebecoming-dot > span:nth-child(1){

    --ring-size: var(--ring-1);

    --ring-delay: 0s;

}



.fivebecoming-dot > span:nth-child(2){

    --ring-size: var(--ring-2);

    --ring-delay: 0.22s;

}



.fivebecoming-dot > span:nth-child(3){

    --ring-size: var(--ring-3);

    --ring-delay: 0.44s;

}



.fivebecoming-dot--earth{

    --dot-shine: #f7ead8;

    --dot-light: #d2ad84;

    --dot-color: #9b7652;

    --dot-shadow: #4f3928;

    --dot-soft-light: rgba(247, 218, 184, 0.42);

    --dot-deep-shadow: rgba(57, 39, 25, 0.38);

    --dot-rgb: 178, 139, 98;

    left: 6.8%;

    top: 92%;

    --dot-delay: 0s;

}



.fivebecoming-dot--water{

    --dot-shine: #ecfbff;

    --dot-light: #8dddf0;

    --dot-color: #2498c8;

    --dot-shadow: #0d4967;

    --dot-soft-light: rgba(159, 233, 255, 0.42);

    --dot-deep-shadow: rgba(9, 64, 90, 0.38);

    --dot-rgb: 86, 190, 226;

    left: 21%;

    top: 73%;

    --dot-delay: 0.5s;

}



.fivebecoming-dot--fire{

    --dot-shine: #ffe6e7;

    --dot-light: #ff8b8e;

    --dot-color: #e5333b;

    --dot-shadow: #71151a;

    --dot-soft-light: rgba(255, 157, 160, 0.42);

    --dot-deep-shadow: rgba(91, 14, 19, 0.38);

    --dot-rgb: 242, 92, 97;

    left: 59%;

    top: 98%;

    --dot-delay: 1s;

}



.fivebecoming-dot--air{

    --dot-shine: #efffe7;

    --dot-light: #afe384;

    --dot-color: #68a83f;

    --dot-shadow: #2d561b;

    --dot-soft-light: rgba(186, 237, 141, 0.42);

    --dot-deep-shadow: rgba(34, 72, 19, 0.38);

    --dot-rgb: 139, 198, 90;

    left: 80%;

    top: 98%;

    --dot-delay: 1.5s;

}



.fivebecoming-dot--commons{

    --dot-shine: #F2F2F3;

    --dot-light: #f1d274;

    --dot-color: #E6C264;

    --dot-shadow: #9D762B;

    --dot-soft-light: rgba(255, 245, 167, 0.42);

    --dot-deep-shadow: rgba(45, 32, 12, 0.34);

    --dot-rgb: 214, 173, 53;

    right: 1%;

    bottom: -3%;

    --dot-delay: 2s;

}



@keyframes fivebecoming-dot-ring-grow{

    0%{

        opacity: 0;

        transform: scale(0.55);

    }

    50%{

        opacity: 1;

        transform: scale(0.72);

    }

    100%{

        opacity: 0;

        transform: scale(1);

    }

}



.fivebecoming-modal .modal-dialog{

    max-width: min(1120px, calc(100% - 48px));

}



.fivebecoming-modal .modal-content{

    position: relative;

    overflow: visible;

    padding: 30px 50px;

    border: 8px solid var(--modal-accent);

    border-radius: 50px;

    background: #fff;

    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42);

}



.fivebecoming-modal{

    --modal-accent: #9b7347;

    /* --modal-text: #358922; */

    --dot-center: #231F20;

    --dot-shine: #F2F2F3;

    --dot-light: #f1d274;

    --dot-color: #E6C264;

    --dot-shadow: #9D762B;

    --modal-close-shine: #f7deb4;

    --modal-close-light: #bf9158;

    --modal-close-shadow: #6e4725;

}



#fivebecomingModalEarth{

    --modal-accent: #9b7652;

    /* --modal-text: #6f5138; */

    --dot-shine: #f7ead8;

    --dot-light: #d2ad84;

    --dot-color: #9b7652;

    --dot-shadow: #4f3928;

}



#fivebecomingModalWater{

    --modal-accent: #2498c8;

    /* --modal-text: #167aa2; */

    --dot-center: #231F20;

    --dot-shine: #ecfbff;

    --dot-light: #8dddf0;

    --dot-color: #2498c8;

    --dot-shadow: #0d4967;

}



#fivebecomingModalFire{

    --modal-accent: #d55c62;

    --dot-center: #231F20;

    --dot-shine: #ffe6e7;

    --dot-light: #ff8b8e;

    --dot-color: #e5333b;

    --dot-shadow: #71151a;

}



#fivebecomingModalAir{

    --modal-accent: #68a83f;

    /* --modal-text: #4d8730; */

    --dot-center: #231F20;

    --dot-shine: #efffe7;

    --dot-light: #afe384;

    --dot-color: #68a83f;

    --dot-shadow: #2d561b;

}



#fivebecomingModalCommons{

    --modal-accent: #E6C264;

    /* --modal-text: #9D762B; */

    --dot-center: #231F20;

    --dot-shine: #F2F2F3;

    --dot-light: #f1d274;

    --dot-color: #E6C264;

    --dot-shadow: #9D762B;

}



.fivebecoming-modal__close{

    position: absolute;

    top: -35px;

    right: -65px;

    z-index: 3;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 58px;

    height: 58px;

    padding: 0;

    border: 2px solid #1d140c;

    border-radius: 50%;

    background: radial-gradient(circle at center, var(--dot-center) 0 12%, transparent 15%),

        radial-gradient(circle at center,

            var(--dot-shine) 0%,

            var(--dot-light) 25%,

            var(--dot-color) 58%,

            var(--dot-shadow) 100%);

    color: #070707;

    font-size: 55px;

    font-family: Arial, sans-serif;

    line-height: 1;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);

    cursor: pointer;

}



.fivebecoming-modal__close span{

    display: block;

}



.fivebecoming-modal__grid{

    display: grid;

    grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);

    align-items: center;

    gap: 48px;

    min-height: 420px;

}



.fivebecoming-modal__copy{

    color: #327E13;

    /* color: var(--modal-text); */

}



.fivebecoming-modal__title{

    margin-bottom: 8px;

    color: #327E13;

    /* color: var(--modal-text); */

    font-size: 20px;

    font-weight: 800;

    line-height: 1.35;

}



.fivebecoming-modal__text{

    color: #327E13;

    /* color: var(--modal-text); */

    font-size: 20px;

    line-height: 1.55;

}



.fivebecoming-modal__media{

    display: flex;

    justify-content: center;

    align-items: center;

}



.fivebecoming-modal__media img{

    display: block;

    /* width: 100%; */

    /* max-width: 560px; */

    height: auto;

}

.fivebecoming-modal__grid-reverse{
    grid-template-columns: 1fr;
    min-height: 0;
}

@media(max-width:767px){

    .fivebecoming-dot{

        width: 30px;

        height: 30px;

        box-shadow:

            inset 2px 3px 6px var(--dot-soft-light),

            inset -4px -5px 7px var(--dot-deep-shadow),

            0 2px 5px rgba(0, 0, 0, 0.26);

        --ring-1: -6px;

        --ring-2: -15px;

        --ring-3: -25px;

    }



    .fivebecoming-dot > span{

        border-width: 1px;

    }



    .fivebecoming-modal .modal-dialog{

        max-width: calc(100% - 28px);

        margin-left: auto;

        margin-right: auto;

    }



    .fivebecoming-modal .modal-content{

        padding: 44px 24px 34px;

        border-width: 6px;

        border-radius: 24px;

    }



    .fivebecoming-modal__close{

        top: -24px;

        right: -18px;

        width: 44px;

        height: 44px;

        font-size: 36px;

    }



    .fivebecoming-modal__grid{

        grid-template-columns: 1fr;

        gap: 24px;

        min-height: 0;

    }



    .fivebecoming-modal__title{

        font-size: 15px;

    }



    .fivebecoming-modal__text{

        font-size: 13px;

    }

}

/* Career job links and reusable advertisement popup */
.career-job-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.career-job-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border: 1px solid rgba(159, 60, 59, 0.35);
    border-radius: 999px;
    background: #f5f0e8;
    color: #9F3C3B;
    font-family: 'Proxima-Semibold', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.career-job-link:hover,
.career-job-link:focus-visible {
    background: #9F3C3B;
    color: #fff;
    transform: translateY(-1px);
}

.career-job-link:focus-visible {
    outline: 3px solid rgba(204, 132, 41, 0.45);
    outline-offset: 3px;
}

.career-job-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #9F3C3B;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.career-job-link:hover .career-job-link__icon,
.career-job-link:focus-visible .career-job-link__icon {
    background: #fff;
    color: #9F3C3B;
}

.career-job-modal .modal-dialog {
    width: min(920px, calc(100% - 32px));
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

.career-job-modal .modal-content {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(28, 31, 38, 0.28);
}

.career-job-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex: 0 0 auto;
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(159, 60, 59, 0.16);
    background: #f5f0e8;
}

.career-job-modal__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #CC8429;
    font-family: 'Proxima-Semibold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.career-job-modal__title {
    margin: 0;
    color: #8b1a1a;
    font-family: 'Proxima-Extrabold', sans-serif;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.2;
}

.career-job-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0 0 3px;
    border: 0;
    border-radius: 50%;
    background: #9F3C3B;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.career-job-modal__close:focus-visible {
    outline: 3px solid rgba(204, 132, 41, 0.55);
    outline-offset: 3px;
}

.career-job-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 26px 28px 32px;
    scrollbar-color: #9F3C3B #f1e9df;
    scrollbar-width: thin;
}

.career-job-modal__body::-webkit-scrollbar {
    width: 10px;
}

.career-job-modal__body::-webkit-scrollbar-track {
    background: #f1e9df;
}

.career-job-modal__body::-webkit-scrollbar-thumb {
    border: 2px solid #f1e9df;
    border-radius: 999px;
    background: #9F3C3B;
}

.career-job-modal__details {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0 0 28px;
    padding: 0px 22px;
    border-left: 4px solid #CC8429;
    border-radius: 0 10px 10px 0;
    background: #faf8f4;
}

.career-job-modal__detail {
    display: grid;
    grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(28, 31, 38, 0.1);
}

.career-job-modal__detail:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.career-job-modal__detail dt,
.career-job-modal__detail dd {
    margin: 0;
}

.career-job-modal__detail dt {
    color: #6e2d2c;
    font-family: 'Proxima-Semibold', sans-serif;
    font-weight: 600;
}

.career-job-modal__detail dd {
    color: #333;
}

.career-job-modal__section + .career-job-modal__section {
    margin-top: 30px;
}

.career-job-modal__section h3 {
    margin: 0 0 10px;
    color: #8b1a1a;
    font-family: 'Proxima-Extrabold', sans-serif;
    font-size: 21px;
}

.career-job-modal__section p {
    margin: 0 0 12px;
}

.career-job-modal__section ul {
    margin: 0;
    padding-left: 22px;
    list-style: disc;
}

.career-job-modal__section li {
    margin-bottom: 10px;
    padding-left: 4px;
    color: #333;
    line-height: 1.65;
}

.career-job-modal__section li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .career-job-modal .modal-dialog {
        width: calc(100% - 20px);
    }

    .career-job-modal .modal-content {
        max-height: calc(100vh - 20px);
        border-radius: 12px;
    }

    .career-job-modal__header {
        gap: 14px;
        padding: 19px 18px 16px;
    }

    .career-job-modal__body {
        padding: 20px 18px 26px;
    }

    .career-job-modal__details {
        grid-template-columns: 1fr;
        padding: 14px 16px;
    }

    .career-job-modal__detail {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .career-job-modal__detail:nth-last-child(2) {
        border-bottom: 1px solid rgba(28, 31, 38, 0.1);
    }

    .career-job-link {
        width: 100%;
    }
}

