/* ===========================================================
     GLOBAL RESET + BASE (scoped lightly, safe defaults only)
     =========================================================== */
  /* *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    padding: 0;

    line-height: 1.55;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
  } */
  a { text-decoration: none; }
  /* img { max-width: 100%; display: block; }
  
  ul { margin: 0; padding: 0; }
  h1, h2, h3, h4, p { margin: 0; } */
  .rhc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    
  }
  
.rhc-btn {
    display: inline-block;
    font-family: Formata;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    background: #00BCDF;
    padding: 13px 28px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}
  .rhc-btn:hover { background: #0aa8c9; color: #ffffff; transform: translateY(-1px); }

  /* ===========================================================
     HEADER / HERO SECTION
     =========================================================== */
  

  /* ===========================================================
     WHAT IS / WHERE IS SECTION
     =========================================================== */
  .rhc-about-section {
    background: #ffffff;
    padding: 100px 0;
  }
  .rhc-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .rhc-about-image img {
    border-radius: 16px;
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
  .rhc-about-block + .rhc-about-block { margin-top: 40px; }
  .rhc-about-heading {
    margin-bottom: 23px;
    color: #0F1818;
    font-family: Formata;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .rhc-about-text {
    font-family: Formata;
    font-size: 18px;
    color: #333B3B;
    line-height: 120%;
    font-weight: 400;
  }
  .rhc-about-text + .rhc-about-text { margin-top: 14px; }

  /* ===========================================================
     WHO IS HOME CARE FOR SECTION
     =========================================================== */
  .rhc-eligible-section {
    background: #e9f8fc;
    padding: 60px 0 75px;
    text-align: center;
  }
  .rhc-eligible-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 10px;
  }
  .rhc-eligible-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 400;
  }
  .rhc-eligible-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }
  .rhc-eligible-icon-circle {
   width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #00BCDF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #ffffff;
  }
  .rhc-eligible-icon-circle svg { width: 30px; height: 30px; }
  .rhc-eligible-icon-label {
   color: #0F1818;
text-align: center;
font-family: Formata;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  .rhc-eligible-note {
    margin: 0 auto 34px;
    color: #333B3B;
    text-align: center;
    font-family: Formata;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  /* ===========================================================
     TESTIMONIAL QUOTE SECTION
     =========================================================== */
  .rhc-quote-section {
    background: #ffffff;
    padding: 94px 0 94px;
    text-align: center;
  }
  .rhc-quote-text {
    margin: 0 auto 26px;
    color: #333B3B;
    text-align: center;
    font-family: Formata;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

  }
  .rhc-quote-name {
    color: #333B3B;
    font-family: Formata;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
        margin-bottom: 0;
  }
  .rhc-quote-role {
    color: #333B3B;
font-family: Formata;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 120%;
    margin-top: 0;
        margin-bottom: 0;
  }

  /* ===========================================================
     HOW HOME CARE WORKS SECTION
     =========================================================== */
  .rhc-steps-section {
    background: #D6EAC7;
    padding: 70px 0 0;
    text-align: center;
  }
  .rhc-steps-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1c1c1c;
    margin-bottom: 14px;
  }
  .rhc-steps-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #1c1c1c;
    max-width: 640px;
    margin: 0 auto 40px;
  }
  .rhc-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    padding-bottom: 70px;
    max-width: 1000px;
    margin: auto;
  }
  .rhc-step-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 26px 34px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  }
  .rhc-step-number {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #97c96a;
    color: #ffffff;
    font-family: Formata;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 36px;
  }
  .rhc-step-title {
   
    margin-bottom: 16px;
    color: #0F1818;
    text-align: center;
    font-family: Formata;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
  }
  .rhc-step-text {
    margin-top: 0;
    color: #333B3B;
text-align: center;
font-family: Formata;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  .rhc-steps-banner {
    background: #95C970;
    padding: 34px 0;
    text-align: center;
  }
  .rhc-steps-banner-title {
   font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 18px;
  }
  .rhc-steps-banner-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 28px;
  }
  .rhc-banner-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0;           /* cancel app.css  p + p { margin-top: -0.375rem } */
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
  }
  .rhc-banner-phone svg { width: 16px; height: 16px; fill: #ffffff; }

  /* ghost button on the green band: white border + white text, green shows through.
     padding trimmed by the 2px border so it matches the other .rhc-btn sizes. */
  .rhc-steps-banner .rhc-btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 11px 26px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  }
  .rhc-steps-banner .rhc-btn:hover {
    background: #ffffff;
    color: #0E7C92;
    border-color: #ffffff;
  }

  /* tel link keeps the phone line looking exactly as before —
     app.css sets a:hover{color:#49ADBD}, so :hover is pinned too */
  .rhc-banner-phone a,
  .rhc-switch-phone a,
  .rhc-start-phone a,
  .rhc-banner-phone a:hover,
  .rhc-switch-phone a:hover,
  .rhc-start-phone a:hover {
    color: inherit;
    text-decoration: none;
  }

  .rhc-steps-banner-text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
  }

  /* ===========================================================
     CHANGING PROVIDERS (image banner + card) SECTION
     =========================================================== */
  .rhc-switch-section {
    position: relative;
  }
  .rhc-switch-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
  }
  .rhc-switch-card {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    background: #ffffff;
    border-radius: 16px;
    padding: 34px 34px;
    max-width: 400px;
    box-shadow: 0 16px 34px rgba(0,0,0,0.15);
  }
  .rhc-switch-title {
    font-family: Formata;
    font-weight: 600;
    font-size: 20px;
    color: #00BCDF;
    margin-bottom: 16px;
    margin-top: 0;

    


  }
  .rhc-switch-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    font-weight: 400;
  }
  .rhc-switch-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 18px;
  }
  .rhc-switch-phone svg { width: 16px; height: 16px; fill: #12c1e5; }

  /* ===========================================================
     SERVICES AVAILABLE SECTION
     =========================================================== */
  .rhc-services-section {
    background: #e9f8fc;
    padding: 70px 0;
  }
  .rhc-services-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1c1c1c;
    margin-bottom: 8px;
  }
  .rhc-services-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 16px;
  }
  .rhc-services-intro {
    font-size: 18px;
    color: #333;
    max-width: 900px;
    margin-bottom: 44px;
    font-weight: 400;
  }
  .rhc-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }
  .rhc-service-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .rhc-service-title {
    font-family: Formata;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;

  }
  .rhc-service-desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 130%;
    font-weight: 400;
  }
  .rhc-service-including {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 10px;
  }
  .rhc-service-list {
    list-style: none;
    padding-left: 10px;
  }
  .rhc-service-list li {
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    line-height: 130%;
    font-weight: 400;
  }
  .rhc-service-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 800;
  }
  .rhc-service-list b { color: #1c1c1c; }

  /* ===========================================================
     ALLIED HEALTH SECTION
     =========================================================== */
  .rhc-allied-section {
    background: #ffffff;
    padding: 80px 0;
  }
  .rhc-allied-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .rhc-allied-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1c1c1c;
    margin-bottom: 8px;
  }
  .rhc-allied-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 18px;
  }
  .rhc-allied-text {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .rhc-allied-services-label {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 12px;
  }
  .rhc-allied-list {
    list-style: none;
    margin-bottom: 28px;
  }
  .rhc-allied-list li {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .rhc-allied-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #12c1e5;
    font-weight: 800;
  }
  .rhc-allied-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* ===========================================================
     FEES SECTION
     =========================================================== */
  .rhc-fees-section {
    background: #ffffff;
    padding: 20px 0 80px;
  }
  .rhc-fees-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .rhc-fees-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
  }
  .rhc-fees-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 16px;
  }
  .rhc-fees-text {
    font-size: 18px;
    color: #333;
    margin-bottom: 14px;
    font-weight: 400;
  }
  .rhc-fees-list {
    list-style: none;
    margin-bottom: 6px;
  }
  .rhc-fees-list li {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .rhc-fees-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #12c1e5;
    font-weight: 800;
  }
  .rhc-fees-more { font-size: 18px; color: #333; margin-top: 20px; margin-bottom: 14px; font-weight: 400; }
  .rhc-fees-more a { color: #12c1e5; font-weight: 700; text-decoration: underline; }

  /* ===========================================================
     NOT SURE WHERE TO START SECTION
     =========================================================== */
  .rhc-start-section {
    background: #ffffff;
    padding: 20px 0 80px;
  }
  .rhc-start-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .rhc-start-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
  }
  .rhc-start-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 10px;
  }
  .rhc-start-text {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    font-weight: 400;
  }
  .rhc-start-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 20px;
  }
  .rhc-start-phone svg { width: 16px; height: 16px; fill: #12c1e5; }

  /* ===========================================================
     FAQ SECTION
     =========================================================== */
  .rhc-faq-section {
    background: #ffffff;
    padding: 20px 0 90px;
  }
  .rhc-faq-title {
    font-family: Formata;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #4a4a4a;
    margin-bottom: 24px;
  }
  .rhc-faq-item {
    background: #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  .rhc-faq-item:nth-child(even) .rhc-faq-question { background: #efefef; }
  .rhc-faq-item:nth-child(odd) .rhc-faq-question { background: #f7f7f7; }
  .rhc-faq-question {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 28px;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #4a4a4a;
    list-style: none;
  }
  .rhc-faq-question::-webkit-details-marker { display: none; }
  .rhc-faq-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #12c1e5;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.2s ease;
  }
  details[open] .rhc-faq-icon { transform: rotate(45deg); }
  .rhc-faq-answer {
    padding: 4px 28px 24px 68px;
    font-size: 16px;
    color: #444;
    background: inherit;
    font-weight: 400;
  }

  /* ===========================================================
     RESPONSIVE — MOBILE
     =========================================================== */
  @media (max-width: 900px) {
    .rhc-hero-grid { grid-template-columns: 1fr; }
    .rhc-hero-left { padding: 32px 24px 40px; order: 2; }
    .rhc-hero-right { order: 1; min-height: 320px; }
    .rhc-hero-heading { font-size: 30px; }
    .rhc-hero-logo { margin-bottom: 24px; }

    .rhc-about-grid,
    .rhc-allied-grid,
    .rhc-fees-grid,
    .rhc-start-grid { grid-template-columns: 1fr; gap: 30px; }
    .rhc-allied-grid .rhc-allied-image,
    .rhc-fees-grid .rhc-fees-image,
    .rhc-start-grid .rhc-start-image { order: -1; }

    .rhc-eligible-icons { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }

    .rhc-steps-grid { grid-template-columns: 1fr; }

    .rhc-switch-img { height: 560px; }
    .rhc-switch-card {
      left: 50%;
      transform: translate(-50%, -50%);
      width: 88%;
      padding: 26px 22px;
    }

    .rhc-services-grid { grid-template-columns: 1fr; gap: 40px; }

    .rhc-quote-text { font-size: 20px; padding: 0 12px; }
  }

  @media (max-width: 480px) {
    .rhc-container { padding: 0 18px; }
    .rhc-hero-heading { font-size: 26px; }
   
    .rhc-hero-phone span:last-child { display: none; }
    .rhc-about-heading, .rhc-eligible-title, .rhc-steps-title, .rhc-steps-banner-title,
    .rhc-services-title, .rhc-allied-title, .rhc-fees-title, .rhc-start-title,
    .rhc-faq-title { font-size: 24px; }
    .rhc-switch-img { height: 540px; }
    .rhc-switch-card { padding: 20px 18px; }
    .rhc-faq-question { padding: 16px 18px; gap: 12px; }
    .rhc-faq-answer { padding: 4px 18px 20px 52px; }
  }


.grid-container-homecare {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin: 0 auto;
}
  @media print, screen and (min-width: 40em) {
    .grid-container-homecare {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

  /* ===========================================================
     HERO — home care page only.
     Scoped via .hero-hc (added in tp-home-care-new.php) so the
     shared .hero-rb-2 rules in style-toowong.css are untouched;
     the homepage uses .hero-rb-2 too and must not be affected.
     =========================================================== */
  .rb-hero-section.hero-rb-2.hero-hc .hero-image-wrap { height: 600px; }
  /* only the active slide's copy is shown (page-home.php has this inline;
     page-home-care.php does not, so it must live here) */
  .hero-hc .homepage-hero-content { display: none; }
  .hero-hc .homepage-hero-content.active { display: block; }
  .rb-hero-section.hero-rb-2.hero-hc .hero-copy { padding-bottom: 100px; }
  /* clear the header logo panel (its box ends 130px down). Desktop only —
     min-width so the existing <=900 / <=630 hero-copy rules stay in charge. */
  @media (min-width: 901px) {
    .rb-hero-section.hero-rb-2.hero-hc .hero-copy { padding-top: 155px; }
  }
  @media (max-width: 900px) {
    .rb-hero-section.hero-rb-2.hero-hc .hero-image-wrap { height: 475px; }
    .rb-hero-section.hero-rb-2.hero-hc .hero-copy { padding-bottom: 40px; }
  }
