/*ad heading title*/
.sp-heading-title-section {
  margin-bottom: var(--stdMargin-bottom);
}
.sp-heading-title-section {
  text-align: center;
}

/*broder custom*/
.sp-heading-title-section {
  text-align: center;
}

.sp-heading-title-section .title {
  font-size: 48px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 35px !important;
  font-weight: 700;
  color: var(--darkColor);
}

/* Language-specific override: Khmer (km/KH) */
/* :lang(km) .sp-heading-title-section .title,
:lang(kh) .sp-heading-title-section .title,
body.lang-km .sp-heading-title-section .title,
body.lang-kh .sp-heading-title-section .title {
  letter-spacing: 0 !important;
  line-height: 4.2rem;
} */

.sp-heading-title-section .font-family-secondary {
  font-size: 44px;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: 0;
}

.sp-heading-title-section .sp-content {
  font-size: var(--fontBody);
}

.sp-heading-title-section.text_light .title,
.sp-heading-title-section.text_light .sp-content,
.sp-heading-title-section.text_light .sub-title {
  color: var(--whiteColor) !important;
}

.sp-heading-title-section h3.title {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px !important;
}

.sp-heading-title-section .btn {
  margin-top: var(--stdMargin);
}

/* Auto-detected non-English/Khmer content: force zero letter spacing */
.title.sp-no-letter-spacing {
  letter-spacing: 0 !important;
}
.sp-heading-title-section .title.sp-no-letter-spacing {
  line-height: 4.3rem;
}

@media (max-width: 769px) {
  .sp-heading-title-section h1 {
    font-size: 35px;
  }
  .sp-heading-title-section .title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .sp-heading-title-section .title {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
  .sp-heading-title-section h3.title {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px !important;
  }

  .sp-heading-title-section .font-family-secondary {
    font-size: 30px;
  }

  .sp-heading-title-section .title.sp-no-letter-spacing {
    line-height: 3.1rem;
  }
}
