.privacy-policy-banner-section {
  background: #000 url(../images/Privacy-policy-banner-img.png) right bottom / cover no-repeat;
  min-height: 660px;
  background-position: 196%;
}

.privacy-policy-banner-section .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 500px;
  padding-bottom: 30px;
}

.privacy-policy-banner-section .banner-content h1 {
  font-size: clamp(2rem, 1.6364rem + 1.8182vw, 3rem);
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}

.privacy-policy-banner-section .banner-content p {
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
  color: #fff;
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.privacy-policy-banner-section .palm-plant-img {
  height: 500px;
}

.privacy-policy-banner-section .palm-plant-img img {
  height: 80%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Content Section Styling */
.privacy-policy-content {
  font-size: 16px;
  line-height: 1.75;
  color: #282728;
}

.privacy-policy-content p,
.privacy-policy-content P {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #282728;
  font-weight: 400;
}

/* Remove margin from last paragraph in a section */
.privacy-policy-content p:last-child,
.privacy-policy-content P:last-child {
  margin-bottom: 0;
}

/* Heading styles - Large and Bold */
.privacy-policy-content h1.primary-heading {
  font-size: clamp(1.25rem, 0.7955rem + 2.2727vw, 2.5rem);
  color: #000000;
  font-weight: 700;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.3;
}

/* First heading (Privacy policy) - more spacing below */
.privacy-policy-content h1.primary-heading:first-of-type {
  margin-bottom: 30px;
}

/* Sub-headings (Overview, Information we collect) - significant spacing above */
.privacy-policy-content h1.primary-heading:not(:first-of-type) {
  margin-top: 50px;
  margin-bottom: 24px;
}

.privacy-policy-content h1.primary-heading.mb-3 {
  margin-bottom: 1rem !important;
}

/* Spacing after headings */
.privacy-policy-content h1.primary-heading + p,
.privacy-policy-content h1.primary-heading + P {
  margin-top: 0;
  margin-bottom: 24px;
}

/* H2 styling for "LAST MODIFIED" */
.privacy-policy-content h2 {
  font-weight: 700;
  font-size: 14px;
  color: #282728;
  margin-bottom: 0;
  margin-top: 50px;
  line-height: 1.4;
  text-transform: uppercase;
}

.privacy-policy-content h2 + p,
.privacy-policy-content h2 + P {
  margin-top: 0;
}

.privacy-policy-content .container {
  max-width: 1170px;
}

/* Background color for alternating sections */
.privacy-policy-content.BG-F8F8F8 {
  background-color: #F8F8F8;
}

/* Delete account section */
.Delete-your-account-data {
  background: #1d1f24;
  padding: 68px 0;
}

.Delete-your-account-data h1 {
  color: #078CD9;
  margin-bottom: 24px;
  font-size: clamp(1.25rem, 0.7955rem + 2.2727vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}

.Delete-your-account-data p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .privacy-policy-banner-section .palm-plant-img {
    height: fit-content;
  }

  .privacy-policy-banner-section {
    background: #000 url(../images/Privacy-policy-banner-img.png) center center / contain no-repeat;
    min-height: 638px;
    background-size: 179%;
  }

  .privacy-policy-banner-section .banner-content {
    height: 100%;
    min-height: fit-content;
    padding-bottom: 50px;
  }

  .privacy-policy-banner-section .banner-content-div {
    height: 100%;
    justify-content: start;
    min-height: 540px;
    align-items: end;
  }

  /* Mobile spacing adjustments */
  .privacy-policy-content h1.primary-heading:not(:first-of-type) {
    margin-top: 40px;
  }

  .privacy-policy-content h2 {
    margin-top: 40px;
  }
}
