/* =====================================
DIGILIB UNISAYOGYA
PREMIUM ACADEMIC REDESIGN
STEP 2 — ELEGANT CAMPUS STYLE
===================================== */

/* RESET */
body {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f4f7fc;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* HEADER */
.ep_tm_header {
    background: linear-gradient(135deg, #1d2d7d 0%, #28266F 100%) !important;
    padding-bottom: 25px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    position: relative;
}

/* LOGO */
.ep_tm_site_logo {
    text-align: center;
    padding: 28px 0 10px;
}

.ep_tm_site_logo img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* TOP LINKS BAR */
.ep_tm_header > div:nth-child(2) {
    background: #ffd24a !important;
    color: #222;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
}

.ep_tm_header > div:nth-child(2) a {
    color: #1d2d7d !important;
    font-weight: 600;
    text-decoration: none;
}

/* NAVIGATION */
.ep_tm_menu {
    background: #ffffff;
    width: fit-content;
    margin: 25px auto 15px;
    padding: 14px 28px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.ep_tm_menu li {
    display: inline-block;
    margin: 0 8px;
}

.ep_tm_menu li a {
    color: #28266F !important;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.ep_tm_menu li a:hover {
    background: #f3f6ff;
    transform: translateY(-2px);
}

.ep_tm_menu,
.ep_tm_menu ul {
    background: #ffffff !important;
    border-radius: 16px;
}

/* SEARCH BAR CONTAINER */
.ep_tm_searchbar {
    width: 92%;
    max-width: 1100px;
    margin: 30px auto 0;
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.05);
}

/* SEARCH INPUT */
.ep_tm_searchbarbox {
    width: 380px;
    padding: 15px 18px;
    border: 1px solid #d8e2f0;
    border-radius: 14px;
    font-size: 15px;
    background: #fafcff;
}

.ep_tm_searchbarbox:focus {
    outline: none;
    border-color: #28266F;
}

/* SEARCH BUTTON */
.ep_tm_searchbarbutton {
    background: #28266F;
    color: #fff;
    border: none;
    padding: 15px 24px;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.ep_tm_searchbarbutton:hover {
    transform: translateY(-2px);
}

/* MAIN CONTENT */
.ep_tm_page_content {
    width: 92%;
    max-width: 1250px;
    margin: 50px auto;
}

/* PAGE TITLE */
.ep_tm_pagetitle {
    font-size: 34px;
    color: #28266F;
    font-weight: 700;
    margin-bottom: 35px;
    border-left: 6px solid #28266F;
    padding-left: 18px;
}

/* TOOLBOX WRAPPER */
.ep_toolbox {
    margin-bottom: 24px;
}

/* TOOLBOX CARD */
.ep_toolbox_content {
    background: #ffffff !important;
    border-radius: 20px;
    padding: 28px !important;
    box-shadow: 0 14px 35px rgba(0,0,0,0.04);
    border: none !important;
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}

.ep_toolbox_content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #28266F;
}

.ep_toolbox_content:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.06);
}

/* REMOVE INLINE YELLOW */
.ep_toolbox_content[style] {
    background: #ffffff !important;
}

/* LINKS */
a {
    color: #1d2d7d;
    text-decoration: none;
}

a:hover {
    color: #28266F;
}

/* FOOTER */
.ep_tm_footer {
    background: #1f2454 !important;
    color: #ffffff !important;
    padding: 50px 30px;
    margin-top: 80px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}

.ep_tm_footer a {
    color: #ffffff !important;
    font-weight: 600;
}

/* EPRINTS LOGO */
.ep_tm_eprints_logo {
    margin-bottom: 20px;
}
