/* BASE */

/* GLOW */
.shahothon_2_0_half_marathon_2026_event_glow{
color:#00f2ff;
text-shadow:0 0 8px #00f2ff,0 0 25px rgba(0,242,255,0.6);
}

/* HERO */
.shahothon_2_0_half_marathon_2026_event_hero{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:url('https://voiceofconstitution.org/img/our_story_shahothon_/delhi_half_marathon_shahothon.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;
}
.shahothon_2_0_half_marathon_2026_event_title{
font-size:48px;
}
.shahothon_2_0_half_marathon_2026_event_tagline{
color:#00f2ff;
}

/* SECTION */
.shahothon_2_0_half_marathon_2026_event_section{
padding:80px 20px;
max-width:1100px;
margin:auto;
}
.shahothon_2_0_half_marathon_2026_event_container{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}
.shahothon_2_0_half_marathon_2026_event_text p{
line-height:1.8;
color:#ccc;
}

/* IMAGE */
.shahothon_2_0_half_marathon_2026_event_image img{
width:100%;
border-radius:12px;
box-shadow:0 0 20px rgba(0,242,255,0.2);
}

/* LIST */
.shahothon_2_0_half_marathon_2026_event_list li{
margin:10px 0;
}

/* GRID */
.shahothon_2_0_half_marathon_2026_event_grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:20px;
}
.shahothon_2_0_half_marathon_2026_event_card{
background:#111;
padding:20px;
border-radius:10px;
border:1px solid rgba(255,255,255,.1);
}
.shahothon_2_0_half_marathon_2026_event_card:hover{
border-color:#00f2ff;
box-shadow:0 0 15px rgba(0,242,255,.4);
}

/* TABLE */
.shahothon_2_0_half_marathon_2026_event_table{
margin-top:20px;
}
.shahothon_2_0_half_marathon_2026_event_row_item{
display:flex;
justify-content:space-between;
padding:15px;
border-bottom:1px solid rgba(255,255,255,.1);
}

/* MOBILE */
@media(max-width:768px){
.shahothon_2_0_half_marathon_2026_event_container{
grid-template-columns:1fr;
}
}
.shahothon_2_0_half_marathon_2026_event_cta_wrapper{
    margin-top:30px;
}

/* BUTTON */
.shahothon_2_0_half_marathon_2026_event_cta_btn{
    display:inline-block;
    padding:14px 30px;
    font-size:16px;
    font-weight:600;
    color:#000;
    background:#00f2ff;
    border-radius:50px;
    text-decoration:none;
    transition:0.3s;
    box-shadow:0 0 15px #00f2ff, 0 0 40px rgba(0,242,255,0.4);
}

/* HOVER EFFECT */
.shahothon_2_0_half_marathon_2026_event_cta_btn:hover{
    background:#fff;
    color:#000;
    box-shadow:0 0 25px #00f2ff, 0 0 60px rgba(0,242,255,0.7);
    transform:translateY(-3px);
}
.shahothon_2_0_half_marathon_2026_event_description{
    max-width:800px;
    margin:15px auto;
    color:#ccc;
    line-height:1.8;
    text-align:center;
}

.shahothon_2_0_half_marathon_2026_event_card h4{
    margin-bottom:10px;
}

/* SECTION BACKGROUND */
.shahothon_2_0_half_marathon_2026_event_keyword_section{
    padding:100px 20px;
    background: radial-gradient(circle at center, #0a0a0a, #000);
}

/* CONTAINER */
.shahothon_2_0_half_marathon_2026_event_keyword_container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:60px;
    align-items:center;
}

/* TEXT */
.shahothon_2_0_half_marathon_2026_event_keyword_text h2{
    font-size:36px;
    margin-bottom:20px;
}

.shahothon_2_0_half_marathon_2026_event_keyword_text p{
    color:#ccc;
    line-height:1.8;
    margin-bottom:15px;
}

/* POINTS */
.shahothon_2_0_half_marathon_2026_event_keyword_points{
    margin-top:25px;
}

.shahothon_2_0_half_marathon_2026_event_keyword_point{
    padding:12px 18px;
    margin:10px 0;
    border-left:3px solid #00f2ff;
    background:rgba(255,255,255,0.03);
}

/* RIGHT SIDE CARDS */
.shahothon_2_0_half_marathon_2026_event_keyword_visual{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.shahothon_2_0_half_marathon_2026_event_keyword_card{
    padding:25px;
    border-radius:15px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(0,242,255,0.2);
    backdrop-filter:blur(10px);
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_keyword_card:hover{
    transform:translateY(-5px);
    box-shadow:0 0 20px rgba(0,242,255,0.4);
}

/* MOBILE */
@media(max-width:768px){
    .shahothon_2_0_half_marathon_2026_event_keyword_container{
        grid-template-columns:1fr;
    }
}
/* SECTION BACKGROUND */
.shahothon_2_0_half_marathon_2026_event_impact_section{
    position:relative;
    padding:100px 20px;
    background:url('https://voiceofconstitution.org/img/our_story_shahothon_/DSCF5899.jpg') center/cover;
}

/* DARK OVERLAY */
.shahothon_2_0_half_marathon_2026_event_impact_overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.85);
}

/* CONTAINER */
.shahothon_2_0_half_marathon_2026_event_impact_container{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    text-align:center;
}

/* INTRO */
.shahothon_2_0_half_marathon_2026_event_impact_intro{
    max-width:800px;
    margin:15px auto 40px;
    color:#ccc;
}

/* GRID */
.shahothon_2_0_half_marathon_2026_event_impact_grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

/* CARDS */
.shahothon_2_0_half_marathon_2026_event_impact_card{
    padding:30px 20px;
    border-radius:15px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(0,242,255,0.2);
    backdrop-filter:blur(10px);
    transition:0.3s;
}

.shahothon_2_0_half_marathon_2026_event_impact_card:hover{
    transform:translateY(-8px);
    box-shadow:0 0 25px rgba(0,242,255,0.5);
}

/* TITLE */
.shahothon_2_0_half_marathon_2026_event_impact_card h3{
    margin-bottom:10px;
    color:#00f2ff;
    text-shadow:0 0 10px #00f2ff;
}

/* MOBILE */
@media(max-width:768px){
    .shahothon_2_0_half_marathon_2026_event_impact_section{
        padding:70px 20px;
    }
}