﻿/* RESET */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

/* HERO */
.hero .row {
    min-height: 650px;
}

.urgentCont {
    padding-left: 0px;
    padding-right: 0px;
}

/* BACKGROUND IMAGE */
.hero-bg {
    background-image: url('../img/bg.jpg');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    /* Optional smooth fade into panel */
    .hero-bg::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 100%;
        background: linear-gradient(to right, transparent, #f4f6f8);
    }

/* RIGHT PANEL */
.hero-right {
    background: #f4f6f8;
    padding: 60px;
}

/* LOGO */
.logo {
    width: 160px;
    margin: 20px 0 30px 20px;
}

.logo_footer {
    width: 160px;
    margin-bottom: 10px;
}

/* TITLE */
.hero-title {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 20px;
    line-height: 0.9em;
}

.dark {
    color: #0b3c6f;
    font-weight: 700;
}

.light {
    color: #2fa4e7;
    font-weight: 400;
}

/* TEXT */
.small-label {
    font-size: 12px;
    letter-spacing: 4px;
    color: #777;
    margin-bottom: 5px;
}

.clinic {
    font-weight: 700;
    margin-bottom: 10px;
}

.desc {
    color: #666;
    margin-bottom: 15px;
}

.hours {
    margin-bottom: 20px;
    color: #444;
}

    .hours .hrsDate {
        min-width: 100px;
        display: inline-block;
    }

.wait {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .wait .icon {
        font-size: 54px;
        color: #0b3c6f;
    }

    .wait .mintime {
        font-size: 60px;
    }

.minutes {
    font-size: 28px;
    font-weight: bold;
    color: #0b3c6f;
}

.avg {
    font-size: 16px;
    letter-spacing: 2px;
    color: #888;
    font-weight: 500;
}

/* CTA SECTION */
.cta {
    background: linear-gradient(90deg, #4b6cb7, #355c8a);
    padding: 50px 20px;
    color: #fff;
}

    .cta h2 {
        font-weight: 700;
    }

.cta-pill {
    background: #fff;
    color: #333;
    border-radius: 50px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-align: left;
    transition: 0.3s;
}

    .cta-pill:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .cta-pill h4 {
        margin: 0;
        font-weight: 700;
    }

    .cta-pill p {
        margin: 0;
        font-size: 14px;
    }

    .cta-pill .icon {
        font-size: 50px;
        color: #0b3c6f;
    }

/* FOOTER */
.footer {
    background: #f2f2f2;
    padding: 20px;
    font-size: 14px;
}




/* PATIENT PORTAL */
.dashboard-body {
    background: #f4f5f7;
}

.topbar {
    background: #75F8D2;
    background: linear-gradient(0deg,rgba(117, 248, 210, 1) 0%, rgba(96, 150, 219, 1) 50%, rgba(42, 227, 252, 1) 100%);
    padding: 20px;
    color: #fff;
}

.logo-box {
    background: #fff;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    height: 120px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-box img {
        width: 160px;
    }

.clinic-title-container {
    padding: 0 20px;
}

.clinic-title {
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
}

.tagline {
    margin: 0;
    font-size: 16px;
}

.datetime {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.wait-big {
    font-size: 70px;
    font-weight: bold;
    line-height: 0.6em;
    color: #b4f3ff;
    margin-top: 20px;
}

    .wait-big span {
        font-size: 40px;
    }

.avg-white {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-top-right {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    text-align: left;
    width: 240px;
    border-radius: 14px;
}

    .btn-top-right:hover {
        background-color: #3b82f6;
        background: linear-gradient(90deg, #2a6db0, #3b82f6);
    }

    .btn-top-right i {
        padding-left: 5px;
        width: 30px;
    }

/* ALERT BOX */
.alert-box {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 6px solid;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

    .alert-box.red {
        border-color: #ff4d4f;
    }

        .alert-box.red .notif-title {
            color: #ff4d4f;
            font-weight: 700;
        }

    .alert-box.purple {
        border-color: #a855f7;
    }

        .alert-box.purple .notif-title {
            color: #a855f7;
            font-weight: 700;
        }

/* SIDEBAR */
.sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 15px 0;
}

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

    .sidebar li {
        padding: 12px;
        border-radius: 8px;
        cursor: pointer;
    }

        .sidebar li.active {
            background: #e6f0ff;
            font-weight: 600;
        }


.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}

/* CARDS */
.med-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.med-header {
    background: #276EBD;
    background: linear-gradient(0deg,rgba(39, 110, 189, 1) 0%, rgba(45, 147, 226, 1) 100%);
    color: #fff;
    padding: 15px;
    font-weight: 600;
}

.med-body {
    padding: 20px;
}

    .med-body h6 {
        font-weight: 700;
    }

    .med-body p {
        margin: 0;
    }



.alert-box {
    position: relative;
}

.alert-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    color: #999;
    font-size: 16px;
}

    .alert-close:hover {
        color: #333;
    }


.icon-btn {
    background: #333;
    color: #fff;
    border-radius: 10px;
    width: 45px;
    height: 45px;
}

    .icon-btn i {
        font-size: 16px;
    }

    .icon-btn:hover i {
        color: #b4f3ff;
    }



.main-menu {
    min-width: 220px;
}

.submenu {
    padding-left: 10px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .submenu {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 5px;
        border-radius: 10px;
    }



    .dropdown-submenu.open > .submenu {
        display: block;
    }

.dropdown-item {
    font-size: 14px;
}

.dropdown-menu li:hover > a {
    background: #eef4ff;
}

.dropdown-submenu.open > a i {
    transform: rotate(90deg);
    transition: 0.2s;
}


.wait-container {
    text-align: right;
}




/* FULLSCREEN MOBILE MENU */
.mobile-menu {
    width: 100%;
    background: #000;
    color: #fff;
}

    /* HEADER */
    .mobile-menu .offcanvas-header {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .mobile-menu .offcanvas-title {
        color: #fff;
    }

/* MENU LIST */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mobile-menu-list li {
        padding: 15px 0;
    }

    .mobile-menu-list a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

        .mobile-menu-list a:hover {
            color: #3b82f6;
        }

        .mobile-menu-list a.active {
            color: #3b82f6;
            font-weight: 600;
        }


.mobile-menu .divider {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 10px 0;
}

.copyright {
    font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    /* GENERAL LAYOUT */
    .hero .row {
        min-height: auto;
    }

    .hero-bg {
        min-height: 300px;
    }

        .hero-bg::after {
            display: none;
        }

    .hero-right {
        padding: 40px 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 50px;
    }

    .cta-pill {
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }

    .mobile-icons {
        background-color: #333;
    }

    .dropdown-submenu:hover > .submenu {
        display: block;
    }


    .sidebar {
        display: none;
        margin-bottom: 20px;
    }

    .topbar .row {
        text-align: center;
    }

    .topbar .d-flex {
        justify-content: center;
        text-align: center;
    }

    .logo-box {
        margin: 0 auto 10px;
    }

    .clinic-title,
    .tagline,
    .datetime {
        text-align: center;
    }


    .wait-container {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .wait {
        justify-content: center;
    }

    .wait-big {
        font-size: 40px;
        text-align: center;
        line-height: 1em;
        margin-top: 0;
    }

    .avg-white {
        text-align: center;
    }
}
