* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Noto Sans Tamil', sans-serif; background:#fffdf9; color:#333; line-height:1.7; }
header { height:60vh; min-height:300px; background:url('deepam.jpg') center/cover no-repeat; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; color:#fff; text-shadow: 2px 2px 8px rgba(0,0,0,0.8); }
h1 { font-size:4.5rem; font-weight:600; margin-bottom:0.5rem; }
.english { font-size:2rem; font-weight:300; margin-bottom:0.5rem; }
.devanagari { font-family: 'Siddhanta', serif; font-size:1.8rem; }
.container { max-width:900px; margin:0 auto; padding:3rem 1.5rem; }
h2 { font-size:2.2rem; text-align:center; margin-bottom:2rem; color:#b71c1c; }
.branches { padding-left:1.5rem; margin:2rem 0; }
.branches li { margin:1.2rem 0; font-size:1.15rem; }
.support { background:#fff8e1; padding:2rem; border-radius:12px; margin-top:3rem; text-align:center; }
.contact { font-weight:600; margin-top:1rem; font-size:1.2rem; }
footer { text-align:center; padding:2rem; background:#b71c1c; color:#fff; font-size:0.9rem; }
.lang-switcher {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.lang-switcher a { color: #444; text-decoration: none; margin: 0 4px; }
.lang-switcher a.active, .lang-switcher a:hover { color: #d4af37; }
