/* Site-wide additions for the dynamic multi-page site (kept separate from the purchased template's own CSS) */

html { scroll-behavior: smooth; }

/* ---------- Colorful CTA buttons (site-wide) ---------- */
/* .btn-common was originally scoped to ".submit-button .btn-common" only, so it rendered
   as an unstyled default button everywhere else it was used. Redefined globally here. */
.btn-common,
.btn-brand {
    display: inline-block;
    background: linear-gradient(135deg, #12557f, #1c8fc7);
    color: #fff !important;
    border: none;
    border-radius: 30px;
    padding: 11px 30px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: none;
    box-shadow: 0 6px 16px rgba(18,85,127,.28);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-common:hover,
.btn-brand:hover {
    background: linear-gradient(135deg, #0e4468, #157cb0);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(18,85,127,.35);
}
.btn-common.btn-sm, .btn-brand.btn-sm { padding: 7px 20px; font-size: 13px; }
.btn-common.btn-lg, .btn-brand.btn-lg { padding: 14px 36px; font-size: 16px; }

.btn-brand-outline {
    display: inline-block;
    border: 2px solid #12557f;
    color: #12557f !important;
    background: transparent;
    border-radius: 30px;
    padding: 9px 24px;
    font-weight: 600;
    font-size: 13.5px;
    transition: all .2s ease;
}
.btn-brand-outline:hover {
    background: #12557f;
    color: #fff !important;
    transform: translateY(-2px);
}

/* ---------- Hero slider: standardized height + centered cover crop ---------- */
.ulockd-home-slider { background: #eef3f7; }
.pogoSlider {
    height: 560px !important;
    max-height: 78vh;
    padding-bottom: 0 !important;
}
.pogoSlider-slide {
    background-position: center center !important;
    background-size: cover !important;
}
.lbox-caption,
.lbox-details {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}
.lbox-details { padding: 0 !important; }
.lbox-details::before { background: linear-gradient(180deg, rgba(4,16,28,.32) 0%, rgba(4,16,28,.5) 100%) !important; }

.slide-caption-box {
    position: relative;
    z-index: 3;
    max-width: 620px;
    margin: 0 8%;
    padding: 26px 30px;
    background: rgba(10, 35, 58, .16);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.slide-caption-box h1 {
    font-size: 38px !important;
    line-height: 1.3;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.slide-caption-box p {
    font-size: 15.5px;
    color: #f2f6f9;
    margin-bottom: 20px;
    text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.slide-caption-box .btn { position: relative; z-index: 3; }

@media (max-width: 991.98px) {
    .pogoSlider { height: 440px !important; }
    .slide-caption-box { max-width: 90%; margin: 0 5%; padding: 22px 22px; }
    .slide-caption-box h1 { font-size: 26px !important; }
}
@media (max-width: 575.98px) {
    .pogoSlider { height: 380px !important; }
    .slide-caption-box { padding: 18px 18px; border-radius: 14px; }
    .slide-caption-box h1 { font-size: 20px !important; margin-bottom: 8px !important; }
    .slide-caption-box p { font-size: 13px; margin-bottom: 14px; }
    .slide-caption-box .btn { padding: 8px 20px; font-size: 13px; }
}

.page-header {
    background: linear-gradient(135deg, #0b3d63 0%, #12557f 100%);
    color: #fff;
    padding: 70px 0 50px;
    text-align: center;
}
.page-header h1 { color: #fff; font-weight: 700; margin-bottom: 8px; }
.page-header .breadcrumb { justify-content: center; margin-bottom: 0; }
.page-header .breadcrumb a { color: #cfe6f7; text-decoration: none; }
.page-header .breadcrumb .active { color: #fff; }

.dept-filter .btn { margin: 4px; border-radius: 20px; }

.doctor-card { border: none; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,.08); transition: transform .2s ease, box-shadow .2s ease; height: 100%; }
.doctor-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.doctor-card img { width: 130px; height: 130px; object-fit: cover; border-radius: 50%; margin: 22px auto 10px; display: block; border: 3px solid #e8f2fa; }
.doctor-card .designation-badge { background: #217A37; color: #fff; font-size: 11px; border-radius: 20px; padding: 4px 14px; display: inline-block; }
.doctor-card .doctor-name { color: #12557f; font-weight: 700; margin-top: 10px; }
.doctor-card .degrees { color: #0b592d; font-size: 13px; line-height: 1.5; }
.doctor-card .doctor-card-actions { display: flex; flex-direction: column; gap: 8px; }
.doctor-card .doctor-card-actions .btn { width: 100%; }
.doctor-card .chamber { color: #ae0404; font-size: 13px; }

/* ---------- Services / Departments cards ---------- */
.dept-card {
    position: relative;
    border: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 3px 18px rgba(18,85,127,.08);
    padding: 32px 26px;
    height: 100%;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}
.dept-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #12557f, #1c8fc7);
}
.dept-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(18,85,127,.16); }
.dept-card .icon {
    width: 62px; height: 62px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf4fb, #d7ecf9);
    color: #12557f;
    font-size: 26px;
    margin-bottom: 18px;
}
.dept-card .title { color: #0b3d63; font-weight: 700; margin-bottom: 10px; }
.dept-card .description { color: #667; font-size: 14px; min-height: 42px; }
.dept-card .test_item { list-style: none; margin: 14px 0; padding: 0; }
.dept-card .test_item li { position: relative; padding-left: 22px; margin-bottom: 6px; font-size: 13.5px; color: #445; }
.dept-card .test_item li::before { content: "\2713"; position: absolute; left: 0; color: #1c8fc7; font-weight: 700; }
.dept-card .btn { border-radius: 24px; font-size: 13px; padding: 7px 18px; }

.step-badge { width: 32px; height: 32px; border-radius: 50%; background: #12557f; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; margin-right: 8px; }

.gallery-filter .btn { margin: 4px; border-radius: 20px; }

.confirm-slip { max-width: 560px; margin: 60px auto; border-radius: 14px; box-shadow: 0 4px 24px rgba(0,0,0,.1); }
.confirm-slip .serial-number { font-size: 56px; font-weight: 800; color: #12557f; }

/* ---------- About Us ---------- */
.about-box { background: #fff; padding: 80px 0; }
.about-box .about-a1 { background: transparent; }
.about-kicker {
    display: inline-block;
    color: #12557f;
    background: #e6f1fa;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 14px;
}
.about-heading { color: #0b3d63; font-weight: 800; font-size: 30px; margin-bottom: 14px; }
.about-lead { color: #667; font-size: 15px; margin-bottom: 10px; line-height: 1.7; }
.about-highlights { list-style: none; padding: 0; margin: 18px 0 8px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.about-highlights li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #445; }
.about-highlights li i { color: #1c8fc7; font-size: 16px; flex-shrink: 0; }
@media (min-width: 576px) {
    .about-highlights { grid-template-columns: 1fr 1fr; }
}

/* Mission points rendered as a clean left-rail timeline instead of a boxed card */
.about-content { padding: 0; }
.about-content > p:first-child { color: #667; font-size: 15px; margin-bottom: 20px; line-height: 1.7; }
.about-content h3 { color: #0b3d63; font-weight: 700; font-size: 17px; margin: 0 0 20px; }
.about-content ol {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    border-left: 2px solid #e3edf5;
}
.about-content ol li {
    position: relative;
    padding: 0 0 22px 26px;
    font-size: 14px;
    color: #556;
    line-height: 1.65;
}
.about-content ol li:last-child { padding-bottom: 0; }
.about-content ol li::before {
    content: "";
    position: absolute;
    left: -6.5px; top: 4px;
    width: 11px; height: 11px;
    border-radius: 50%;
    background: #1c8fc7;
    box-shadow: 0 0 0 4px #e6f1fa;
}
.about-content ol li b { display: block; color: #0b3d63; font-size: 15px; margin-bottom: 3px; }

.about-media { position: relative; }
.about-media ul#banner { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: repeat(2, 140px); gap: 14px; list-style: none; padding: 0; margin: 0; }
.about-media ul#banner li:first-child { grid-row: span 2; }
.about-media ul#banner li { border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.about-media ul#banner li img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.about-media ul#banner li:hover img { transform: scale(1.06); }
.about-stat-badge {
    position: absolute;
    right: -16px; bottom: -22px;
    background: linear-gradient(135deg, #12557f, #1c8fc7);
    color: #fff;
    border-radius: 16px;
    padding: 18px 26px;
    box-shadow: 0 10px 28px rgba(18,85,127,.35);
    text-align: center;
}
.about-stat-badge .num { font-size: 28px; font-weight: 800; line-height: 1; }
.about-stat-badge .label { font-size: 11.5px; opacity: .9; margin-top: 4px; }
@media (max-width: 767.98px) {
    .about-media ul#banner { grid-template-rows: repeat(2, 110px); margin-top: 24px; }
    .about-stat-badge { right: 8px; bottom: -18px; padding: 12px 18px; }
    .about-stat-badge .num { font-size: 20px; }
}

/* Home page About highlight: single hero image on a decorative blob + stats row (no boxed list) */
.about-hero-media { position: relative; padding: 10px; }
.about-blob {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e6f1fa, #cfe6f7);
    border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
    z-index: 0;
}
.about-hero-slider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 420px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(18,85,127,.22);
}
.about-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.1s ease;
}
.about-hero-slide.active { opacity: 1; }
.about-stats-row { display: flex; gap: 26px; flex-wrap: wrap; margin: 20px 0 28px; }
.about-stat-item { display: flex; align-items: center; gap: 12px; }
.about-stat-item i {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf4fb, #d7ecf9);
    color: #12557f;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.about-stat-item .num, .about-stat-item .num-text { font-size: 20px; font-weight: 800; color: #0b3d63; line-height: 1.1; }
.about-stat-item .label { font-size: 12px; color: #778; margin-top: 2px; }
@media (max-width: 767.98px) {
    .about-hero-slider { height: 300px; }
    .about-stats-row { gap: 18px; }
}
@media (max-width: 575.98px) {
    .about-heading { font-size: 24px; }
}

/* ---------- Appointment CTA card ---------- */
.appointment-cta {
    display: flex;
    align-items: center;
    gap: 26px;
    background: linear-gradient(120deg, #0b3d63, #1c8fc7);
    border-radius: 22px;
    padding: 42px 46px;
    margin: 20px 0 70px;
    box-shadow: 0 16px 40px rgba(18,85,127,.28);
    color: #fff;
}
.appointment-cta-icon {
    flex: 0 0 auto;
    width: 74px; height: 74px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
}
.appointment-cta-text { flex: 1 1 auto; }
.appointment-cta-text h2 { color: #fff; font-weight: 800; font-size: 24px; margin-bottom: 6px; }
.appointment-cta-text p { color: #d7ecf9; margin-bottom: 0; font-size: 14.5px; }
.appointment-cta-btn {
    flex: 0 0 auto;
    color: #12557f !important;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 28px;
    white-space: nowrap;
    transition: transform .2s ease;
}
.appointment-cta-btn:hover { transform: translateY(-3px); }
@media (max-width: 767.98px) {
    .appointment-cta { flex-direction: column; text-align: center; padding: 32px 24px; gap: 16px; }
    .appointment-cta-text h2 { font-size: 20px; }
}

/* ---------- Contact tiles ---------- */
.contact-tile {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 18px rgba(18,85,127,.08);
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}
.contact-tile:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(18,85,127,.14); }
.contact-tile-icon {
    width: 58px; height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf4fb, #d7ecf9);
    color: #12557f;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
}
.contact-tile h4 { color: #0b3d63; font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.contact-tile p { color: #667; font-size: 14px; margin-bottom: 0; }
.contact-tile a { color: #12557f; text-decoration: none; }

/* ---------- Section titles: shrink on mobile (42px default is too heavy for small screens) ---------- */
@media (max-width: 767.98px) {
    .title-box h2 { font-size: 26px; padding-bottom: 22px; }
    .title-box p { font-size: 14px; }
    .left-contact h2 { font-size: 24px; padding-bottom: 0; }
}
@media (max-width: 575.98px) {
    .title-box h2 { font-size: 22px; }
    .left-contact h2 { font-size: 21px; }
}

/* ---------- Contact page: Google Map embed (admin-pasted embed code carries a
   fixed width/height attribute that otherwise overflows the sidebar) ---------- */
.map-embed { max-width: 100%; overflow: hidden; border-radius: 12px; box-shadow: 0 3px 18px rgba(18,85,127,.08); }
.map-embed iframe { width: 100%; height: 300px; border: 0; display: block; }
@media (max-width: 575.98px) {
    .map-embed iframe { height: 240px; }
}

/* ---------- Doctor detail photo ---------- */
.doctor-detail-photo {
    width: 220px; height: 220px; object-fit: cover;
    border-radius: 50%; border: 4px solid #e8f2fa;
}
@media (max-width: 575.98px) {
    .doctor-detail-photo { width: 150px; height: 150px; border-width: 3px; }
}

/* ---------- Gallery: uniform image sizing regardless of upload dimensions ---------- */
.box-gallery { position: relative; border-radius: 10px; overflow: hidden; }
.box-gallery img { width: 100%; height: 240px; object-fit: cover; display: block; }
@media (max-width: 575.98px) {
    .box-gallery img { height: 190px; }
}

/* ---------- Topbar (modern) ---------- */
.topbar-modern {
    background: linear-gradient(90deg, #0b3d63, #12557f);
    padding: 9px 0;
}
.topbar-modern-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 8px; }
.topbar-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.12);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.18);
    transition: background .2s ease, transform .2s ease;
}
.topbar-pill:hover { background: rgba(255,255,255,.22); color: #fff; transform: translateY(-1px); }
.topbar-pill-accent {
    background: #fff;
    color: #12557f;
    border-color: #fff;
}
.topbar-pill-accent:hover { background: #eaf4fb; color: #0b3d63; }
.topbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,.18);
    transition: background .2s ease;
}
.topbar-icon:hover { background: rgba(255,255,255,.24); color: #fff; }

@media (max-width: 575.98px) {
    .topbar-modern { padding: 6px 0; }
    .topbar-pill { padding: 4px 10px; font-size: 10.5px; gap: 4px; }
    .topbar-pill i { font-size: 11px; }
    .topbar-icon { width: 24px; height: 24px; font-size: 11px; }
    .topbar-left, .topbar-right { gap: 5px; }
}
@media (max-width: 360px) {
    .topbar-pill span { display: none; }
    .topbar-pill { padding: 6px; width: 28px; height: 28px; justify-content: center; border-radius: 50%; }
}

/* ---------- Mobile offcanvas menu (panel chrome; link typography is defined further below) ---------- */
@media (max-width: 991.98px) {
    #navbar-wd.offcanvas {
        width: 280px;
        background: linear-gradient(180deg, #0b3d63, #12557f);
    }
    #navbar-wd .navbar-nav { padding: 10px 0; }
    #navbar-wd .nav-link { border-bottom: 1px solid rgba(255,255,255,.1); }
    #navbar-wd .offcanvas-header { border-bottom: 1px solid rgba(255,255,255,.15); }
    #navbar-wd .btn-close { filter: invert(1) grayscale(100%) brightness(200%); }
}

.doctor-search { max-width: 520px; }
.doctor-search .input-group-text { border-color: #dde5ea; }
.doctor-search .form-control { border-color: #dde5ea; }
.doctor-search .form-control:focus { box-shadow: none; border-color: #1c8fc7; }
.doctor-search .btn-brand { border-radius: 0 30px 30px 0; }

.pagination .page-link { color: #12557f; border-color: #e3edf5; }
.pagination .page-item.active .page-link { background: #12557f; border-color: #12557f; }
.pagination .page-link:hover { color: #0e4468; background: #eaf4fb; }

/* ---------- Main navigation (modern) ---------- */
.top-header {
    background: #fff;
    box-shadow: 0 2px 16px rgba(18,85,127,.07);
    padding: 4px 0;
    transition: box-shadow .25s ease, padding .25s ease;
}
.top-header.is-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 6px 22px rgba(18,85,127,.14);
}
.navbar-brand { display: flex; align-items: center; gap: 10px; }
.navbar-brand img { max-height: 52px; width: auto; flex: 0 0 auto; }
.navbar-brand-text {
    text-shadow: 1px 2px 0px rgb(117, 23, 230);
    font-size: 22px;
    line-height: 1.15;
}
/* Below lg, the offcanvas toggler sits beside the brand on one line; keep them
   from wrapping by letting only the brand text shrink/truncate. */
@media (max-width: 991.98px) {
    .navbar { flex-wrap: nowrap; }
    .navbar-brand { flex: 1 1 auto; min-width: 0; margin-right: 8px; }
    .navbar-brand-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .navbar-toggler { flex: 0 0 auto; }
}
@media (max-width: 575.98px) {
    .navbar-brand { gap: 8px; }
    .navbar-brand img { max-height: 40px; }
    .navbar-brand-text { font-size: 15px; }
}
@media (max-width: 360px) {
    .navbar-brand-text { font-size: 13px; }
}
@media (max-width: 400px) {
    .navbar-toggler { margin: 8px 4px; padding: 8px; }
    .top-header .container { padding-left: 8px; padding-right: 8px; }
}
@media (max-width: 340px) {
    .navbar-brand { gap: 6px; margin-right: 4px; }
    .navbar-brand img { max-height: 34px; }
    .navbar-brand-text { font-size: 12px; }
}

#navbar-wd .navbar-nav { align-items: center; gap: 2px; }
#navbar-wd .nav-link {
    color: #1f3b52;
    font-weight: 600;
    font-size: 14.5px;
    padding: 10px 18px !important;
    position: relative;
    transition: color .2s ease;
}
#navbar-wd .nav-link::after {
    content: "";
    position: absolute;
    left: 18px; right: 18px; bottom: 6px;
    height: 2px;
    background: linear-gradient(90deg, #12557f, #1c8fc7);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
#navbar-wd .nav-link:hover,
#navbar-wd .nav-link.active { color: #12557f; }
#navbar-wd .nav-link:hover::after,
#navbar-wd .nav-link.active::after { transform: scaleX(1); }

.nav-cta {
    margin-left: 8px;
}
.nav-cta .btn { padding: 9px 22px; font-size: 13.5px; }

@media (max-width: 991.98px) {
    #navbar-wd .nav-link { color: #fff !important; padding: 13px 18px !important; }
    #navbar-wd .nav-link::after { display: none; }
    #navbar-wd .nav-link.active { color: #7fd0ff !important; }
    .nav-cta { margin: 14px 18px 0; }
    .nav-cta .btn { display: block; text-align: center; }
}

/* ---------- Page loader: animated logo instead of stock gif ---------- */
.loader.logo-loader {
    position: relative;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-loader-img {
    width: 68px;
    height: auto;
    z-index: 2;
    animation: logoLoaderPulse 1.3s ease-in-out infinite;
}
.logo-loader-ring {
    position: absolute;
    inset: 0;
    border: 3px solid #e3edf5;
    border-top-color: #12557f;
    border-right-color: #1c8fc7;
    border-radius: 50%;
    animation: logoLoaderSpin .9s linear infinite;
}
@keyframes logoLoaderPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: .7; }
}
@keyframes logoLoaderSpin {
    to { transform: rotate(360deg); }
}

/* ---------- Patient Portal nav button (gorgeous/modern) ---------- */
.btn-portal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(120deg, #12557f 0%, #1c8fc7 50%, #12557f 100%);
    background-size: 220% auto;
    background-position: left center;
    color: #fff !important;
    text-decoration: none;
    padding: 6px 22px 6px 6px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13.5px;
    box-shadow: 0 6px 18px rgba(18,85,127,.32);
    transition: background-position .5s ease, transform .25s ease, box-shadow .25s ease;
}
.btn-portal-icon {
    width: 32px; height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.btn-portal:hover {
    background-position: right center;
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(18,85,127,.42);
    color: #fff !important;
}
@media (max-width: 991.98px) {
    .btn-portal { width: 100%; justify-content: center; padding: 8px 20px; }
}

/* ---------- Doctor fees ---------- */
.fee-tile {
    background: linear-gradient(135deg, #eaf4fb, #d7ecf9);
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
}
.fee-tile .fee-amount { font-size: 20px; font-weight: 800; color: #0b3d63; }
.fee-tile .fee-label { font-size: 12px; color: #556; margin-top: 2px; }

.fee-badge {
    display: inline-block;
    background: #eef7ee;
    color: #217A37;
    border: 1px solid #cfe9cf;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 11.5px;
    font-weight: 700;
    margin-top: 4px;
}

@media print {
    header, footer, .no-print { display: none !important; }
}
