/* Privacy Policy CSS */

* { font-family: 'Poppins', sans-serif; }
    body { background: #f8f9fa; color: #222; }

    /* Navbar */
    .navbar { background: #072142; }
    .navbar-brand img { height: 48px; }
    .nav-link { color: #fff !important; font-weight: 600; }
    .nav-link:hover { color: #00BFA6 !important; }

    /* Hero Banner */
    .policy-hero {
      background: linear-gradient(135deg, #072142 0%, #1C1B4D 60%, #00BFA6 100%);
      padding: 100px 0 60px;
      color: #fff;
    }
    .policy-hero h1 { font-size: 2.6rem; font-weight: 700; }
    .policy-hero p { opacity: 0.85; font-size: 1.05rem; }
    .badge-pill {
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.3);
      color: #fff;
      padding: 6px 18px;
      border-radius: 50px;
      font-size: 0.85rem;
      display: inline-block;
      margin-bottom: 16px;
    }

    /* Content Card */
    .policy-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.08);
      padding: 48px;
      margin-top: -40px;
      margin-bottom: 60px;
    }
    .section-title {
      color: #072142;
      font-weight: 700;
      font-size: 1.15rem;
      margin-top: 36px;
      margin-bottom: 10px;
      border-left: 4px solid #00BFA6;
      padding-left: 12px;
    }
    .policy-card p, .policy-card li { color: #444; line-height: 1.8; font-size: 0.97rem; }
    .policy-card ul { padding-left: 20px; }
    .policy-card ul li { margin-bottom: 6px; }
    .last-updated {
      background: #f0faf8;
      border: 1px solid #b2e8df;
      border-radius: 8px;
      padding: 12px 18px;
      color: #00957e;
      font-size: 0.88rem;
      margin-bottom: 28px;
      display: inline-block;
    }

    /* Footer */
    /*footer { background: #072142; color: #fff; padding: 28px 0; text-align: center; }*/
    /*footer a { color: #00BFA6; text-decoration: none; }*/
    /*footer a:hover { text-decoration: underline; }*/