:root {
  /* Fonts */
  --font-primary: "Roboto Slab", "Times New Roman", serif;
  --font-secondary: "Roboto", "Helvetica Neue", Arial, sans-serif;

  /* Colors */
  --color-primary: #d7001e;
  --color-secondary: #135ba4;
  --color-neutral-100: #16191a;
  --color-tertiary-200: #f6f7f9;
  --color-tertiary-300: #e2e3e5;
  --color-tertiary-500: #ffffff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  -webkit-overflow-scrolling: touch;
}

/* Overflow hidden on body */

/*  Reset everything */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

input,
button {
  outline: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  background: var(--color-tertiary-500);
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: calc(26 / 17);
  color: var(--color-neutral-100);
}

/* .lpd-body{
  padding: 0 48px;
  @media screen and (max-width: 1023px) {
    padding: 0 24px;
  }
} */

a {
  text-decoration: none;
  transition: 0.3s;
  &:focus,
  &:active {
    outline: none;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
  width: auto;
  height: auto;
}
iframe {
  display: block;
}

.accessible-text,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.container {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}

.lpd-btn {
  display: inline-block;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-tertiary-500);
  background: var(--color-primary);
  border-radius: 8px;
  padding: 18px 48px 16px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  @media screen and (max-width: 767px) {
    font-size: 1rem;
    padding: 16px 24px 14px;
  }
}
.lpd-btn--white {
  background: var(--color-tertiary-500);
  border-color: var(--color-tertiary-500);
  color: var(--color-primary);
}
.lpd-btn--white:hover,
.lpd-btn--white:focus {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-tertiary-500);
}
.lpd-btn--hvr-white:hover,
.lpd-btn--hvr-white:focus {
  background: var(--color-tertiary-500);
  color: var(--color-primary);
}

.lpd-btn--shadow:hover,
.lpd-btn--shadow:focus {
  color: var(--color-tertiary-500);
  background: var(--color-primary);
  box-shadow: 0px 4px 8px rgba(215, 0, 30, 0.25);
}

.lpd-btn--border {
  border-color: var(--color-primary);
  color: var(--color-neutral-100);
  background: transparent;
}
.lpd-btn--border:hover,
.lpd-btn--border:focus {
  color: var(--color-tertiary-500);
  background: var(--color-primary);
}
em,
i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
  font-size: 75%;
}

sub {
  top: auto;
}

small {
  font-size: smaller;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.29;
  margin-bottom: 32px;
  @media screen and (max-width: 1023px) {
    font-size: 2.75rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 2.25rem;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1.33;
  margin-bottom: 32px;
  text-transform: capitalize;
  @media screen and (max-width: 1023px) {
    font-size: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 2rem;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 24px;
  @media screen and (max-width: 1023px) {
    font-size: 1.625rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.33;
  @media screen and (max-width: 767px) {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

.entry-content {
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  color: var(--color-neutral-100);
  /* text-transform: capitalize; */
  * {
    &:first-child {
      margin-top: 0;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }

  a:not(.btn):not(.lpd-btn) {
    text-decoration: underline;
    color: var(--color-primary);
    transition: color 0.2s ease;

    &:hover {
      color: var(--color-neutral-100);
    }
  }

  h1,
  h2 {
    margin-top: 30px;
  }

  h3,
  h4,
  h5,
  h6 {
    margin-top: 30px;
  }

  p {
    margin: 0;

    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }

  ol,
  ul {
    margin-bottom: 30px;
    padding-left: 24px;

    li {
      margin-bottom: 5px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  ul {
    list-style-type: disc;
  }

  ol {
    list-style-type: decimal;
  }

  img {
    max-width: 100%;
    margin-bottom: 16px;
  }

  hr {
    height: 2px;
    background: var(--color-neutral-100);
    margin: 16px 0;
    border: none;
    border-bottom: 1px solid var(--color-neutral-100);
  }

  .alignleft {
    display: inline;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .aligncenter {
    clear: both;
    display: block;
    margin: 36px auto;
    @media screen and (max-width: 1023px) {
      margin: 16px 0;
    }
  }

  img.size-full {
    max-width: 100%;
    width: auto;
    margin: 36px 0;
    @media screen and (max-width: 1023px) {
      margin: 16px 0;
    }
  }

  .wp-caption {
    border: none;
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 16px;

    img {
      display: block;
      margin: 1.2% auto 0;
      max-width: 100%;
    }
  }

  .wp-caption-text {
    text-align: center;
    font-size: 16px;
  }

  .wp-caption-text {
    margin: 4px 0 0;
  }

  .wp-block-image {
    margin-bottom: 20px;
  }

  blockquote {
    font-weight: 400;
    font-style: italic;
    margin: 48px 0;
    @media screen and (max-width: 1023px) {
      margin: 32px 0;
    }
    @media screen and (max-width: 767px) {
    }
  }

  /* Make sure embeds and iframes fit their containers */
  embed,
  iframe,
  object {
    max-width: 100%;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1rem 0;
  }

  td,
  th {
    border: 1px solid #ddd;
    transition: all 0.3s;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
  }

  th {
    font-weight: bold;
  }

  td {
  }

  tr:nth-child(even) td {
  }

  tr:nth-child(odd) td {
  }
}
.entry-content--text-large {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.33;
  /* text-transform: capitalize; */
  @media screen and (max-width: 767px) {
    font-size: 1.25rem;
  }
}
.lpd-header {
  padding: 24px 48px;
  @media screen and (max-width: 1023px) {
    padding: 20px 24px;
  }
  .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
.page-template-template-thankyou-diabetes .lpd-header {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}
.ldp-header__logo {
  a {
    display: block;
  }
  img {
    max-width: 270px;
    @media screen and (max-width: 767px) {
      max-width: 180px;
    }
    @media screen and (max-width: 450px) {
      max-width: 150px;
    }
  }
}
.ldp-header__right {
  .lpd-btn {
    padding: 16px 24px 16px;
    @media screen and (max-width: 767px) {
      font-size: 1rem;
      padding: 14px 16px 12px;
    }
  }
}
.lpd-footer {
  background: var(--color-secondary);
  border-radius: 24px;
  padding: 64px 48px 16px;
  width: 100%;
  max-width: calc(100% - 96px);
  margin: 0 auto 48px;
  @media screen and (max-width: 767px) {
    max-width: calc(100% - 48px);
    padding: 48px 24px 16px;
    border-radius: 16px;
    margin-bottom: 24px;
  }
  color: var(--color-tertiary-500);
  a {
    color: var(--color-tertiary-500);
  }
}

.lpd-footer__row-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.lpd-footer__col1 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 83px;
}
.lpd-footer__col1-primary {
  max-width: 400px;
}
.ldp-footer__logo {
  margin-bottom: 40px;
  @media screen and (max-width: 767px) {
    margin-bottom: 25px;
  }
  a {
    display: inline-block;
  }
  img {
    max-width: 268px;
    display: block;
    @media screen and (max-width: 767px) {
      max-width: 180px;
    }
  }
}
.ldp-footer__conent {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33;
  color: var(--color-tertiary-500);
  text-transform: capitalize;
}
.lpd-footer__col1-secondary {
  max-width: 180px;
}
.lpd-footer__col2 {
  max-width: 250px;
}
.lpd-footer__heading {
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--color-tertiary-500);
  margin-bottom: 24px;
  @media screen and (max-width: 767px) {
    margin-bottom: 18px;
  }
}
.lpd-footer__row-secondary {
  margin-top: 56px;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;

  border-top: 1px solid rgba(246, 247, 249, 0.1);
  color: rgba(246, 247, 249, 0.6);

  a {
    color: rgba(246, 247, 249, 0.6);
    &:hover,
    &:focus {
      color: var(--color-tertiary-500);
    }
  }
  @media screen and (max-width: 767px) {
    margin-top: 40px;
  }
}
.lpd-footer__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  @media screen and (max-width: 767px) {
    gap: 8px;
  }
  a {
    display: inline-block;
    line-height: 1.33;
    &:hover,
    &:focus {
      color: rgba(246, 247, 249, 0.8);
    }
  }
}
.lpd-footer__copyright-text {
  color: rgba(246, 247, 249, 0.6);
  a {
    color: rgba(246, 247, 249, 0.6);
    &:hover,
    &:focus {
      color: var(--color-tertiary-500);
    }
  }
}
.lpd-footer__additional-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  @media screen and (max-width: 767px) {
    gap: 10px;
  }
}

/* Banner Style */
.lpd-banner {
  position: relative;
  width: 100%;
  max-width: calc(100% - 96px);
  margin: 0 auto 112px;
  height: calc(100vh - 104px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-tertiary-500);
  border-radius: 24px;
  @media screen and (max-width: 767px) {
    border-radius: 16px;
    max-width: calc(100% - 48px);
    margin-bottom: 60px;
  }
  &::before {
    content: "";
    /* background: rgba(0, 0, 0, 0.3); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/* Background Video */
.lpd-banner__background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Background Image */
.lpd-banner__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Content Wrapper */
.lpd-banner__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding: 20px;
  .lpd-btn {
    margin-top: 64px;
    @media screen and (max-width: 1024px) {
      margin-top: 40px;
    }
    @media screen and (max-width: 767px) {
      margin-top: 32px;
    }
  }
}

/* Title */
.lpd-banner__title {
  color: var(--color-tertiary-500);
  margin-bottom: 32px;
  @media screen and (max-width: 767px) {
    margin-bottom: 24px;
  }
}

/* Description */
.lpd-banner__description {
  font-size: 2rem;
  line-height: 1.25;
  /* text-transform: capitalize; */
  color: var(--color-tertiary-500);
  max-width: 560px;
  a {
    color: var(--color-tertiary-500);
  }
  @media screen and (max-width: 767px) {
    font-size: 1.5rem;
  }
}

/* Featured Grid Section */
.lpd-featured-grid {
  position: relative;
  width: 100%;
  max-width: calc(100% - 96px);
  margin: 0 auto 112px;
  @media screen and (max-width: 767px) {
    max-width: calc(100% - 48px);
    margin-bottom: 60px;
  }
}
.lpd-subtitle {
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
  color: var(--color-neutral-100);
  text-transform: uppercase;
  margin-bottom: 14px;
  span {
    position: relative;
    padding-left: 17px;
    display: inline-block;
    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-secondary);
      left: 0;
    }
  }
}
/* Header Section */
.lpd-featured-grid__header {
  max-width: 910px;
  margin: 0 auto 56px;
  text-align: center;
  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
}

.lpd-featured-grid__subtitle {
}

.lpd-featured-grid__maintitle {
  margin-bottom: 24px;
  text-transform: capitalize;
}

.lpd-featured-grid__intro {
}

/* Grid Items */
.lpd-featured-grid__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.lpd-featured-grid__item {
  flex: 0 0 calc(50% - 20px);
  background-color: var(--color-tertiary-200);
  border-radius: 24px;
  padding: 32px;
  text-align: left;
  @media screen and (max-width: 767px) {
    border-radius: 16px;
    padding: 24px;
    flex: 0 0 100%;
  }
}
.lpd-featured-grid__item-image {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #e2e3e5;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 64px;
  @media screen and (max-width: 767px) {
    margin-bottom: 24px;
  }
}

.lpd-featured-grid__item-image img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
}

.lpd-featured-grid__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  text-transform: capitalize;
  color: var(--color-neutral-100);
  margin-bottom: 16px;
}

.lpd-featured-grid__item-content {
  /* text-transform: capitalize; */
}

/* Footer Section */
.lpd-featured-grid__btn {
  margin-top: 48px;
  text-align: center;
  @media screen and (max-width: 767px) {
    margin-top: 32px;
  }
}

/* CTA Section */
.lpd-cta {
  padding: 80px 48px;
  background-color: var(--color-tertiary-200);
  position: relative;
  width: 100%;
  max-width: calc(100% - 96px);
  margin: 0 auto 48px;
  border-radius: 24px;
  @media screen and (max-width: 767px) {
    padding: 40px 24px;
    max-width: calc(100% - 48px);
    border-radius: 16px;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
  }
}

/* Content Column */
.lpd-cta__content {
  flex: 1;
  @media (max-width: 767px) {
    order: 1;
  }
  .lpd-btn {
    margin-top: 48px;
    @media screen and (max-width: 767px) {
      margin-top: 24px;
    }
  }
}

/* Image Column */
.lpd-cta__image {
  flex: 1;
  text-align: center;
  @media (max-width: 767px) {
    order: 0;
  }
}

/* Steps Section */
.lpd-steps {
  position: relative;
  width: 100%;
  max-width: calc(100% - 96px);
  margin: 0 auto 112px;
  @media screen and (max-width: 767px) {
    max-width: calc(100% - 48px);
    margin-bottom: 60px;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    @media screen and (max-width: 767px) {
      flex-direction: column;
      gap: 25px;
    }
  }
}

/* Left Content Section */
.lpd-steps__content {
  flex: 1;
  @media screen and (max-width: 767px) {
    order: 1;
  }
}
.lpd-steps__content-inner {
  max-width: 585px;
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
  .lpd-btn {
    margin-top: 48px;
    @media screen and (max-width: 767px) {
      margin-top: 24px;
    }
  }
}
.lpd-subtitle {
}

.lpd-steps__title {
  margin-bottom: 10px;
}

.lpd-steps__intro {
  margin-bottom: 40px;
  @media screen and (max-width: 767px) {
    margin-bottom: 30px;
  }
}

.lpd-steps__list {
}

.lpd-steps__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  background: var(--color-tertiary-200);
  border-radius: 12px;
  padding: 20px 24px;
  @media screen and (max-width: 767px) {
    gap: 16px;
    padding: 16px;
  }
  &:not(:last-child) {
    margin-bottom: 24px;
    @media screen and (max-width: 767px) {
      margin-bottom: 16px;
    }
  }
}

.lpd-steps__circle {
  width: 48px;
  height: 48px;
  background-color: var(--color-tertiary-500);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e3e5;
  border-radius: 100px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.lpd-steps__details {
  flex: 1;
}
.lpd-steps__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-neutral-100);
  margin-bottom: 12px;
  @media screen and (max-width: 767px) {
    font-size: 1.25rem;
  }
}

.lpd-steps__item-content {
}

/* Right Column Section */
.lpd-steps__image {
  flex: 1;
  text-align: center;
  @media screen and (max-width: 767px) {
    order: 0;
  }
}

.lpd-steps__image img {
  display: block;
  border-radius: 24px;
  @media screen and (max-width: 767px) {
    border-radius: 16px;
  }
}

/* General Section Styling */
.lpd-section {
  position: relative;
  width: 100%;
  max-width: calc(100% - 96px);
  margin: 0 auto 112px;
  border-radius: 24px;
  padding: 112px 48px;
  background: var(--color-secondary);
  @media screen and (max-width: 767px) {
    max-width: calc(100% - 48px);
    margin-bottom: 60px;
    border-radius: 16px;
    padding: 60px 24px;
  }
}

/* Intro Section */
.lpd-intro {
  max-width: 1052px;
  margin: 0 auto 56px;
  text-align: center;
  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
  .lpd-subtitle {
    color: var(--color-tertiary-500);
    span {
      &::before {
        background: var(--color-primary);
      }
    }
  }
}

.lpd-title {
  color: var(--color-tertiary-500);
  margin-bottom: 24px;
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}

.lpd-intro__content {
  color: var(--color-tertiary-500);
  max-width: 970px;
  margin: 0 auto;
}

/* Column Section */
.lpd-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 20px;
  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
    flex-direction: column;
  }
}

.lpd-column__content {
  flex: 1;
  color: var(--color-tertiary-500);
}
.lpd-column__content-inner {
  max-width: 585px;
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.lpd-column__title {
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-tertiary-500);
  margin-bottom: 24px;
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.lpd-column__detail {
  color: var(--color-tertiary-500);

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      position: relative;
      padding-left: 29px;
      &:not(:last-child) {
        margin-bottom: 24px;
        @media screen and (max-width: 767px) {
          margin-bottom: 20px;
        }
      }
      > strong {
        + p {
          margin-top: 8px;
        }
      }
      p {
        &:not(:last-child) {
          margin-bottom: 8px;
        }
      }
      &::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8125 0C10.8707 3.19667 8.77559 6.24 6.64395 10.2233C5.33242 8.51 4.27656 7.39 3.1875 6.4H0C2.48691 9.32333 3.82832 11.5633 6.375 16H8.5C10.5387 10.4167 12.398 6.48333 17 0H13.8125Z' fill='white'/%3E%3C/svg%3E%0A");
        background-size: 17px;
        background-position: center;
        background-repeat: no-repeat;
        width: 17px;
        height: 26px;
        position: absolute;
        left: 0;
        top: 0;
      }
    }
  }
  p {
    + ul {
      margin-top: 24px;
    }
  }
}

.lpd-column__image {
  flex: 1;
}

.lpd-column__image img {
  max-width: 100%;
  display: block;
  border-radius: 24px;
  @media screen and (max-width: 767px) {
    border-radius: 16px;
  }
}

/* Grid Section */
.lpd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 16px;
  @media (max-width: 1023px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

.lpd-grid__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* aspect-ratio: 480 / 586; */
  min-height: 586px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--color-tertiary-500);
  border-radius: 16px;
  @media (max-width: 767px) {
    min-height: 400px;
  }
}

.lpd-grid__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-neutral-100);
  margin-bottom: 0;
  @media (max-width: 767px) {
    font-size: 1.25rem;
  }
}

.lpd-grid__content {
}
.lpd-grid__content-holder {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 10px;
  background: #f6f7f9;
  box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.08);
  @media (max-width: 1023px) {
    padding: 20px;
  }
}
/* Button Section */
.lpd-section__btn-holder {
  text-align: center;
  margin-top: 48px;
  @media (max-width: 767px) {
    margin-top: 32px;
  }
}

.lpd-popup-form {
  max-width: 800px;
  @media (max-width: 1023px) {
    max-width: 100%;
  }
  .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
  }
}


/* LPD Thank You Section Styles */
.lpd-thankyou {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: calc(100% - 224px);
  margin: 112px auto;
  border-radius: 24px;
  padding: 112px 48px;
  background: var(--color-tertiary-200);
  @media screen and (max-width: 1200px) { 
    max-width: calc(100% - 112px);
  }
  @media screen and (max-width: 767px) {
    max-width: calc(100% - 48px);
    border-radius: 16px;
    padding: 60px 24px;
    margin: 48px auto;
  }
  .container {
    max-width: 920px;
  }
}

.lpd-thankyou__image-wrapper {
  max-width: 170px;
  margin: 0 auto 63px;
  @media screen and (max-width: 767px) {
    margin-bottom: 30px;
    max-width: 120px;
  }
}

.lpd-thankyou__image {
  display: block;
}

.lpd-thankyou__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 24px;
  text-transform: capitalize;
  color: var(--color-neutral-100);
  @media screen and (max-width: 1023px) {
    font-size: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

.lpd-thankyou__highlighted {
  max-width: 900px;
  margin: 0 auto 45px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-neutral-100);
  text-align: center;
  line-height: 1.33;
  /* text-transform: capitalize; */
  @media screen and (max-width: 767px) {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.lpd-thankyou__content {
  p{
    &:not(:last-child) {
      margin-bottom: 32px;
      @media screen and (max-width: 767px) {
        margin-bottom: 24px;
      }
    }
  }
}

/* Social Links Styles */
.lpd-thankyou__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0;
  svg{
    width: 20px;
    height: 20px;
  }
}

.lpd-thankyou__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 5px;
  background-color: transparent;
  border: 1px solid var(--color-neutral-100);
  border-radius: 8px;
  text-decoration: none;
  color: var(--color-neutral-100);
  transition: all 0.3s ease;
}

.lpd-thankyou__social-link:hover {
  background-color: var(--color-neutral-100);
  color: var(--color-tertiary-500);
  text-decoration: none;
}

.lpd-thankyou__button-wrapper {
  margin-top: 48px;
  @media screen and (max-width: 767px) {
    margin-top: 32px;
  }
}
