    :root {
      --primary-brand: #007477;
      --primary-brand-hover: #005a5c;
      --primary-brand-light: #f0fdfa;
      --primary-brand-border: #ccfbf1;
      --primary-dark: #0f172a;
      --border-color: #e2e8f0;
      --text-muted: #64748b;
      --bg-light: #f8fafc;
    }
    body {
      background-color: var(--bg-light);
      color: #0f172a;
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      letter-spacing: -0.01em;
      -webkit-font-smoothing: antialiased;
    }
    .navbar {
      background: #ffffff;
      border-bottom: 1px solid var(--border-color);
      border-top: 3px solid var(--primary-brand);
      padding: 0.75rem 0;
    }
    .card {
      border: 1px solid var(--border-color);
      border-radius: 12px;
      background: #ffffff;
      box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.04);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .card-hover:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px -4px rgba(0, 116, 119, 0.08);
      border-color: #99f6e4;
    }
    .form-control, .form-select {
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      font-size: 0.9rem;
      padding: 0.58rem 0.85rem;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--primary-brand);
      box-shadow: 0 0 0 3px rgba(0, 116, 119, 0.15);
    }
    .btn {
      border-radius: 8px;
      font-size: 0.88rem;
      font-weight: 600;
      padding: 0.5rem 1.1rem;
      transition: all 0.2s ease;
    }
    .btn-dark {
      background-color: var(--primary-brand);
      border-color: var(--primary-brand);
      color: #ffffff;
    }
    .btn-dark:hover {
      background-color: var(--primary-brand-hover);
      border-color: var(--primary-brand-hover);
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 116, 119, 0.25);
    }
    .btn-outline-dark {
      color: var(--primary-brand);
      border-color: var(--primary-brand);
      background-color: transparent;
    }
    .btn-outline-dark:hover {
      background-color: var(--primary-brand);
      border-color: var(--primary-brand);
      color: #ffffff;
    }
    /* Teal Theme & Language Button Utilities */
    .text-teal {
      color: #0f766e !important;
    }
    .border-teal {
      border-color: #0f766e !important;
    }
    .bg-teal {
      background-color: #0f766e !important;
      color: #ffffff !important;
    }
    .btn-teal {
      background-color: #0f766e !important;
      border: 1px solid #0f766e !important;
      color: #ffffff !important;
      box-shadow: 0 2px 6px rgba(15, 118, 110, 0.25);
    }
    .btn-teal:hover, .btn-teal:focus, .btn-teal:active {
      background-color: #0d9488 !important;
      border-color: #0d9488 !important;
      color: #ffffff !important;
    }
    .btn-outline-teal {
      background-color: transparent !important;
      border: 1px solid #0f766e !important;
      color: #0f766e !important;
    }
    .btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal:active {
      background-color: #0f766e !important;
      border-color: #0f766e !important;
      color: #ffffff !important;
    }
    .nav-btn-translate {
      font-weight: 600;
      border-radius: 6px;
      transition: all 0.15s ease-in-out;
    }
    .nav-btn-translate.btn-teal {
      background-color: #0f766e !important;
      color: #ffffff !important;
      border-color: #0f766e !important;
    }
    .nav-btn-translate.btn-teal * {
      color: #ffffff !important;
    }
    .nav-btn-translate.btn-outline-teal {
      background-color: transparent !important;
      color: #0f766e !important;
      border-color: #0f766e !important;
    }
    .nav-btn-translate.btn-outline-teal * {
      color: #0f766e !important;
    }
    .hero-banner-modern {
      background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%);
      border: 1px solid #ccfbf1;
      border-radius: 16px;
      box-shadow: 0 10px 30px -5px rgba(0, 116, 119, 0.06);
    }
    .segmented-control {
      background-color: #f1f5f9;
      border-radius: 8px;
      padding: 4px;
      display: flex;
      gap: 4px;
    }
    .segmented-btn {
      flex: 1;
      border: none;
      background: transparent;
      color: #64748b;
      font-size: 0.85rem;
      font-weight: 600;
      padding: 0.5rem 0.75rem;
      border-radius: 6px;
      transition: all 0.15s ease;
    }
    .segmented-btn.active {
      background: #ffffff;
      color: var(--primary-brand);
      font-weight: 700;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }
    .minimal-nav-pills .nav-link {
      color: #64748b;
      font-size: 0.88rem;
      border-radius: 8px;
      padding: 0.5rem 1rem;
      font-weight: 600;
    }
    .minimal-nav-pills .nav-link.active {
      background-color: var(--primary-brand);
      color: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 116, 119, 0.25);
    }
    .minimal-badge {
      font-size: 0.76rem;
      font-weight: 600;
      padding: 0.25rem 0.7rem;
      border-radius: 9999px;
      background: #f0fdfa;
      color: var(--primary-brand);
      border: 1px solid #ccfbf1;
    }
    .prescription-callout {
      border-left: 3px solid #dc2626;
      background: #fef2f2;
      border-radius: 8px;
      padding: 1rem;
    }
    .cursor-pointer {
      cursor: pointer;
    }
    .transition-zoom {
      transition: transform 0.35s ease, filter 0.35s ease;
    }
    .card-hover:hover .transition-zoom {
      transform: scale(1.05);
    }
    .article-body-wrapper h3 {
      font-size: 1.15rem;
      font-weight: 700;
      color: #0f172a;
      margin-top: 1.5rem;
      margin-bottom: 0.75rem;
      border-bottom: 1px solid #e2e8f0;
      padding-bottom: 0.35rem;
    }
    .article-body-wrapper h4 {
      font-size: 1rem;
      font-weight: 700;
      color: #007477;
      margin-top: 1.25rem;
      margin-bottom: 0.5rem;
    }
    .article-body-wrapper p {
      color: #334155;
      margin-bottom: 0.9rem;
    }
    .article-body-wrapper ul, .article-body-wrapper ol {
      color: #334155;
      padding-left: 1.4rem;
      margin-bottom: 1rem;
    }
    .article-body-wrapper li {
      margin-bottom: 0.4rem;
    }
    @media (min-width: 992px) {
      .border-start-lg {
        border-left: 1px solid #e2e8f0;
      }
    }

    /* ===================================================================
       MODERN RESPONSIVE MEDICAL FOOTER (Optimized for Android & Desktop)
       =================================================================== */
    .portal-footer {
      background-color: #0b1727;
      color: #94a3b8;
      font-size: 0.88rem;
      border-top: 4px solid var(--primary-brand);
    }
    .portal-footer-title {
      color: #f8fafc;
      font-weight: 700;
      font-size: 0.95rem;
      margin-bottom: 1.15rem;
      position: relative;
      letter-spacing: -0.01em;
    }
    .portal-footer-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 28px;
      height: 2px;
      background-color: var(--primary-brand);
      border-radius: 2px;
    }
    .portal-footer-link {
      color: #94a3b8;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.35rem 0;
      font-size: 0.87rem;
      transition: all 0.2s ease;
    }
    .portal-footer-link:hover, .portal-footer-link:focus {
      color: #2dd4bf;
      transform: translateX(4px);
    }
    .portal-footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 0.85rem;
      color: #cbd5e1;
      font-size: 0.87rem;
    }
    .portal-footer-contact-item i {
      color: #14b8a6;
      font-size: 1.1rem;
      margin-top: 2px;
      flex-shrink: 0;
    }
    .portal-footer-bottom {
      background-color: #050c16;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      color: #64748b;
      font-size: 0.8rem;
    }
    @media (max-width: 767.98px) {
      .portal-footer {
        padding-top: 2.5rem !important;
      }
      .portal-footer-link {
        padding: 0.45rem 0; /* Touch-friendly tap targets on Android */
      }
    }

    /* Top Contact Bar */
    .top-contact-bar {
      background: #004d4f;
      color: #ffffff;
      font-size: 0.82rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-contact-link {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.15s ease;
    }
    .top-contact-link:hover {
      color: #5eead4;
    }
    .top-whatsapp-badge {
      background-color: #25D366;
      color: #ffffff !important;
      font-weight: 600;
      font-size: 0.76rem;
      padding: 0.28rem 0.65rem;
      border-radius: 9999px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: transform 0.15s ease, background-color 0.15s ease;
    }
    .top-whatsapp-badge:hover {
      background-color: #1eb956;
      transform: scale(1.04);
    }

    /* Floating WhatsApp Button */
    .floating-whatsapp-btn {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 1050;
      background-color: #25D366;
      color: #ffffff !important;
      border-radius: 50px;
      padding: 10px 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
      text-decoration: none;
      transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .floating-whatsapp-btn:hover {
      background-color: #1eb956;
      transform: translateY(-3px) scale(1.05);
      box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55);
    }
    @media (max-width: 576px) {
      .floating-whatsapp-btn {
        bottom: 20px;
        right: 20px;
        width: 52px;
        height: 52px;
        padding: 0;
        border-radius: 50%;
        font-size: 1.45rem;
      }
    }

    /* Doctor Assisted Patients Badge */
    .badge-assisted {
      background-color: #ecfdf5;
      color: #065f46;
      border: 1px solid #a7f3d0;
      font-size: 0.74rem;
      font-weight: 600;
      padding: 0.22rem 0.6rem;
      border-radius: 9999px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

    /* =========================================================================
       Google Translate Clean Mode: Suppress Top Bar, Hover Popups & Like/Dislike
       ========================================================================= */
    /* 1. Kill Google Translate Fixed Top Bar / Banner Frame completely */
    .goog-te-banner-frame,
    .goog-te-banner-frame.skiptranslate,
    iframe.goog-te-banner-frame,
    iframe[id=":1.container"],
    iframe[id=":2.container"],
    body > .skiptranslate,
    #google_translate_element {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      width: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
      overflow: hidden !important;
    }

    /* 2. Prevent Google Translate from pushing body down by 40px */
    body {
      top: 0px !important;
      position: static !important;
    }

    /* 3. Kill Google Translate Hover Tooltip Balloon, Like/Dislike, and Suggest Edit Popup */
    #goog-gt-tt,
    #goog-gt-vt,
    .goog-te-balloon-frame,
    .goog-tooltip,
    .goog-tooltip:hover,
    .VIpgJd-yAWNEb-hvhGLb,
    .VIpgJd-yAWNEb-L7lbkb,
    .VIpgJd-ZVi9od-xl07Ob-OEVmcd,
    .VIpgJd-ZVi9od-aZ2wEe-OEVmcd,
    .VIpgJd-ZVi9od-ORHb-OEVmcd,
    [class*="VIpgJd"] {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
      height: 0 !important;
      width: 0 !important;
      overflow: hidden !important;
    }

    /* 4. Remove yellow/grey highlight that Google injects on translated words */
    .goog-text-highlight {
      background: none !important;
      background-color: transparent !important;
      box-shadow: none !important;
      border: none !important;
      color: inherit !important;
    }

