.elementor-10732 .elementor-element.elementor-element-a47ae70{--display:flex;}.elementor-10732 .elementor-element.elementor-element-9d99cba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8e4e69a *//* =====================================================
   OSTEOKINESIS SEMINARS PAGE
   ===================================================== */

:root {
    --ok-blue: #343b83;
    --ok-blue-dark: #292f70;
    --ok-blue-light: #4c5395;
    --ok-beige: #b1a890;
    --ok-beige-light: #f3eee3;
    --ok-text: #6f7788;
    --ok-background: #f5f6f6;
    --ok-white: #ffffff;
    --ok-border: #e7dfd0;
    --ok-shadow: 0 18px 45px rgba(33, 39, 67, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.ok-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}


/* =====================================================
   HERO
   ===================================================== */

.ok-seminars-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(255, 255, 255, 0.08),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            var(--ok-blue-dark) 0%,
            var(--ok-blue) 52%,
            #39428b 100%
        );
    padding: 115px 0 125px;
    color: var(--ok-white);
}

.ok-seminars-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    right: -160px;
    top: -170px;
}

.ok-seminars-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    right: 70px;
    bottom: -160px;
}

.ok-seminars-hero .ok-container {
    position: relative;
    z-index: 2;
}

.ok-hero-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    padding: 13px 27px;
    border-radius: 100px;
    background: rgba(178, 168, 144, 0.23);
    color: #d4cdbb;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.7px;
}

.ok-seminars-hero h1 {
    max-width: 790px;
    margin: 0 0 34px;
    color: var(--ok-white);
    font-size: clamp(53px, 7vw, 88px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -3px;
}

.ok-hero-description {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.72;
}

.ok-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 43px;
}

.ok-feature-pill {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 27px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--ok-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =====================================================
   PROGRAMS INTRO
   ===================================================== */

.ok-programs-section {
    background: var(--ok-background);
    padding: 105px 0 120px;
}

.ok-section-heading {
    max-width: 920px;
    margin: 0 auto 72px;
    text-align: center;
}

.ok-section-heading h2 {
    margin: 0 0 27px;
    color: var(--ok-blue);
    font-size: clamp(44px, 5.5vw, 70px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
}

.ok-section-heading p {
    max-width: 850px;
    margin: 0 auto;
    color: var(--ok-text);
    font-size: 20px;
    line-height: 1.75;
}


/* =====================================================
   SEMINARS GRID
   ===================================================== */

.ok-seminars-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.ok-seminar-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ok-border);
    border-radius: 36px;
    background: var(--ok-white);
    box-shadow: var(--ok-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ok-seminar-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(33, 39, 67, 0.13);
}

.ok-card-image {
    position: relative;
    height: 285px;
    overflow: hidden;
    background: #e9e9e9;
}

.ok-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.ok-seminar-card:hover .ok-card-image img {
    transform: scale(1.035);
}

.ok-card-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 15px;
    border-radius: 100px;
    background: var(--ok-blue);
    color: var(--ok-white);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    box-shadow: 0 8px 20px rgba(30, 35, 90, 0.22);
}

.ok-card-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 39px 37px 40px;
}

.ok-card-category {
    margin-bottom: 19px;
    color: var(--ok-beige);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 2.2px;
}

.ok-card-content h3 {
    margin: 0 0 22px;
    color: var(--ok-blue);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.7px;
}

.ok-card-subtitle {
    margin: -12px 0 21px;
    color: var(--ok-beige);
    font-size: 16px;
    font-weight: 700;
}

.ok-card-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 23px;
    color: var(--ok-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.ok-card-info span {
    display: block;
}

.ok-card-content p {
    margin: 0 0 30px;
    color: var(--ok-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.ok-card-button {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    padding: 13px 26px;
    border-radius: 100px;
    background: var(--ok-blue);
    color: var(--ok-white) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.ok-card-button:hover {
    background: var(--ok-blue-dark);
    color: var(--ok-white) !important;
    transform: translateY(-2px);
}

.ok-card-button span {
    font-size: 19px;
    transition: transform 0.25s ease;
}

.ok-card-button:hover span {
    transform: translateX(4px);
}


/* =====================================================
   FINAL CTA
   ===================================================== */

.ok-final-section {
    background: var(--ok-background);
    padding: 0 0 130px;
}

.ok-final-card {
    max-width: 930px;
    margin: 0 auto;
    padding: 76px 70px 73px;
    border: 1px solid var(--ok-border);
    border-radius: 48px;
    background: var(--ok-white);
    text-align: center;
    box-shadow: var(--ok-shadow);
}

.ok-final-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    padding: 15px 31px;
    border-radius: 100px;
    background: var(--ok-beige-light);
    color: var(--ok-beige);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.ok-final-card h2 {
    margin: 0 0 36px;
    color: var(--ok-blue);
    font-size: clamp(48px, 6vw, 74px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
}

.ok-final-description {
    margin: 0;
    color: var(--ok-text);
    font-size: 24px;
    line-height: 1.65;
}

.ok-final-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    margin: 48px 0 50px;
    color: var(--ok-blue);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
}

.ok-final-button {
    display: inline-flex;
    width: min(100%, 610px);
    min-height: 112px;
    align-items: center;
    justify-content: center;
    padding: 23px 38px;
    border-radius: 100px;
    background: var(--ok-blue);
    color: var(--ok-white) !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 18px 38px rgba(52, 59, 131, 0.19);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ok-final-button:hover {
    background: var(--ok-blue-dark);
    color: var(--ok-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 23px 45px rgba(52, 59, 131, 0.25);
}

.ok-final-button span {
    margin-left: 8px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .ok-seminars-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ok-seminars-hero {
        padding: 95px 0 105px;
    }

    .ok-card-image {
        height: 275px;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .ok-container {
        width: calc(100% - 32px);
    }

    .ok-seminars-hero {
        padding: 72px 0 85px;
    }

    .ok-hero-label {
        margin-bottom: 31px;
        padding: 12px 20px;
        font-size: 11px;
        letter-spacing: 1.25px;
    }

    .ok-seminars-hero h1 {
        margin-bottom: 28px;
        font-size: 48px;
        line-height: 1.02;
        letter-spacing: -1.8px;
    }

    .ok-hero-description {
        font-size: 18px;
        line-height: 1.7;
    }

    .ok-hero-features {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 38px;
    }

    .ok-feature-pill {
        min-height: 58px;
        padding: 13px 25px;
        font-size: 16px;
    }

    .ok-programs-section {
        padding: 82px 0 90px;
    }

    .ok-section-heading {
        margin-bottom: 52px;
    }

    .ok-section-heading h2 {
        margin-bottom: 27px;
        font-size: 47px;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .ok-section-heading p {
        font-size: 18px;
        line-height: 1.7;
    }

    .ok-seminars-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 27px;
    }

    .ok-seminar-card {
        border-radius: 33px;
    }

    .ok-card-image {
        height: 285px;
    }

    .ok-card-content {
        padding: 35px 31px 38px;
    }

    .ok-card-category {
        margin-bottom: 18px;
        font-size: 12px;
        letter-spacing: 1.8px;
    }

    .ok-card-content h3 {
        margin-bottom: 21px;
        font-size: 28px;
        line-height: 1.2;
    }

    .ok-card-info {
        margin-bottom: 23px;
        font-size: 15px;
    }

    .ok-card-content p {
        font-size: 17px;
        line-height: 1.65;
    }

    .ok-final-section {
        padding-bottom: 90px;
    }

    .ok-final-card {
        padding: 63px 25px 62px;
        border-radius: 41px;
    }

    .ok-final-label {
        margin-bottom: 40px;
        padding: 14px 23px;
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .ok-final-card h2 {
        margin-bottom: 34px;
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .ok-final-description {
        font-size: 20px;
        line-height: 1.65;
    }

    .ok-final-benefits {
        gap: 24px;
        margin: 46px 0 48px;
        font-size: 17px;
    }

    .ok-final-button {
        min-height: 106px;
        padding: 22px 25px;
        font-size: 22px;
        line-height: 1.35;
    }

}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media (max-width: 390px) {

    .ok-container {
        width: calc(100% - 24px);
    }

    .ok-seminars-hero h1 {
        font-size: 43px;
    }

    .ok-section-heading h2 {
        font-size: 42px;
    }

    .ok-card-image {
        height: 250px;
    }

    .ok-card-content {
        padding-right: 25px;
        padding-left: 25px;
    }

    .ok-card-content h3 {
        font-size: 25px;
    }

    .ok-final-card h2 {
        font-size: 43px;
    }

    .ok-final-button {
        font-size: 20px;
    }

}/* End custom CSS */