.elementor-3919 .elementor-element.elementor-element-de357c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2cead4f *//* =========================================
   KIDS EDTECH - TERMS & POLICY PAGE
========================================= */

.ke-policy-wrap {
    --ke-primary: #5B4BDB;
    --ke-secondary: #FFB703;
    --ke-dark: #20233A;
    --ke-text: #555B73;
    --ke-light: #F7F8FC;
    --ke-border: #E7E8F0;
    --ke-white: #FFFFFF;

    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px 80px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ke-text);
    line-height: 1.75;
}

.ke-policy-wrap *,
.ke-policy-wrap *::before,
.ke-policy-wrap *::after {
    box-sizing: border-box;
}


/* =========================
   HERO
========================= */

.ke-policy-hero {
    background: linear-gradient(
        135deg,
        #5B4BDB 0%,
        #7567E8 100%
    );

    border-radius: 24px;
    padding: 55px 45px;
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.ke-policy-hero::after {
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: rgba(255,255,255,0.08);

    right: -70px;
    top: -70px;
}

.ke-policy-hero h1 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 800;

    position: relative;
    z-index: 2;
}

.ke-policy-hero p {
    margin: 0;

    max-width: 760px;

    color: rgba(255,255,255,0.9);

    font-size: 16px;

    position: relative;
    z-index: 2;
}

.ke-policy-date {
    display: inline-block;

    margin-top: 20px;

    padding: 7px 14px;

    border-radius: 30px;

    background: rgba(255,255,255,0.15);

    font-size: 13px;

    position: relative;
    z-index: 2;
}


/* =========================
   MAIN GRID
========================= */

.ke-policy-grid {
    display: grid;

    grid-template-columns: 260px 1fr;

    gap: 35px;

    align-items: start;
}


/* =========================
   SIDEBAR
========================= */

.ke-policy-sidebar {
    position: sticky;
    top: 30px;

    background: var(--ke-light);

    border: 1px solid var(--ke-border);

    border-radius: 18px;

    padding: 22px;
}

.ke-policy-sidebar h4 {
    margin: 0 0 15px;

    color: var(--ke-dark);

    font-size: 15px;
}

.ke-policy-sidebar a {
    display: block;

    color: var(--ke-text);

    text-decoration: none;

    padding: 8px 0;

    font-size: 14px;

    transition: all 0.2s ease;
}

.ke-policy-sidebar a:hover {
    color: var(--ke-primary);

    padding-left: 4px;
}


/* =========================
   CONTENT
========================= */

.ke-policy-content {
    min-width: 0;
}

.ke-policy-section {
    background: var(--ke-white);

    border: 1px solid var(--ke-border);

    border-radius: 18px;

    padding: 30px;

    margin-bottom: 22px;

    box-shadow:
        0 5px 25px rgba(30,35,70,0.04);

    scroll-margin-top: 30px;
}

.ke-policy-section h2 {
    color: var(--ke-dark);

    font-size: 25px;

    line-height: 1.3;

    margin: 0 0 16px;

    font-weight: 750;
}

.ke-policy-section h3 {
    color: var(--ke-dark);

    font-size: 18px;

    margin: 24px 0 8px;
}

.ke-policy-section p {
    margin: 0 0 13px;

    font-size: 15px;
}

.ke-policy-section ul {
    margin: 10px 0 16px;

    padding-left: 22px;
}

.ke-policy-section li {
    margin-bottom: 8px;

    font-size: 15px;
}


/* =========================
   HIGHLIGHT BOX
========================= */

.ke-policy-highlight {
    background: #F4F2FF;

    border-left: 4px solid var(--ke-primary);

    border-radius: 10px;

    padding: 17px 18px;

    margin: 18px 0;
}

.ke-policy-highlight strong {
    color: var(--ke-dark);
}


/* =========================
   IMPORTANT BOX
========================= */

.ke-policy-important {
    background: #FFF8E6;

    border-left: 4px solid var(--ke-secondary);

    border-radius: 10px;

    padding: 17px 18px;

    margin: 18px 0;
}


/* =========================
   LEARNING JOURNEY
========================= */

.ke-policy-journey {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 14px;

    margin: 20px 0;
}

.ke-policy-step {
    border: 1px solid var(--ke-border);

    border-radius: 14px;

    padding: 18px;

    background: #fff;

    transition: all 0.2s ease;
}

.ke-policy-step:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(30,35,70,0.07);
}

.ke-policy-step-number {
    width: 32px;
    height: 32px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ke-primary);

    color: #fff;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 10px;
}

.ke-policy-step strong {
    display: block;

    color: var(--ke-dark);

    margin-bottom: 5px;
}

.ke-policy-step span {
    font-size: 13px;
}


/* =========================
   CONTACT
========================= */

.ke-policy-contact {
    background: var(--ke-dark);

    color: #fff;

    border-radius: 18px;

    padding: 30px;
}

.ke-policy-contact h2 {
    color: #fff;

    margin-top: 0;
}

.ke-policy-contact p {
    color: rgba(255,255,255,0.8);
}

.ke-policy-contact a {
    color: #fff;

    text-decoration: underline;
}


/* =========================
   FOOTER
========================= */

.ke-policy-footer {
    text-align: center;

    margin-top: 30px;

    color: #8A8FA3;

    font-size: 13px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 900px) {

    .ke-policy-grid {
        grid-template-columns: 1fr;
    }

    .ke-policy-sidebar {
        position: static;
    }

    .ke-policy-sidebar a {
        display: inline-block;

        margin-right: 14px;
    }

    .ke-policy-journey {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 600px) {

    .ke-policy-wrap {
        padding: 15px 12px 50px;
    }

    .ke-policy-hero {
        padding: 35px 24px;

        border-radius: 18px;
    }

    .ke-policy-hero h1 {
        font-size: 30px;
    }

    .ke-policy-section {
        padding: 22px 18px;

        border-radius: 15px;
    }

    .ke-policy-section h2 {
        font-size: 21px;
    }

    .ke-policy-journey {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */