/* Focus Topic LP */

/* Base heading sizes for this page */
.page-template-template-focus-topic-lp h1 {
  font-size: 42px;
}

.page-template-template-focus-topic-lp h2 {
  font-size: 28px;
}

.page-template-template-focus-topic-lp h3 {
  font-size: 21px;
}

.stfmkrs-framework body.page-template-template-focus-topic-lp {
  padding-top: 100px !important;
}
.stfmkrs-framework body.admin-bar.page-template-template-focus-topic-lp {
  padding-top: 68px;
}
.stfmkrs-framework body.admin-bar .focus-topic-lp-header {
  top: 32px;
}
.stfmkrs-framework .focus-topic-lp-header .hb-header-right {
  height: auto;
}
.stfmkrs-framework .focus-topic-lp-header .hb-header-logo,
.stfmkrs-framework .focus-topic-lp-header .hb-header-logo img {
  height: 38px;
}
.page-template-template-focus-topic-lp .container {
  max-width: 1604px;
  padding: 0 20px;
}
.page-template-template-focus-topic-lp .sponsored-line .row svg {
  height: 37px;
  width: auto;
}
.focus-topic-lp-header {
  background-color: #2C2C2C;
  position: fixed;
  height: auto !important;
}
.focus-topic-lp-header .btn.btn-gray {
  margin-right: 0 !important;
}
.focus-topic-lp-header .menu-mobile-btn {
  background-color: #fff;
  color: #C60C30;
}
.focus-topic-lp-header .menu-mobile-btn .bar{
  background-color: #C60C30;
}
.stfmkrs-framework body.admin-bar .focus-topic-lp-header #search-panel {
  top: 132px;
}
#search-panel {
  position: fixed;
  top: 99px;
  left: 0;
  right: 0;
  background-color: #c60c30;
  z-index: 98;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
}

#search-panel.is-open {
  max-height: 500px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#search-panel .search-panel-inner {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

#search-panel .search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

#search-panel .breadcrumbs,
#search-panel .back-button {
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

#search-panel .back-button:hover {
  opacity: 0.8;
}

#search-panel .search-form {
  display: flex;
  background-color: #e5e7eb;
  padding: 0.25rem;
  border: 1px solid #9ca3af;
}

#search-panel .search-input {
  flex-grow: 1;
  padding: 0.75rem;
  background-color: transparent;
  border: none;
  outline: none;
  color: #374151;
  font-size: 1rem;
  width: 100%;
}

#search-panel .search-submit {
  display: inline-flex;
  align-items: center;
  background-color: #c60c30;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border: none;
  cursor: pointer;
}
.search-desktop-container {
  margin-left: 72px;
}
.sponsored-line.bg-primary {
  overflow-x: hidden;
}
@media (max-width: 1400px) {
  .search-desktop-container {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .stfmkrs-framework body.page-template-template-focus-topic-lp {
    padding-top: 70px !important;
  }
  #search-panel {
    top: 100px;
  }
}
@media (max-width: 782px) {
  .stfmkrs-framework body.admin-bar .focus-topic-lp-header {
      top: 46px;
  }
  .stfmkrs-framework body.admin-bar .focus-topic-lp-header #search-panel {
    top: 146px;
  }
}
@media (max-width: 576px) {
  .hb-header-lp .menu-mobile-btn {
    margin-left: 15px !important;
  }
  .stfmkrs-framework .focus-topic-lp-header .hb-header-logo,
  .stfmkrs-framework .focus-topic-lp-header .hb-header-logo img {
    height: 28px;
  }
}

/* Hero Focus Topic Section */
.hero-focus-topic {
  min-height: 490px;
  max-height: 490px;
  height: 490px;
  display: flex;
  align-items: stretch;
  color: white;
  overflow: hidden;
  scroll-margin-top: 100px;
}

.hero-focus-topic .container-fluid {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.hero-focus-topic .row {
  min-height: 490px;
  max-height: 490px;
  height: 100%;
  margin: 0;
}

.hero-focus-topic__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 150px 60px max(20px, (100vw - 1584px) / 2);
  height: 100%;
  min-height: 100%;
  flex-direction: column;
}


.hero-focus-topic__tag {
  display: inline-block;
  background: white;
  color: #333;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-focus-topic__title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 12px;
  color: white;
}

.hero-focus-topic__subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 400;
  color: white;
  opacity: 0.95;
}

.hero-focus-topic__description {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  opacity: 0.9;
}

.hero-focus-topic__description p {
  margin-bottom: 16px;
}

.hero-focus-topic__description p:last-child {
  margin-bottom: 0;
}

.hero-focus-topic__image-wrapper {
  position: relative;
  height: 100%;
  min-height: 490px;
  max-height: 490px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-focus-topic__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-focus-topic__content {
    padding: 60px 50px 60px max(20px, (100vw - 1584px) / 2);
  }
}
@media (max-width: 991px) {
  .hero-focus-topic {
    min-height: fit-content;
    height: auto;
  }

  .hero-focus-topic .row {
    min-height: fit-content;
  }

  .hero-focus-topic__content {
    padding: 50px 40px;
    text-align: center;
  }

  .hero-focus-topic__title {
    font-size: 36px;
  }

  .hero-focus-topic__subtitle {
    font-size: 16px;
  }

  .hero-focus-topic__image-wrapper {
    min-height: 490px;
  }
}

@media (max-width: 767px) {
  .hero-focus-topic__content {
    padding: 40px 20px;
    min-height: auto;
  }

  .hero-focus-topic__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .hero-focus-topic__subtitle {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .hero-focus-topic__description {
    font-size: 14px;
  }

  .hero-focus-topic__tag {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 16px;
  }

  .hero-focus-topic__image-wrapper {
    min-height: 400px;
  }
}

/* Content Number Section */
.content-number-section {
  padding: 80px 0 0;
  background-color: #fff !important;
  position: relative;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-position-y: 65px;
  scroll-margin-top: 100px;
}

.content-number-section__header {
  text-align: left;
  margin-bottom: 40px;
}

.content-number-section__title {
  font-size: 28px;
  font-weight: 700 !important;
  margin-bottom: 24px;
  color: #C60C30;
}

.content-number-section__content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 780px;
}
.content-number-section__content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.content-number-section__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 80px 0;
}

.content-number-section__item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.content-number-item {
  text-align: center;
  padding: 20px;
  width: 100%;
}

.content-number-item__number {
  font-family: 'OpenSans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #C60C30;
  line-height: 1;
  margin-bottom: 16px;
}

.content-number-item__label {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}

/* Adjustments based on number of items */
.content-number-section__items[data-items-count="1"] {
  justify-content: center;
}

.content-number-section__items[data-items-count="1"] .content-number-section__item {
  max-width: 300px;
}

.content-number-section__items[data-items-count="2"] .content-number-section__item {
  max-width: 400px;
}

.content-number-section__items[data-items-count="3"] .content-number-section__item {
  max-width: 350px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .content-number-section__header {
    margin-bottom: 40px;
  }

  .content-number-section__title {
    font-size: 28px;
  }

  .content-number-item__number {
    font-size: 60px;
  }

  .content-number-item__label {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .content-number-section__header {
    margin-bottom: 30px;
  }

  .content-number-section__title {
    font-size: 24px;
  }

  .content-number-section__items {
    flex-wrap: wrap;
  }

  .content-number-section__item {
    margin-bottom: 0;
  }

  .content-number-item__number {
    font-size: 42px;
  }

  .content-number-item__label {
    font-size: 14px;
  }
}

/* Facts Section */
.facts-section {
  padding: 0 0 80px;
  background-color: #fff;
  scroll-margin-top: 100px;
}

.facts-section__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.facts-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.facts-section__content.text-position-right {
  padding: 0 0 0 80px;
}

.facts-section__content.text-position-left {
  padding: 0 80px 0 0;
}

.facts-section__title {
  font-size: 42px;
  font-weight: 700 !important;
  margin-bottom: 30px;
  color: #646464;
}

.facts-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: #4d4d4d;
}

.facts-section__text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.facts-section__text ul li {
  margin-bottom: 16px;
}

.facts-section__text p {
  margin-bottom: 16px;
}

/* Responsive Design for Facts */
@media (max-width: 1280px) {
  .facts-section__content.text-position-right {
    padding: 0 0 0 40px;
  }

  .facts-section__content.text-position-left {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 991px) {
  .facts-section {
    padding: 60px 0;
  }

  .facts-section__content {
    padding: 0 !important;
    margin-top: 30px;
  }

  .facts-section__title {
    margin-bottom: 20px;
  }

  .facts-section__text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .facts-section {
    padding: 50px 0;
  }

  .facts-section__content {
    padding: 0 10px;
    margin-top: 20px;
  }

  .facts-section__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .facts-section__text {
    font-size: 14px;
  }

  .facts-section__text ul li {
    margin-bottom: 12px;
  }
}

/* Diagnosis Section */
.diagnosis-section {
  padding: 80px 0 20px;
  scroll-margin-top: 100px;
  background-color: #f5f5f5;
}

.diagnosis-section__content {
  padding-right: 60px;
}

.diagnosis-section__title {
  font-size: 42px;
  font-weight: 700 !important;
  margin-bottom: 30px;
  color: #C60C30;
}

.diagnosis-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.diagnosis-section__text h3,
.diagnosis-section__text h4,
.diagnosis-section__text strong {
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  display: block;
}

.diagnosis-section__text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.diagnosis-section__text ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.diagnosis-section__text p {
  margin-bottom: 16px;
}

.diagnosis-section__image-wrapper {
  position: relative;
}

.diagnosis-section__image {
  width: 100%;
  height: auto;
  padding-top: 50px;
}

/* Responsive Design for Diagnosis */
@media (max-width: 991px) {
  .diagnosis-section {
    padding: 60px 0 0;
  }

  .diagnosis-section__content {
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .diagnosis-section__title {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .diagnosis-section__text {
    font-size: 15px;
  }

  .diagnosis-section__image {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .diagnosis-section {
    padding: 50px 0 0;
  }

  .diagnosis-section__content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .diagnosis-section__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .diagnosis-section__text {
    font-size: 14px;
  }

  .diagnosis-section__text ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .diagnosis-section__image-wrapper {
    padding: 10px;
  }

  .diagnosis-section__image-caption {
    font-size: 12px;
    padding-left: 25px;
  }

  .diagnosis-section__image-caption::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}

/* Solution Section */
.solution-section {
  padding: 80px 0;
  scroll-margin-top: 100px;
  background-color: #fff;
}

.solution-section__title {
  font-size: 42px;
  font-weight: 700 !important;
  margin-bottom: 40px;
  color: #C60C30;
  text-align: left;
}

.solution-table-wrapper {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 0;
}

.solution-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
}

.solution-table thead th {
  background-color: #e8e8e8;
  padding: 16px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  border: 1px solid #000;
}

.solution-table thead th:first-child,
.solution-table tbody td:first-child {
  width: 40%;
}

.solution-table thead th:nth-child(2),
.solution-table thead th:nth-child(3),
.solution-table thead th:nth-child(4) {
  width: 20%;
}

.solution-table tbody td:nth-child(2),
.solution-table tbody td:nth-child(3),
.solution-table tbody td:nth-child(4) {
  width: 20%;
}

.solution-table tbody td {
  padding: 16px 20px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.solution-table__label {
  text-align: left !important;
  font-weight: 500;
  color: #4d4d4d !important;
  background-color: #f9f9f9;
  border: 1px solid #000;
}

.solution-table__cell {
  vertical-align: middle;
}

.solution-cell-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.solution-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.solution-text {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d !important;
}

.solution-icon--check {
  color: #4CAF50;
  font-size: 24px;
}

.solution-icon--x {
  color: #f44336;
  font-size: 22px;
}

.solution-icon--warning {
  color: #FF9800;
  font-size: 20px;
}

/* Responsive Design for Solution */
@media (max-width: 991px) {
  .solution-section {
    padding: 60px 0;
  }

  .solution-section__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .solution-table {
    min-width: 700px;
  }

  .solution-table thead th,
  .solution-table tbody td {
    padding: 12px 16px;
    font-size: 13px;
  }

  .solution-icon {
    font-size: 16px;
  }

  .solution-icon--check {
    font-size: 20px;
  }

  .solution-icon--x {
    font-size: 18px;
  }

  .solution-icon--warning {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .solution-section {
    padding: 50px 0;
  }

  .solution-section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .solution-table {
    min-width: 600px;
  }

  .solution-table thead th,
  .solution-table tbody td {
    padding: 10px 12px;
    font-size: 12px;
  }

  .solution-table__label {
    font-size: 13px;
  }

  .solution-icon {
    font-size: 14px;
  }

  .solution-icon--check {
    font-size: 18px;
  }

  .solution-icon--x {
    font-size: 16px;
  }

  .solution-icon--warning {
    font-size: 11px;
    flex-direction: column;
    gap: 4px;
  }
}

/* Consequences Section */
.consequences-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
  background-color: #fff;
}

.consequences-section__content {
  padding-right: 60px;
}

.consequences-section__title {
  font-size: 42px;
  font-weight: 700 !important;
  margin-bottom: 30px;
  color: #646464;
}

.consequences-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.consequences-section__text h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #646464;
}

.consequences-section__text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.consequences-section__text ul li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}

/* Nested lists */
.consequences-section__text ul li ul {
  margin-top: 12px;
  margin-bottom: 0;
  list-style: none;
}

.consequences-section__text ul li ul li::marker {
  content: "– ";
}
.consequences-section__text ul li ul li {
  margin-bottom: 12px;
  font-size: 16px;
}

.consequences-section__text p {
  margin-bottom: 16px;
}

.consequences-section__button {
  display: inline-block;
  background-color: #C60C30;
  color: #fff !important;
  padding: 12px 18px;
  font-size: 16px !important;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
}

.consequences-section__button:hover {
  background-color: #C60C30 !important;
  color: #fff !important;
}
.consequences-section__button .btn-arrow {
  transition: transform 0.3s ease;
  width: 16px;
  height: auto;
}
.consequences-section__button:hover .btn-arrow {
  transform: rotate(-30deg);
}

.consequences-section__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.consequences-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive Design for Consequences */
@media (max-width: 991px) {
  .consequences-section {
    padding: 60px 0;
  }

  .consequences-section__content {
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .consequences-section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .consequences-section__text {
    font-size: 15px;
  }

  .consequences-section__button {
    font-size: 15px;
    padding: 11px 28px;
  }
}

@media (max-width: 767px) {
  .consequences-section {
    padding: 50px 0;
  }

  .consequences-section__content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .consequences-section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .consequences-section__text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .consequences-section__text ul li {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .consequences-section__text ul li ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .consequences-section__button {
    font-size: 14px;
    padding: 10px 24px;
    width: 100%;
    text-align: center;
  }

  .consequences-section__image-wrapper {
    padding-bottom: 75%;
  }
}

/* Patient Case Section */
.patientcase-section {
  scroll-margin-top: 100px;
  padding: 80px 0 40px;
  background-color: #EDEDED;
}

.patientcase-section__content {
  padding-left: 60px;
}

.patientcase-section__title {
  font-size: 42px;
  font-weight: 300 !important;
  margin-bottom: 12px;
  color: #C60C30;
}

.patientcase-section__subtitle {
  font-size: 28px;
  font-weight: 300 !important;
  margin-bottom: 12px;
  color: #646464;
  line-height: 1.2;
}

.patientcase-section__subtitle2 {
  font-size: 28px;
  font-weight: 300 !important;
  margin-bottom: 24px;
  color: #646464;
  line-height: 1.4;
}

.patientcase-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.patientcase-section__text p {
  margin-bottom: 16px;
}

.patientcase-section__button {
  display: inline-block;
  background-color: #C60C30;
  color: #fff !important;
  padding: 12px 18px;
  font-size: 16px !important;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0 !important;
  transition: background-color 0.3s ease;
}

.patientcase-section__button:hover {
  background-color: #C60C30 !important;
  color: #fff !important;
}

.patientcase-section__button .btn-arrow {
  transition: transform 0.3s ease;
  width: 16px;
  height: auto;
}

.patientcase-section__button:hover .btn-arrow {
  transform: rotate(-30deg);
}

.patientcase-section__image-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.patientcase-section__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Design for Patient Case */
@media (max-width: 991px) {
  .patientcase-section {
    padding: 60px 0 20px;
  }

  .patientcase-section__content {
    padding-left: 0px;
    margin-top: 40px;
  }

  .patientcase-section__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .patientcase-section__subtitle {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .patientcase-section__subtitle2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .patientcase-section__text {
    font-size: 16px;
  }

  .patientcase-section__button {
    font-size: 16px !important;
    padding: 11px 16px;
  }
}

@media (max-width: 767px) {
  .patientcase-section {
    padding: 50px 0;
  }

  .patientcase-section__content {
    padding-left: 0;
    margin-top: 30px;
  }

  .patientcase-section__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .patientcase-section__subtitle {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .patientcase-section__subtitle2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .patientcase-section__text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .patientcase-section__button {
    font-size: 14px !important;
    padding: 10px 18px;
    text-align: center;
  }
}

/* Similar Stories Section */
.similarstories-section {
  padding: 40px 0 0;
  background-color: #EDEDED;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-margin-top: 100px;
  position: relative;
  background-position-y: 100px;
  overflow-x: hidden;
}

.similarstories-section__title {
  font-size: 48px;
  font-weight: 300 !important;
  margin-bottom: 50px;
  color: #646464 !important;
}

.similarstories-section__card-col {
  margin-bottom: 20px;
}

.similarstories-card {
  background-color: #fff;
  height: 100%;
  display: flex;
  transition: all 0.3s ease;
  padding: 24px;
  border: 1.5px solid transparent;
  text-decoration: none;
  color: inherit;
}

.similarstories-card:hover {
  background-color: #EDEDED;
  border: 1.5px solid #C60C30;
  text-decoration: none;
  color: inherit;
}

.similarstories-card__image-wrapper {
  width: 100%;
  max-width: 30%;
  display: flex;
  align-items: center;
  padding-right: 24px;
}

.similarstories-card__image {
  width: 100%;
  height: auto;
}

.similarstories-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.similarstories-card__title {
  font-size: 20px;
  font-weight: 300 !important;
  color: #C60C30;
  line-height: 1.3;
}

.similarstories-card__summary {
  font-size: 14px;
  line-height: 1.6;
  color: #2C2C2C;
  flex: 1;
  margin-bottom: 0;
}

.similarstories-card__link-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #C60C30 !important;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.similarstories-card__link-text .link-arrow {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}

.similarstories-card:hover .link-arrow {
  transform: rotate(-30deg);
}

.similarstories-section__quote-wrapper {
  padding: 80px 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.similarstories-quote {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.similarstories-quote__content {
  font-size: 32px;
  font-style: italic;
  line-height: 1.6;
  color: #4d4d4d !important;
  margin-bottom: 24px;
}

.similarstories-quote__content p {
  margin-bottom: 0;
}

.similarstories-quote__author {
  font-size: 21px;
  font-weight: 700!important;
  color: #C60C30;
}

/* Responsive Design for Similar Stories */
@media (max-width: 991px) {
  .similarstories-section {
    padding: 60px 0 0;
  }

  .similarstories-section__title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .similarstories-section__cards {
    margin-bottom: 50px;
  }

  .similarstories-card__title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .similarstories-card__summary {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .similarstories-card__link {
    font-size: 15px;
  }

  .similarstories-section__quote-wrapper {
    padding: 50px 0;
  }

  .similarstories-quote__content {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .similarstories-quote__author {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .similarstories-section {
    padding: 50px 0 0;
  }

  .similarstories-section__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .similarstories-section__cards {
    margin-bottom: 40px;
  }

  .similarstories-section__card-col {
    margin-bottom: 25px;
  }

  .similarstories-card__content {
    padding: 20px 0 0;
  }

  .similarstories-card__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .similarstories-card__summary {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .similarstories-card__link {
    font-size: 14px;
  }

  .similarstories-section__quote-wrapper {
    padding: 40px 0;
  }

  .similarstories-quote__content {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .similarstories-quote__author {
    font-size: 14px;
  }
}

/* Related Studies Section */
.relatedstudies-section {
  padding: 80px 0;
  background-color: #EDEDED;
  scroll-margin-top: 100px;
}

.relatedstudies-section__title {
  font-size: 42px;
  font-weight: 300 !important;
  margin-bottom: 50px;
  color: #646464 !important;
  text-align: left;
}

.relatedstudies-section__cards {
  margin-bottom: 28px;
}

.relatedstudies-section__card-col {
  margin-bottom: 20px;
}

.relatedstudies-card {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
}

.relatedstudies-card:hover {
  border: 1px solid #C60C30;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.relatedstudies-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.relatedstudies-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #C60C30;
  line-height: 1.3;
  margin-bottom: 0;
}

.relatedstudies-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
}

.relatedstudies-card__category {
  font-size: 12px;
  color: #666;
  padding: 0;
  display: inline-block;
  position: relative;
}

.relatedstudies-card__category:not(:last-child)::after {
  content: '|';
  margin-left: 12px;
  color: #ccc;
}

.relatedstudies-card__link-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #C60C30 !important;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.relatedstudies-card__link-text .link-arrow {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}

.relatedstudies-card:hover .link-arrow {
  transform: rotate(-30deg);
}

.relatedstudies-section__viewall {
  text-align: center;
}

.relatedstudies-viewall-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #C60C30 !important;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.relatedstudies-viewall-link:hover {
  gap: 12px;
  text-decoration: none;
}

.relatedstudies-viewall-link .link-arrow {
  width: 16px;
  height: auto;
  transition: transform 0.3s ease;
}

.relatedstudies-viewall-link:hover .link-arrow {
  transform: rotate(-30deg);
}

/* Responsive Design for Related Studies */
@media (max-width: 991px) {
  .relatedstudies-section {
    padding: 60px 0;
  }

  .relatedstudies-section__title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .relatedstudies-section__cards {
    margin-bottom: 35px;
  }

  .relatedstudies-card {
    padding: 25px;
  }

  .relatedstudies-card__title {
    font-size: 18px;
  }

  .relatedstudies-card__link-text {
    font-size: 15px;
  }

  .relatedstudies-viewall-link {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .relatedstudies-section {
    padding: 50px 0;
  }

  .relatedstudies-section__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .relatedstudies-section__cards {
    margin-bottom: 10px;
  }

  .relatedstudies-section__card-col {
    margin-bottom: 25px;
  }

  .relatedstudies-card {
    padding: 20px;
  }

  .relatedstudies-card__title {
    font-size: 16px;
  }

  .relatedstudies-card__category {
    font-size: 11px;
  }

  .relatedstudies-card__link-text {
    font-size: 14px;
  }

  .relatedstudies-viewall-link {
    font-size: 16px;
  }
}

/* Expert Interviews Section */
.expertinterviews-section {
  padding: 80px 0;
  scroll-margin-top: 100px;
}

.expertinterviews-section__title {
  font-size: 42px;
  font-weight: 300 !important;
  margin-bottom: 50px;
  color: #C60C30;
  text-align: left;
}

.expertinterviews-section__cards {
  margin-bottom: 40px;
}

.expertinterviews-section__card-col {
  margin-bottom: 30px;
  position: relative;
}

.expertinterviews-section__card-col:not(:nth-child(3n))::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E5E5E5;
}

.expertinterviews-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 65px;
  color: inherit;
  text-align: center;
}

.expertinterviews-card__meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.4;
}

.expertinterviews-card__date,
.expertinterviews-card__expert {
  display: inline;
  color: #20201E;
}

.expertinterviews-card__separator {
  margin: 0 8px;
  color: #C60C30;
}

.expertinterviews-card__title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.expertinterviews-card__title .title-main {
  color: #C60C30;
  font-weight: 600;
}

.expertinterviews-card__title .title-desc {
  color: #2C2C2C;
  font-weight: 400;
}

.expertinterviews-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.expertinterviews-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.expertinterviews-card__link-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #C60C30 !important;
  text-decoration: none;
  transition: gap 0.3s ease;
  cursor: pointer;
  width: fit-content;
  margin: auto;
}

.expertinterviews-card__link-text:hover {
  gap: 12px;
  text-decoration: none;
  color: #C60C30 !important;
}

.expertinterviews-card__link-text .link-arrow {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}

.expertinterviews-card__link-text:hover .link-arrow {
  transform: rotate(-30deg);
}

.expertinterviews-section__related {
  text-align: center;
  margin-top: 20px;
}

.expertinterviews-related-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #C60C30 !important;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.expertinterviews-related-link:hover {
  gap: 12px;
  text-decoration: none;
}

.expertinterviews-related-link .link-arrow {
  width: 16px;
  height: auto;
  transition: transform 0.3s ease;
}

.expertinterviews-related-link:hover .link-arrow {
  transform: rotate(-30deg);
}

/* Responsive Design for Expert Interviews */
@media (max-width: 991px) {
  .expertinterviews-section {
    padding: 60px 0;
  }

  .expertinterviews-section__title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .expertinterviews-section__cards {
    margin-bottom: 35px;
  }

  .expertinterviews-section__card-col:not(:nth-child(3n))::after {
    display: none;
  }

  .expertinterviews-section__card-col:not(:nth-child(2n))::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #E5E5E5;
    display: block;
  }

  .expertinterviews-card {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .expertinterviews-section {
    padding: 50px 0;
  }

  .expertinterviews-section__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .expertinterviews-section__cards {
    margin-bottom: 30px;
  }

  .expertinterviews-section__card-col {
    margin-bottom: 25px;
  }

  .expertinterviews-section__card-col::after {
    display: none !important;
  }

  .expertinterviews-card {
    padding: 20px;
  }

  .expertinterviews-card__meta {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .expertinterviews-card__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
