.text-center {
  text-align: center;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-10 {
  padding-bottom: 10px;
}
.py-100 {
  padding: 100px 0;
}
.py-50 {
  padding: 50px 0;
}
.bg-yellow {
  background: var(--color-yellow);
}
.bg-purple {
  background: var(--color-purple);
}
.bg-green {
  background: var(--color-green);
}
/* .bg-light {
  background: var(--light-background);
} */
.header-green-bg {
  background: var(--color-green);
}
.header-red-bg {
  background: var(--color-red);
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
section:nth-child(odd) {
  background: var(--light-background);
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}

.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}

.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.d-flex{
  display: flex;
}
.justify-center{
  justify-content: center;
}

/* Location hero banner */
.location-hero-banner {
  margin-bottom: 30px;
}

.location-hero-banner__media {
    width: 100%;
    background: linear-gradient(90deg, #dddeff 70%, rgba(190, 178, 200, .25) 90%, rgb(190 178 200 / 16%) 98%), linear-gradient(90deg, #dddeff 0, rgba(255, 255, 255, 0) 100%);
    padding: 20px 10px;
    min-height: auto;
    display: block;
}

.location-hero-banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.location-hero-banner__breadcrumbs ol {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    margin: 0;
}

.location-hero-banner__breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
}

.location-hero-banner__breadcrumbs li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid rgb(0, 0, 0);
  border-bottom: 2px solid rgb(0, 0, 0);
  transform: rotate(-45deg);
}

.location-hero-banner__breadcrumbs li:last-child::after,
.location-hero-banner__breadcrumbs li[aria-current="page"]::after {
  display: none;
}

.location-hero-banner__breadcrumbs a {
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.2s ease;
  color: #000;
}

.location-hero-banner__breadcrumbs a:hover,
.location-hero-banner__breadcrumbs a:focus-visible {
  opacity: 1;
}

.location-hero-banner__eyebrow {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin: 0;
  opacity: 0.85;
}

.location-hero-banner__headline {
  max-width: 840px;
}

.location-hero-banner__title {
  font-size: clamp(1.8rem,4vw,2.6rem);
  font-weight: var(--font-weight-extrabold);
  margin: 0;
}

.location-hero-banner__summary {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 10px 0 25px;
}

.location-hero-banner__cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.location-hero-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-white) !important;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #494fc9;
  box-shadow: 0 8px 24px rgba(73, 79, 201, .2);
}

.location-hero-banner__btn:hover,
.location-hero-banner__btn:focus-visible {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .location-hero-banner__media {
    padding: 20px 0 30px;
  }

  .location-hero-banner__breadcrumbs ol {
    width: 100%;
    justify-content: center;
  }

  .location-hero-banner__title {
    text-align: center;
  }

  .location-hero-banner__headline {
    text-align: center;
  }

  .location-hero-banner__cta {
    justify-content: center;
  }
}
/* banner breadcum start */
.site-breadcrumb {
  background-image: url(/themes/curam/assets/images/care-services/01.jpg) !important;
}

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.site-breadcrumb--summary {
  background-image: none !important;
  background-color: var(--light-background);
  padding: 30px 0;
}

.site-breadcrumb--summary::before {
  display: none;
}

.site-breadcrumb__summary {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.site-breadcrumb__summary p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-black-200);
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.75;
  z-index: -1;
}
.site-breadcrumb h1 {
  font-size: var(--title-font);
  color: var(--color-white);
  font-weight: var(--font-weight-extrabold);
  margin-bottom: 15px;
  text-transform: capitalize;
}

.how-it-work-text h1 {
  text-transform: none !important;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  background: var(--color-white);
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  z-index: 1;
  margin: 0;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
}
.site-breadcrumb .breadcrumb-menu li {
  display: inline-block;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-black-100);
}

/* banner breadcum end */

/* trust section start */

.trust-section {
  background-color: var(--color-light-100);
  transition: all 0.3s ease;
  z-index: 999;
}
.trust-section ul {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
.trust-section ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--para-font);
}
.trust-section ul li b {
  color: var(--primary-color);
}
.trust-section ul {
  padding-left: 0;
}
.trust-section ul li::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: var(--color-black-200);
  right: -40px;
  top: 2px;
}
.trust-section ul li:last-child::before {
  content: none;
}
.trust-section ul li .trust-pilot {
  max-width: 80px;
}
.trust-section ul li .doctify-icon {
  max-width: 20px;
}

/* trust section end */

/* call us start */

.care-services-wrapper .call-us p {
  padding: 15px 0px;
  /* display: flex; */
  align-items: center;
  gap: 20px;
  font-size: var(--font-20);
  font-weight: var(--font-weight-bold);
  max-width: 1140px;
}
.btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: var(--para-font);
  line-height: 1.2;
  font-weight: var(--font-weight-extrabold);
  background: var(--primary-color);
  color: var(--color-white);
  border-radius: 12px;
  /* max-width: 150px; */
}
.btn-blue:hover {
  background: var(--theme-color);
  color: var(--color-white);
  text-decoration: none;
  outline: none;
}

/* call us end */

/* more about livein care start */
.live-in {
  display: flex;
  align-items: center;
  gap: 40px;
}
.live-in-right
{
    position: relative;
    max-width: 350px;
    min-width: 350px;
    height: 350px;
    margin-top: 20px;
}
.live-in-right::before
{
      content: "";
    position: absolute;
    inset: 15px;
    border: 3px solid var(--color-white);
    border-radius: 10%;
}
.live-in-right img
{
  border-radius: 10%;
  height: 100%;
}
.about-livein-care {
  display: flex;
  gap: 50px;
}
.about-livein-images ul {
  padding-left: 0;
  display: flex;
  gap: 15px;
}
.about-livein-images {
  width: 50%;
}
.about-livein-images ul li {
  list-style: none;
  width: 50%;
}
.about-livein-images ul li img {
  border-radius: 50px;
}
.about-livein-content {
  width: 100%;
  padding-top: 10px;
}
.about-livein-images ul li img.circle-img {
  border-radius: 50%;
}

.about-livein-images ul li .img-2 {
  position: relative;
}
.about-livein-images ul li .img-2::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 5px solid var(--color-white);
  border-radius: 50%;
}
.about-item-main {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.about-item {
  display: flex;
  gap: 12px;
  border: 1px solid var(--border-info-color);
  border-radius: 20px;
  padding: 15px;
}
.about-item .icon img {
  max-width: 45px;
}
.about-item h6 {
  font-size: var(--para-font);
}
.about-item .icon {
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
  min-width: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.about-livein-content ul {
  margin-top: 0;
  padding-left: 15px;
}
.about-livein-content ul li {
  font-size: var(--para-font-small);
  font-weight: var(--font-weight-regular);
  line-height: 24px;
  list-style-type: disc;
}
.about-item .content h3 {
  font-size: var(--para-font);
}
.about-livein-content h3{
  font-size: var(--para-font);
}
.about-item .content p {
  padding-bottom: 0;
  font-size: var(--para-font-small) !important;
  line-height: 20px;
  padding-top: 5px;
}
/* more about livein care end */

/* why need live in care start */

.why-need-live-in h2.section-title {
  text-align: center;
}
.why-need-livein ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 10px;
}
.why-need-livein ul li {
  list-style: none;
  width: 31%;
  position: relative;
  padding-left: 20px;
}
.why-need-livein ul li h4 {
  padding-bottom: 10px;
  font-size: var(--font-18);
}
.why-need-livein ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.why-need-livein ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  left: 4px;
  top: 9px;
}

.why-need-livein ul li p {
  padding-bottom: 0;
}

/* why need live in care end */

/* why choose curam start */

.why-choose-curam .icon {
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  min-width: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.why-choose-curam .icon img {
  max-width: 40px;
  max-height: 40px;
}
.why-choose-curam ul {
  display: flex;
  justify-self: center;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding-left: 0;
  padding-top: 15px !important;
}
.why-choose-curam ul li {
  list-style: none;
  text-align: center;
  width: 32%;
  border-radius: 6px;
  padding: 15px;
  box-shadow: var(--box-shadow3);
  transition: 1s;
  -webkit-transition: 1s;
}
.why-choose-curam ul li:hover {
  background-color: var(--color-light-100);
  transition: 0.5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.why-choose-curam ul li h5 {
  font-size: var(--font-18);
  padding: 10px 0;
}
.why-choose-curam ul li p {
  padding-bottom: 0;
  font-size: var(--para-font-small);
}

/* why choose curam end */

/* comparison start */

.comparison-section {
  margin: auto;
}
.comparison-section h2 {
  text-align: center;
}
.comparison-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: var(--color-light-100);
  border-radius: 8px;
  overflow: hidden;
}
.comparison-table div {
  padding: 1rem;
  border-bottom: 1px solid var(--color-light-200);
}
.comparison-table .header {
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
}
.comparison-table .label {
  background-color: var(--color-white);
  font-weight: bold;
}
.comparison-table .us {
  background-color: var(--color-light-300);
  display: flex;
  align-items: center;
  gap: 10px;
}
.comparison-table .us img,
.comparison-table .others img {
  max-width: 16px;
}
.comparison-table .others {
  background-color: var(--color-light-400);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* comparison end */

/* carers near you */
.top-carers-list {
  padding-left: 0;
  display: grid;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.top-carers-list > li {
  list-style: none;
  /* width: 49%; */
  background: var(--color-white);
  padding: 15px;
  border-radius: 6px;
  box-shadow: var(--box-shadow3);
}
a.top-carers-list-link {
  color: var(--color-black-100);
}
.top-carers-list-content {
  display: flex;
  gap: 15px;
}
.top-carers-list-content .carer-profile-img {
  border-radius: 12px;
  width: 100px;
  height: 100px;
}
.top-carers-content h5 {
  font-size: var(--font-16);
  color: var(--color-black-100);
}
.top-carers-list p {
  padding-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--para-font-small) !important;
}
.top-carers-list .exp-location {
  padding-top: 10px;
}
.exp-location ul {
  padding-left: 0;
  display: flex;
}
.top-carers-list .exp-location ul li {
  gap: 5px;
  width: auto;
  padding-right: 6px;
  list-style: none;
  display: flex;
}
.top-carers-list .exp-location ul li span {
  font-weight: var(--font-weight-regular);
  font-size: var(--para-font-small);
  color: var(--color-black-100);
}
.top-carers-list:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* carers near you end */

/* faq */

.accordion {
  max-width: 900px;
  margin: auto;
  border-radius: 8px;
}

.accordion-item {
  border: 1px solid var(--color-light-200);
  margin-bottom: 10px;
  border-radius: 6px;
}
.accordion-title.active {
  background: var(--primary-color);
  color: var(--color-white);
  border-radius: 6px 6px 0 0;
}

.accordion-title {
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: background 0.3s;
}
.accordion-title h3{
  font-size: var(--font-16);
}
.accordion-title h3::after
 {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: var(--font-20);
  transition: transform 0.3s;
}

.accordion-title.active h3::after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: var(--color-light-100);
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-title.active + .accordion-content {
  padding: 15px 20px;
  max-height: 300px !important;
}
/* Faq end */

/* arrange live in */

.arrange-live-in-main {
  display: flex;
  gap: 30px;
}
.arrange-live-in-left img {
  border: 1px solid var(--color-light-200);
  padding: 5px;
  border-radius: 5px;
}
.arrange-live-in-right ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.arrange-live-in-right ul li {
  list-style: none;
}
.arrange-live-in-right ul li:last-child p {
  padding-bottom: 0;
}
.arrange-live-in-right ul li h6 {
  margin-bottom: 10px;
}
/* arrange live in end */

.livein-experience {
  background: var(--primary-color);
  padding: 14px 25px;
  border-radius: 100px;
  text-align: center;
  border: 10px solid var(--color-white);
  margin-top: 20px;
  position: relative;
  color: var(--color-white);
}
.livein-experience::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px dashed var(--color-white);
  border-radius: 100px;
}
.section-title {
  font-size: var(--title-font);
  font-weight: var(--font-weight-extrabold);
  margin-bottom: 20px;
  color: var(--color-black-100);
}
.care-services-wrapper p {
  font-size: var(--para-font);
  font-weight: var(--font-weight-regular);
  line-height: var(--para-line-height);
  color: var(--color-black-100);
}

.livein-experience p {
  padding-bottom: 0;
  color: var(--color-white);
}

/*  blog section start */
.blog-item .blog-item-img img {
  border-radius: 12px 12px 0 0;
}
.blog-area ul {
  display: flex;
  gap: 25px;
}
.blog-area ul li {
  width: 32%;
  box-shadow: var(--box-shadow);
  list-style: none;
  border-radius: 12px;
}
.blog-item-info {
  padding: 10px 15px;
}
.blog-item-info h6.blog-title {
  color: var(--color-black-100);
  font-weight: 800;
  padding-bottom: 15px;
  padding-top: 10px;
}
.blog-item-info h6.blog-title a {
  font-size: var(--font-20);
  color: var(--color-black-100);
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-area .blog-content__footer {
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--color-light-200);
  padding-bottom: 10px;
}
.blog-area .blog-content__footer p {
  padding-bottom: 0;
  font-weight: var(--font-weight-bold);
  font-size: 15px;
}

/* blog section end */

/* how curam works start */
.how-curam-works-step {
  margin: 50px 0 0 0;
  background-color: var(--color-white) !important;
  border-radius: 6px;
  position: relative;
  width: 33%;
  transition: 1s;
  -webkit-transition: 1s;
}
.how-curam-works-step:hover {
  box-shadow: 0 0 10px 0 rgba(23, 25, 74, 0.1);
  cursor: pointer;
  transition: 0.5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.curam-works-count {
  margin: auto;
  width: 60px;
  height: 60px;
  border-width: 4px !important;
  background-color: var(--primary-color);
  font-weight: var(--font-weight-extrabold) !important;
  position: absolute;
  top: -30px;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  left: 0;
  right: 0;
}

.how-curam-works-description {
  padding: 40px 30px 20px 30px;
  text-align: center;
}
.how-curam-works-description h4 {
  padding-bottom: 10px;
  font-size: 18px;
  padding-top: 10px;
}
.how-curam-works-inner {
  display: flex;
  gap: 15px;
  margin: auto;
}
/* how curam works end */
section p a{
  color: var(--font-achor-tag);
  font-weight: var(--text-achor-weight);
  text-decoration: var(--text-achor-decoration);
}

/* ===== Optional: CTA under the comparison ===== */
.care-cta{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.care-cta .btn{
  appearance:none;
  border:none;
  background: var(--cc-primary);
  color:#fff;
  padding:12px 16px;
  border-radius:12px;
  font-weight:600;
  cursor:pointer;
  box-shadow: var(--cc-shadow);
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
  text-decoration:none;
  display:inline-block;
}

.care-cta .btn:hover{
  background: var(--cc-accent);
  transform: translateY(-1px);
}

.care-cta .subtext{
  color:var(--cc-muted);
  font-size:.95rem;
}
/* ===== Cost Comparison Table Styles ===== */
.cost-comparison {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
  margin: 16px 0 24px;
}

.cost-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}

.cost-table thead th {
  background: #2b2f8f; /* Curam blue */
  color: #fff;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
}

.cost-table tbody td {
  padding: 16px 18px;
  border-top: 1px solid #e5e7eb;
  background: #fafafa;
}

.cost-table tbody tr:nth-child(odd) td {
  background: #f6f7fb;
}

/* Location page css --START*/
.view-all-hourly-carers {
    margin: 30px 0 30px 0;
    text-align: center;
}
.view-all-hourly-carers a:hover{
  background: var(--theme-color);
} 
.location_page .location-title {
    margin-top: 15px;
}
.blog-item-img
{
  height: 183px;
}
.blog-item .blog-item-img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page__content section#blog-section .blog-section__contents-items .blog .blog-content h5
{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

/* ===== Dementia: Home Care vs Care Home – Shared Styles ===== */

.care-section-wrap{
  margin:24px 0 40px;
}

.care-section-wrap h3{
  font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.6rem);
  line-height:1.25;
  margin:0 0 16px;
  color: var(--cc-primary);
}

/* ===== Checklist Cards ===== */
.care-compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.care-type{
  background: var(--cc-bg);
  border:1px solid var(--cc-border);
  border-radius: var(--cc-radius);
  padding:18px 18px 14px;
  box-shadow: var(--cc-shadow);
}

.care-type h4{
  font-size:1.05rem;
  margin:0 0 10px;
  color:var(--cc-primary);
}

.care-type ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.care-type li{
  position:relative;
  padding-left:28px;
  line-height:1.45;
  color:var(--cc-text);
}

/* Tick/Cross icons via pseudo-elements */
.care-type:first-child li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  font-weight:700;
  transform:translateY(1px);
  color:#0f9d58; /* green tick */
}

.care-type:nth-child(2) li::before{
  content:"✖";
  position:absolute;
  left:0;
  top:0;
  font-weight:700;
  transform:translateY(1px);
  color:#d93025; /* red cross */
}

/* Subtle muted items (if you add class="muted") */
.care-type li.muted{
  color: var(--cc-muted);
}

.blog-title
{
  height: 80px;
}
/* Location page css --END*/
/* CTA Button (re-use your global styles if already defined) */
.care-cta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.care-cta .btn {
  background: #2b2f8f;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.15s ease;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.care-cta .btn:hover {
  background: #494fc9;
  transform: translateY(-2px);
}

.care-cta .subtext {
  color: #6b7280;
  font-size: 0.95rem;
}

.table-intro {
  color: #1f2430;
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 12px;
}
section.call-us a {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
}


/*how it works page design start */
.find-trusted-main
{
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.find-trusted-left , .find-trusted-right
{
width: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(225deg, rgb(255, 255, 255) 0%, rgb(213, 215, 240) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
        border: 1px solid #3F51B5;
}
.find-trusted-main .banner-lt
{
    background-image: url(/themes/curam/assets/images/homepage/circle-left-top.svg), url(/themes/curam/assets/images/homepage/circle-left-bottom.svg);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    border-radius: 10px;
    padding: 20px;   
}
.find-trusted-main .banner-lt p , .find-trusted-main .banner-rt p
{
      font-weight: 300;
       color: #222672;
}
.find-trusted-main .banner-lt h3 , .find-trusted-main .banner-rt h3
{
font-size: 20px;
    color: #222672;
    letter-spacing: 0;
    font-weight: 800;
}
.find-trusted-main .banner-lt p.sub-description , .find-trusted-main .banner-rt p.sub-description
{
   font-size: 16px;
  color: #222672;
  letter-spacing: 0; 
}
.find-trusted-main .banner-lt ul li , .find-trusted-main .banner-rt ul li
{
  display: flex;
  gap: 25px;
  text-align: left;
  padding-bottom: 25px;
}
.find-trusted-main .banner-lt ul li .btn , .find-trusted-main .banner-rt ul li .btn
{
display: inline-block;
margin-top: 15px;
}
.find-trusted-main .banner-lt ul li:last-child , .find-trusted-main .banner-rt ul li:last-child
{
  padding-bottom: 0;
}
.find-trusted-main .banner-lt ul li p , .find-trusted-main .banner-rt ul li p
{
  font-weight: 300;
}
.find-trusted-main .banner-lt ul li i , .find-trusted-main .banner-rt ul li i
{
  min-width: 46px;
}
.find-trusted-main .banner-lt ul , .find-trusted-main .banner-rt ul 
{
  padding-left: 0;
}
.find-trusted-main .banner-rt
{
    background-image: url(/themes/curam/assets/images/homepage/circle-right-top.svg), url(/themes/curam/assets/images/homepage/circle-right-bottom.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    border-radius: 10px;
    padding: 20px;
    min-height: 530px;
   
}
.find-trusted-main .get-matched-content h4
{
color: #222672;
font-size: 18px;
font-weight: 700;
padding-bottom: 5px;
letter-spacing: 0;
text-align: left;
}
.find-trusted-main .get-matched-content p
{
  font-weight: 300;
  color: #222672;
  font-size: 14px;
}
.find-trusted
{
  padding: 50px 0;
}
p.sub-description
{
 text-align: center;
    color: #000;
    max-width: 760px;
    margin: 10px auto 0;
}
.review-check
{
  display: flex;
  gap: 10px;
  padding-top: 5px;
}
.review-check img
{
  max-width: 20px;
}
.curam-verification-inner
{
  background: #F2F3FF;
  text-align: center;
  padding: 20px 0;
}
.curam-verification-inner p
{
  color:#222672;
}
.care-plan-video
{
      text-align: center;
    margin: 20px 0;
}
.live-in.care-for-you
{
flex-direction: row-reverse;
}
.care-for-you .live-in-left
{
width: 60%;
}
.care-for-you .live-in-right
{
max-width: 500px;
width: 40%;
}
.hw-works-choose-curam .live-in-left ul li
{
    font-size: var(--font-15);
    font-weight: var(--font-weight-regular);
    line-height: var(--para-line-height);
    color: var(--color-black-100);
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}
.hw-works-choose-curam .live-in-left ul li::before
{
  content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    top: 5px;
    left: 0;
}
.hw-works-choose-curam .live-in-left ul li::after
{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    left: 4px;
    top: 9px;
}
.live-in.hw-works-choose-curam .live-in-left
{
width: 60%;
}
.live-in.hw-works-choose-curam .live-in-right
{
width: 40%;
height: auto;
}
.live-in.hw-works-choose-curam .live-in-right::before , .care-for-you .live-in-right::before
{
  content: none;
}
.hw-family-connected
{
  width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.hw-family-connected .keep-connected-lt
{
    flex: 0 0 45%;
    width: 45%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.hw-family-connected .keep-connected-lt img
{
      max-width: 100%;
    height: auto;
}
.hw-family-connected .keep-connected-rt
{
    flex: 0 0 50%;
    width: 50%;
}
.hw-family-connected .keep-connected-rt p
{
  font-size: 16px;
    font-weight: 400;
    color: #262D7B;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.4;
    max-width: 520px;
}
.hw-family-connected .keep-connected-rt .download-app-block h6 {
    font-size: 16px;
    font-weight: 700;
    color: #262D7B;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.4;
}
.hw-client-faq .accordion
{
  list-style-type: none;
    padding: 0;
    margin: 0;
}
.hw-client-faq .accordion .accordion-toggle
{
      display: block;
    padding: 25px 0;
    text-decoration: none;
    cursor: pointer;
    font-family: "Manrope", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    position: relative;
    padding-right: 50px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hw-client-faq .accordion .accordion-toggle:after
{
  position: absolute;
    content: '+';
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-family: "Manrope", "Helvetica, Arial, sans-serif";
    font-weight: 500;
}
.hw-client-faq .accordion .accordion-content
{
      display: none;
}
.hw-client-faq .accordion-content p
{
line-height: 1.4 !important;
}
.hw-client-faq .accordion .active .accordion-content
{
      display: block;
    padding-bottom: 25px;
    font-weight: 300;
}

.single-entity {
  justify-content: center !important;
}

.helpdesk-content.hw-client-faq .client-carer-faq-title {
  margin-bottom: 20px !important;
}

.helpdesk-content.hw-client-faq h2
{
  text-align: center;
  font-size: 30px;
margin-bottom: 0px;
}
.helpdesk-content.hw-client-faq .faq-cell-header button
{
  width: 100%;
  display: flex;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
}
.helpdesk-content.hw-client-faq .faq-cell-header button span
{
  position: relative;
  top: 4px;
  color: #000;
}
.helpdesk-content.hw-client-faq .faq-cell-header button:focus
{
  box-shadow: none;
}
.helpdesk-content.hw-client-faq .faq-detail-block
{
max-width: 800px;
margin: 0 auto 20px;
}
.helpdesk-content.hw-client-faq .faq-item-trigger
{
  border: 1px solid var(--color-light-200);
    margin-bottom: 10px;
    border-radius: 6px;
}
.helpdesk-content.hw-client-faq .faq-item-content
{
padding: 15px;
}
.helpdesk-content.hw-client-faq .faq-item-content p
{
  padding-bottom: 10px;
}
.helpdesk-content.hw-client-faq .faq-cell-header button[aria-expanded="true"] {
 background: var(--primary-color); /* Example: golden color */
  color: #fff; /* optional - change text color */
      border-radius: 6px 6px 0px 0px;
}

.helpdesk-content.hw-client-faq .faq-item-content p > strong
 {
  font-weight: 500;
 }

.helpdesk-content.hw-client-faq .faq-cell-header button[aria-expanded="true"] > .faq-item-title
{
color: #fff;
}
.helpdesk-content.hw-client-faq .faq-item-content ul li
{
position: relative;
}
.helpdesk-content.hw-client-faq .faq-item-content ul li
{
  padding-left: 20px;
}
.helpdesk-content.hw-client-faq .faq-item-content ul li::before
{
position: absolute;
content: "";
width: 6px;
height: 6px;
background: #000;
border-radius: 100%;
left: 0;
top: 14px;
}
.helpdesk-content.hw-client-faq
{
  margin-bottom: 20px;
}
.client-information-faq  .faq-cell-header button
{
    width: 100%;
    display: flex;
    text-align: left;
    border-radius: 6px;
    padding: 15px 20px;
    gap: 10px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    border: none;
}
.client_helpdesk section:nth-child(odd) , .carer_helpdesk section:nth-child(odd)
{
background: #fff !important;
}
.client-information-faq  .faq-cell-header
{
margin: 0;
cursor: pointer;
}
.client-information-faq  .faq-item-content p
{
font-size: var(--para-font);
    font-weight: var(--font-weight-regular);
    line-height: var(--para-line-height);
    color: var(--color-black-100);
    margin: 0;
}
/*how it works page design end */


/* Mobile stacking */
@media (max-width: 900px){
  .care-compare-grid{
    grid-template-columns:1fr;
  }
}
/* Responsive stacking for small screens */
@media (max-width: 720px) {
  .cost-table thead {
    display: none;
  }
  .cost-table tbody tr {
    display: block;
    border-top: 1px solid #e5e7eb;
  }
  .cost-table tbody td {
    display: block;
    border: none;
    padding: 10px 16px;
  }
  .cost-table tbody td::before {
    display: block;
    font-weight: 600;
    color: #494fc9;
    margin-bottom: 4px;
  }
  .cost-table tbody tr td:nth-child(1)::before {
    content: "Type of Dementia Care";
  }
  .cost-table tbody tr td:nth-child(2)::before {
    content: "Average Curam Rate";
  }
  .cost-table tbody tr td:nth-child(3)::before {
    content: "Typical Agency Rate";
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .why-need-livein ul li {
    width: 30%;
  }
  .blog-area .blog-content__footer p {
    font-size: var(--font-10) !important;
    line-height: 18px !important;
  }
  .blog-area .blog-content__footer
  {
    gap: 5px;
  }
  .py-50 , .find-trusted {
    padding: 30px 0;
  }
  .section-title {
    font-size: var(--title-font-ipad);
  }

   .about-item-main {
    flex-direction: column;
  }

   .faq .accordion
   {
    padding: 0 15px;
   }
   .find-trusted-main
   {
    margin-top: 25px;
   }
  .comparison-table,
  .faq {
    max-width: calc(100% - 60px);
    margin: auto;
  }
  .trust-section ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .top-carers-list .exp-location ul {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .trust-section ul li {
    width: 48%;
  }
  .blog-item-info h6.blog-title a {
    font-size: var(--font-16);
    line-height: 20px;
  }
  .comparison-table div
  {
    font-size: var(--para-font-small);
  }
  .why-choose-curam ul li h5
  {
       font-size: var(--font-16);
  }
    .care-for-you .live-in-right
  {
    height: auto;
  }
}
@media (max-width: 767px) {

  .how-it-works-top 
  {
   margin-top: 20px;
  }
   .how-it-works-top h5
   {
    margin-bottom: 20px !important;
   }

  .recommended-carers-home-page-wrapper .container .rec-btn-block .line-btn
  {
    margin: 0 auto 20px;
  }

  .care-plan-video
  {
    margin-bottom: 0;
  }
  .helpdesk-content.hw-client-faq h2
  {
    font-size: 28px;
  }
  .helpdesk-content.hw-client-faq .faq-cell-header button
  {
    padding: 10px;
  }
  .faq .section-title
  {
    padding: 0 15px;
  }
   .why-choose-curam ul li h5
  {
       font-size: var(--font-16);
  }
  .comparison-table .us img,
  .comparison-table .others img {
    max-width: 10px;
  }
  .about-livein-images {
    max-width: 450px;
    margin: auto;
  }
  .comparison-table div {
    /* font-size: var(--para-font-small); */
    padding: 8px;
    font-size: 11px !important;
  }
  .comparison-table {
    grid-template-columns: 1fr 1fr 1fr;
    width: calc(100% - 30px);
    margin: auto;
    max-height: 470px;
    overflow-y: auto;
    margin-top: 0;
  }
  .comparison-table .header {
    text-align: left;
  }
  .trust-section ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-title {
    font-size: var(--font-28);
  }
  .care-services-wrapper p {
    font-size: var(--font-14) !important;
    line-height: 20px;
  }
  .care-services-wrapper .call-us p {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .top-carers-list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .curam-verification-inner p > br
  {
    display: none;
  }

  .py-50 {
    padding: 30px 0px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .exp-location ul {
    flex-direction: column;
  }
  .about-livein-care {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .livein-experience p {
    line-height: 20px;
  }
  .livein-experience {
    margin-top: 10px;
  }
  .about-livein-images,
  .about-livein-content {
    width: 100%;
  }
  .about-livein-content {
    padding-top: 0;
  }
  .why-need-livein ul {
    gap: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .why-need-livein ul li {
    width: 100%;
  }
  .top-carers-list .exp-location ul li i {
    min-width: 20px;
  }
  .why-choose-curam ul {
    flex-direction: column;
    gap: 15px;
  }
  .why-choose-curam ul li {
    width: 100%;
  }
  .about-livein-images ul {
    margin-bottom: 0;
  }
  .blog-item-info h6.blog-title {
    line-height: 20px;
  }

  .arrange-live-in-main {
    flex-direction: column;
    gap: 10px;
  }
  .blog-area ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .blog-area ul li {
    width: 100%;
  }
  .how-curam-works-inner {
    flex-direction: column;
    gap: 5px;
  }
  .how-curam-works-step {
    width: 100%;
  }
  .about-item-main {
    flex-direction: column;
  }
  .why-need-livein ul li h4 {
    font-size: var(--font-16);
  }
  .care-services-wrapper p:last-child {
    padding-bottom: 0;
  }
  .call-us {
    padding-bottom: 20px;
  }
  .accordion-title h3::after {
    top: 12px;
  }
  .accordion-title {
    padding-right: 50px;
  }
  .accordion-title {
    font-size: var(--para-font-small);
  }
  .site-breadcrumb h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .arrange-live-in-right ul li {
    padding-bottom: 10px;
  }
  .blog-item-info h6.blog-title a {
    font-size: var(--font-16);
    line-height: 24px;
  }
  .accordion {
    margin: 10px 10px 0;
  }
  .care-services-wrapper .container {
    padding: 0 15px !important;
  }
  .live-in 
  {
    flex-direction: column;
    gap: 10px;
  }
  .live-in-right
  {
    height: auto;
    display: none;
  }
  .site-breadcrumb .breadcrumb-menu
  {
        padding: 5px 10px;
        font-size: var(--font-13);
  }
  .trust-section ul li
  {
    font-size: var(--para-font-small);
  }
  .arrange-live-in-right ul li h6
  {
    font-size: var(--font-16);
  }
  .how-curam-works-description h4
  {
     font-size: var(--font-16);
  }
  .find-trusted-main
  {
    flex-direction: column;
        gap: 20px;
    margin-top: 20px;
  }
  .find-trusted-left, .find-trusted-right
  {
    width: 100%;
  }
  .care-plan-video iframe
  {
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .live-in.care-for-you {
    flex-direction: column;

}
  .hw-family-connected
  {
flex-direction: column;
padding: 0 15px;
gap: 20px;
  }
  .hw-family-connected .keep-connected-lt
  {
    flex: 0 0 100%;
    width: 100%;
  }
  .hw-family-connected .keep-connected-rt {
    flex: 0 0 50%;
    width: 50%;
}
.hw-family-connected .keep-connected-rt {
    flex: 0 0 100%;
    width: 100%;
}
.care-for-you .live-in-left
{
  width: 100%;
}
.live-in.hw-works-choose-curam .live-in-left
{
    width: 100%;
}
.find-trusted
{
  padding: 30px 0;
}
.hw-family-connected .keep-connected-lt img
{
  max-width: 300px;
}
.helpdesk-content.hw-client-faq .faq-cell-header button span
{
  font-size: 14px;
}
.find-trusted-main .get-matched-content h4
{
  font-size: 16px;
}
.find-trusted-main .banner-lt h3, .find-trusted-main .banner-rt h3
{
  font-size: 18px;
}
.find-trusted-main .banner-rt
{
  min-height: auto;
}
.find-trusted-right .get-started-banner
{
  margin-bottom: 0;
}
.find-trusted-main .banner-lt ul li, .find-trusted-main .banner-rt ul li
{
  gap: 15px;
}

}
@media (min-width: 568px) and (max-width: 767px) {
  .accordion {
    margin-top: 0;
  }
  .comparison-section h2 {
    margin-bottom: 1rem;
  }
  .about-item-main {
    flex-direction: row !important;
  }
  .why-choose-curam ul {
    flex-direction: row;
    align-items: flex-start;
  }
  .why-choose-curam ul li p {
    font-size: var(--font-13) !important;
    line-height: 20px !important;
  }
  .faq {
    width: calc(100% - 60px);
    margin: auto;
  }
  .arrange-live-in-main {
    flex-direction: row;
  }
  .arrange-live-in-left {
    width: 45%;
  }
  .arrange-live-in-right {
    width: 55%;
  }
  .arrange-live-in-right ul li h6 {
    font-size: var(--para-font);
  }
  .blog-area ul {
    flex-direction: row;
  }
  .blog-area .blog-content__footer {
    flex-wrap: wrap;
    gap: 5px;
  }
  .blog-area .blog-content__footer p {
    font-size: var(--font-13) !important;
  }
  .blog-item-info h6.blog-title a {
    font-size: var(--para-font-small) !important;
    line-height: 16px !important;
  }

  .top-carers-list > li {
    /* width: 48%; */
  }
  .exp-location ul {
    gap: 10px;
  }
  .blog-item-info {
    padding: 10px;
  }
  .btn-blue {
    padding: 12px 20px;
  }
}