/************Traffic Circle**************************************/ .tracir-accordion { border: none; } /* Each tracir card */ .tracir-item { background: linear-gradient(90deg, #0a1f44, #1488cc); border-radius: 12px; margin-bottom: 20px; overflow: hidden; } /* Button style */ .tracir-btn { background: transparent !important; color: #fff !important; font-weight: 600; padding: 20px 55px 20px 20px; position: relative; } /* Remove default arrow */ .tracir-btn::after { display: none; } /* Custom plus icon */ .tracir-btn::before { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 300; } /* When open → minus */ .tracir-btn:not(.collapsed)::before { content: "–"; } /* Body */ .tracir-body { background: #d7ecff; color: #000; padding: 20px; font-size: 15px; line-height: 1.6; } .tracir-content { font-family: Arial, Helvetica, sans-serif; color: #222; } .tracir-heading { font-size: 18px; font-weight: 600; margin: 20px 0 10px; } .tracir-text { font-size: 15px; margin-bottom: 10px; } .tracir-list { font-size: 15px; padding-left: 20px; margin-bottom: 15px; } .tracir-list li { margin-bottom: 6px; } .tracir-link { color: #0d6efd; font-style: italic; text-decoration: none; } .tracir-link:hover { text-decoration: underline; } .tracir-lg-text{ font-size: large; } .tracir-para-font-wt{ font-weight:500; } .tracir-text { font-family: Arial, Helvetica, sans-serif; font-size: 18px; /* large */ color: #222; line-height: 1.6; } .tracir-muted { font-family: "Segoe UI", sans-serif; color: #333; } .tracir-strong { font-family: "Segoe UI", sans-serif; color: #333; font-weight: 700; } .dtp-tracirs{ padding-top: 1vw; padding-bottom: 8vw; } .accordion-button{ font-size: 1.3rem !important; } .station-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .station-list li { background: #eaf6ff; border-radius: 10px; } .station-list li a { display: block; padding: 14px 16px; text-decoration: none; font-weight: 600; color: #0b4f8a; } .tracir-btn::before { font-weight: 600 !important; background: #0084E4 !important; padding: 5px; border-radius: 9px; } /* mobile ke liye single column */ @media (max-width: 600px) { .station-list { grid-template-columns: 1fr; } } __________________________________________________________
_______________________________________________________