/* Healthcare Simplified Section Styles */

.healthcare-simplified {
    padding-bottom: 6.875rem; /* 110px */
}
.healthcare-simplified .container {
    position: relative;
    background: var(--enaya-gradient);
    border-radius: 1.25rem; /* 20px */
    overflow: visible;
    padding-top: 3.625rem; /* 58px */
}

/* Header */
.hs-header {
    text-align: center;
    margin-bottom: 5rem; /* 80px */
}

.hs-eyebrow {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1rem; /* 16px */
    letter-spacing: 0.4375rem; /* 7px */
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5625rem; /* 9px */
}

.hs-eyebrow::after {
    content: "";
    display: block;
    width: 6.375rem; /* 102px */
    height: 1px;
    background: #ffffff;
    margin: 0.5625rem auto 0; /* 9px auto 0 */
}

.hs-title {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 4.375rem; /* 70px */
    line-height: 4.625rem; /* 74px */
    letter-spacing: -0.0625rem; /* -1px */
    color: #ffffff;
    margin: 1.5625rem 0 0; /* 25px 0 0 */
}

/* Content Layout */
.hs-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.5rem; /* 56px */
    position: relative;
}

/* Features Columns */
.hs-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3.125rem; /* 50px */
}

.hs-features-left {
    text-align: left;
    padding-left: 0.9375rem; /* 15px */
}

.hs-features-right {
    text-align: left;
    padding-right: 0.9375rem; /* 15px */
}

/* Feature Item */
.hs-feature {
    position: relative;
    padding-bottom: 1.875rem; /* 30px */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hs-feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Feature Number - Outlined stroke style */
.hs-feature-number {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 3.125rem; /* 50px */
    line-height: 3.125rem; /* 50px */
    letter-spacing: -0.0625rem; /* -1px */
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    text-stroke: 1px rgba(255, 255, 255, 0.4);
    display: block;
    margin-bottom: 0.9375rem; /* 15px */
}

/* Feature Title */
.hs-feature-title {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
    letter-spacing: -0.0625rem; /* -1px */
    color: #ffffff;
    margin: 0 0 0.625rem; /* 10px */
}

/* Feature Description */
.hs-feature-desc {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Center Mobile Image */
.hs-mobile-image {
    flex: 0 0 auto;
    width: 23.75rem; /* 380px */
    position: relative;
    z-index: 2;
    margin-bottom: -7.5rem; /* -120px */
    align-self: center;
}

.hs-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsiveness */

@media (min-width: 768px) and (max-width: 1024px) {
    .hs-header {
        margin-bottom: 1rem;
    }
    .hs-title {
        font-size: 3.375rem;
    }
    .hs-mobile-image {
        width: 21.75rem;
    }
    .hs-content {
        gap: 1.5rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 530px) {
    .hs-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hs-features {
        order: 2;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .hs-title {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
    .hs-mobile-image {
        margin-bottom: 0;
    }
    .healthcare-simplified .container {
        padding-bottom: 2rem;
    }
    .healthcare-simplified {
        padding-bottom: 0.875rem;
    }
    .hs-features-left {
        padding-left: 0rem;
    }
}
/* @media (max-width: 1400px) {
  .hs-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hs-features {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .hs-mobile-image {
    order: 1;
    margin-bottom: 3.75rem;
  }

  .hs-features-left,
  .hs-features-right {
    text-align: center;
    padding: 0;
  }
} */

/* @media (max-width: 768px) {
  .hs-title {
    font-size: 2.5rem; 
    line-height: 3rem;
  }

  .hs-feature-number {
    font-size: 2rem;
  }

  .hs-feature-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .hs-feature-desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .hs-mobile-image {
    width: 17.5rem;
  }
} */
