/* ============================================================
   Admitek AWM
   Primary: #f5b700 (Gold) | Dark: #222 | Body: #d4eaf7
   Fonts: Merriweather (headings) + Source Sans 3 (body)
   ============================================================ */

/* ---- Google Fonts ---- */
body {
    font-family: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
    background-color: #d4eaf7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', Georgia, serif;
}

#masthead h2 {
    font-family: 'Merriweather', Georgia, serif;
    letter-spacing: -0.3px;
}

.panel-about .panel-heading,
.notice-box-header,
.notice-view-card h3,
.breadcrumb.blue-abstract h3,
footer h3 {
    font-family: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.2px;
}

.navbar-bright #PrimaryMenu>li>a,
.navbar-bright .dropdown-menu>li>a,
.navbar-brand {
    font-family: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
}

/* ---- Info Bar ---- */
#info-bar {
    background: #1e1e1e;
    color: #ccc;
    border-bottom: 1px solid #333;
}

#info-bar a {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
}

#info-bar a:hover {
    color: #fff;
    background: #ffba00;
}

#info-bar .fa {
    margin-right: 3px;
    color: #aaa;
}

#info-bar .info-contact span {
    margin-right: 14px;
}

/* ---- Header Menu (above masthead) ---- */
#HeaderMenu {
    background: #222;
    padding: 0;
    font-size: 12px;
}

#HeaderMenu .nav>li>a {
    color: #ddd;
    padding: 5px 10px;
    font-size: 12px;
}

#HeaderMenu .nav>li>a:hover {
    color: #fff;
    background: #333;
}

/* ---- Masthead ---- */
#masthead {
    background: #fff;
    padding: 25px 0;
}

#masthead .masthead-logo {
    max-height: 120px !important;
    width: 120px !important;
    margin: 0;
    height: 120px;
    float: left;
    margin-right: 15px;
}

#masthead h2 {
    color: #1e1e1e;
    margin: 20px 0 5px 0;
}

#masthead h4 {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 2px;
}

#masthead p {
    color: #2c2c2c;
    font-size: 15px;
}

#masthead .masthead-center h2 {
    text-align: center;
}

#masthead .masthead-center h4 {
    text-align: center;
}

/* ---- Accreditation Badges ---- */
#accreditation-badges {
    padding-top: 6px;
}

.accred-wrap {
    display: inline-flex;
    gap: 6px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.accred-box {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

.accred-naac {
    background: #222;
    color: #fff;
    border: 2px solid #f5b700;
}

.accred-nirf {
    background: #f5b700;
    color: #1e1e1e;
}

.accred-box small {
    font-size: 9px;
    font-weight: 400;
    display: block;
}

.header-menu-links {
    margin-top: 4px;
    text-align: right;
}

.header-menu-links .nav {
    float: right;
    margin: 0;
}

.header-menu-links .nav>li>a {
    color: #333;
    font-size: 11px;
    padding: 2px 6px;
}

/* ---- Primary Navbar ---- */
header.navbar-bright {
    background: #f5b700;
    border: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    min-height: 38px;
    border-top: 2px solid #d4a000;

}

header.navbar-bright .navbar-brand {
    color: #1e1e1e;
}

header.navbar-bright .navbar-toggle .icon-bar {
    background: #1e1e1e;
}

header.navbar-bright .navbar-toggle {
    border-color: #d4a000;
    margin-top: 5px;
}

header.navbar-bright #PrimaryMenu>li>a {
    color: #1e1e1e;
    transition: background 0.2s;
}

header.navbar-bright #PrimaryMenu>li>a:hover,
header.navbar-bright #PrimaryMenu>li.open>a {
    background: #1e1e1e;
    color: #f5b700;
}

header.navbar-bright .dropdown-menu {
    background: #2d2d2d;
    border-radius: 0;
    border: none;
    border-top: 2px solid #f5b700;
    padding: 0;
    min-width: 200px;
}

header.navbar-bright .dropdown-menu>li>a {
    color: #ddd;
    font-size: 12px;
    padding: 6px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.navbar-bright .dropdown-menu>li>a:hover {
    background: #f5b700;
    color: #1e1e1e;
}

/* ---- Full-Width Carousel ---- */
#homepage-fullwidth-carousel {
    border-bottom: 3px solid #f5b700;
    margin: unset;
    height: 365px;
}

#homepage-fullwidth-carousel .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1e1e1e;
}

#homepage-fullwidth-carousel .carousel-control {
    background: rgba(0, 0, 0, 0.2);
    width: 5%;
}

#homepage-fullwidth-carousel .carousel-indicators {
    bottom: 5px;
}

/* ---- Marquee Strip ---- */
.marquee-holder {
    background: #1e1e1e;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    border-bottom: 2px solid #f5b700;
}

.latestNewsWrap {
    display: flex;
    align-items: center;
    min-height: 26px;
}

.latestNewsWrap marquee {
    flex: 1;
    color: #ddd;
    font-size: 12px;
    line-height: 1.4;
}

.latestNewsWrap marquee a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.latestNewsWrap marquee a:hover {
    color: #f5b700;
}

.marquee-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f5b700;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 11px;
    padding: 3px 10px;
    margin-right: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.3px;
}

/* ---- Homepage Body ---- */
.homepage-body {
    margin-top: 10px;
}

/* ---- Panel base ---- */
.panel-about {
    border-radius: 0 !important;
    border: 1px solid #dde !important;
    margin-bottom: 10px;
}

.panel-about .panel-heading {
    background: #2d2d2d !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 6px 11px;
}

.panel-about .panel-heading .fa {
    margin-right: 5px;
}

/* ---- Quick Links Sidebar ---- */
.QuickLinksMenuLHS {
    list-style: none;
    padding: 0;
    margin: 0;
}

.QuickLinksMenuLHS li {
    border-bottom: 1px dotted #ddd;
}

.QuickLinksMenuLHS li:last-child {
    border-bottom: none;
}

.QuickLinksMenuLHS li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    font-size: 12px;
}

.QuickLinksMenuLHS li a::before {
    content: "» ";
    color: #f5b700;
}

.QuickLinksMenuLHS li a:hover {
    color: #d4a000;
    text-decoration: none;
    background: #fdf8e8;
}

/* ---- Principal's Desk ---- */
.panel-desk .panel-heading {
    background: #1e1e1e !important;
}

.desk-body {
    padding: 10px 12px;
    text-align: center;
}

.principal-photo {
    width: 100%;
    max-width: 120px;
    border-radius: 3px;
    border: 3px solid #f5b700;
    margin-bottom: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.principal-no-photo {
    color: #aaa;
    padding: 15px 0 10px;
}

.principal-name {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 13px;
    margin: 4px 0 1px;
}

.principal-desig {
    font-size: 11px;
    color: #d4a000;
    font-style: italic;
    margin: 0 0 6px;
}

.principal-msg {
    font-size: 12px;
    color: #555;
    text-align: justify;
    line-height: 1.6;
    margin: 0;
}

/* ---- Upcoming Events (sidebar) ---- */
.event-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 4px 0;
    border-bottom: 1px dotted #eee;
    font-size: 12px;
}

.event-item:last-child {
    border-bottom: none;
}

.event-date {
    color: #d4a000;
    font-weight: 700;
    min-width: 44px;
    font-size: 11px;
    white-space: nowrap;
}

.event-name {
    color: #333;
    line-height: 1.4;
}

/* ---- About panel ---- */
.about-body {
    font-size: 13px;
    line-height: 1.7;
    padding: 10px 14px;
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.about-body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(transparent, #fff);
}

/* ---- Photo Gallery Preview ---- */
.gallery-preview-body {
    padding: 8px 8px 4px;
}

.gallery-preview-cell {
    padding: 3px;
    margin-bottom: 4px;
}

.gallery-thumb-img {
    height: 90px;
    background-size: cover;
    background-position: center;
    background-color: #dde;
    border-radius: 2px;
}

.gallery-thumb-label {
    font-size: 11px;
    color: #555;
    text-align: center;
    margin: 2px 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-preview-cell a:hover .gallery-thumb-img {
    opacity: 0.85;
}

.gallery-preview-cell a {
    text-decoration: none;
}

.view-all-link {
    color: #ffd700;
    font-size: 11px;
    font-weight: 400;
    margin-top: 2px;
}

/* ---- Notices Panel (right col) ---- */
#NoticesHolder {
    background: #fff;
    border: 1px solid #dde;
    margin-bottom: 10px;
}

.notices-tab-header .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
    background: #2d2d2d;
}

.notices-tab-header .nav-tabs>li>a {
    font-size: 12px;
    color: #ccc;
    border-radius: 0;
    padding: 6px 12px;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
}

.notices-tab-header .nav-tabs>li.active>a,
.notices-tab-header .nav-tabs>li.active>a:hover,
.notices-tab-header .nav-tabs>li.active>a:focus {
    background: #f5b700;
    color: #1e1e1e;
    border-color: transparent;
}

#HomeNoticePanel {
    max-height: 420px;
    overflow-y: auto;
    padding: 0;
    border: none;
    border-top: none;
    min-height: 0;
}

.home-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-notice-list .news-item {
    padding: 5px 9px;
    border-bottom: 1px dotted #eee;
}

.home-notice-list .news-item:last-child {
    border-bottom: none;
}

.home-notice-list .news-item a {
    display: block;
    color: #222;
    font-weight: 600;
}

.home-notice-list .news-item a:hover {
    color: #d4a000;
    text-decoration: none;
}

.home-notice-list .news-item small {
    color: #999;
    font-size: 10px;
    display: block;
    margin-top: 1px;
}

.notice-viewall {
    text-align: right;
    padding: 4px 9px;
    border-top: 1px solid #eee;
}

.notice-viewall a {
    font-size: 11px;
    color: #333;
}

.notice-viewall a:hover {
    color: #d4a000;
}

/* ---- Notice Items (notices.php, tenders.php) ---- */
ul.notice-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.notice-items .news-item {
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}

/* ---- Footer ---- */
footer {
    background: #1e1e1e;
    color: #FFF;
    margin-top: 0;
}

footer h3 {
    color: #fff;
    border-bottom: 2px solid #f5b700;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

.hit-counter {
    font-family: monospace;
    font-size: 12px;
    color: #ffd700;
    letter-spacing: 2px;
}

/* Social Icons */
.social-icon {
    font-size: 32px !important;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.fb-icon {
    color: #7b9fd4;
}

.tw-icon {
    color: #79caed;
}

.gp-icon {
    color: #e07c72;
}

.li-icon {
    color: #7db4d8;
}

/* Footer Menu */
.FooterMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 8px;
}

.FooterMenu li {
    padding: 2px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.12);
    font-size: 11px;
    break-inside: avoid;
}

.FooterMenu li a {
    color: #ccc;
}

.FooterMenu li a::before {
    content: "» ";
    color: #f5b700;
}

.FooterMenu li a:hover {
    color: #fff;
}

.lower-footer {
    padding-top: 15px;
    border-top: 2px solid #f5b700;
    margin-top: 25px;
}

/* ---- Page Heading ---- */
.page-heading {
    border-left: 4px solid #f5b700;
    padding-left: 10px;
    margin: 16px 0 12px;
    color: #1e1e1e;
    font-size: 19px;
}

/* ---- Breadcrumb Banner ---- */
.breadcrumb.blue-abstract {
    background: #2d2d2d;
    border-radius: 0;
    padding: 9px 0;
    margin-bottom: 0;
}

.breadcrumb.blue-abstract h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb.blue-abstract .btn {
    margin-top: -2px;
}

/* ---- Error Page ---- */
.error-template {
    text-align: center;
    padding: 50px 0;
}

.error-template h1 {
    font-size: 72px;
    color: #f5b700;
    font-weight: 700;
    margin-bottom: 0;
}

.error-template h3 {
    color: #555;
    margin-bottom: 16px;
}

.error-actions .btn {
    margin: 0 4px;
}

/* ---- Misc Utilities ---- */
.orange {
    color: #d4a000;
}

.read-more-link {
    color: #d4a000 !important;
    float: none !important;
}

.read-more-link:hover {
    color: #1e1e1e;
    text-decoration: none;
}

.min-height-400 {
    min-height: 300px;
}

.margin-top-20 {
    margin-top: 14px;
}

.bg-primary {
    background: #f5b700 !important;
}

/* ---- Photo Gallery (photo-gallery.php) ---- */
.thumbnail {
    width: 116px;
    height: 116px;
    float: left;
    padding: 8px;
    margin: 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.thumbnail img {
    width: 98px;
    margin: 0 auto;
    display: block;
}

a.full-link {
    color: #fff;
}

/* ---- Downloads ---- */
.tab-content {
    background: #fff;
    min-height: 300px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 16px 14px;
    overflow: auto;
}

/* ---- Member Profile ---- */
.ProfileDetails .card {
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 12px;
}

.ProfilePic {
    width: 100%;
    max-width: 200px;
    border-radius: 3px;
}

.ProfileDocsLink {
    display: inline-block;
    text-align: center;
    margin: 8px;
    color: #333;
}

.ProfileDocsLink img {
    display: block;
    margin: 0 auto 4px;
}

.DeptSubHeading {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 15px;
    border-left: 4px solid #f5b700;
    padding-left: 7px;
    margin: 10px 0 8px;
}

/* ---- Department Pages ---- */
.AboutDepartment p {
    font-size: 13px;
    line-height: 1.75;
    text-align: justify;
}

/* ---- Contact Map ---- */
#map {
    height: 360px;
    width: 100%;
}

/* Info box (faculty cards) */
.info-box {
    min-height: 80px;
    background: #2d2d2d;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.info-box-icon {
    display: block;
    width: 80px;
    min-height: 80px;
    background-size: cover !important;
    background-position: center !important;
    flex-shrink: 0;
}

.info-box-content {
    padding: 8px 10px;
    color: #fff;
    flex: 1;
}

.info-box-text {
    font-size: 12px;
    display: block;
    line-height: 1.5;
}

.info-box-text-designation {
    font-size: 10px;
    opacity: 0.8;
}

/* ---- Principal Section (full-width strip below carousel) ---- */
.principal-section {
    background: #fff;
    border-top: 3px solid #2d2d2d;
    border-bottom: 3px solid #f5b700;
    padding: 16px 0;
}

.principal-photo-lg {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
    border: 3px solid #f5b700;
    margin-bottom: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.principal-name-lg {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 13px;
    margin: 4px 0 1px;
}

.principal-desig-lg {
    font-size: 11px;
    color: #d4a000;
    font-style: italic;
    margin: 0;
}

.principal-section-heading {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 700;
    border-left: 4px solid #f5b700;
    padding-left: 10px;
    margin: 0 0 10px;
}

.principal-msg-full {
    font-size: 13px;
    color: #444;
    line-height: 1.75;
    text-align: justify;
    max-height: 110px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.principal-msg-full::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(transparent, #fff);
}

/* ---- Notice Board (side-by-side boxes, replacing tabbed layout) ---- */
.notice-box {
    border: 1px solid #dde;
    margin-bottom: 14px;
}

.notice-box-header {
    background: #2d2d2d;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 12px;
}

.notice-box-header .fa {
    margin-right: 5px;
}

.notice-box .home-notice-list {
    max-height: 310px;
    overflow-y: auto;
}

/* ---- Info bar social icons ---- */
#info-bar .social-mini {
    font-size: 13px;
    margin-left: 6px;
    color: #aaa;
}

#info-bar .social-mini:hover {
    color: #fff;
}

/* ---- Notice Card Items (notices.php, tenders.php listing) ---- */
ul.notice-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-card-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #eee;
}

.notice-card-item:last-child {
    border-bottom: none;
}

.nci-date {
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    min-width: 46px;
    border-radius: 3px;
    flex-shrink: 0;
}

.nci-date span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
}

.nci-date small {
    font-size: 9px;
    color: #aaa;
    text-transform: uppercase;
    display: block;
}

.nci-body {
    flex: 1;
}

.nci-body a {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

.nci-body a:hover {
    color: #d4a000;
    text-decoration: none;
}

.nci-body .nci-meta {
    font-size: 10px;
    color: #999;
    margin-top: 2px;
    display: block;
}

/* ---- Inner Page Sidebar ---- */
.inner-sidebar {
    padding-left: 4px;
}

/* ---- Downloads Tab Styling ---- */
.nav-tabs>li>a {
    color: #333;
    border-radius: 0 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #2d2d2d;
    color: #fff;
    border-color: #2d2d2d;
}

.nav-tabs>li>a:hover {
    background: #f5f0e0;
    color: #333;
}

.tab-content {
    border-radius: 0;
    border-color: #dde;
    padding: 16px;
}

.tab-content ul.FooterMenu li {
    color: #333;
    font-size: 12px;
    padding: 4px 0;
}

.tab-content ul.FooterMenu li a.read-more-link {
    color: #d4a000;
    font-size: 11px;
    font-weight: 600;
}

.tab-content ul.FooterMenu li a.read-more-link:hover {
    color: #1e1e1e;
    text-decoration: none;
}

/* ---- View Notice / Tender page ---- */
.notice-view-card {
    border: 1px solid #dde;
    border-top: 3px solid #f5b700;
    border-radius: 0;
    padding: 20px 24px;
    background: #fff;
    margin-bottom: 20px;
}

.notice-view-card h3 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

/* ---- Footer 4-col layout ---- */
footer .footer-quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-quick-links li {
    padding: 2px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.12);
    font-size: 11px;
}

footer .footer-quick-links li a {
    color: #ccc;
}

footer .footer-quick-links li a::before {
    content: "» ";
    color: #f5b700;
}

footer .footer-quick-links li a:hover {
    color: #fff;
}

/* ---- YouTube Video Section ---- */
.youtube-section {
    margin-top: 0;
}

.yt-col {
    padding: 4px 6px;
    margin-bottom: 4px;
}

.yt-embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 2px;
}

.yt-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ---- Responsive: tablet (≤992px) ---- */
@media (max-width: 992px) {
    #masthead h2 {
        font-size: 17px;
    }

    #homepage-fullwidth-carousel .item, #homepage-gallery-carousel .item{
        height: 320px;
    }

    .accred-wrap {
        gap: 4px;
    }

    .accred-box {
        font-size: 11px;
        padding: 4px 7px;
    }
}

/* ---- Responsive: mobile (≤768px) ---- */
@media (max-width: 768px) {
    #masthead h2 {
        font-size: 14px;
        font-weight: 700;
    }

    #masthead h4 {
        font-size: 11px;
    }

    #masthead p {
        display: none;
    }

    #info-bar {
        display: none;
    }

    #accreditation-badges {
        display: none;
    }

    #homepage-fullwidth-carousel .item, #homepage-gallery-carousel .item {
        height: 180px;
    }

    .FooterMenu {
        columns: 1;
    }

    footer {
        padding: 16px 0 0;
    }

    footer .col-sm-6+.col-sm-6 {
        margin-top: 10px;
    }

    .about-body {
        max-height: none;
    }

    .about-body::after {
        display: none;
    }

    .principal-section {
        padding: 10px 0;
    }

    .principal-msg-full {
        max-height: none;
    }

    .principal-msg-full::after {
        display: none;
    }

    .notice-board-section .col-md-6 {
        margin-bottom: 0;
    }

    .notice-box .home-notice-list {
        max-height: 220px;
    }

    .notice-view-card {
        padding: 14px 14px;
    }

    .notice-view-card h3 {
        font-size: 15px;
    }

    .inner-sidebar {
        margin-top: 16px;
        padding-left: 15px;
    }

    .breadcrumb.blue-abstract h3 {
        font-size: 14px;
    }

    .breadcrumb.blue-abstract .btn {
        font-size: 11px;
        padding: 3px 7px;
    }

    .yt-col {
        padding: 4px 3px;
    }

    .DeptSubHeading {
        font-size: 14px;
    }

    .panel-about .panel-heading {
        font-size: 12px;
    }

    header.navbar-bright #PrimaryMenu>li>a {
        font-size: 13px;
        padding: 9px 9px;
    }
}

/* ---- Responsive: small phones (≤480px) ---- */
@media (max-width: 480px) {
    #masthead .masthead-logo {
        max-height: 50px;
    }

    #masthead h2 {
        font-size: 12px;
        line-height: 1.3;
    }

    #masthead h4 {
        font-size: 10px;
    }

    #homepage-fullwidth-carousel .item, #homepage-gallery-carousel .item {
        height: 140px;
    }

    #homepage-fullwidth-carousel .carousel-control, #homepage-gallery-carousel .carousel-control {
        width: 8%;
    }

    .principal-section {
        padding: 8px 0;
    }

    .principal-photo-lg {
        max-width: 70px;
    }

    .principal-section-heading {
        font-size: 13px;
    }

    .principal-msg-full {
        font-size: 12px;
    }

    .nci-date {
        min-width: 40px;
        padding: 4px 6px;
    }

    .nci-date span {
        font-size: 15px;
    }

    .nci-body a {
        font-size: 12px;
    }

    .notice-view-card {
        padding: 10px 10px;
    }

    .notice-view-card h3 {
        font-size: 14px;
    }

    footer h3 {
        font-size: 12px;
    }

    footer p,
    footer .footer-quick-links li {
        font-size: 11px;
    }

    .social-icon {
        font-size: 18px;
    }

    .breadcrumb.blue-abstract h3 {
        font-size: 13px;
    }

    .breadcrumb.blue-abstract .btn {
        display: none;
    }

    .gallery-thumb-img {
        height: 70px;
    }

    .accred-box {
        font-size: 10px;
    }

    .info-box-icon {
        width: 60px;
        min-height: 60px;
    }

    .info-box-content {
        padding: 6px 8px;
    }

    .info-box-text {
        font-size: 11px;
    }
}

.marquee-holder {
    background: #FFF;
    padding: 0;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 69%, #ffffff 75%, #ffba00 75%, #ffba00 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 69%, #ffffff 75%, #ffba00 75%, #ffba00 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 69%, #ffffff 75%, #ffba00 75%, #ffba00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffba00', GradientType=1);
}

.marquee-holder a {
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

span.marquee-label {
    font-size: 14px;
    padding: 10px 15px;
}

.marquee-holder .social-icons a {
    padding: 12.5px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.header-menu-links li a {
    background: #1e1e1e;
    color: #FFBA01 !important;
    margin: 2px;
    padding: 8px 12px;
    border-radius: 5px;
}

.header-menu-links li a:hover {
    background: #FFBA00;
    color: #1E1E1E !important;
}

.carouselBox {
    background: #FFF;
    padding: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

ul.home-notice-list {
    height: 250px;
    overflow: auto;
}

#notice-board-accordion {
    margin: 0 !important;
}

#notice-board-accordion .panel-heading {
    background: #1e1e1e;
    color: #f5b700;
}

.title-wrap {
    border-bottom: 3px solid #ffba00;
    margin: 0 0 30px 0;
}

.pageTitle,
.secTitle,
.title {
    margin-top: 0;
    font-weight: 300;
}

.secTitle {
    /*text-transform: capitalize;*/
    letter-spacing: -1px;
}

.title-wrap .secTitle {
    background: #ffba00;
    display: inline-block;
    padding: 10px 70px 10px 15px;
    position: relative;
    color: #000000;
    margin: 0;
}

.title-wrap .secTitle::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 60px;
    height: 100%;
    background: #ffba00;
    background: -moz-linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba00', endColorstr='#ffffff', GradientType=1);
}

.gray-bg .title-wrap .secTitle::after,
.grayBg .title-wrap .secTitle::after {
    background: #ffba00;
    background: -moz-linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #efefef 100%);
    background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba00', endColorstr='#efefef', GradientType=1);
}

.p-4 {
    padding: 2rem;
}

#info-bar .dropdown-menu>li>a {
    color: #444 !important;
    padding: 5px 20px;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

p {
    margin: 0px 0 10px !important;
}

.home-about p {
    line-height: 1.5;
    font-size: 15px;
}

ul.footer-links li {
    padding: 0 0 15px;
    list-style: none;
    margin: 0;
}

ul.footer-links {
    padding: 0 5px;
}

.page-header-gradient {
    background: linear-gradient(180deg, #FFF 80%, #d4eaf7);
    padding: 35px 0 0 0 !important;
}

#homepage-gallery-carousel {
    border-bottom: 3px solid #f5b700;
    margin: unset;
    height: 365px;
}

#homepage-gallery-carousel .item {
    height: 365px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1e1e1e;
}

#homepage-gallery-carousel .carousel-control {
    background: rgba(0, 0, 0, 0.2);
    width: 5%;
}

#homepage-gallery-carousel .carousel-indicators {
    bottom: 5px;
}

img.home-facility-icon {
    float: left;
    margin: 10px 20px 10px 0;
    width: 64px;
}

p.home-proud-icon img {
    width: 96px;
    background: #CCC;
    margin: 15px;
    border-radius: 8px;
    filter: contrast(1) invert(1);
    padding: 10px;
}

p.home-proud-icon {
    text-align: center;
    font-size: 22px;
    color: #ffba00;
}

.nav>li>a{
    padding: 10px;
}