body{
    background-color: rgba(31,31,31,255)!important;
}


.top_img_banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    /* overflow: hidden; */
    /* margin-bottom: 500px; */
}

.top_img_banner img{
    width: 100%;
}



.lesson_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 100px;
}

.lesson_content_space{
    width: 90%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 200px;
}

.lesson_title{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
}

.lesson_title h1{
    font-size: 3rem;
    color: white;
}

.title_mark{
    width: 10px;
    /* height: 100px; */
    border-radius: 5px;
    background-color: rgb(232, 77, 0);
}


.bottom_navigation{
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
}

.bottom_navigation a{
    padding-inline: 20px;
    padding-block: 4px;
    outline: none;
    border: none;
    color: white;
    border-radius: 2px;
    background-color: rgb(232, 77, 0);
    font-size: 0.8rem;
}


.mid_space{
    flex-grow: 2;
}

.next_btn_form{
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.next_btn_form button{
    padding-inline: 20px;
    padding-block: 4px;
    outline: none;
    border: none;
    color: white;
    border-radius: 2px;
    background-color: rgb(232, 77, 0);
    font-size: 0.8rem;
}


.normal_text{
    width: 100%;
    font-size: 1.2rem;
    color: white;
}

.italic_text{
    font-style: italic;
    margin-block: 30px;
}


.language_bar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    padding: 10px;
    border: 2px solid rgb(160, 160, 160);
    border-radius: 5px;
    /* width: 100%; */
    align-self: center;
    margin-inline: auto;
    margin-bottom: 20px;
}

.active_language{
    padding-inline: 15px;
    padding-block: 5px;
    background-color: rgb(61, 61, 61);
    color: rgb(250, 250, 250);
    border-radius: 5px;
}

.deactive_language{
    padding-inline: 15px;
    padding-block: 5px;
    background-color: rgb(20, 20, 20);
    color: rgb(204, 204, 204);
    border-radius: 5px;
}



@media (max-width: 600px){
    .lesson_title h1{
        font-size: 2rem;
        color: white;
    }

    .lesson_content_space{
        width: 95%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 200px;
    }
}

/* Sanatan Shield 90-day chapter layout additions */
.shield_lesson_hero{
    width:100%;
    min-height:300px;
    background: radial-gradient(circle at top left, rgba(232,77,0,0.34), transparent 35%), linear-gradient(135deg, #120b07 0%, #271209 45%, #3b1607 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:60px 20px 40px;
    box-sizing:border-box;
    border-bottom:1px solid rgba(232,77,0,0.45);
}
.shield_lesson_hero_inner{ width:min(1100px, 94%); color:white; }
.shield_day_badge{ display:inline-flex; background:rgb(232,77,0); color:#fff; padding:7px 16px; border-radius:999px; font-size:0.95rem; margin-bottom:18px; }
.shield_phase{ color:#ffd4b8; letter-spacing:.08em; text-transform:uppercase; margin-bottom:8px; }
.shield_lesson_hero h1{ font-size:3.4rem; line-height:1.08; margin:0 0 12px; color:white; }
.shield_lesson_hero p{ font-size:1.2rem; max-width:900px; }
.shield_lesson_content{ margin-top:40px; }
.shield_reader_note,.shield_notice{ width:100%; box-sizing:border-box; padding:16px 18px; border-radius:10px; background:#2d1a10; color:#ffe6d7; border:1px solid rgba(232,77,0,.5); }
.shield_notice{ background:#3b1607; color:#fff; }
.shield_content_card{ width:100%; box-sizing:border-box; background:#242424; border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:24px; box-shadow:0 12px 35px rgba(0,0,0,.18); }
.shield_content_card h2{ color:#ff8a3d; font-size:1.6rem; margin-bottom:12px; }
.shield_content_card .normal_text{ font-size:1.12rem; line-height:1.78; color:#f6f1ee; margin-bottom:12px; }
.shield_grid_two{ width:100%; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.shield_box{ box-sizing:border-box; background:#201f1f; border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:22px; color:#fff; }
.shield_box h3{ color:#ff8a3d; font-size:1.35rem; margin-bottom:10px; }
.shield_box p{ color:#f5eee9; line-height:1.7; font-size:1.05rem; }
.shield_box_saffron{ background:linear-gradient(135deg, rgba(232,77,0,.95), rgba(144,42,0,.95)); border-color:rgba(255,255,255,.18); }
.shield_box_saffron h3,.shield_box_saffron p{ color:white; }
.shield_misconception{ width:100%; background:#161616; border-color:rgba(232,77,0,.35); }
.shield_custom_html{ width:100%; color:white; }
.shield_bottom_nav{ z-index:50; background:linear-gradient(180deg, transparent, rgba(0,0,0,.78)); box-sizing:border-box; gap:10px; }
.shield_bottom_nav a,.shield_bottom_nav button{ text-decoration:none; min-height:34px; display:flex; align-items:center; }
@media (max-width: 700px){
    .shield_lesson_hero{ min-height:240px; padding:42px 14px 28px; }
    .shield_lesson_hero h1{ font-size:2.15rem; }
    .shield_lesson_hero p{ font-size:1rem; }
    .shield_grid_two{ grid-template-columns:1fr; }
    .shield_content_card{ padding:18px; }
    .shield_content_card .normal_text{ font-size:1.02rem; }
    .shield_bottom_nav{ padding:12px; }
}
