/* Utility CSS - Author: Vishwajeet Singh */

.common-lg-heading h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 0.6277rem + 2.6019vw, 3.75rem);
  text-align: center;
  color: #fff;
}

.privacy-policy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 15px 30px 15px;
}

.privacy-policy h2 {
  font-family: "Oswald", sans-serif;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: clamp(1.5625rem, 0.9389rem + 1.301vw, 2.5rem);
  color: #000;
  font-weight: 600;
}

.privacy-policy h3 {
  font-family: "Oswald", sans-serif;
  margin-top: 20px;
  font-size: clamp(1.125rem, 0.7092rem + 0.8673vw, 1.75rem);
  font-weight: 600;
  color: #000;
}

.privacy-policy p,
.privacy-policy a {
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.0625rem, 0.8546rem + 0.4337vw, 1.375rem);
  line-height: 1.5;
  margin-bottom: 15px;
  color: #5e5e5e;
  text-decoration: none;
}

.privacy-policy a:hover {
  color: #000;
}

.privacy-policy li {
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.0625rem, 0.8546rem + 0.4337vw, 1.375rem);
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px; /* creates space for icon */
}

.privacy-policy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2025/11/Vector.png") no-repeat center;
  background-size: 20px 20px;
}

.privacy-policy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
