

.banner {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2rem;
    min-height: 280px;
    padding: 0;
    /* border-radius: 50% 50% 0 0/ 127px;*/
    margin-top: 6%;
    background-color: #5b2aa2;
    background-image: url('../../images/Final/Backdrop.png');
    /* ensure both gradient + photo fill the banner */
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
    overflow: visible;
}
    /**/
    .banner::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 70px;
        background: white;
        border-radius: 86% 52% 0 0 / 50%;
        z-index: 1;
    }

   

h1.topicHeader {
    position: relative;
    display: block;
    padding: 0 0 .2em 0;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.2em;
    color: #424242;
    text-align: center;
    text-transform: uppercase;
}


h4.topicHeader {
    position: relative;
    display: block;
    padding: 0 0 .2em 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    color: #424242;
    text-align: center;
}






.gradeLogo {
    width: 30%;
    min-height: 100%;
    clip-path: ellipse(45% 85% at 50% 50%);
    /* border-radius: 100%/100%;*/
    /* background-image: url('../../images/ok/PreK-2.png');*/
    background-size: cover;
    background-position: 31% 23%;
    background-repeat: no-repeat;
    /*box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);*/
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
    margin-left: 10%;
    position: relative;
    /* padding: 1.5rem;*/
    /* box-sizing: border-box;*/
    overflow: hidden;
}

.gradeLogoK-2 {
    background-image: url('../../images/ok/PreK-2.png');
}

.gradeLogo3-5 {
    background-image: url('../../images/ok/Grades 3-5.png');
}

.gradeLogo6-8 {
    background-image: url('../../images/ok/Grades 6-8.png');
}

.gradeLogo9-12 {
    background-image: url('../../images/ok/Grades 9-12.png');
}

.gradesTitle {
    font-size: xx-large;
    font-weight: 600;
    text-align: center;
    align-items: center;
    align-content: center;
    color: white;
    margin: 5%;
}


/*.gradeLogo::before {
    content: 'GRADE 1';
    position: relative;*/
/* font-size: 1.5rem;
			font-weight: 700; */
/*letter-spacing: 0.15rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
    z-index: 1;
}*/
/* .gradeLogo::after {
			content: '';
			position: absolute;
			inset: 0;
			border-radius: inherit;
			background: rgba(90, 16, 158, 0.35);
			mix-blend-mode: multiply;
			z-index: 0;
		} */
.appLogo {
    position: absolute;
    top: 0;
    left: 70%;
    transform: translate(-244%, -38%);
    margin-top: -2rem;
    width: 10%;
    height: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url('../../images/ok/OSDE w_White Circle.png');
    background-size: cover;
    background-position: center;
    z-index: 2;
}


.content-card {
    background-color: white;
    border-radius: 6px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 60%;
}

.activity-block {
    flex: 1;
    /*background-color: #f9f9f9;*/
    border-radius: 8px;
    padding: 1rem;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.activity-image {
    width: 100%;
    height: 600px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.75rem;
    object-fit: cover;
}

    .activity-image a {
        width: 100%;
        height: 100%;
    }

.activity01 {
    background-image: url('../../images/Final/Activity1.png');
}

.activity02 {
    background-image: url('../../images/Final/Activity2.png');
}


.activity03 {
    background-image: url('../../images/Final/Activity3.png');
}

.circle-number {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid #7360a2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7360a2;
    font-size: 60px;
    font-weight: bold;
    margin: 10px;
}

.categoriesHeader, h1.categoriesHeader {
    position: relative;
    display: block;
    padding: 0 0 .2em 0;
    line-height: 1.2em;
    color: #7360a2;
    text-align: center;
    text-spacing: space-all;
    margin-bottom: 5px;
    font-size: 48px !important;
    font-weight: 700 !important;
}

.categoriesHeader-subtitle {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}

.flexcenter {
    display: flex;
    width: 100%;
    justify-content: center;
}


/* Category Activity*/

.categoractivity-left-box {
    width: 25%;
    text-align: center;
    background: #7448B0;
    color: white;
    margin-right: 5%;
    height: 330px;
}



/* ARROW COLUMN */
.categoractivity-arrow-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

    .categoractivity-arrow-col img {
        width: 35px;
    }

.categoractivity-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom:10%;
}

.categoractivity-tiles-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 55%;
}

.categoractivity-tiles-section {
    padding: 18px 22px;
    font-size: 20px;
    background: #EFE8FB;
    border: 2px solid #CDBFEA;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    color: #7360a2;
    font-weight: bold;
    letter-spacing: 2px;
}

    .categoractivity-tiles-section:hover {
        background: #e4d8fa;
    }



.categoractivity-tiles-grid-min {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
    width: 100%; /* full width to use entire row */
}

.categoractivity-tiles-grid-max {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    width: 100%; /* full width to use entire row */
}

/* Wrapper: arrow + button together */
.categoractivity-tiles-row {
    display: flex;
    align-items: center;
    gap: 20px; /* space between arrow and tile */
}

    /* Arrow size for grid layout */
    .categoractivity-tiles-row img {
        width: 35px;
    }

.grade-subactivity {
    background-size: 100% 160%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    background-position-y: center;
}

.subactivity-dance {
    background-image: url('../../images/LessonCategories/Dance.png');
}

.subactivity-fitness {
    background-size: 100% 145%;
    background-image: url('../../images/LessonCategories/Fitness and Other.png');
}

.subactivity-lifetime {
    background-image: url('../../images/LessonCategories/Lifetime Activities.png');
}

.subactivity-locometer {
    background-size: 100% 140%;
    background-image: url('../../images/LessonCategories/Locomotor skills.png');
}

.subactivity-manipulative {
    background-image: url('../../images/LessonCategories/Manipulatives.png');
}

.subactivity-teamactivity {
    background-size: 100% 133%;
    background-image: url('../../images/LessonCategories/Team Activities.png');
}

.subactivity-nonlocometer {
    background-size: 100% 129%;
    background-image: url('../../images/LessonCategories/Nonlocomotor Skills.png');
}

.activities-pageLayout {
    display: grid;
    grid-template-columns: 20% 80%;
    min-height: 400px;
    margin-bottom: 8%;
}

/* LEFT IMAGE PANEL */
.activities-leftPanel {
   
    width: 90%;
    text-align: center;
    background: #7448B0;
    color: white;
    margin-top: 10%;
    height: 330px;
}

/* RIGHT PANEL */
.activities-rightPanel {
    padding: 24px 32px;
    overflow-y: auto;
    background: #ffffff;
}



.grade-subcategoryactivity {
    background-size: 100% 160%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    background-position-y: center;
}

    .grade-subcategoryactivity.subactivity-locometer {
        background-size: 100% 130% !important;
        background-image: url('../../images/LessonCategories/Locomotor skills.png');
    }

    .grade-subcategoryactivity.subactivity-nonlocometer {
        background-size: 100% 120% !important;
        background-image: url('../../images/LessonCategories/Nonlocomotor Skills.png');
    }

    .grade-subcategoryactivity.subactivity-teamactivity {
        background-size: 100% 130% !important;
        background-image: url('../../images/LessonCategories/Team Activities.png');
    }


    .activities-subtitle {
        display: inline-block;
        padding: 10px 24px;
        border: 2px solid #c8bddf;
        width: 100%;
    }

    .activities-subtitle h2 {
        font-size: 25px;
        font-weight: 600;
        color: #6f5aa7;
        margin: 0;
        font-weight: bolder;
        line-height : 2em;
        letter-spacing: 1px;
    }



.activitiesHeader, h1.activitiesHeader {
    position: relative;
    display: block;
    padding: 0 0 .2em 0;
    line-height: 1.2em;
    color: #7360a2;
    text-align: center;
    text-spacing: space-all;
    margin-bottom: 5px;
    font-size: 48px !important;
    font-weight: 700 !important;
}


.progressBar {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 0;
}

/* Responsive styles for mobile devices */
@media (max-width: 500px) {
    .banner {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 5%;
        min-height: auto;
        padding: 1rem;
    }

    .gradeLogo {
        width: 80px;
        height: 80px;
        margin-left: 0;
        padding: 0.5rem;
    }

        .gradeLogo::before {
            font-size: 0.7rem;
            letter-spacing: 0.05rem;
        }

    .appLogo {
        position: static;
        transform: none;
        margin-top: 0;
        width: 60px;
        height: 60px;
        border-width: 5px;
    }


    .content-card {
        flex-direction: column;
        padding: 1rem;
    }

    .activity-block {
        width: 100%;
    }

    .activity-image {
        height: 120px;
    }
}
