/* SLU Hospital custom overrides */

/* Section titles rendered as h2 keep the template's h1 styling */
.sec-title h2.sec-h {
    color: #222222;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.fact-counter-area .sec-title h2.sec-h,
.brand-area .sec-title h2.sec-h {
    color: #ffffff;
}
.facilities-appointment-area .appointment .sec-title h2.sec-h {
    font-size: 24px;
    margin: 0 0 14px;
}

/* Slider h2 slides match the h1 slide styling */
.rev_slider_wrapper .slide-content-box h2.slide-title {
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-transform: none;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
}
.rev_slider_wrapper .slide-content-box h2.slide-title span {
    color: #0392ce;
}

/* Fact counter numbers rendered as h2 keep the h1 styling */
.fact-counter-area .single-item h2.fact-h {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    margin: 14px 0 8px;
}
.fact-counter-area .single-item h2.fact-h span {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* Text logo */
.slu-logo {
    display: inline-block;
    padding: 22px 0;
    text-decoration: none;
}
.slu-logo:hover {
    text-decoration: none;
}
.slu-logo-mark {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    background: #0392ce;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    border-radius: 6px;
    margin-right: 10px;
}
.slu-logo-text {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.slu-logo-text em {
    font-style: normal;
    font-weight: 300;
    color: #0392ce;
}
.slu-logo-text small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #888888;
    letter-spacing: 0.3px;
    margin-top: 4px;
    text-transform: uppercase;
}

/* Top bar */
.top-bar-area .top-left p a.top-tel {
    color: #0392ce;
    font-weight: 600;
}
.top-bar-area .top-right p.top-hours {
    font-size: 14px;
    margin: 0;
    float: right;
    line-height: 26px;
}
.top-bar-area .top-right p.top-hours span:before {
    color: #0392ce;
    display: inline-block;
    padding-right: 8px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: 2px;
}

/* Main menu right box holds only the call button now */
.mainmenu-right-box {
    width: 220px;
}

/* Header phone link */
.header-area .header-right .text-holder span a {
    color: inherit;
}

/* Call strip under the slider */
.slu-call-strip {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 45px 30px 40px;
}
.slu-call-strip p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 22px;
}
.slu-call-strip a.slu-call-btn {
    font-size: 20px;
    padding: 14px 40px;
    background: #0392ce;
    color: #ffffff;
}
.slu-call-strip a.slu-call-btn:hover {
    background: #222222;
    color: #ffffff;
}
.slu-call-strip a.slu-call-btn i {
    margin-right: 10px;
}

/* About area (reuses brand-area dark band) */
.slu-about-area {
    background-color: #1e2b36;
    background-image: none;
}
.slu-about-area .text-holder .text p {
    color: #ededed;
}
ul.slu-points {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.slu-points li {
    color: #ededed;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
ul.slu-points li:last-child {
    border-bottom: none;
}
ul.slu-points li i {
    color: #0392ce;
    margin-right: 12px;
}

/* Visiting info card in the facilities sidebar */
.facilities-appointment-area .appointment {
    background: #0392ce;
    border-color: #0392ce;
}
.facilities-appointment-area .appointment .sec-title h2.sec-h {
    color: #ffffff;
}
.facilities-appointment-area .appointment .sec-title .border {
    background: rgba(255, 255, 255, 0.3);
}

ul.slu-visiting-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.slu-visiting-info li {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 10px 30px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
ul.slu-visiting-info li:last-child {
    border-bottom: none;
}
ul.slu-visiting-info li i {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 16px;
}
ul.slu-visiting-info li strong {
    color: #ffffff;
}
ul.slu-visiting-info li a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

/* Footer phone link */
.footer-contact-info .text-holder h5 a {
    color: inherit;
}

/* Keep the logo on one line at every width */
.slu-logo {
    white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slu-logo-mark {
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 28px;
        margin-right: 7px;
    }
    .slu-logo-text {
        font-size: 20px;
        line-height: 22px;
    }
    .slu-logo-text small {
        font-size: 8px;
    }
    .top-bar-area .top-left p {
        font-size: 13px;
    }
    .top-bar-area .top-right p.top-hours {
        font-size: 13px;
    }
    .header-area .header-right ul li {
        padding-right: 18px;
        margin-right: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .top-bar-area .top-right p.top-hours {
        float: none;
    }
}

/* Mobile tidy-ups */
@media (max-width: 767px) {
    .top-bar-area .top-right p.top-hours {
        float: none;
        line-height: 20px;
        padding-bottom: 8px;
    }
    .rev_slider_wrapper .slide-content-box h2.slide-title {
        font-size: 26px;
        line-height: 32px;
    }
}

/* ---------- Inner pages ---------- */
.slu-about-area .text-holder .text p { color: #ededed; }
#departments-single-area { padding: 80px 0 40px; }
.departments-content .lead-p { font-size: 17px; line-height: 28px; color: #444; font-weight: 500; margin-bottom: 18px; }
.departments-content p { color: #777; line-height: 26px; margin-bottom: 16px; }
.departments-content .slu-sub,
.slu-sub { font-size: 20px; color: #222; margin: 26px 0 14px; font-weight: 600; }
ul.slu-points { margin: 0 0 10px; padding: 0; list-style: none; }
ul.slu-points li { color: #555; font-size: 15px; line-height: 24px; padding: 7px 0; border-bottom: 1px solid #f0f0f0; }
ul.slu-points li:last-child { border-bottom: none; }
ul.slu-points li i { color: #0392ce; margin-right: 10px; }
.slu-about-area ul.slu-points li { color: #ededed; border-bottom: 1px solid rgba(255,255,255,0.08); }
.slu-note { background: #f4fbff; border-left: 3px solid #0392ce; padding: 14px 18px; margin-top: 22px; color: #33627a; font-size: 14px; line-height: 22px; }
.slu-note i { color: #0392ce; margin-right: 8px; }
.departments-sidebar { margin-top: 0; }
.departments-sidebar .single-sidebar { margin-bottom: 30px; }
.slu-dept-grid { margin-top: 10px; }
.slu-dept-grid .single-item { border: 1px solid #eee; padding: 34px 22px 26px; margin-bottom: 30px; transition: all .3s ease; border-radius: 4px; }
.slu-dept-grid .single-item:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.08); border-color: #dbeefb; }
.slu-dept-grid .single-item .iocn-holder span:before { font-size: 54px; color: #0392ce; line-height: 54px; }
.slu-dept-grid .single-item h3 { font-size: 20px; margin: 18px 0 10px; }
.slu-dept-grid .single-item p { color: #888; font-size: 14px; line-height: 23px; min-height: 66px; }
.slu-dept-grid .single-item .readmore { display: inline-block; margin-top: 8px; color: #0392ce; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.slu-dept-grid .single-item .readmore:hover { color: #222; }
/* Slogan CTA strip */
.slogan-area { background: #0392ce; padding: 34px 0; }
.slogan-area .text h2 { color: #fff; font-size: 22px; line-height: 30px; margin: 6px 0; font-weight: 400; }
.slogan-area .button .thm-btn { background: #fff; color: #0392ce; padding: 13px 30px; font-weight: 600; }
.slogan-area .button .thm-btn:hover { background: #222; color: #fff; }
.slogan-area .button .thm-btn i { margin-right: 8px; }
@media (max-width: 767px){ .slogan-area .text, .slogan-area .button { float: none !important; text-align: center; } .slogan-area .button { margin-top: 16px; } }
/* Contact page */
.slu-contact { padding: 80px 0; }
.slu-contact .single-contact-box { border: 1px solid #eee; padding: 34px 20px; margin-bottom: 30px; border-radius: 4px; }
.slu-contact .single-contact-box .icon span:before { font-size: 44px; color: #0392ce; line-height: 44px; }
.slu-contact .single-contact-box h3 { font-size: 18px; margin: 16px 0 10px; }
.slu-contact .single-contact-box p { color: #888; line-height: 24px; }
.slu-contact .single-contact-box p a { color: #0392ce; }
.slu-map { margin: 20px 0 26px; border: 1px solid #eee; border-radius: 4px; overflow: hidden; }
.slu-directions { margin-bottom: 0; }
.slu-directions .thm-btn i { margin-right: 8px; }
/* FAQ */
.faq-content-area { padding: 80px 0; }

/* ---------- Reskinned legacy pages ---------- */
.old-content-area { padding: 60px 0 40px; }
.old-content { max-width: 900px; margin: 0 auto; color: #555; font-size: 15px; line-height: 26px; }
.old-content table { width: 100% !important; max-width: 100%; border-collapse: collapse; margin: 0 0 18px; height: auto !important; }
.old-content td, .old-content th { padding: 6px 8px; vertical-align: top; height: auto !important; }
.old-content img { max-width: 100%; height: auto; }
.old-content h1, .old-content h2 { font-size: 24px; color: #222; margin: 26px 0 14px; font-weight: 600; line-height: 30px; }
.old-content h3, .old-content h4 { font-size: 19px; color: #222; margin: 22px 0 12px; font-weight: 600; }
.old-content p { margin: 0 0 15px; }
.old-content a { color: #0392ce; }
.old-content a:hover { color: #026a97; text-decoration: underline; }
.old-content ul, .old-content ol { margin: 0 0 16px 22px; }
.old-content li { margin-bottom: 7px; }
.old-content b, .old-content strong { color: #333; }
.old-content br + br { display: none; }

/* ---------- Compact header (keep hero above the fold) ---------- */
.top-bar-area { padding: 5px 0; }
.header-area { padding: 14px 0 !important; }
.slu-logo { padding: 6px 0; }
.slu-logo-mark { width: 40px; height: 40px; line-height: 38px; font-size: 30px; }
.slu-logo-text { font-size: 24px; line-height: 24px; }
.header-area .header-right ul li { padding-top: 4px; padding-bottom: 4px; }
.header-area .header-right .icon-holder span:before { font-size: 34px; line-height: 34px; }
.header-area .header-right .text-holder h4 { font-size: 15px; }
.main-menu .navigation > li > a { padding-top: 18px; padding-bottom: 16px; }
.mainmenu-right-box .consultation-button a { height: 56px; line-height: 52px; }
@media (max-width: 767px) {
    .header-area .header-right { display: none; }
    .header-area { padding: 10px 0 !important; }
}
