/* Shared utility navigation; scoped independently of the main menu. */
.topBar.college-topbar {/* background: #092f43; */border-top: 0;border-bottom: 3px solid #dfa93d;padding: 5px;color: #fff;font-size: 13px;background: linear-gradient(90deg, #c34f00, #032451);}
.college-topbar > .row {display: block;/* max-width: 1200px; */margin: 0 auto;padding: 0 20px;}
.college-topbar .college-quick-nav { padding: 10px 0; }
.college-topbar ul.college-quick-links,
.college-topbar ul.college-social-links { display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; gap: 6px; }
.college-topbar ul li { padding: 0; margin: 0; border: 0; font-size: inherit; }
.college-topbar a { text-decoration: none; transition: background-color .18s, color .18s; }
.college-topbar .college-quick-links a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 14px; border-radius: 5px; color: #eff6fa; font-weight: 500; line-height: 1.4; }
.college-topbar .college-quick-links a:hover { background: #ffffff16; color: #ffdb8e; }
.college-topbar .college-quick-links .college-register { margin-left: auto; }
.college-topbar .college-register a { background: #f0bf59; border: 1px solid #f0bf59; color: #102e3d; font-weight: 700; }
.college-topbar .college-register a:hover { background: #ffda8a; color: #102e3d; }
.college-topbar .college-journal a { border: 1px solid #89b1bf; font-weight: 700; }
.college-topbar .college-contact-row,
.college-topbar .college-social-nav { display: flex; align-items: center; gap: 12px; }
.college-topbar .college-contact-row { justify-content: space-between; border-top: 1px solid #ffffff24; padding: 8px 0; }
.college-topbar .college-helpline { display: flex; align-items: center; gap: 10px; color: #d8e5ec; line-height: 1.6; min-height: 36px; }
.college-topbar .college-helpline > i { color: #f0bf59; font-size: 18px; }
.college-topbar .college-helpline strong { color: #fff; white-space: nowrap; margin-left: 7px; }
.college-topbar .college-helpline:hover strong { color: #ffdb8e; }
.college-topbar .college-social-label { color: #c3d7e1; font-size: 12px; }
.college-topbar .college-social-links a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #ffffff35; border-radius: 50%; background: #ffffff0a; color: #fff; padding: 0; font-size: 16px; line-height: 1; }
.college-topbar .college-social-links a:hover { color: #fff; border-color: transparent; }
.college-topbar .college-facebook:hover { background: #1877f2; }
.college-topbar .college-twitter:hover { background: #101820; }
.college-topbar .college-linkedin:hover { background: #0a66c2; }
.college-topbar .college-instagram:hover { background: #c13584; }
.college-topbar .college-youtube:hover { background: #cc0000; }
.college-topbar .college-whatsapp:hover { background: #128c4a; }
.college-topbar a:focus-visible { outline: 3px solid #ffda8a; outline-offset: 3px; }
@media (max-width: 850px) {
    .college-topbar .college-quick-links { justify-content: center; }
    .college-topbar .college-quick-links .college-register { margin-left: 0; }
    .college-topbar .college-contact-row { flex-wrap: wrap; justify-content: center; gap: 6px 18px; }
}
@media (max-width: 480px) {
    .college-topbar > .row { padding: 0 12px; }
    .college-topbar .college-quick-links { gap: 5px; }
    .college-topbar .college-quick-links a { padding: 8px; min-height: 44px; font-size: 12px; }
    .college-topbar .college-quick-links .college-register,
    .college-topbar .college-quick-links .college-journal { flex-basis: calc(50% - 3px); }
    .college-topbar .college-toll-free, .college-topbar .college-social-label { display: none; }
    .college-topbar .college-helpline { font-size: 12px; }
    .college-topbar .college-helpline strong { margin-left: 3px; }
    .college-topbar .college-social-links a { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
    .college-topbar a { transition: none; }
}
