/*** uncss> filename: styles.css ***/
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #0f172a;
    padding: 1rem;
  }

  .container {
    max-width: 100%;
  }

  .container p {
    padding: 0 1rem;
  }

  h2 {
    text-align: center;
    font-size: 2rem;
    padding: 1vw;
  }
  /*  */
  img {
    max-width: 100%;
    border-radius: 8px;
  }

  @media screen and (min-width: 769px) {
  /* Styles for larger screens */
}

/* Top three crucial factors section */

.container {
  margin: 0 auto;
  padding: 0 1rem;
}
/*  end of top 3 crucial factors sections */


/* Everything about EMI section */

/* Responsive for Mobile */

/* Everything about EMI section ends */


/* Interest rate section */

/* Mobile-friendly adjustments */

/* Interest rate section code ends */


/* All other above secs */

/* Responsive Design */

/* end of it---- */

  /*  */
  ul {
    margin-top: 0.5rem;
    padding-left: 1.2rem;
  }
  ul li {
    margin-bottom: 0.4rem;
  }

  /*  */

  @media (min-width: 768px) {
    .container {
      padding: 0 2rem;
    }
  }
  h1 {
    padding: 0 1rem;
  }
  /* Header */

  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
  }

  .header__logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 140px;
    height: 70px;
  }

  .header__nav {
    display: none;
    gap: 2rem;
  }

  @media (min-width: 768px) {
    .header__nav {
      display: flex;
    }
  }

  .header__nav a {
    text-decoration: none;
    color: #334155;
    font-weight: 500;
    transition: color 0.2s;
  }

  .header__nav a:hover {
    color: #2563eb;
  }

  /* Hero Section */

  /* Buttons */

  /* Cards */

  /* Educational Section */

  /* Articles */

  /* Discussion */

  /* Sidebar */

  /* Tips */

  /* Footer */
  .footer {
    background: #1e293b;
    color: #ffffff;
    padding: 3rem 0;
  }

  .footer__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  @media (min-width: 768px) {
    .footer__content {
      grid-template-columns: 1fr 2fr;
    }
  }

  .footer__brand p {
    color: #94a3b8;
  }

  .footer__links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
  }

  .footer__column h4 {
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .footer__column ul {
    list-style: none;
  }

  .footer__column ul li {
    margin-bottom: 0.5rem;
  }

  .footer__column ul li a {
    color: #94a3b8;
    text-decoration: none;
  }

  .footer__column ul li a:hover {
    color: #ffffff;
  }

  .footer__bottom {
    border-top: 1px solid #475569;
    margin-top: 2rem;
    padding-top: 2rem;
    text-align: center;
    color: #94a3b8;
  }

  /* Responsive Design */

  @media (max-width: 480px) {
    .container {
      padding: 0 1rem;
    }
  }

  /* Animation and Transition Classes */

  /* Smooth scrolling */
  html {
    scroll-behavior: smooth;
  }

  /* Focus states for accessibility */

  /* Loading states */

  /* Hover effects */

  /* Print styles */
  @media print {
    .footer {
      display: none;
    }

    body {
      background: white;
    }
  }
   
/*** uncss> filename: privacy-policy.css ***/
 /* Privacy Policy Specific Styles - Indian Compliance */
        .privacy-section {
        padding: 2rem 0 4rem;
        background: #f8fafc;
        min-height: 100vh;
        }

        .privacy-header {
        text-align: center;
        margin-bottom: 3rem;
        padding: 2rem 0;
        background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
        border-radius: 0.75rem;
        }

        .privacy-header h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 0.5rem;
        }

        .last-updated {
        color: #64748b;
        font-size: 1rem;
        font-style: italic;
        margin-bottom: 0.5rem;
        }

        .compliance-note {
        color: #059669;
        font-size: 0.9rem;
        font-weight: 600;
        background: #ecfdf5;
        padding: 0.5rem 1rem;
        border-radius: 0.375rem;
        display: inline-block;
        border: 1px solid #a7f3d0;
        }

        .privacy-content {
        max-width: 1000px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 0.75rem;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        padding: 2rem;
        }

        .privacy-intro {
        background: #dbeafe;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-bottom: 2rem;
        border-left: 4px solid #2563eb;
        }

        .privacy-intro p {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #1e40af;
        margin: 0;
        }

        .privacy-section-item {
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e2e8f0;
        }

        .privacy-section-item h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        }

        .privacy-section-item h2 i {
        color: #2563eb;
        font-size: 1.25rem;
        }

        .privacy-section-item h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #334155;
        margin: 1.5rem 0 0.75rem;
        }

        .privacy-section-item h4 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #475569;
        margin: 1rem 0 0.5rem;
        }

        .privacy-section-item p {
        line-height: 1.7;
        color: #64748b;
        margin-bottom: 1rem;
        }

        .privacy-section-item ul {
        margin: 0.5rem 0 1rem 1.5rem;
        color: #64748b;
        }

        .privacy-section-item li {
        margin-bottom: 0.5rem;
        line-height: 1.6;
        }

        .privacy-subsection {
        margin-bottom: 2rem;
        padding: 1rem;
        background: #f8fafc;
        border-radius: 0.5rem;
        border-left: 3px solid #e2e8f0;
        }

        /* Indian Context Highlighting */
        .indian-context {
        background: #fef3c7;
        padding: 1.5rem;
        border-radius: 0.5rem;
        border-left: 4px solid #f59e0b;
        margin-top: 1.5rem;
        }

        .indian-context h4 {
        color: #92400e;
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        }

        .indian-context p {
        color: #78350f;
        margin: 0;
        }

        /* Legal Basis Grid */
        .legal-basis-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        margin: 1.5rem 0;
        }

        .legal-basis-item {
        background: #f0f9ff;
        padding: 1.5rem;
        border-radius: 0.5rem;
        border: 1px solid #bae6fd;
        border-left: 4px solid #0284c7;
        }

        .legal-basis-item h4 {
        color: #0c4a6e;
        margin-top: 0;
        margin-bottom: 0.75rem;
        }

        .legal-basis-item p {
        color: #075985;
        margin: 0;
        font-size: 0.9rem;
        }

        /* Grid Layouts */
        .privacy-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
        margin: 1.5rem 0;
        }

        .privacy-card {
        background: #f8fafc;
        padding: 1.5rem;
        border-radius: 0.5rem;
        border: 1px solid #e2e8f0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .privacy-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .privacy-card h4 {
        color: #2563eb;
        font-weight: 600;
        margin-bottom: 0.75rem;
        font-size: 1.1rem;
        }

        .privacy-card ul {
        margin: 0;
        padding-left: 1rem;
        }

        .privacy-card li {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
        }

        /* Disclosure Items */
        .privacy-disclosure-item {
        background: #fef7ff;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-bottom: 1.5rem;
        border-left: 4px solid #a855f7;
        }

        .privacy-disclosure-item h3 {
        color: #7c3aed;
        margin-top: 0;
        }

        .privacy-disclosure-item em {
        color: #6b21a8;
        font-style: italic;
        font-size: 0.9rem;
        }

        /* Cookie Types */
        .cookie-types {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        margin: 1.5rem 0;
        }

        .cookie-type {
        background: #fff7ed;
        padding: 1rem;
        border-radius: 0.5rem;
        border: 1px solid #fed7aa;
        }

        .cookie-type h4 {
        color: #ea580c;
        margin-top: 0;
        margin-bottom: 0.5rem;
        }

        .cookie-type p {
        font-size: 0.9rem;
        margin: 0;
        color: #9a3412;
        }

        .cookie-control {
        background: #ecfdf5;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1.5rem;
        border-left: 4px solid #10b981;
        }

        .cookie-control h4 {
        color: #059669;
        margin-top: 0;
        }

        .cookie-control p {
        color: #065f46;
        margin: 0;
        }

        /* Security Measures */
        .security-measures {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        margin: 1.5rem 0;
        }

        .security-item {
        text-align: center;
        padding: 1.5rem;
        background: #f0f9ff;
        border-radius: 0.5rem;
        border: 1px solid #bae6fd;
        }

        .security-item i {
        font-size: 2rem;
        color: #0284c7;
        margin-bottom: 1rem;
        }

        .security-item h4 {
        color: #0c4a6e;
        margin: 0.5rem 0;
        }

        .security-item p {
        font-size: 0.9rem;
        color: #075985;
        margin: 0;
        }

        .security-compliance {
        background: #f0fdf4;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1.5rem;
        border-left: 4px solid #16a34a;
        }

        .security-compliance h4 {
        color: #15803d;
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        }

        .security-compliance ul {
        color: #166534;
        margin: 0;
        }

        /* Rights Grid */
        .rights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        margin: 1.5rem 0;
        }

        .right-item {
        background: #f0fdf4;
        padding: 1rem;
        border-radius: 0.5rem;
        border: 1px solid #bbf7d0;
        text-align: center;
        }

        .right-item h4 {
        color: #15803d;
        margin: 0 0 0.5rem;
        font-size: 1rem;
        }

        .right-item p {
        font-size: 0.85rem;
        color: #166534;
        margin: 0;
        }

        .rights-exercise {
        background: #eff6ff;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1.5rem;
        border-left: 4px solid #3b82f6;
        }

        .rights-exercise h4 {
        color: #1d4ed8;
        margin-top: 0;
        }

        .rights-exercise p {
        color: #1e40af;
        margin: 0;
        }

        /* Retention Info */
        .retention-info {
        background: #fefce8;
        padding: 1.5rem;
        border-radius: 0.5rem;
        border-left: 4px solid #eab308;
        margin-top: 1rem;
        }

        .retention-info ul {
        margin: 0;
        color: #a16207;
        }

        .retention-info li {
        margin-bottom: 0.75rem;
        }

        .retention-info strong {
        color: #92400e;
        }

        /* Children Protection */
        .children-protection {
        background: #fdf2f8;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1rem;
        border-left: 4px solid #ec4899;
        }

        .children-protection h4 {
        color: #be185d;
        margin-top: 0;
        }

        .children-protection ul {
        color: #9d174d;
        margin: 0;
        }

        /* Transfer Safeguards */
        .transfer-safeguards {
        background: #f0f9ff;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1rem;
        border-left: 4px solid #0ea5e9;
        }

        .transfer-safeguards h4 {
        color: #0c4a6e;
        margin-top: 0;
        }

        .transfer-safeguards ul {
        color: #075985;
        margin: 0;
        }

        /* Grievance Officer */
        .grievance-officer {
        background: #fef3c7;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1rem;
        border-left: 4px solid #f59e0b;
        }

        .officer-details h4 {
        color: #92400e;
        margin-top: 0;
        margin-bottom: 1rem;
        }

        /* Contact Info */
        .contact-info {
        background: #f8fafc;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin-top: 1rem;
        }

        .contact-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        }

        .contact-item:last-child {
        margin-bottom: 0;
        }

        .contact-item i {
        color: #2563eb;
        width: 1.25rem;
        text-align: center;
        }

        .contact-item span {
        color: #334155;
        font-weight: 500;
        }

        /* Privacy Footer */
        .privacy-footer {
        background: #1e293b;
        color: #ffffff;
        padding: 2rem;
        border-radius: 0.5rem;
        margin-top: 2rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        }

        .footer-section h4 {
        color: #60a5fa;
        margin-top: 0;
        margin-bottom: 0.75rem;
        }

        .footer-section p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
        .privacy-header h1 {
            font-size: 2rem;
        }

        .privacy-content {
            padding: 1.5rem;
            margin: 0 1rem;
        }

        .privacy-grid,
        .legal-basis-grid,
        .cookie-types,
        .security-measures,
        .rights-grid {
            grid-template-columns: 1fr;
        }

        .privacy-section-item h2 {
            font-size: 1.25rem;
            flex-direction: column;
            align-items: flex-start;
            gap: 0.5rem;
        }

        .privacy-footer {
            grid-template-columns: 1fr;
        }
        }

        @media (max-width: 480px) {
        .privacy-section {
            padding: 1rem 0 2rem;
        }

        .privacy-header {
            margin-bottom: 2rem;
            padding: 1.5rem 1rem;
        }

        .privacy-content {
            padding: 1rem;
            margin: 0 0.5rem;
        }

        .privacy-card,
        .privacy-disclosure-item,
        .cookie-control,
        .retention-info,
        .contact-info,
        .indian-context,
        .security-compliance,
        .rights-exercise,
        .children-protection,
        .transfer-safeguards,
        .grievance-officer {
            padding: 1rem;
        }
        }

        /* Print Styles */
        @media print {
        .footer {
            display: none;
        }

        .privacy-section {
            background: white;
            padding: 0;
        }

        .privacy-content {
            box-shadow: none;
            padding: 0;
        }

        .privacy-card,
        .privacy-disclosure-item,
        .security-item,
        .right-item {
            break-inside: avoid;
        }
        }

