:root {
    --lu-blue: #004080;
    --lu-gold: #e5b82e;
    --lu-dark-blue: #002b5e;
    --lu-footer-bg: #1a1a1a;
}



/* Poppins pure website ke liye (Global) */
body {
font-family: 'Poppins', sans-serif;
background-color: #fcfcfc;
}

/* Caladea sirf headings ke liye */
h1, h2, h3, h4, h5, h6 {
font-family: 'Caladea', serif!important;
}

/* Top Bar */
.top-bar {
    background-color: #f8f9fa;
    font-size: 0.75rem;
    border-bottom: 1px solid #ddd;
}
.top-bar a {
    color: #333;
    text-decoration: none;
    margin-right: 10px;
}

/* Main Header */
.header-title h2 {
    color: #d12323;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.8rem;
}
.header-title h3 {
    color: var(--lu-gold);
    font-size: 1.4rem;
}

/* Navbar */
.navbar-custom {
    background-color: var(--lu-blue);
}
.navbar-custom .nav-link {
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5rem 0.8rem;
}
.navbar-custom .nav-link:hover {
    background-color: var(--lu-dark-blue);
}

/* Sidebar Menu */
.slate-header {
    background-color: #fde02a;
    color: #d12323;
    font-weight: 900;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 2px;
}
.sidebar-menu .list-group-item {
    font-size: 0.85rem;
    border: none;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
    color: #004080;
    font-weight: 600;
}
.sidebar-menu .list-group-item i {
    margin-right: 10px;
    color: #666;
    width: 20px;
}

/* Hero Profiles */
.profile-card {
    text-align: center;
    font-size: 0.75rem;
}
.profile-card img {
    width: 150px;
    border-radius: 50%;
    border: 3px solid #eee;
}
.profile-card h6 {
    color: var(--lu-blue);
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

/* News Section */
.news-container {
    background-color: var(--lu-dark-blue);
    color: white;
    padding: 15px;
    overflow-y: auto;
}
.news-item {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-date {
    color: var(--lu-gold);
    font-size: 0.75rem;
    font-weight: bold;
}
.news-title {
    font-size: 0.85rem;
    font-weight: bold;
}

/* Events Section */
.event-card img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}
.event-title {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 10px;
}

/* Footer */
.footer-top {
    background-color: #e3a931;
    padding: 20px 0;
    color: #000;
}
.footer-main {
    background-color: var(--lu-footer-bg);
    color: #aaa;
    font-size: 0.85rem;
    padding: 40px 0;
}
.footer-main h6 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-main a {
    color: #aaa;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}
.footer-main a:hover {
    color: #fff;
}
.home_recruiters
{
    background: #3F5891;
}

.ic_blue
{
    background-color: var(--lu-dark-blue);
}

/* Inner Page Banner */
        
.breadcrumb-area { background: var(--lu-footer-bg); color: #fff; padding: 8px 0; font-size: 13px; }

/* Sidebar */
.sidebar-title { color: var(--lu-blue); border-bottom: 3px solid var(--lu-blue); padding-bottom: 10px; margin-bottom: 20px; font-size: 20px; }
.list-group-item { border: none; border-bottom: 1px solid #eee; padding: 12px 15px; font-size: 14px; color: #555; }
.list-group-item:hover { background: #f0f0f0; color: var(--lu-blue); }
.list-group-item.active { background-color: var(--lu-blue) !important; border-color: var(--lu-blue) !important; }

/* Content Area */
.content-card { background: #fff; padding: 40px; 
    min-height: 600px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-header { color: var(--lu-blue); position: relative; padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.page-header::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 60px; height: 3px; background: var(--lu-gold); }
.section-sub-title { color: var(--lu-blue); font-weight: 700; margin-top: 25px; }
.bullet
{
    line-height: 2.5em!important;
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .logo2
  {
    display: none!important;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .logo2
  {
    display: none!important;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .logo2
  {
    display: none!important;
  }
  
}