/* ============================================================
   CDPH Custom Overrides
   Central Department of Public Health – Tribhuvan University
   ============================================================ */

/* ── LOGO ── */
.logo {
    margin-top: 10px !important;
}

.logo img {
    max-height: 100px;
    width: auto;
}

/* ── TOP BAR ── */
.top-bar {
    background: #1a3c5e;
    padding: 8px 0;
    font-size: 13px;
    color: #cdd8e6;
}

.top-bar .top-left a,
.top-bar .top-left span {
    color: #cdd8e6;
    margin-right: 16px;
    text-decoration: none;
    transition: color 0.2s;
}

.top-bar .top-left a:hover {
    color: #fff;
}

.top-bar .top-left i {
    margin-right: 5px;
    color: #4da8da;
}

.top-bar .top-right {
    text-align: right;
}

.top-bar .top-right a {
    color: #cdd8e6;
    margin-left: 12px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2px 10px;
    border-radius: 3px;
    transition: all 0.2s;
}

.top-bar .top-right a:hover {
    background: #4da8da;
    border-color: #4da8da;
    color: #fff;
}

/* ── HEADER ── */
.header-inner {
    padding: 2px 0;
}

.header .navbar {
    float: right;
    padding-right: 0;
}

.navbar-collapse {
    display: block !important;
    padding: 0 !important;
}

/* ── NAVIGATION: force single line ── */
.nav.menu.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nav.menu.navbar-nav>li {
    display: block !important;
    float: left !important;
    margin: 0 !important;
}

.nav.menu.navbar-nav>li>a {
    font-size: 10.5px !important;
    padding: 15px 5px !important;
    letter-spacing: -0.2px;
    white-space: nowrap !important;
    display: block !important;
}

.nav.menu.navbar-nav>li>a i {
    margin-right: 3px !important;
    font-size: 11px !important;
}

/* Prevent accidental wrapping */
.menu-bar {
    display: flex;
    align-items: center;
}

/* Wider nav column on desktop */
@media (min-width: 992px) {
    .col-lg-3.col-md-3 {
        max-width: 15%;
        flex: 0 0 15%;
    }

    .col-lg-9.col-md-9 {
        max-width: 85%;
        flex: 0 0 85%;
    }
}

/* Hide SlickNav on wider screens if it appears */
@media (min-width: 768px) {
    .slicknav_menu {
        display: none !important;
    }

    .header .navbar {
        display: block !important;
    }
}

/* ── DROPDOWN ── */
.header .nav li .dropdown {
    width: auto !important;
    min-width: 250px !important;
}

.nav.menu.navbar-nav li ul.dropdown li a {
    font-size: 12px !important;
    padding: 8px 20px !important;
    white-space: nowrap !important;
    display: block !important;
}

/* ── SEARCH AREA ── */
.search-area {
    flex-shrink: 0;
}

/* ── HOD MESSAGE ── */
.hod-message {
    padding: 60px 0;
    background: #fff;
}

.hod-message .hod-content {
    padding-left: 30px;
}

.hod-message .hod-content h3 {
    color: #1a3c5e;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.hod-message .hod-content h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #4da8da;
}

.hod-message .hod-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hod-message .hod-image img {
    width: 100%;
}

.hod-message .hod-info {
    margin-top: 15px;
    text-align: center;
}

.hod-message .hod-info h4 {
    color: #1a3c5e;
    font-weight: 700;
    margin-bottom: 2px;
}

.hod-message .hod-info p {
    color: #4da8da;
    font-size: 14px;
    font-weight: 500;
}

/* ── BREADCRUMB ── */
.breadcrumbs h2 {
    font-size: 24px;
}

/* ── FOOTER – remove Eduland reference from colors ── */
.footer-bottom .copyright p {
    font-size: 13px;
}

/* ── RESPONSIVE: collapse label on mobile ── */
@media (max-width: 991px) {
    .nav.menu.navbar-nav {
        flex-wrap: wrap !important;
    }

    .nav.menu.navbar-nav>li>a {
        padding: 12px 10px !important;
        font-size: 13px !important;
    }
}

/* ── FOOTER WIDGETS ── */
.footer .single-widget .office-hours {
    margin-top: 20px;
    color: #fff;
}

.footer .single-widget .office-hours h4 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #4da8da;
}

.footer .single-widget .office-hours p {
    font-size: 13px;
    margin-bottom: 5px;
}

.footer .single-widget .social {
    margin-top: 20px;
}

/* ── CBEL PAGE ── */
.cbel-content .section-title h2 {
    font-size: 30px !important;
    border-bottom: 2px solid #2331b1;
    padding-bottom: 15px;
    display: inline-block;
}

.cbel-body-text .content-block h2 {
    color: #2331b1 !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.cbel-body-text .content-block p {
    font-size: 16px;
    line-height: 1.8;
}

.cbel-body-text .content-block .list {
    margin-left: 20px;
    font-size: 16px;
    line-height: 2;
}

.cbel-body-text .content-block .list i {
    color: #2331b1;
    margin-right: 10px;
}

.cbel-body-text .coordinator-info {
    padding: 25px;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-left: 5px solid #2331b1 !important;
    margin-top: 30px;
}

.cbel-body-text .coordinator-info p {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 500 !important;
}

/* ── SECTION HELPERS ── */
.bg-light-blue {
    background: #f4f7fb !important;
}

.img-fluid-round {
    width: 100% !important;
    border-radius: 6px !important;
}

.img-fluid-full {
    width: 100% !important;
}
/* Flex container: clean layout, no box shadow or rounded corners */
.cbel-inline-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    /* background: #f4f7fb; subtle background */
    padding: 0; /* remove extra padding for boxy look */
}

/* Image styling */
.cbel-inline-image {
    flex: 0 0 350px; /* adjust size as needed */
}

.cbel-inline-image img {
    width: 100%;
    border-radius: 6px; 
      opacity: 1;              /* start invisible */
    /* transform: translateY(20px); 
    transition: all 0.8s ease-out; */
}

/* Text container */
.cbel-inline-text {
    flex: 1;
}

/* Heading */
.cbel-inline-text h2 {
    color: #1a3c5e !important;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0; /* aligns with top of image */
    margin-bottom: 15px;
}

/* Paragraph */
.cbel-inline-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* Modern list styling */
.modern-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.modern-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.modern-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #1a3c5e;
    font-size: 18px;
}
/* Practicum modern section */

.practicum-section{
    background:#f7f9fc;
    padding:40px;
    border-radius:10px;
}

/* Layout */
.practicum-row{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    align-items:center;
}

/* Image */
.practicum-image{
    flex:0 0 380px;
}

.practicum-image img{
    width:100%;
    border-radius:10px;
    box-shadow:0 8px 25px rgba(0,0,0,0.1);
    transition:transform .4s ease;
}

.practicum-image img:hover{
    transform:scale(1.05);
}

/* Content */
.practicum-content{
    flex:1;
}

.practicum-content h2{
    color:#1a3c5e;
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.practicum-content p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:15px;
}

/* Coordinator highlight box */

.practicum-highlight{
    margin-top:25px;
    padding:15px 20px;
    background:#ffffff;
    border-left:5px solid #1a3c5e;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    gap:10px;
    font-size:16px;
}

.practicum-highlight i{
    color:#1a3c5e;
    font-size:20px;
}

