/* BASE */
body{
margin:0;
font-family:'Rajdhani',sans-serif;
background:#050505;
color:#fff;
}

/* GLOW */
.shahothon_2_0_half_marathon_2026_event_glow{
color:#00f2ff;
text-shadow:0 0 10px #00f2ff,0 0 30px rgba(0,242,255,0.6);
}

/* HERO */
.shahothon_2_0_half_marathon_2026_event_categories_hero{
height:70vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:url('https://voiceofconstitution.org/img/our_story_shahothon_/DSCF5899.jpg') center/cover;
position:relative;
}

.shahothon_2_0_half_marathon_2026_event_overlay{
position:absolute;
inset:0;
background:linear-gradient(to bottom,rgba(0,0,0,.8),#050505);
}

.shahothon_2_0_half_marathon_2026_event_content{
position:relative;
z-index:2;
max-width:900px;
}

/* SECTION */
.shahothon_2_0_half_marathon_2026_event_section{
padding:90px 20px;
max-width:1200px;
margin:auto;
text-align:center;
}

/* GRID */
.shahothon_2_0_half_marathon_2026_event_categories_grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:40px;
}

/* CARD */
.shahothon_2_0_half_marathon_2026_event_categories_card{
padding:30px;
border-radius:20px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(0,242,255,0.2);
backdrop-filter:blur(10px);
transition:.3s;
text-align:left;
}

.shahothon_2_0_half_marathon_2026_event_categories_card:hover{
transform:translateY(-10px);
box-shadow:0 0 30px rgba(0,242,255,0.5);
}

/* BADGE */
.shahothon_2_0_half_marathon_2026_event_categories_badge{
display:inline-block;
padding:6px 14px;
border-radius:20px;
background:#00f2ff;
color:#000;
font-weight:600;
margin-bottom:10px;
}

/* TEXT */
.shahothon_2_0_half_marathon_2026_event_categories_card p{
color:#ccc;
line-height:1.7;
}

/* LIST */
.shahothon_2_0_half_marathon_2026_event_categories_card ul{
padding-left:18px;
}

/* CTA */
.shahothon_2_0_half_marathon_2026_event_categories_cta{
margin-top:60px;
}

.shahothon_2_0_half_marathon_2026_event_categories_btn{
padding:15px 40px;
border-radius:50px;
background:#00f2ff;
color:#000;
font-weight:600;
text-decoration:none;
box-shadow:0 0 20px #00f2ff;
transition:.3s;
}

.shahothon_2_0_half_marathon_2026_event_categories_btn:hover{
box-shadow:0 0 40px #00f2ff;
transform:translateY(-3px);
}

/* TABLE */
.shahothon_2_0_half_marathon_2026_event_categories_table{
margin-top:40px;
border:1px solid rgba(255,255,255,.1);
border-radius:12px;
overflow:hidden;
}

.shahothon_2_0_half_marathon_2026_event_categories_row{
display:flex;
justify-content:space-between;
padding:15px;
border-bottom:1px solid rgba(255,255,255,.1);
}

.shahothon_2_0_half_marathon_2026_event_categories_row.header{
background:#111;
font-weight:600;
}

/* MOBILE */
@media(max-width:768px){
.shahothon_2_0_half_marathon_2026_event_categories_row{
flex-direction:column;
gap:5px;
}
}
.shahothon_2_0_half_marathon_2026_event_categories_subtitle{
    margin-top:10px;
    font-size:20px;
    color:#fff;
    text-shadow:0 0 10px rgba(255,255,255,0.4);
}

.shahothon_2_0_half_marathon_2026_event_categories_desc{
    max-width:750px;
    margin:20px auto;
    color:#ccc;
    line-height:1.8;
}

.shahothon_2_0_half_marathon_2026_event_categories_info{
    margin-top:15px;
    color:#00f2ff;
    font-weight:600;
    text-shadow:0 0 10px #00f2ff;
}

/* CTA */
.shahothon_2_0_half_marathon_2026_event_categories_cta_wrapper{
    margin-top:30px;
}

.shahothon_2_0_half_marathon_2026_event_categories_cta_btn{
    padding:14px 35px;
    border-radius:50px;
    background:#00f2ff;
    color:#000;
    font-weight:600;
    text-decoration:none;
    box-shadow:0 0 20px #00f2ff;
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_categories_cta_btn:hover{
    box-shadow:0 0 40px #00f2ff;
    transform:translateY(-3px);
}
/* SECTION */
.shahothon_2_0_half_marathon_2026_event_intro_section{
    padding:100px 20px;
    background:#080808;
}

/* CONTAINER */
.shahothon_2_0_half_marathon_2026_event_intro_container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:50px;
    align-items:center;
}

/* TEXT */
.shahothon_2_0_half_marathon_2026_event_intro_desc{
    color:#ccc;
    line-height:1.8;
    margin-bottom:15px;
}

/* POINTS */
.shahothon_2_0_half_marathon_2026_event_intro_points{
    margin-top:25px;
}

.shahothon_2_0_half_marathon_2026_event_intro_point{
    padding:12px 18px;
    margin:10px 0;
    background:rgba(255,255,255,0.03);
    border-left:3px solid #00f2ff;
}

/* IMAGE */
.shahothon_2_0_half_marathon_2026_event_intro_image img{
    width:100%;
    border-radius:15px;
    box-shadow:0 0 25px rgba(0,242,255,0.3);
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_intro_image img:hover{
    transform:scale(1.03);
}

/* MOBILE */
@media(max-width:768px){
    .shahothon_2_0_half_marathon_2026_event_intro_container{
        grid-template-columns:1fr;
    }
}
.shahothon_2_0_half_marathon_2026_event_compare_section{
    padding:100px 20px;
    background:#060606;
    text-align:center;
}

.shahothon_2_0_half_marathon_2026_event_compare_container{
    max-width:1100px;
    margin:auto;
}

.shahothon_2_0_half_marathon_2026_event_compare_desc{
    color:#ccc;
    margin:15px auto 40px;
    max-width:700px;
}

.shahothon_2_0_half_marathon_2026_event_compare_grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
}

.shahothon_2_0_half_marathon_2026_event_compare_card{
    padding:25px;
    border-radius:15px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(0,242,255,0.2);
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_compare_card:hover{
    transform:translateY(-5px);
    box-shadow:0 0 20px rgba(0,242,255,0.4);
}

/* SECTION */
.shahothon_2_0_half_marathon_2026_event_cta_section{
    position:relative;
    padding:120px 20px;
    text-align:center;
    background:url('https://voiceofconstitution.org/img/our_story_shahothon_/DSCF7913.jpg') center/cover no-repeat;
}

/* OVERLAY */
.shahothon_2_0_half_marathon_2026_event_cta_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.95));
}

/* CONTENT */
.shahothon_2_0_half_marathon_2026_event_cta_container{
    position:relative;
    z-index:2;
    max-width:800px;
    margin:auto;
}

/* TEXT */
.shahothon_2_0_half_marathon_2026_event_cta_text{
    margin-top:15px;
    color:#ccc;
    line-height:1.8;
}

/* INFO LINE */
.shahothon_2_0_half_marathon_2026_event_cta_info{
    margin-top:20px;
    font-weight:600;
    color:#00f2ff;
    text-shadow:0 0 10px #00f2ff;
}

/* BUTTON IMPROVE */
.shahothon_2_0_half_marathon_2026_event_categories_btn{
    margin-top:30px;
    display:inline-block;
    padding:16px 40px;
    font-size:16px;
    border-radius:50px;
    background:#00f2ff;
    color:#000;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 0 20px #00f2ff, 0 0 50px rgba(0,242,255,0.5);
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_categories_btn:hover{
    transform:translateY(-4px);
    box-shadow:0 0 30px #00f2ff, 0 0 70px rgba(0,242,255,0.8);
}


/* SECTION */
.shahothon_2_0_half_marathon_2026_event_faq_section{
    padding:100px 20px;
    background:#050505;
}

/* CONTAINER */
.shahothon_2_0_half_marathon_2026_event_faq_container{
    max-width:900px;
    margin:auto;
    text-align:center;
}

/* INTRO */
.shahothon_2_0_half_marathon_2026_event_faq_intro{
    color:#ccc;
    margin:15px auto 40px;
}

/* FAQ LIST */
.shahothon_2_0_half_marathon_2026_event_faq_list{
    text-align:left;
}

/* ITEM */
.shahothon_2_0_half_marathon_2026_event_faq_item{
    margin-bottom:20px;
    padding:20px;
    border-radius:12px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(0,242,255,0.2);
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_faq_item:hover{
    box-shadow:0 0 20px rgba(0,242,255,0.4);
}

/* QUESTION */
.shahothon_2_0_half_marathon_2026_event_faq_item h3{
    margin-bottom:10px;
    color:#00f2ff;
}

/* ANSWER */
.shahothon_2_0_half_marathon_2026_event_faq_item p{
    color:#ccc;
    line-height:1.7;
}