/* #### Typography #### */

.subtitle,
.sub-title {
  font-size: calc(var(--body-font-size) * 0.95);
  text-align: inherit;
  line-height: 1.4;
  color: var(--title-color);
  margin: 0;
  padding: 0;
}

.sub-header .page-title {
  line-height: 1.3;
}

@media (width >= 1100px) {
  .sub-header.hero .page-title {
    font-size: var(--page-title-font-size);
  }

  .sub-header.hero .page-description {
    font-size: 2rem;
  }

  h1,
  .h1 {
    font-size: calc(var(--heading-base-font-size) * 2.4);
  }

  h2,
  .h2 {
    font-size: calc(var(--heading-base-font-size) * 2.15);
  }
}

@media (width <= 992px) {
  .sub-header.hero .page-title {
    font-size: calc(var(--page-title-font-size) * 0.6);
  }

  .sub-header.hero .page-description {
    font-size: var(--body-font-size);
    line-height: 1.6;
  }

  .sub-header.hero .page-description p {
    line-height: inherit;
  }

  .single-post .page-content h2,
  .single-post .page-content .h2 {
    font-size: calc(var(--heading-base-font-size) * 1.75);
  }
}

@media (width <= 600px) {
  .sub-header .page-title {
    font-size: calc(var(--body-font-size) * 1.2);
  }
}

.golden-text {
  display: inline-block;
  color: transparent !important;
  background: var(--btn-bg-color);
  background-clip: text;
}

/* Heading Styles */
.heading-style-1,
.is-style-heading-style-1,
.heading-style-3,
.is-style-heading-style-3 {
  position: relative;
  padding: 1rem 0 1rem 2.8rem;
  border-top: 1px solid var(--highlight-color-alt);
  border-bottom: 1px solid var(--highlight-color-alt);
}

.heading-style-1::before,
.is-style-heading-style-1::before,
.heading-style-2::before,
.is-style-heading-style-2::before,
.heading-style-3::before,
.is-style-heading-style-3::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin: -0.9rem 0 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--highlight-color-alt);
}

.heading-style-1::after,
.is-style-heading-style-1::after,
.heading-style-2::after,
.is-style-heading-style-2::after,
.heading-style-3::after,
.is-style-heading-style-3::after {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  font-size: 1.1rem;
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  margin-right: 0.8rem;
  margin-top: -0.6rem;
  text-rendering: auto;
  color: #fff;
  opacity: 1;
  line-height: 1;
}

.heading-style-1::after,
.is-style-heading-style-1::after {
  margin-right: 0;
  margin-left: -0.1rem;
}

.heading-style-2,
.is-style-heading-style-2,
.heading-style-3,
.is-style-heading-style-3 {
  background: var(--light-bg-color)
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEX////u7u5x8T/JAAAAEElEQVQI12NwYGhgEGBQAAAEmADxkvHQJQAAAABJRU5ErkJggg==");
}

.heading-style-2,
.is-style-heading-style-2 {
  position: relative;
  padding: 1rem 0 1rem 3.8rem;
  border: none;
  border-left: 0.5rem solid var(--highlight-color);
  border-radius: var(--df-border-radius);
}

.heading-style-2::after,
.is-style-heading-style-2::after {
  left: 1.8rem;
}

.heading-style-2::before,
.is-style-heading-style-2::before {
  background-color: var(--highlight-color);
  left: 1.2rem;
}

.heading-style-3,
.is-style-heading-style-3 {
  border-color: var(--highlight-color);
}

.heading-style-3::before,
.is-style-heading-style-3::before {
  background-color: var(--highlight-color);
}

.heading-style-3::after,
.is-style-heading-style-3::after {
  margin-right: 0;
  margin-left: -0.1rem;
}

.is-style-heading-style-4 {
  border-bottom: 2px solid var(--title-color);
}

@media (width <= 600px) {
  .heading-style-1::after,
  .is-style-heading-style-1::after,
  .heading-style-2::after,
  .is-style-heading-style-2::after,
  .heading-style-3::after,
  .is-style-heading-style-3::after {
    font-size: 0.9rem;
    padding-top: 0.15rem;
  }

  .heading-style-2::after,
  .is-style-heading-style-2::after {
    top: 52%;
    left: 1.8rem;
  }

  .heading-style-2::before,
  .is-style-heading-style-2::before {
    left: 1.1rem;
  }
}

/* Paragraph Styles */
.is-style-paragraph-intro {
  --padding: 1.5rem;

  background: transparent;
  display: block;
  padding: var(--padding);
  border-radius: var(--df-border-radius);
  box-shadow: none;
  border: var(--box-border);
  border-left-width: 5px;
}

.is-style-paragraph-intro-2 {
  --padding: 1rem;

  clear: both;
  background: transparent;
  display: block;
  padding-left: var(--padding);
  border-left: 5px solid var(--highlight-color);
}
