.u-section-1 .u-sheet-1 {
  min-height: 2737px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 60px;
  height: auto;
  min-height: 2602px;
  margin-top: 34px;
}/* ===== WHEEL CONTAINER ===== */
.wheel-section {
    background-color: #f5f9fc;
    padding: 40px 20px;
    border-radius: 12px;
    margin-top: 40px;
    text-align: center;
}
/* ===== WHEEL IMAGE ===== */
.wellbeing-wheel-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 24px;
}
/* ===== TEXT STYLING ===== */
h1, h2, h3 {
    color: #0c3b5e;
    font-weight: 600;
}
h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
p {
    font-size: 1rem;
    color: #333333;
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
}
/* ===== CTA BUTTON ===== */
.wheel-cta {
    background-color: #0c3b5e;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}
.wheel-cta:hover {
    background-color: #155e8a;
} 