:root {
    --merriweather-font: "Merriweather", serif;
    --monserrat-font: "Montserrat", sans-serif;

    --gutter-x-header: 35px;
    --gutter-y-header: 20px;
    --gap-nav: 45px;

    --text-color: #fff;
    --gray-content-background-text: #F2F6EF;
    --color-primary: rgba(11, 40, 57, 1);
    --color-secondary: rgba(178, 103, 45, 1);
    --icon-color: #FCD8A6;
    --stroke-color: #D68631;
    --cupper-color: #B2672D;
    --bluesky-color: #3D717F;
    --gray-color: #6A6A6A;
    --dark-text: #131313;
    --bg-button: #F8A451;

    --max-width-content-sm: 925px;
    --max-width-content-xl: 1044px;
    --max-width-content-xxl: 1140px;
}

.icon-color {
    fill: var(--icon-color);
}

.icon-color-white {
    fill: var(--text-color);
}

.icon-orange {
    fill: var(--stroke-color);
}

.icon-cupper {
    fill: var(--cupper-color);
}

.icon-black {
    fill: #000;
    color: #000;
    stroke: #000;
}

.icon-color-white path {
    fill: var(--text-color) !important;
}

.icon-primary,
.icon-primary path {
    fill: (--color-primary);
    color: var(--color-primary);
}

.icon-5 {
    height: 5px;
    width: 5px;
}

.icon-12 {
    height: 12px;
    width: 12px;
}

.icon-16 {
    height: 16px;
    width: 16px;
}

.icon-21 {
    height: 21px;
    width: 21px;
}

.icon-41 {
    height: 41px;
    width: 41px;
}


.icon-menu-mobile {
    width: 24px;
    height: 18px;
}

.icon-bag-mobile {
    width: 19px;
    height: 23px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    overflow-x: hidden;
}

body {
    color: #fff;
    background-color: var(--color-primary);
    font-family: var(--monserrat-font);
    overflow-x: hidden;
    min-height: 1000px;
}

body.modal-open {
    overflow: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: var(--max-width-content-sm);
    margin: 0 auto;
}

.container-xl {
    max-width: var(--max-width-content-xl);
}

.container-xxl {
    max-width: var(--max-width-content-xxl);
}

header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out 0s;
}

body.scroll-sticky header.main-header {
    background-color: var(--color-primary);
}

body.page-template:not(.scroll-sticky) header.main-header,
body.single:not(.scroll-sticky) header.main-header,
body.page-template-default:not(.scroll-sticky) header.main-header,
body.search-results:not(.scroll-sticky) header.main-header {
    background-color: var(--color-primary);
    position: relative;
}

header.main-header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: var(--gutter-x-header);
    padding-right: var(--gutter-x-header);
    padding-top: var(--gutter-y-header);
    padding-bottom: var(--gutter-y-header);
    width: 100%;
}

header.main-header .header-wrapper .nav-wrapper nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-nav);
}

header.main-header .header-wrapper .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

header.main-header .header-wrapper .nav-wrapper nav ul li a {
    color: var(--text-color);
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

header.main-header .header-wrapper .nav-wrapper nav ul li.current-menu-item a,
header.main-header .header-wrapper .nav-wrapper nav ul li:hover a {
    color: var(--bg-button);
}

header.main-header .header-wrapper .nav-wrapper .wc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
}

.btn-mobile-nav {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav,
.mobile-nav-header {
    display: none;
}

.close-btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    body.home {
        padding-top: 81px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #wpadminbar {
        display: none;
    }

    header.main-header .header-wrapper {
        padding: 21px 20px;
    }

    .logo-holder a img {
        max-width: 192px;
        height: auto;
    }

    header.main-header .header-wrapper .nav-wrapper {
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 11;
        background-color: #fff;
        width: 95vw;
        top: 0;
        left: -100vw;
        bottom: 0;
        padding: 23px 33px;
        justify-content: flex-start;
        gap: 70px;
        transition: all 0.5s ease-in-out 0s;
    }

    header.main-header .header-wrapper .nav-wrapper.open {
        left: 0;
    }

    body.backdrop:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .2);
        backdrop-filter: blur(50px);
        z-index: 10;
    }

    .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .btn-mobile-menu {
        display: inline-flex;
        width: 32px;
        height: 32px;
        border: 0 none;
        align-items: center;
        justify-content: center;
        background: none;
    }

    header.main-header {
        background-color: var(--color-primary);
    }

    .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-nav-header .more-information-btn {
        width: fit-content;
        padding-left: 23px;
        padding-right: 23px;
    }

    nav.main-navbar-menu {
        width: 100%;
    }

    header.main-header .header-wrapper .nav-wrapper nav ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    header.main-header .header-wrapper .nav-wrapper nav ul li {
        display: block;
        padding: 18px 10px;
        width: 100%;
        border-bottom: 1px solid var(--color-primary);
    }

    header.main-header .header-wrapper .nav-wrapper nav ul li a {
        color: var(--color-primary);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        text-transform: capitalize;
    }

    header.main-header .header-wrapper .nav-wrapper .wc-nav {
        display: none;
    }
}

.btn-transparent {
    display: inline-flex;
    padding: 13px 26px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 0.7px solid #FFF;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(5px);
    font-family: var(--monserrat-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    transition: all 0.3s ease 0s;
}

.btn-transparent:hover {
    gap: 32px;
    color: #fff;
}

.section-title .title {
    color: var(--icon-color, #FCD8A6);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.section-title .subtext {
    color: var(--icon-color, #FCD8A6);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.btn-more-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    color: var(--icon-color, #FCD8A6);
    font-family: var(--monserrat-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.btn-more-icon:hover {
    gap: 40px;
    color: #fff;
}

.btn-more-icon .icon {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 14px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--icon-color, #FCD8A6);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out 0s;
}

.btn-more-icon:hover .icon {
    transform: rotate(-360deg);
    border-color: #fff;
    color: #fff;
}

.more-information-btn {
    border-radius: 100px;
    background: var(--cupper-color, #B2672D);
    display: inline-flex;
    padding: 13px 21px;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 768px) {
    .more-information-btn {
        font-size: 20px;
        padding: 13px 16px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

}

.more-information-btn:hover {
    background-color: var(--bluesky-color);
}

.btn-findmore {
    color: var(--stroke-color, #D68631);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 12.869px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.btn-findmore:hover {
    color: #fff;
    text-decoration: underline;
}

footer.main-footer {
    --background-image: url(../img/footer.webp);
    background-color: #000;
    background-image: var(--background-image);
    background-size: cover;
    border-top: 0.5px solid var(--Color-7, #D68631);
}

footer.main-footer .footer-wrapper {
    display: flex;
    padding: 36px 98px;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    footer.main-footer .footer-wrapper {
        flex-direction: column-reverse;
        padding: 50px 20px;
    }
}

footer.main-footer .footer-wrapper .logo-holder {
    margin-bottom: 24px;
}

footer.main-footer .footer-wrapper .contact-row,
footer.main-footer .footer-wrapper .rrss-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 48px;
}

footer.main-footer .footer-wrapper .contact-row h3,
footer.main-footer .footer-wrapper .rrss-row h3.btn-findmore,
footer.main-footer .footer-wrapper .col-newsletter h3 {
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer.main-footer .footer-wrapper .contact-row .contact-holder {
    display: flex;
    align-items: flex-start;
    gap: 72px;
}

footer.main-footer .footer-wrapper .contact-row .contact-holder a {
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    text-wrap: nowrap;
}

footer.main-footer .footer-wrapper .rrss-wrapper ul.rrss-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

footer.main-footer .footer-wrapper .rrss-wrapper ul.rrss-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0.751px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease-in-out 0s;
}

footer.main-footer .footer-wrapper .rrss-row {
    display: flex;
    align-items: flex-start;
    gap: 72px;
}


footer.main-footer .copy-row .copy {
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer.main-footer .footer-wrapper .col-newsletter {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 450px;
}

footer.main-footer .newsletter-form {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(19, 19, 19, 0.60);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


footer.main-footer .newsletter-form input {
    border: 0 none;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

footer.main-footer .newsletter-form button[type="submit"] {
    border-radius: 40px;
    background: var(--stroke-color, #D68631);
    display: flex;
    padding: 8px 24px;
    align-items: flex-start;
    gap: 10px;
    color: var(--dark-text, #131313);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: 0 none;
}

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

    footer.main-footer .newsletter-form,
    footer.main-footer .copy-row {
        padding: 14px 24px;
    }

    footer.main-footer .footer-wrapper .col-newsletter {
        margin-bottom: 50px;
        width: 100%;
    }

    footer.main-footer .footer-wrapper .col-newsletter h3 {
        font-size: 20px;
    }

    footer.main-footer .footer-wrapper .logo-holder img {
        width: 100%;
        max-width: unset;
    }

    footer.main-footer .footer-wrapper .contact-row .contact-holder {
        flex-direction: column;
        gap: 10px;
    }
}

/*
footer.main-footer .copy-row {
    display: flex;
    padding: 36px 98px;
    align-items: flex-start;
    justify-content: space-between;
} */

footer.main-footer .copy-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 98px;
    flex-wrap: wrap;
}

footer.main-footer .copy-row .copy-left,
footer.main-footer .copy-row .copy-left a,
footer.main-footer .copy-row .copy-right {
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 9px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer.main-footer .copy-row .copy-right {
    text-align: right;
}

@media screen and (max-width:768px) {
    footer.main-footer .copy-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }
}

/*
 * 
 * */
.hero-page {
    --max-height: 495px;
    --backgroud-image: url(../img/bg-hero-default.webp);
    min-height: var(--max-height);
    position: relative;
    background-image: var(--backgroud-image);
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-page:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -10.85%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}

.hero-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.hero-page .container .page-title {
    color: #FFF;
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}


@media screen and (max-width: 768px) {
    .hero-page {
        --max-height: 248px;
    }

    .hero-page .container .page-title {
        font-size: 30px;
    }
}

.btn-outline {
    border-radius: 25px;
    border: 0.7px solid #FFF;
    padding: 12px;
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: inline-flex;
}

.btn-outline:hover {
    background-color: #fff;
    color: var(--color-primary);
}

.programs-return {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 100%;
    padding: 48px 0 0;
}

.section-description {
    margin-bottom: 73px;
}

.section-description p {
    color: var(--icon-color, #FCD8A6);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.288px;
}


.btn-justtext {
    color: var(--stroke-color, #D68631);
    font-family: var(--monserrat-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.256px;
    display: block;
}

.btn-justtext:hover {
    color: #fff;
}

.btn-justtext.big-text {
    font-size: 18px;
    padding: 12px 42px;
}

.btn-justtext.big-text:hover {
    color: var(--color-primary);
}

.cart-header-link {
    position: relative;
}

.cart-header-link .cart-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    font-size: 11px;
    color: var(--text-color);
    background-color: var(--cupper-color);
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

.section-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.page-content {
    padding: 120px 0 147px;
    --background-image: url('../img/background-testimonials.webp');
    background-image: var(--background-image);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
}

.page-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 40, 57, 1) 0%, rgba(11, 40, 57, 0) 100%);
    z-index: 1;
}

.page-content .container {
    position: relative;
    z-index: 2;
}

.page-content .container .section-title {
    margin-bottom: 45px;
}


.course-card {
    grid-column: span 12;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-top: 28px;
    display: flex;
    gap: 15px;
    padding: 44px 36px 36px;
    flex-direction: column;
    align-items: center;
    border-radius: 11.969px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: linear-gradient(186deg, rgba(255, 253, 253, 0.40) -20.85%, rgba(255, 253, 253, 0.20) -20.83%, rgba(255, 255, 255, 0.00) 116.4%);
    backdrop-filter: blur(59.847312927246094px);
}


a.course-thumb {
    transform: translateY(-70px);
    position: absolute;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

a.course-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.course-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    justify-content: space-between;
    height: 100%;
}

.course-info .course-title a {
    color: var(--text-color, #FFF);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.course-info-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.course-link {
    display: flex;
    width: 173px;
    height: 30px;
    padding: 4px 26.474px;
    justify-content: center;
    align-items: center;
    gap: 16.546px;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid #FFF;
    color: var(--text-color, #FFF);
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-wrap: nowrap;
    transition: all 0.3s ease 0s;
}

.course-link:hover {
    color: var(--color-primary);
    background-color: #fff;
}

.course-info .course-price {
    color: var(--icon-color, #FCD8A6);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}



/** Page template styles **/

/* === EEIC Article Polishing – Default Page Template === */
.page.page-template-default .entry-content {
    --eeic-brand: var(--wp--preset--color--primary, #7a3d2f);
    --eeic-accent: var(--wp--preset--color--secondary, #caa88f);
    --eeic-text: var(--wp--preset--color--foreground, #1a1a1a);
    --eeic-muted: color-mix(in oklab, var(--eeic-text) 30%, white);
    --eeic-max: 72ch;
    color: var(--eeic-text);
    font-size: clamp(16px, 1.05vw + 12px, 18px);
    line-height: 1.7;
}

.page.page-template-default .entry-content>* {
    max-width: var(--eeic-max);
    margin-left: auto;
    margin-right: auto;
}

/* Headings scale + spacing */
.page.page-template-default .entry-content h1,
.page.page-template-default .entry-content h2,
.page.page-template-default .entry-content h3,
.page.page-template-default .entry-content h4,
.page.page-template-default .entry-content h5,
.page.page-template-default .entry-content h6 {
    line-height: 1.25;
    letter-spacing: 0.2px;
    margin-block: clamp(1.25rem, 1.5vw, 2rem) 0.75rem;
    color: var(--eeic-text);
}

.page.page-template-default .entry-content h1 {
    font-size: clamp(34px, 3.2vw + 12px, 52px);
    text-wrap: balance;
}

.page.page-template-default .entry-content h2 {
    font-size: clamp(26px, 2vw + 10px, 36px);
    border-left: 6px solid var(--eeic-brand);
    padding-left: 14px;
}

.page.page-template-default .entry-content h3 {
    font-size: clamp(22px, 1.3vw + 10px, 28px);
    color: color-mix(in oklab, var(--eeic-text) 85%, var(--eeic-brand));
}

.page.page-template-default .entry-content h4,
.page.page-template-default .entry-content h5,
.page.page-template-default .entry-content h6 {
    font-size: clamp(18px, 1vw + 10px, 22px);
    text-transform: none;
    font-weight: 600;
}

/* Lead-in/kicker right under H1 (your “A Brief Guide…” line) */
.page.page-template-default .entry-content h1+h5,
.page.page-template-default .entry-content h1+p {
    max-width: 65ch;
    color: var(--eeic-muted);
    font-weight: 500;
    margin-top: 0.5rem;
}

/* Paragraph rhythm */
.page.page-template-default .entry-content p {
    margin-block: 0.8rem 1rem;
    text-wrap: pretty;
}

/* Lists */
.page.page-template-default .entry-content ul,
.page.page-template-default .entry-content ol {
    padding-left: 1.2rem;
    margin-block: 1rem 1.25rem;
    gap: 0.35rem;
    display: grid;
}

.page.page-template-default .entry-content li {
    margin-block: 0.25rem;
}

.page.page-template-default .entry-content ul li {
    list-style: disc;
}

.page.page-template-default .entry-content ol li {
    list-style: decimal;
}

/* Blockquotes */
.page.page-template-default .entry-content blockquote {
    border-left: 6px solid var(--eeic-accent);
    background: color-mix(in oklab, var(--eeic-accent) 12%, white);
    padding: 1rem 1.25rem;
    margin-block: 1.5rem;
    font-style: italic;
}

/* Images, figures & captions */
.page.page-template-default .entry-content figure,
.page.page-template-default .entry-content img {
    border-radius: 14px;
    overflow: hidden;
}

.page.page-template-default .entry-content figure {
    margin-block: 1.5rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.page.page-template-default .entry-content figcaption {
    font-size: 0.9em;
    color: var(--eeic-muted);
    padding: 0.6rem 0.9rem 0.9rem;
}

/* Tables */
.page.page-template-default .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-block: 1.25rem 1.75rem;
    border: 1px solid color-mix(in oklab, var(--eeic-text) 12%, white);
    border-radius: 10px;
    overflow: hidden;
}

.page.page-template-default .entry-content th,
.page.page-template-default .entry-content td {
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid color-mix(in oklab, var(--eeic-text) 10%, white);
}

.page.page-template-default .entry-content thead th {
    background: color-mix(in oklab, var(--eeic-accent) 18%, white);
    text-align: left;
}

/* Buttons (Gutenberg .wp-block-button) */
.page.page-template-default .wp-block-button__link {
    background: var(--eeic-brand);
    color: #fff;
    padding: 0.75rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    transition: transform .12s ease, box-shadow .12s ease, opacity .2s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.page.page-template-default .wp-block-button__link:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
}

/* “Note”/callout utility (use in editor via Group block + class: eeic-note) */
.page.page-template-default .entry-content .eeic-note {
    border: 1px solid color-mix(in oklab, var(--eeic-accent) 45%, white);
    background: color-mix(in oklab, var(--eeic-accent) 10%, white);
    padding: 1rem 1.1rem;
    border-radius: 12px;
}

.page.page-template-default .entry-content .eeic-note>*:first-child {
    margin-top: 0;
}

/* Narrow viewport tweaks */
@media (max-width: 768px) {
    .page.page-template-default .entry-content {
        font-size: 16px;
    }

    .page.page-template-default .entry-content h2 {
        border-left-width: 4px;
        padding-left: 10px;
    }

    .page.page-template-default .entry-content figure {
        margin-block: 1rem;
    }
}

/* Optional: simple in-article TOC (Group block with class eeic-toc) */
.page.page-template-default .entry-content .eeic-toc {
    border: 1px dashed color-mix(in oklab, var(--eeic-text) 25%, white);
    border-radius: 12px;
    padding: 1rem;
    margin-block: 1rem 1.5rem;
    background: color-mix(in oklab, var(--eeic-accent) 6%, white);
}

.page.page-template-default .entry-content .eeic-toc a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.page.page-template-default .entry-content .eeic-toc a:hover {
    border-bottom-color: currentColor;
}

.article-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4,
.article-container h5 {
    color: var(--Color-8, #FCD8A6);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.article-container h1,
.article-container h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.article-container h3,
.article-container h4,
.article-container h5 {
    font-size: 28.457px;
    margin: 28px 0;
}

.eeic-cta-wrap {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
}

.eeic-btn {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    padding: .9rem 1.2rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.eeic-btn--primary {
    background: #111;
    color: #fff;
}

.eeic-btn--secondary {
    background: var(--color-primary);
    color: #fff;
}

.eeic-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 9998;
}

.eeic-popup {
    position: fixed;
    top: 5vh;
    /* alineado arriba */
    left: 50%;
    transform: translateX(-50%) scale(.98);

    max-height: 90vh;
    /* nunca más alto que la pantalla */
    display: flex;
    flex-direction: column;
    background: #fff;
    width: min(520px, 92vw);
    border-radius: 12px;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.eeic-popup--wide {
    width: min(980px, 96vw);
}

.eeic-popup.is-active,
.eeic-popup-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.eeic-popup--wide .eeic-popup__content {
    max-height: calc(90vh - 120px);
}

.eeic-popup__content {
    overflow-y: auto;
    padding-right: .5rem;
    /* evita que el scroll tape el contenido */
    max-height: calc(90vh - 120px);
}

.eeic-popup.is-active {
    transform: translateX(-50%) scale(1);
}

.eeic-popup-close {
    position: absolute;
    right: .75rem;
    top: .5rem;
    font-size: 28px;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.eeic-popup__header {
    padding-right: 2rem;
    margin-bottom: .75rem;
    color: #131313;
}

.eeic-popup__title {
    margin: 0 0 .25rem;
}

.eeic-popup__subtitle {
    margin: 0;
    /* opacity: .75; */
}

.eeic-popup__actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.eeic-popup__content .eeic-btn--secondary {
  position: relative;
  z-index: 1;
}

.eeic-popup__content .eeic-btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: currentColor;
  opacity: 0.08; /* barely visible */
  z-index: -1;
  animation: eeic-soft-pulse 4.5s ease-in-out infinite;
}

/* Pause on hover */
.eeic-popup__content .eeic-btn--secondary:hover::before {
  animation-play-state: paused;
}

@keyframes eeic-soft-pulse {
  0% {
    transform: scale(1);
    opacity: 0.06;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 0.06;
  }
}


.eeic-calendly-wrap {
    height: min(70vh, 680px);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
}

.eeic-calendly-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.eeic-no-scroll {
    overflow: hidden;
}

@media screen and (min-width:769px) and (max-width:1200px) {
    footer.main-footer .footer-wrapper {
        padding: 36px 26px;
    }

    div#program-home-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .card-program {
        border-radius: 12px;
        width: 241px;
    }
}

.sitemap-container {
    padding: 100px 20px;
}

.sitemap-container li {
    margin-bottom: 24px;
}

.sitemap-container a {
    color: #fff;
}

.sitemap-container a:hover {
    color: var(--bg-button);
}

.sitemap-container h2 {
    margin-bottom: 48px;
    font-size: 36px;
}

.post-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background-color: #000;
}

.hero-search .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.hero-search .container form {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(19, 19, 19, 0.60);
    color: #EBEDF0;
    font-family: var(--monserrat-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
}


.hero-search .container #search-input {
    display: inline-block !important;
    background: transparent;
    background-image: none !important;
    color: #fff;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: 0 none;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 21px;
}


.hero-search .container .is-search-submit {
    display: inline-block !important;
    color: #666;
    background: #ededed;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: #fff;
    padding: 0;
}


.hero-search .container .is-search-submit path {
    fill: #fff;
}


/* =========================
   Search Page Styles
   ========================= */

.search-page {
    padding: 48px 0;
}

.search-page .container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.search-header h1 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.search-form {
    display: flex;
    gap: 10px;
    margin: 14px 0 28px;
}

.search-form input[type="search"] {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    outline: none;
}

.search-form input[type="search"]:focus {
    border-color: #c8a84a;
    /* dorado */
    box-shadow: 0 0 0 3px rgba(200, 168, 74, 0.18);
}

.search-form button {
    padding: 12px 16px;
    border: 1px solid #c8a84a;
    background: #111;
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
}

.search-form button:hover {
    opacity: 0.9;
}

/* Results grid (opcional) */
.search-results {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

/* Result card */
.search-result {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(200, 168, 74, 0.55);
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.search-result:hover {
    transform: translateY(-2px);
    border-color: rgba(200, 168, 74, 0.9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.search-result__title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
}

.search-result__title a {
    color: var(--cupper-color);
    text-decoration: none;
}

.search-result__title a:hover {
    text-decoration: underline;
}

.search-result__meta {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
}

.search-result__excerpt {
    color: #fff;
    line-height: 1.55;
}

/* =========================
   Pagination (circles)
   paginate_links() output
   ========================= */

.search-pagination {
    margin-top: 26px;
}

.search-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 6px 8px 0;
    border-radius: 999px;
    /* círculo */
    border: 1px solid rgba(200, 168, 74, 0.65);
    color: #111;
    background: #fff;
    text-decoration: none;
    font-weight: 800;
    transition: background .12s ease, border-color .12s ease, transform .12s ease;
}

.search-pagination .page-numbers:hover {
    transform: translateY(-1px);
    border-color: rgba(200, 168, 74, 1);
    background: rgba(200, 168, 74, 0.10);
}

/* Current page */
.search-pagination .page-numbers.current {
    background: #111;
    color: #fff;
    border-color: #c8a84a;
}

/* Prev/Next as circles too */
.search-pagination .page-numbers.prev,
.search-pagination .page-numbers.next {
    width: AUTO;
    height: 42px;
    font-size: 14px;
    border-radius: 0;
    background-color: transparent;
    border: 0 none;
    color: #FFF;
}

/* Dots */
.search-pagination .page-numbers.dots {
    border: none;
    width: auto;
    height: auto;
    background: transparent;
    margin-right: 10px;
    color: #777;
}