.elementor-1216 .elementor-element.elementor-element-e4b4748{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8b4eef1 *//* ===========================
   Shri Ram Sena District Page
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#fff8e8;
    color:#333;
    line-height:1.6;
}

/* Header */

header{
    background:linear-gradient(135deg,#ff6f00,#ff9800);
    color:#fff;
    text-align:center;
    padding:30px 20px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

header h1{
    font-size:38px;
    margin-bottom:10px;
}

header h3{
    font-size:20px;
    font-weight:normal;
}

/* Container */

.container{
    width:95%;
    max-width:1400px;
    margin:35px auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:25px;
}

/* Card */

.card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:0.3s ease;
}

.card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

/* District Heading */

.card h2{
    background:linear-gradient(135deg,#e65100,#ff9800);
    color:#fff;
    text-align:center;
    padding:15px;
    font-size:22px;
}

/* Table */

table{
    width:100%;
    border-collapse:collapse;
}

table td{
    border:1px solid #eee;
    padding:12px;
    font-size:15px;
}

table td:first-child{
    width:45%;
    background:#fff3e0;
    font-weight:bold;
    color:#d84315;
}

/* Status */

.vacant{
    color:#d50000;
    font-weight:bold;
}

.filled{
    color:#2e7d32;
    font-weight:bold;
}

/* Footer */

footer{
    margin-top:40px;
    background:#222;
    color:#fff;
    text-align:center;
    padding:20px;
    font-size:15px;
}

/* Responsive */

@media(max-width:768px){

header h1{
    font-size:30px;
}

header h3{
    font-size:18px;
}

.container{
    grid-template-columns:1fr;
}

.card h2{
    font-size:20px;
}

table td{
    font-size:14px;
    padding:10px;
}

}/* End custom CSS */