:root {
  --bs-primary: #222f7d;
  --bs-primaryLight: #515faf;
  --bs-secondary: #8d8d8d;
  --bs-secondaryLight: #898989;
  --bs-secondaryDark: #f6f6f6;
  --brand-secondary: #10b981;
  --brand-dark: #0f172a;
  --brand-light: #f8fafc;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
}

[data-theme=dark] {
  --bs-primary: #6a7def;
  --bs-secondary: #c0c0c0;
  --bs-secondaryLight: #9e9e9e;
  --bs-secondaryDark: #252525;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.bg-primary {
  background-color: var(--bs-primary);
}

.font-rahdhani {
  font-family: "Rajdhani", sans-serif;
}

.fw-md {
  font-weight: 500;
}

.fw-lg {
  font-weight: 600;
}

.policy-active {
  color: var(--bs-primary) !important;
  border-bottom: 2px solid var(--bs-primary);
}

.privacy-policy-banner {
  background: rgba(21, 35, 117, 0.7607843137);
  background: linear-gradient(90deg, rgb(41, 55, 138) 22%, rgba(21, 35, 117, 0.32) 57%);
  color: white;
  position: relative;
}
.privacy-policy-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/manufacture.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.privacy-policy-banner .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(42, 140, 65, 0.23);
  border: 1px solid rgb(42, 140, 65);
  border-radius: 100px;
  padding: 5px 14px 5px 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #56c26f;
}
.privacy-policy-banner .hero-tag span {
  text-transform: uppercase;
}
.privacy-policy-banner .dot {
  display: inline-flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #56c26f;
  flex-shrink: 0;
}

/* Footer Modernization */
.premium-footer {
  background-color: var(--brand-dark);
  color: #94a3b8;
  padding: 80px 0 40px 0;
  margin-top: 100px;
}

.footer-heading {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .content-card {
    padding: 28px;
  }
  .premium-hero {
    padding: 60px 0;
  }
}
.privacy-policy-content section[id] {
  scroll-margin-top: 140px;
}
.privacy-policy-content header {
  background: var(--bs-primary);
  color: white;
  padding: 50px 40px;
}
.privacy-policy-content header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.privacy-policy-content header p {
  opacity: 0.95;
}
.privacy-policy-content main {
  padding: 40px;
}
.privacy-policy-content h2 {
  color: var(--bs-primary);
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e9eef4;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
}
.privacy-policy-content h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #222;
  font-size: 20px;
}
.privacy-policy-content p {
  margin-bottom: 16px;
}
.privacy-policy-content li {
  margin: 2px 0;
}
.privacy-policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
}
.privacy-policy-content table th {
  background: var(--bs-primary);
  color: white;
  padding: 8px;
  text-align: left;
  font-weight: 500;
}
.privacy-policy-content table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.privacy-policy-content .toc {
  background: #f7f9fc;
  border: 1px solid #b6c9da;
  margin-bottom: 40px;
  margin: 20px 0;
  border-radius: 10px;
  position: sticky;
  top: 90px;
}
.privacy-policy-content .toc a {
  display: block;
  padding: 8px 12px;
  color: var(--bs-primary);
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.privacy-policy-content .toc a:hover {
  background: #e8f1fb;
}
.privacy-policy-content .toc a.active {
  background: var(--bs-primary);
  color: #fff;
  font-weight: 600;
}
.privacy-policy-content .toc ul {
  list-style: none;
  margin-left: 0;
}
.privacy-policy-content .toc a {
  text-decoration: none;
  color: var(--bs-primary);
}
.privacy-policy-content .info-box {
  background: #f7f9fc;
  border-left: 2px solid var(--bs-primary);
  padding: 8px 12px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 15px;
  color: var(--bs-primary);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .privacy-policy-content header {
    padding: 35px 25px;
  }
  .privacy-policy-content main {
    padding: 25px;
  }
  .privacy-policy-content header h1 {
    font-size: 28px;
  }
}/*# sourceMappingURL=privacy-policy.css.map */