/*
 * Avery Healthcare - Brand Refresh
 * Styles for the new brand look introduced in 2026.
 *
 * PP Hatton font files: drop woff2/woff files into
 * /assets/fonts/pp-hatton/ matching the filenames below,
 * or replace these @font-face rules with a Typekit/hosted source.
 */

@font-face {
    font-family: 'pp-hatton';
    src: url('../fonts/pp-hatton/PPHatton-Ultralight.woff2') format('woff2'),
         url('../fonts/pp-hatton/PPHatton-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pp-hatton';
    src: url('../fonts/pp-hatton/PPHatton-UltralightItalic.woff2') format('woff2'),
         url('../fonts/pp-hatton/PPHatton-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* #container {
    padding-top: 170.5px;
}

.home #container {
    padding-top: 136.5px;
} */

h1 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    margin-bottom: 20px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .section .h1, .section .h2, .section .h3, .section .h4, .section .h5, .section .h6, .section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
    text-transform: revert;
}

#breadcrumb {
    background: none;
    padding: 45px 16px 16px 10px;
}

.admin-bar #breadcrumb {
    padding-top: 13px;
}

@media screen and (max-width: 782px) {
    .admin-bar #breadcrumb {
        padding-top: 0;
    }
}

.breadcrumb {
    margin: 0 12px;
}

.breadcrumb li span {
    color: revert;
}

.breadcrumb li a:hover {
    color: #ae9152;
}

#main-navigation {
    border-top: none;
    border-bottom: 1px solid #ae9152;
}

/* ---------- Journey CTA section ---------- */

.section-journey {
    --journey-bg: #607470;
    --journey-fg: #fff5eb;
    --journey-divider: rgba(255, 245, 235, 0.4);

    position: relative;
    overflow: hidden;
    background-color: var(--journey-bg);
    color: var(--journey-fg);
    padding-top: 55px;
    padding-bottom: 72px;
    text-align: center;
}

.section-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/brand-refresh/pattern-botanical.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.02;
    pointer-events: none;
}

.section-journey > .container {
    position: relative;
    z-index: 1;
}

.section-journey__header {
    margin-bottom: 54px;
}

.section-journey__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--journey-fg);
    margin: 0 auto;
    max-width: 650px;
}

.section-journey__header h2 em,
.section-journey__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

body.gold .section-journey__header h2 {
    color: #fff;
}

/* ---------- Journey list (4 columns) ---------- */

.journey-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 50px 0;
    gap: 0;
}

.journey-list li {
    flex: 1 1 0;
    max-width: 290px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--journey-divider);
}

.journey-list li:last-child {
    border-right: 0;
}

.journey-list .journey-list__icon,
.journey-list li .header .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    margin-bottom: 25px;
    color: var(--journey-fg);
}

.journey-list li .header .icon svg,
.journey-list li .header .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.journey-list li .header .icon svg * {
    stroke: var(--journey-fg);
    fill: none;
}

.journey-list li .content {
    margin-bottom: 25px;
    color: var(--journey-fg);
}

.journey-list li .content h3 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.3;
    color: var(--journey-fg);
    margin: 0 0 10px;
    white-space: nowrap;
}

.journey-list li .content address,
.journey-list li .content p {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.45;
    color: var(--journey-fg);
    max-width: 200px;
    margin: 0 auto;
}

.journey-list li footer {
    margin-top: auto;
}

.journey-list li footer .link,
.journey-list li footer a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--journey-fg);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.journey-list li footer a:hover,
.journey-list li footer a:focus {
    opacity: 0.75;
    color: var(--journey-fg);
}

.journey-list li footer .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

.journey-list li footer .icon svg {
    width: 100%;
    height: 100%;
}

.journey-list li footer .icon svg line,
.journey-list li footer .icon svg path {
    stroke: var(--journey-fg);
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
    .journey-list li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 28px 15px;
        border-right: 1px solid var(--journey-divider);
        border-bottom: 1px solid var(--journey-divider);
    }

    .journey-list li:nth-child(2n) {
        border-right: 0;
    }

    .journey-list li:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .section-journey {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .section-journey__header {
        margin-bottom: 32px;
    }

    .journey-list li {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
    }

    .journey-list li:nth-last-child(2) {
        border-bottom: 1px solid var(--journey-divider);
    }
}

/* ---------- Career CTA box ---------- */

body {
    background-color: #fff5eb;
}

.section.career {
    position: relative;
    z-index: 2;
    display: flow-root;
    background-color: #fff5eb;
}

/* Career card overlap — uses body:has() so the rules work across DOM parents
   (e.g. the CTA block lives inside #content while .section.career is rendered
   from footer.php as a sibling of #content). :last-of-type keeps the extra
   padding scoped to the final .section-journey in each container. */
body:has(.section.career) .section-journey:last-of-type {
    padding-bottom: 210px;
}

body:has(.section-journey) .section.career .career-cta {
    margin-top: -140px;
}

.career-cta {
    --career-bg: #fff5eb;
    --career-fg: #006d8f;
    --career-text: #1c1c1c;
    --career-btn-bg: #006d8f;
    --career-btn-fg: #fff5eb;

    position: relative;
    display: flex;
    align-items: stretch;
    background-color: var(--career-bg);
    box-shadow: 0 4px 7.5px 0 rgba(28, 28, 28, 0.1);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.career-cta:hover,
.career-cta:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px 0 rgba(28, 28, 28, 0.16);
}

.career-cta__content {
    flex: 1 1 0;
    background-color: var(--career-bg);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: center;
    text-align: left;
}

.career-cta__content h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    color: var(--career-fg);
    margin: 0;
}

.career-cta__content h2 em,
.career-cta__content h2 .italic {
    font-style: italic;
    font-weight: 200;
}

.career-cta__content p {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--career-text);
    margin: 0;
    max-width: 420px;
}

.career-cta__media {
    position: relative;
    flex: 1 1 0;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 15px;
}

.career-cta__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.career-cta:hover .career-cta__media img,
.career-cta:focus-within .career-cta__media img {
    transform: scale(1.04);
    filter: brightness(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .career-cta,
    .career-cta__media img {
        transition: none;
    }

    .career-cta:hover,
    .career-cta:focus-within {
        transform: none;
    }

    .career-cta:hover .career-cta__media img,
    .career-cta:focus-within .career-cta__media img {
        transform: none;
        filter: none;
    }
}
}

.career-cta__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    background-color: var(--career-btn-bg);
    color: var(--career-btn-fg);
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    transition: opacity 0.2s ease;
}

.career-cta__button:hover,
.career-cta__button:focus {
    opacity: 0.9;
    color: var(--career-btn-fg);
}

.career-cta__button .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
}

.career-cta__button .icon svg {
    width: 100%;
    height: 100%;
}

.career-cta__button .icon svg line,
.career-cta__button .icon svg path {
    stroke: var(--career-btn-fg);
}

@media (max-width: 767px) {
    .career-cta {
        flex-direction: column;
    }

    .career-cta__content {
        padding: 32px 24px;
    }

    .career-cta__content h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .career-cta__media {
        min-height: 220px;
    }
}

/* ---------- Banner search ---------- */

#banner .box.rounded {
    background-color: rgba(255, 245, 235, 0.6);
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
}

#banner .form.form2,
#banner .form.form2.rounded.overflow-hidden {
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

#banner .form.form2 .row {
    align-items: stretch;
}

#banner .form.form2 .col-md,
#banner .form.form2 .form-group {
    background-color: #fff5eb;
    margin-bottom: 0;
}

#banner .form.form2 .form-control {
    background-color: #fff5eb;
    border: 0;
    border-radius: 0;
    height: 57px;
    padding: 18px 23px 18px 49px;
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #1c1c1c;
    box-shadow: none;
}

#banner .form.form2 .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
    opacity: 1;
}

#banner .form.form2 .form-control:focus {
    background-color: #fff5eb;
    box-shadow: none;
    outline: none;
    color: #1c1c1c;
}

#banner .form.form2 .form-group .icon {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    color: rgba(28, 28, 28, 0.5);
    pointer-events: none;
}

#banner .form.form2 .form-group .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

#banner .form.form2 .form-group .icon svg path {
    fill: rgba(28, 28, 28, 0.5);
    stroke: transparent;
}

#banner .form.form2 .btn,
#banner .form.form2 .btn.btn-secondary {
    background-color: #006d8f;
    border: 0;
    border-radius: 0;
    color: #fff5eb;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.019em;
    padding: 11px 20px;
    text-transform: capitalize;
    height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    box-shadow: none;
}

#banner .form.form2 .btn:hover,
#banner .form.form2 .btn:focus,
#banner .form.form2 .btn.btn-secondary:hover,
#banner .form.form2 .btn.btn-secondary:focus {
    background-color: #00597a;
    color: #fff5eb;
}

#banner .form.form2 .btn .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

#banner .form.form2 .btn .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

#banner .form.form2 .btn .icon svg path {
    fill: #fff5eb;
    stroke: transparent;
}

@media (max-width: 767px) {
    #banner .box.rounded {
        padding: 16px;
    }

    #banner .form.form2 .row {
        row-gap: 10px;
    }

    #banner .form.form2 .col-md-auto {
        width: 100%;
    }

    #banner .form.form2 .btn,
    #banner .form.form2 .btn.btn-secondary {
        width: 100%;
    }
}

/* ---------- Header ---------- */

#topbar {
    background-color: #fff5eb;
    box-shadow: none;
}

#main-navigation .menu {
    justify-content: space-around !important;
}

#main-navigation .mega-menu {
    background: none !important;
}

#main-navigation .mega-menu>a::after {
    top: 9px !important;
}

#header {
    background-color: #fff5eb;
    border-bottom: 1px solid #ae9152;
    padding: 10px 0;
    min-height: 93px;
    display: flex;
    align-items: center;
    box-shadow: none;
}

#main-navigation {
    box-shadow: none;
}

#header > .container {
    width: 100%;
}

#header .row.align-items-center {
    align-items: center;
}

#header .col.logo,
#header .col.text-xl-center.logo {
    text-align: center;
}

#header .logo img {
    display: inline-block;
    max-height: 56px;
    width: auto;
}

#header .btn,
#header .btn.btn-secondary,
#header .btn.btn-secondary.btn-size2 {
    background-color: #006d8f;
    border-color: #006d8f;
    color: #fff5eb;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0.019em;
    padding: 11px 22px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: none;
}

#header .btn:hover,
#header .btn:focus,
#header .btn.btn-secondary:hover,
#header .btn.btn-secondary:focus {
    background-color: #00597a;
    border-color: #00597a;
    color: #fff5eb;
    opacity: 1;
}

#header .btn .icon {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#header .btn .icon svg {
    display: block;
}

#header .btn .icon svg path,
#header .btn .icon svg line {
    fill: #fff5eb;
    stroke: #fff5eb;
}

#header .btn .icon svg path[fill="#fff"],
#header .btn .icon svg path[fill="#FFF"] {
    fill: #fff5eb;
    stroke: none;
}

/* ---------- Main navigation ---------- */

#main-navigation {
    background-color: #fff5eb;
    padding: 10px 0;
}

.mega-menu-panel {
    background-color: #fff5eb;
}

#main-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-navigation .menu > li {
    margin: 0;
    padding: 0;
}

#main-navigation .menu > li > a {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #1c1c1c;
    text-decoration: none;
    padding: 0;
    transition: color 0.2s ease;
}

#main-navigation .menu > li > a:hover,
#main-navigation .menu > li > a:focus,
#main-navigation .menu > li.current-menu-item > a{
    color: #AE9152;
    border-color: #AE9152;
}

#main-navigation .menu > li.menu-item-has-children.has-active > a::after,
#main-navigation .menu > li.mega-menu.has-active > a::after {
    border-color: #AE9152;
}

#main-navigation .menu > li.menu-item-has-children > a::after,
#main-navigation .menu > li.mega-menu > a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-right: 1.5px solid #AE9152;
    border-bottom: 1.5px solid #AE9152;
    transform: translateY(-2px) rotate(45deg);
    vertical-align: middle;
}

@media (max-width: 1199px) {
    #main-navigation .menu {
        gap: 10px 36px;
    }
}

@media (max-width: 767px) {
    #header {
        min-height: 72px;
        padding: 10px 0;
    }

    #main-navigation {
        padding: 0;
    }

    #main-navigation .menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    #main-navigation .menu > li {
        border-bottom: 1px solid rgba(174, 145, 82, 0.3);
    }

    #main-navigation .menu > li > a {
        display: block;
        padding: 14px 20px;
    }
}

/* ---------- Footer brand colours ---------- */

#footer {
    background-color: #fff5eb;
    color: #1c1c1c;
}

#footer h6 {
    color: #006d8f;
}

#footer .footer-links li,
#footer .footer-links li a,
#footer .copyright,
#footer .copyright a {
    color: #1c1c1c;
}

#footer .footer-links li a:hover,
#footer .footer-links li a:focus,
#footer .copyright a:hover,
#footer .copyright a:focus {
    color: #006d8f;
}

#footer footer {
    border-top-color: #006d8f;
}

/* Remove the global "section+section { margin-top: 70px }" gap for brand-refresh sections */
section + .section-journey,
section + .section-about,
section + .section-care-options,
section + .section-experience,
section + .section-news {
    margin-top: 0;
}

/* ---------- Care Options section ---------- */

.section-care-options {
    --care-bg: #966655;
    --care-fg: #fff5eb;
    --care-gradient-end: #1c1c1c;

    position: relative;
    overflow: hidden;
    background-color: var(--care-bg);
    color: var(--care-fg);
    padding-top: 76px;
    padding-bottom: 88px;
}

.section-care-options::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/brand-refresh/pattern-care-options.svg');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
}

.section-care-options > .container {
    position: relative;
    z-index: 1;
}

.section-care-options__header {
    text-align: center;
    margin-bottom: 54px;
}

.section-care-options__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--care-fg);
    margin: 0 auto;
    max-width: 600px;
    text-wrap: balance;
}

.section-care-options__header h2 em,
.section-care-options__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

.care-options-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.care-options-list > li {
    display: flex;
}

.care-card {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    min-height: 394px;
    padding: 30px 20px;
    overflow: hidden;
    background-color: #1c1c1c;
    color: var(--care-fg);
    text-decoration: none;
}

.care-card__media {
    position: absolute;
    inset: 0;
    margin: 0;
    pointer-events: none;
}

.care-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.care-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(28, 28, 28, 0) 33%,
        var(--care-gradient-end) 100%
    );
    pointer-events: none;
}

.care-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.care-card__title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.04;
    color: var(--care-fg);
    text-align: center;
    max-width: 265px;
    margin: 0;
}

.care-card__link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--care-fg);
}

.care-card__link .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 11px;
    color: var(--care-fg);
}

.care-card__link .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.care-card:hover,
.care-card:focus {
    color: var(--care-fg);
}

.care-card:hover .care-card__media img,
.care-card:focus-visible .care-card__media img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .care-options-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .section-care-options {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .section-care-options__header {
        margin-bottom: 32px;
    }

    .section-care-options__header h2 {
        font-size: 32px;
    }

    .care-options-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .care-card {
        min-height: 320px;
    }
}

/* ---------- Experience section ---------- */

.section-experience {
    --exp-fg: #fff5eb;
    --exp-btn-bg: #006d8f;
    --exp-divider: #fff;

    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--exp-fg);
}

.section-experience > .figure1.bg-image {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 0;
    pointer-events: none;
}

.section-experience > .figure1.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-experience::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(28, 28, 28, 0.55) 0%,
        rgba(28, 28, 28, 0.7) 100%
    );
    z-index: 0;
    pointer-events: none;
}

.section-experience > .container {
    position: relative;
    z-index: 1;
}

.section-experience__title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--exp-fg);
    margin: 0 0 25px;
}

.section-experience__title em,
.section-experience__title .italic {
    font-style: italic;
    font-weight: 200;
}

.section-experience__description {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: var(--exp-fg);
    max-width: 412px;
    margin: 0 0 25px;
}

.section-experience .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    background-color: var(--exp-btn-bg);
    border: 0;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--exp-fg);
    box-shadow: none;
}

.section-experience .btn.btn-primary:hover,
.section-experience .btn.btn-primary:focus {
    background-color: #005775;
    color: var(--exp-fg);
}

.section-experience .btn.btn-primary .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

.section-experience .btn.btn-primary .icon svg {
    width: 100%;
    height: 100%;
}

.section-experience__stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.section-experience__stats li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid var(--exp-divider);
    border-bottom: 0;
}

.section-experience__stats li:first-child {
    border-top: 0;
    padding-top: 0;
}

.section-experience__stats li:last-child {
    padding-bottom: 0;
    border-top: 1px solid var(--exp-divider);
    border-bottom: 0;
}

.section-experience__stats .total-no {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 1;
    color: var(--exp-fg);
    white-space: nowrap;
}

.section-experience__stats .total-no .counter {
    font-family: inherit;
    font-weight: inherit;
}

.section-experience__stats .title {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--exp-fg);
    text-align: right;
    max-width: 260px;
}

.section-experience__awards {
    margin-top: 40px;
}

.section-experience__awards-title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.3;
    color: var(--exp-fg);
    margin: 0 0 25px;
}

.section-experience__awards-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 15px 40px;
    background-color: var(--exp-fg);
    border-radius: 0;
}

.section-experience__awards-pill .logos-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-experience__awards-pill .logos-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-experience__awards-pill .logos-list img {
    display: block;
    max-height: 76px;
    width: auto;
    height: auto;
}

@media (max-width: 991px) {
    .section-experience__title {
        font-size: 36px;
    }

    .section-experience__stats .total-no {
        font-size: 30px;
    }

    .section-experience__awards-pill,
    .section-experience__awards-pill .logos-list {
        gap: 30px;
    }

    .section-experience__awards-pill {
        padding: 12px 24px;
    }
}

@media (max-width: 575px) {
    .section-experience {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-experience__title {
        font-size: 30px;
    }

    .section-experience__stats li {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 18px 0;
    }

    .section-experience__stats .title {
        text-align: left;
    }

    .section-experience__awards-pill,
    .section-experience__awards-pill .logos-list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-experience__awards-pill .logos-list img {
        max-height: 56px;
    }
}

/* ---------- Events section ---------- */

.section-events {
    --events-bg: #966655;
    --events-fg: #fff5eb;

    position: relative;
    overflow: hidden;
    padding-top: 76px;
    padding-bottom: 88px;
    background-color: var(--events-bg);
    color: var(--events-fg);
}

.section-events::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/brand-refresh/pattern-care-options.svg');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.section-events > .container,
.section-events > .container-xl {
    position: relative;
    z-index: 1;
}

.section-events .section-events__header,
.section-events .slider4 {
    position: relative;
    z-index: 1;
}

.section-events .section-events__header {
    margin-bottom: 54px;
}

.section-events .section-events__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--events-fg);
    margin: 0;
}

.section-events .section-events__header h2 em,
.section-events .section-events__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

section + .section-events,
section + .section.events {
    margin-top: 0;
}

.section-events .btn,
.section-events .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    background-color: #006d8f;
    color: #fff5eb;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.section-events .btn:hover,
.section-events .btn:focus,
.section-events .btn.btn-primary:hover,
.section-events .btn.btn-primary:focus {
    opacity: 0.9;
    background-color: #006d8f;
    color: #fff5eb;
}

.section-events .btn .icon {
    display: inline-flex;
    align-items: center;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

.section-events .btn .icon svg {
    width: 100%;
    height: 100%;
}

.section-events .btn .icon svg line {
    stroke: currentColor;
}

@media (max-width: 575px) {
    .section-events {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .section-events__header {
        margin-bottom: 32px;
    }

    .section-events__header h2 {
        font-size: 30px;
    }
}

/* ---------- Care Home Intro section ---------- */

.section.intro {
    --intro-fg: #006d8f;
    --intro-text: #1c1c1c;
    --intro-btn-primary-bg: #ae9152;
    --intro-btn-secondary-bg: #607470;
    --intro-btn-fg: #fff5eb;

    background-color: #fff5eb;
    color: var(--intro-text);
    padding: 90px 0 70px;
}

.section.intro h1.text-accent {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 42px;
    color: var(--intro-fg);
    margin: 0 0 10px;
}

.section.intro h1.text-accent .small {
    display: block;
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--intro-fg);
    margin-top: 10px;
}

.section.intro .col-xl-8 .row .col-12 h2.h3 {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: var(--intro-fg);
    margin: 30px 0 15px;
}

.section.intro p {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.45;
    color: var(--intro-text);
    margin: 0 0 15px;
}

/* Right-column buttons */
.section.intro .btn-wrapper {
    margin-bottom: 30px;
}

.section.intro .btn-wrapper .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 11px 20px !important;
    border: 0;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--intro-btn-fg);
    width: 100%;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.section.intro .btn-wrapper .btn:hover,
.section.intro .btn-wrapper .btn:focus {
    opacity: 0.9;
    color: var(--intro-btn-fg);
}

.section.intro .btn-wrapper .btn.btn-primary,
.section.intro .btn-wrapper .btn-primary.btn-accent {
    background-color: #ae9152 !important;
}

.section.intro .btn-wrapper .btn.btn-secondary {
    background-color: var(--intro-btn-secondary-bg) !important;
}

body.gold .section.intro .btn-wrapper .btn.btn-primary,
body.gold .section.intro .btn-wrapper .btn-primary.btn-accent {
    background-color: #ae9152 !important;
}

.section.intro .btn-wrapper .btn .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.section.intro .btn-wrapper .btn .icon svg {
    width: 16px;
    height: auto;
    display: block;
}

.section.intro .btn-wrapper .btn .icon svg path {
    fill: var(--intro-btn-fg);
}

/* Care We Provide list */
.section.intro .col-xl-4 h2.h3.text-accent {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.3;
    color: var(--intro-fg);
    text-align: left;
    margin: 0 0 15px;
}

.section.intro .col-xl-4 .list2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section.intro .col-xl-4 .list2 li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 0;
    flex: none;
    width: auto;
    max-width: none;
    text-align: left;
}

.section.intro .col-xl-4 .list2 li .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 1.5px solid var(--intro-fg) !important; */
    border-radius: 50%;
    color: var(--intro-fg);
}

.section.intro .col-xl-4 .list2 li .icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.section.intro .col-xl-4 .list2 li .icon svg path,
.section.intro .col-xl-4 .list2 li .icon svg line,
.section.intro .col-xl-4 .list2 li .icon svg circle {
    stroke: var(--intro-fg);
    fill: none;
}

.section.intro .col-xl-4 .list2 li .title {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: var(--intro-text);
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .section.intro {
        padding: 40px 0 30px;
    }

    .section.intro h1.text-accent {
        font-size: 30px;
        line-height: 36px;
    }

    .section.intro .col-xl-4 .list2 {
        grid-template-columns: 1fr;
    }
}

body.gold .section.intro {
    --intro-fg: #ae9152;
}

body.gold .section.intro h1.text-accent,
body.gold .section.intro h1.text-accent .small,
body.gold .section.intro .col-xl-8 .row .col-12 h2.h3,
body.gold .section.intro .col-xl-4 h2.h3.text-accent {
    color: #ae9152;
}

/* ---------- Reviews / Testimonials section ---------- */

.section-reviews {
    --reviews-bg: #607470;
    --reviews-fg: #fff5eb;
    --reviews-border: #fff5eb;
    --reviews-cqc-bg: #fff5eb;

    position: relative;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 72px;
    background-color: var(--reviews-bg);
    color: var(--reviews-fg);
}

.section-reviews::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/brand-refresh/pattern-botanical.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.02;
    pointer-events: none;
}

.section-reviews > .container {
    position: relative;
    z-index: 1;
}

.section-reviews .section-reviews__header {
    margin-bottom: 50px;
}

.section-reviews .section-reviews__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--reviews-fg);
    margin: 0;
}

.section-reviews .section-reviews__header h2 em,
.section-reviews .section-reviews__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

.section-reviews .blockquote {
    position: relative;
    padding: 50px 25px 25px;
    border: 1px solid var(--reviews-border);
    color: var(--reviews-fg);
    font-family: 'gesta', sans-serif;
}

.section-reviews .blockquote .quote {
    position: absolute;
    top: 3px;
    left: 25px;
    transform: translateY(-50%);
    background-color: var(--reviews-bg);
    padding: 0 10px;
    line-height: 0;
}

.section-reviews .blockquote .quote {
    color: var(--reviews-fg);
}

.section-reviews .blockquote .quote svg {
    width: 42px;
    height: 45px;
    display: block;
}

.section-reviews .blockquote .quote svg path {
    fill: none;
    stroke: currentColor;
}

.section-reviews .blockquote .rating {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 15px;
}

.section-reviews .blockquote .rating .star {
    width: 16px;
    height: 16px;
    fill: var(--reviews-fg);
}

.section-reviews .blockquote p {
    font-size: 15px;
    line-height: 1.45;
    color: var(--reviews-fg);
    margin: 0 0 15px;
}

.section-reviews .blockquote .blockquote-footer {
    font-size: 12px;
    line-height: 1.4;
    color: var(--reviews-fg);
    margin: 0;
}

.section-reviews .blockquote .blockquote-footer::before {
    content: none;
}

.section-reviews .col-lg-9,
.section-reviews .col-lg-9 > .-mx-2,
.section-reviews .slider2 {
    display: flex;
    flex-direction: column;
}

.section-reviews .col-lg-9 > .-mx-2,
.section-reviews .slider2,
.section-reviews .slider2 > .slider {
    flex: 1;
}

.section-reviews .slider2 .slick-list {
    padding-top: 20px;
    margin-top: -20px;
}

.section-reviews .slider2 .slick-list,
.section-reviews .slider2 .slick-track {
    height: 100%;
}

.section-reviews .slider2 .slick-track {
    display: flex;
}

.section-reviews .slider2 .slick-slide {
    height: auto;
    display: flex;
}

.section-reviews .slider2 .slick-slide > div,
.section-reviews .slider2 .item {
    width: 100%;
    display: flex;
}

.section-reviews .slider2 .item .blockquote {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-reviews .slider-controls2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 24px;
}

.section-reviews .slider-controls2 .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1.5px solid var(--reviews-fg);
    color: var(--reviews-fg);
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.section-reviews .slider-controls2 .slick-arrow:hover,
.section-reviews .slider-controls2 .slick-arrow:focus {
    background-color: var(--reviews-fg);
    color: var(--reviews-bg);
}

.section-reviews .slider-controls2 .slick-arrow svg line {
    stroke: currentColor;
}

.section-reviews .col-lg-3 {
    padding-top: 0 !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.section-reviews .col-lg-3 .box {
    background-color: var(--reviews-cqc-bg);
    color: #1c1c1c;
    padding: 25px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

@media (max-width: 575px) {
    .section-reviews {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .section-reviews .section-reviews__header h2 {
        font-size: 20px;
    }
}

section + .section-reviews {
    margin-top: 0;
}

/* ---------- Meet the Team section ---------- */

.section-team {
    --team-heading: #006d8f;
    --team-text: #1c1c1c;
    --team-btn-bg: #006d8f;
    --team-btn-fg: #fff5eb;

    padding-top: 76px;
    padding-bottom: 88px;
    background-color: #fff5eb;
    color: var(--team-text);
}

.section-team .section-team__heading {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--team-heading);
    margin: 0 auto 54px;
    padding: 0;
}

.section-team .section-team__heading em,
.section-team .section-team__heading .italic {
    font-style: italic;
    font-weight: 200;
}

body.gold .section-team {
    --team-heading: #ae9152;
    --team-btn-bg: #ae9152;
}

.section-team .layout-2 .box,
.section-team .team-carousel .member .inner {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.section-team .layout-1 {
    --bs-gutter-x: 50px;
    margin: 0;
    align-items: flex-start;
}

.section-team .layout-1 > .col-md-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.section-team .layout-1 .box {
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.section-team .layout-1 .box .inner {
    width: 100%;
    padding: 0 50px 0 0;
}

.section-team .layout-1 .box .inner .body {
    padding: 0;
    height: auto;
    justify-content: flex-start;
}

.section-team .layout-1 .box h3 {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    color: var(--team-heading);
    margin: 0;
}

.section-team .layout-1 .box .position {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--team-heading);
    display: block;
    margin: 5px 0 0;
}

.section-team .layout-1 .text-truncate-wrapper {
    margin-top: 25px;
}

.section-team .layout-1 .box .biography {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.45;
    color: var(--team-text);
    margin: 0;
}

.section.team.section-team .read-more {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    margin-top: 25px;
    background-color: var(--team-btn-bg);
    color: var(--team-btn-fg);
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.section.team.section-team .read-more:hover,
.section.team.section-team .read-more:focus {
    opacity: 0.9;
    color: var(--team-btn-fg);
    background-color: var(--team-btn-bg);
}

.section.team.section-team .read-more svg {
    width: 14px;
    height: 11px;
    display: block;
    flex-shrink: 0;
}

.section.team.section-team .read-more svg line {
    stroke: #fff;
}

.section.team.section-team .read-more svg path {
    fill: #fff;
}

.section-team .layout-1 .image-container {
    display: block;
    min-height: 0;
    height: auto;
}

.section-team .layout-1 .image-container img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .section-team .section-team__heading {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .section-team .layout-1 {
        --bs-gutter-x: 30px;
    }

    .section-team .layout-1 .box h3 {
        font-size: 28px;
    }
}

/* ---------- Latest News section ---------- */

.section-news {
    --news-card-bg: #966655;
    --news-card-fg: #fff5eb;
    --news-heading: #006d8f;

    position: relative;
    padding-top: 76px;
    padding-bottom: 88px;
    background-color: #fff5eb;
    color: #1c1c1c;
}

.section-news--no-pagination .slider-controls,
.section-news--no-pagination .slick-arrow,
.section-news--no-pagination .slick-dots {
    display: none !important;
}

.section-news .section-news__header h2 em,
.section-news .section-news__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

body.gold .section-news {
    --news-heading: #ae9152;
}

.section-news .section-news__header {
    margin-bottom: 54px;
}

.section-news .section-news__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--news-heading);
    margin: 0;
}

.section-news .slider3 .slider {
    display: flex;
}

.section-news .slider3 .slider.slick-initialized {
    display: block;
}

.section-news .slider3 .item {
    display: flex;
    height: auto;
}

.section-news .slider3 .slick-track {
    display: flex;
}

.section-news .slider3 .slick-slide {
    height: auto;
}

.section-news .slider3 .slick-slide > div,
.section-news .slider3 .slick-slide > div > .item {
    height: 100%;
}

.section-news .news-card.news-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--news-card-bg);
    color: var(--news-card-fg);
    overflow: hidden;
    border-radius: 0;
}

.section-news .news-card .news-card__media.figure1 {
    margin: 0;
}

.section-news .news-card .post {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    margin: 0;
}

.section-news .news-card__media {
    position: relative;
    margin: 0;
    aspect-ratio: 261 / 189;
    overflow: hidden;
    background-color: #ddd;
}

.section-news .news-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-news .news-card__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    padding: 30px 25px;
    background-color: var(--news-card-bg);
    color: var(--news-card-fg);
}

.section-news .news-card__title {
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.15;
    color: var(--news-card-fg);
    margin: 0;
}

.section-news .news-card__title a {
    color: inherit;
    text-decoration: none;
}

.section-news .news-card__title a:hover,
.section-news .news-card__title a:focus {
    color: inherit;
    opacity: 0.9;
    text-decoration: none;
}

.section-news .news-card__excerpt {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--news-card-fg);
    margin: 0;
}

.section-news .news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: auto;
    align-self: flex-start;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--news-card-fg);
    text-decoration: none;
}

.section-news .news-card__link:hover,
.section-news .news-card__link:focus {
    color: var(--news-card-fg);
    opacity: 0.85;
}

.section-news .news-card__link .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
}

.section-news .news-card__link .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section-news .slider-controls {
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 40px;
}

.section-news .slider-controls .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1.5px solid #006d8f;
    color: #006d8f;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.section-news .slider-controls .slick-arrow:hover,
.section-news .slider-controls .slick-arrow:focus {
    background-color: #006d8f;
    color: #fff5eb;
}

.section-news .slider-controls .slick-arrow svg line,
.section-news .slider-controls .slick-arrow svg path {
    stroke: currentColor;
}

body.gold .section-news .slider-controls .slick-arrow {
    border-color: #fff;
    color: #fff;
}

body.gold .section-news .slider-controls .slick-arrow svg line,
body.gold .section-news .slider-controls .slick-arrow svg path {
    stroke: #fff;
}

body.gold .section-news .slider-controls .slick-arrow:hover svg line,
body.gold .section-news .slider-controls .slick-arrow:focus svg line,
body.gold .section-news .slider-controls .slick-arrow:hover svg path,
body.gold .section-news .slider-controls .slick-arrow:focus svg path {
    stroke: #ae9152;
}

@media (max-width: 991px) {
    .section-news__header h2 {
        font-size: 36px;
    }

    .section-news .news-card__title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .section-news {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .section-news__header {
        margin-bottom: 32px;
    }

    .section-news__header h2 {
        font-size: 30px;
    }

    .section-news .news-card__body {
        padding: 24px 20px;
    }

    .section-news .news-card__title {
        font-size: 20px;
    }
}

/* ---------- Two-column / About section ---------- */

.section-about {
    --about-heading: #006d8f;
    --about-text: #1c1c1c;
    --about-btn-bg: #006d8f;
    --about-btn-fg: #fff5eb;

    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--about-text);
}

.section-about .section-about__content {
    max-width: 440px;
    width: 100%;
}

.section-about .section-about__label {
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--about-text);
    margin: 0 0 5px;
}

.section-about .section-about__title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    color: var(--about-heading);
    margin: 0 0 25px;
}

.section-about .section-about__title em,
.section-about .section-about__title .italic {
    font-style: italic;
    font-weight: 200;
    color: inherit;
}

body.gold .section-about {
    --about-heading: #ae9152;
    --about-btn-bg: #ae9152;
}

body.gold .section-about .btn.btn-primary.section-about__btn:hover,
body.gold .section-about .btn.btn-primary.section-about__btn:focus {
    background-color: #9e8347;
}

.card-tabular-content h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
}

.white-background-image-right h1,
.white-background-image-right h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    margin-bottom: 30px;
}

.card-featured-homes .inner .body h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
}

.posts h1 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
}

body.post-type-archive-养老知识 #content h1 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
}

.accordion-item {
    background-color: transparent;
}

.post h1 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
}

.section-about .section-about__body,
.section-about .section-about__body p {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: var(--about-text);
}

.section-about .section-about__body {
    margin-bottom: 25px;
}

.section-about .section-about__body p:last-child {
    margin-bottom: 0;
}

.section-about .btn.btn-primary.section-about__btn,
.white-background-image-right .btn.btn-primary.section-about__btn,
.btn.btn-primary.care-we-provide__btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    margin-top: 20px;
    background-color: var(--about-btn-bg, #006d8f);
    border: 0;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--about-btn-fg, #fff5eb);
    box-shadow: none;
}

.section-about .btn.btn-primary.section-about__btn:hover,
.section-about .btn.btn-primary.section-about__btn:focus,
.white-background-image-right .btn.btn-primary.section-about__btn:hover,
.white-background-image-right .btn.btn-primary.section-about__btn:focus,
.btn.btn-primary.care-we-provide__btn:hover,
.btn.btn-primary.care-we-provide__btn:focus {
    background-color: #005775;
    color: var(--about-btn-fg, #fff5eb);
}

.section-about .btn.btn-primary.section-about__btn .icon,
.white-background-image-right .btn.btn-primary.section-about__btn .icon,
.btn.btn-primary.care-we-provide__btn .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

.section-about .btn.btn-primary.section-about__btn .icon svg,
.white-background-image-right .btn.btn-primary.section-about__btn .icon svg,
.btn.btn-primary.care-we-provide__btn .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section-about .section-about__media {
    position: relative;
    width: 100%;
}

.section-about .section-about__images {
    position: relative;
    z-index: 1;
}

.section-about .section-about__images .figure1 {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 549 / 398;
}

.section-about.image-text .section-about__images .figure1 {
    aspect-ratio: 473 / 620;
}

.section-about.image-left-text-right .section-about__flower {
    right: auto;
    bottom: 0;
    left: -40%;
    width: auto;
}

.section-about.image-right-text-left .section-about__flower {
    top: 55%;
}

.section-about.image-left-text-right .section-about__content {
    max-width: none;
    padding-left: 40px;
}

.section-about .section-about__images .figure1 + .figure1 {
    margin-top: 24px;
}

.section-about .section-about__images .figure1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-about .section-about__flower {
    position: absolute;
    top: 30%;
    right: -30%;
    width: 63%;
    max-width: 345px;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.section-about .section-about__video {
    position: relative;
    z-index: 1;
}

.section-about .section-about__video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 539 / 382;
    overflow: hidden;
    background-color: #000;
}

.section-about .section-about__video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Card Two Column Intro — uses .section-about styles but with a smaller heading */
.section-about.card-two-column-intro .section-about__title {
    font-size: 36px;
}

@media (max-width: 575px) {
    .section-about.card-two-column-intro .section-about__title {
        font-size: 28px;
    }
}

/* ---------- Hero Banner (brand refresh) ---------- */

#banner.hero-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    padding: 72px 0;
    background: #1c1c1c;
}

/* autoAnimateContent() in scroll-animations.min.js blanket-adds .fade-in-up to
   every section, which starts them at opacity:0 until an IntersectionObserver
   reveals them. The hero is above the fold and must never be hidden waiting for
   a scroll, so opt it out of the fade entirely. */
#banner.hero-banner.fade-in-up {
    opacity: 1;
    transform: none;
    transition: none;
}

/* The same blanket pass also catches the page wrapper — the single <div> inside
   #content that holds every block. At opacity:0 that hides the whole page until
   its observer happens to fire, which is what made the hero look like it only
   appeared on scroll. A wrapper spanning the full page should never animate;
   the sections inside it still do. */
#content > .fade-in-up {
    opacity: 1;
    transform: none;
    transition: none;
}

#banner.hero-banner figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    pointer-events: none;
}

/* Video iframe: cover the banner area by scaling to at least 100% on both axes
   while preserving its 16:9 aspect (centre-cropped like object-fit: cover). */
#banner.hero-banner iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    aspect-ratio: 16 / 9;
    transform: translate(-50%, -50%);
    border: 0;
    z-index: 1;
    pointer-events: none;
}

#banner.hero-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#banner.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(28, 28, 28, 0.35);
    z-index: 2;
    pointer-events: none;
}

/* Centred column with a uniform 32px rhythm between title, copy and button,
   per the Life In Our Homes campaign design. */
#banner.hero-banner .hero-banner-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1086px;
    padding: 0 20px;
    text-align: center;
}

#banner.hero-banner .hero-banner-title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fff5eb;
    text-align: center;
    margin: 0;
}

#banner.hero-banner .hero-banner-title em,
#banner.hero-banner .hero-banner-title .italic {
    font-style: italic;
    font-weight: 200;
}

#banner.hero-banner .hero-banner-text {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    width: 100%;
    max-width: 918px;
    margin: 0;
}

/* Cream fill with a teal label, per the Life In Our Homes campaign design.
   The arrow inherits currentColor, which resolves to the same #006d8f. */
#banner.hero-banner .btn.btn-primary.hero-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    background-color: #fff5eb;
    border: 0;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.266px;
    text-transform: capitalize;
    white-space: nowrap;
    color: #006d8f;
    box-shadow: none;
}

/* The design has no hover state; inverting the two campaign colours keeps
   the palette intact while still reading as interactive. */
#banner.hero-banner .btn.btn-primary.hero-banner-btn:hover,
#banner.hero-banner .btn.btn-primary.hero-banner-btn:focus {
    background-color: #006d8f;
    color: #fff5eb;
}

#banner.hero-banner .btn.btn-primary.hero-banner-btn .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

#banner.hero-banner .btn.btn-primary.hero-banner-btn .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 991px) {
    #banner.hero-banner {
        min-height: 480px;
    }

    #banner.hero-banner .hero-banner-title {
        font-size: 48px;
    }

    #banner.hero-banner .hero-banner-content {
        gap: 24px;
    }
}

@media (max-width: 575px) {
    #banner.hero-banner {
        min-height: 360px;
        padding: 48px 0;
    }

    #banner.hero-banner .hero-banner-title {
        font-size: 36px;
    }

    #banner.hero-banner .hero-banner-content {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .section-about {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .section-about .section-about__title {
        font-size: 36px;
    }

    .section-about .section-about__flower {
        top: 30%;
        right: -18%;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .section-about .section-about__title {
        font-size: 30px;
    }

    .section-about .section-about__flower {
        position: relative;
        top: auto;
        right: auto;
        width: 200px;
        max-width: 50%;
        margin: 16px auto 0;
        display: block;
    }
}

/* ---------- Every Day block (brand refresh) ---------- */

.every-day-section {
    --every-day-bg: #607470;
    --every-day-fg: #fff5eb;
    --every-day-btn-bg: #fff5eb;
    --every-day-btn-fg: #006d8f;

    position: relative;
    overflow: hidden;
    background-color: var(--every-day-bg);
    background-image: none;
    color: var(--every-day-fg);
    padding: 55px 0 72px;
    min-height: 0;
}

.every-day-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/brand-refresh/pattern-botanical.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.02;
    pointer-events: none;
    z-index: 0;
}

/* Neutralise the existing teal overlay from every-day.css so the sage bg shows through */
.every-day-section .every-day-overlay {
    background: transparent;
    display: none;
}

.every-day-section > .container {
    position: relative;
    z-index: 1;
}

.every-day-section .every-day-wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.every-day-section .every-day-title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: var(--every-day-fg);
    text-align: center;
    margin: 0 0 25px;
}

.every-day-section .every-day-title em,
.every-day-section .every-day-title .italic {
    font-style: italic;
    font-weight: 200;
}

.every-day-section .every-day-text {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: var(--every-day-fg);
    text-align: center;
    margin: 0 auto 16px;
    max-width: none;
    text-wrap: pretty;
}

.every-day-section .every-day-text:last-of-type {
    margin-bottom: 25px;
}

.every-day-section .btn.btn-white.every-day-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 0;
    padding: 11px 20px;
    background-color: var(--every-day-btn-bg);
    border: 0;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--every-day-btn-fg);
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.every-day-section .btn.btn-white.every-day-btn:hover,
.every-day-section .btn.btn-white.every-day-btn:focus {
    background-color: #e8dcc8;
    color: var(--every-day-btn-fg);
}

.every-day-section .btn.btn-white.every-day-btn .icon {
    display: inline-flex;
    width: 14px;
    height: 11px;
    margin: 0;
    padding: 0;
}

.every-day-section .btn.btn-white.every-day-btn .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Avoid the global "section+section { margin-top: 70px }" gap for this block */
section + .every-day-section {
    margin-top: 0;
}

@media (max-width: 991px) {
    .every-day-section .every-day-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .every-day-section {
        padding: 40px 0 48px;
    }

    .every-day-section .every-day-title {
        font-size: 30px;
    }
}

/* ---------- Purpose Cards (brand refresh) ---------- */

.cards-section {
    background-color: #fff5eb;
    padding: 72px 0;
}

.cards-section .cards-wrapper {
    max-width: 1098px;
    gap: 30px;
    padding: 0 20px;
}

.cards-section .info-card {
    --card-bg: #966655;
    --card-fg: #fff5eb;
}

.cards-section .card-image {
    height: 300px;
}

.cards-section .card-content {
    background: var(--card-bg);
    padding: 30px;
    gap: 15px;
    color: var(--card-fg);
}

.cards-section .card-heading {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--card-fg);
    margin: 0;
}

.cards-section .card-heading em,
.cards-section .card-heading .italic {
    font-style: italic;
    font-weight: 200;
}

.cards-section .card-text {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--card-fg);
}

@media (max-width: 991px) {
    .cards-section .card-heading {
        font-size: 30px;
    }

    .cards-section .card-image {
        height: 260px;
    }
}

@media (max-width: 575px) {
    .cards-section {
        padding: 48px 0;
    }

    .cards-section .cards-wrapper {
        gap: 24px;
    }

    .cards-section .card-image {
        height: 220px;
    }

    .cards-section .card-content {
        padding: 24px;
    }

    .cards-section .card-heading {
        font-size: 26px;
    }
}

/* ---------- Culture section ---------- */

.section-culture {
    --culture-bg: #607470;
    --culture-fg: #fff5eb;
    --culture-divider: rgba(255, 245, 235, 0.4);

    position: relative;
    overflow: hidden;
    background-color: var(--culture-bg);
    color: var(--culture-fg);
    padding-top: 55px;
    padding-bottom: 72px;
    text-align: center;
}

.section-culture::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/brand-refresh/pattern-botanical.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.02;
    pointer-events: none;
}

.section-culture > .container {
    position: relative;
    z-index: 1;
}

.section-culture .section-culture__header {
    margin-bottom: 0;
}

.section-culture .section-culture__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--culture-fg);
    margin: 0 auto 10px;
    max-width: 720px;
}

.section-culture .section-culture__header h2 em,
.section-culture .section-culture__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

.section-culture .section-culture__intro {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: var(--culture-fg);
    max-width: 732px;
    margin: 0 auto;
}

.section-culture .culture-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 0;
    max-width: 1098px;
}

.section-culture .culture-list li {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--culture-divider);
}

.section-culture .culture-list li:last-child {
    border-right: 0;
}

.section-culture .culture-list li .header .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    margin-bottom: 25px;
    color: var(--culture-fg);
}

.section-culture .culture-list li .header .icon img,
.section-culture .culture-list li .header .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section-culture .culture-list li .header .icon svg * {
    stroke: var(--culture-fg);
    fill: none;
}

.section-culture .culture-list li .content {
    color: var(--culture-fg);
}

.section-culture .culture-list li .content h3 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.3;
    color: var(--culture-fg);
    margin: 0 0 10px;
}

.section-culture .culture-list li .content p {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.45;
    color: var(--culture-fg);
    max-width: 180px;
    margin: 0 auto;
}

.section-culture .section-culture__footer {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: var(--culture-fg);
    max-width: 732px;
    margin: 54px auto 0;
    text-align: center;
}

/* Keep the culture list vertically padded like the journey list */
.section-culture .culture-list {
    padding: 50px 0;
}

/* Reset the default section+section gap if this block follows another <section> */
section + .section-culture {
    margin-top: 0;
}

@media (max-width: 991px) {
    .section-culture .culture-list li {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 28px 15px;
        border-right: 1px solid var(--culture-divider);
        border-bottom: 1px solid var(--culture-divider);
    }

    .section-culture .culture-list li:nth-child(3n) {
        border-right: 0;
    }

    .section-culture .culture-list li:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .section-culture .section-culture__header h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-culture .culture-list li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-culture .culture-list li:nth-child(3n) {
        border-right: 1px solid var(--culture-divider);
    }

    .section-culture .culture-list li:nth-child(2n) {
        border-right: 0;
    }

    .section-culture .culture-list li:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .section-culture {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .section-culture .section-culture__header {
        margin-bottom: 32px;
    }

    .section-culture .section-culture__header h2 {
        font-size: 30px;
    }

    .section-culture .culture-list li {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
    }

    .section-culture .culture-list li:nth-last-child(2) {
        border-bottom: 1px solid var(--culture-divider);
    }
}

/* ---------- Carousel Cards / "Putting people first" (brand refresh) ---------- */

.hero-section.carousel-cards {
    background: #fff5eb;
    padding: 72px 0;
}

.hero-section.carousel-cards .content-wrapper {
    max-width: 1200px;
}

.hero-section.carousel-cards .text-content {
    gap: 20px;
    margin-bottom: 48px;
}

.hero-section.carousel-cards .hero-title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #006d8f;
    text-align: center;
    max-width: 1066px;
    margin: 0 auto;
}

.hero-section.carousel-cards .hero-title em,
.hero-section.carousel-cards .hero-title .italic {
    font-style: italic;
    font-weight: 200;
}

.hero-section.carousel-cards .hero-description {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.66;
    color: #1c1c1c;
    text-align: center;
    max-width: 702px;
    margin: 0 auto;
}

.hero-section.carousel-cards .carousel-item {
    padding: 0 10px;
}

.hero-section.carousel-cards .carousel-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 258 / 410;
    object-fit: cover;
    display: block;
}

/* Carousel navigation buttons — teal outlined circles matching news/brand */
.hero-section.carousel-cards .carousel-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1.5px solid #006d8f;
    color: #006d8f;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-section.carousel-cards .carousel-btn:hover:not(:disabled),
.hero-section.carousel-cards .carousel-btn:focus:not(:disabled) {
    background-color: #006d8f;
    color: #fff5eb;
}

.hero-section.carousel-cards .carousel-btn svg {
    width: 14px;
    height: 10px;
}

.hero-section.carousel-cards .carousel-btn svg path {
    stroke: currentColor;
}

.hero-section.carousel-cards .carousel-btn.slick-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .hero-section.carousel-cards .hero-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .hero-section.carousel-cards {
        padding: 48px 0;
    }

    .hero-section.carousel-cards .hero-title {
        font-size: 30px;
    }
}

/* ---------- Care We Provide — intro title ---------- */

.care-we-provide__title {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #006d8f;
    max-width: 1066px;
    margin: 0 0 20px;
}

@media (max-width: 991px) {
    .care-we-provide__title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .care-we-provide__title {
        font-size: 30px;
    }
}

/* ---------- Contact Us section ---------- */

.section-联系我们 {
    --contact-bg: #966655;
    --contact-fg: #fff5eb;
    --contact-btn-bg: #fff5eb;
    --contact-btn-fg: #1c1c1c;

    position: relative;
    padding: 72px 0;
    color: var(--contact-fg);
}

.section-联系我们 .section-联系我们__header {
    margin-bottom: 32px;
}

.section-联系我们 .section-联系我们__header h1,
.section-联系我们 .section-联系我们__header h2 {
    font-family: 'pp-hatton', Georgia, 'Times New Roman', serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #006d8f;
    text-align: center;
    margin: 0;
}

.section-联系我们 .section-联系我们__header h1 em,
.section-联系我们 .section-联系我们__header h1 .italic,
.section-联系我们 .section-联系我们__header h2 em,
.section-联系我们 .section-联系我们__header h2 .italic {
    font-style: italic;
    font-weight: 200;
}

body.gold .section-联系我们 .section-联系我们__header h1,
body.gold .section-联系我们 .section-联系我们__header h2 {
    color: #ae9152;
}

.section-联系我们 .section-联系我们__box {
    background-color: var(--contact-bg);
    color: var(--contact-fg);
    padding: 50px;
}

.section-联系我们 .section-联系我们__box h3 {
    color: #FFF5EB;
    font-family: 'gesta', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px;
}

body.gold #send-enquiry h3 {
    color: #fff;
}

.section-联系我们 .section-联系我们__box .form {
    width: 100%;
}

/* Generic form styling — works with Gravity Forms, WPForms, CF7, and plain HTML */
.section-联系我们 .section-联系我们__box label,
.section-联系我们 .section-联系我们__box legend,
.section-联系我们 .section-联系我们__box .gfield_label,
.section-联系我们 .section-联系我们__box .wpforms-field-label {
    font-family: 'gesta', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--contact-fg);
    margin: 0 0 10px;
    display: block;
}

.section-联系我们 .section-联系我们__box input[type="text"],
.section-联系我们 .section-联系我们__box input[type="email"],
.section-联系我们 .section-联系我们__box input[type="tel"],
.section-联系我们 .section-联系我们__box input[type="url"],
.section-联系我们 .section-联系我们__box input[type="search"],
.section-联系我们 .section-联系我们__box input[type="number"],
.section-联系我们 .section-联系我们__box textarea,
.section-联系我们 .section-联系我们__box select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--contact-fg);
    border-radius: 0;
    padding: 0 0 10px;
    color: var(--contact-fg);
    font-family: 'gesta', sans-serif;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    box-shadow: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.section-联系我们 .section-联系我们__box textarea {
    min-height: 93px;
    resize: vertical;
}

.联系我们 .form textarea.form-control {
    min-height: 93px;
}

.section-联系我们 .section-联系我们__box select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M1 1l5 5 5-5' stroke='%23fff5eb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 24px;
}

.section-联系我们 .section-联系我们__box input::placeholder,
.section-联系我们 .section-联系我们__box textarea::placeholder {
    color: var(--contact-fg);
    opacity: 0.9;
}

.section-联系我们 .section-联系我们__box input:focus,
.section-联系我们 .section-联系我们__box textarea:focus,
.section-联系我们 .section-联系我们__box select:focus {
    outline: none;
    border-bottom-color: var(--contact-fg);
    border-bottom-width: 2px;
}

.section-联系我们 .section-联系我们__box button[type="submit"],
.section-联系我们 .section-联系我们__box input[type="submit"],
.section-联系我们 .section-联系我们__box .gform_button,
.section-联系我们 .section-联系我们__box .wpforms-submit,
.section-联系我们 .section-联系我们__box .wpcf7-submit {
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 45px 11px 20px;
    background-color: var(--contact-btn-bg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'><path d='M13.8728 5.82378C14.0424 5.64613 14.0424 5.35387 13.8728 5.17622L9.05987 0.133238C8.89032 -0.0444126 8.61139 -0.0444126 8.44184 0.133238C8.27229 0.310888 8.27229 0.603152 8.44184 0.780802L12.5083 5.04155H0.437543C0.196894 5.04155 0 5.24785 0 5.5C0 5.75215 0.196894 5.95845 0.437543 5.95845H12.5083L8.44184 10.2192C8.27229 10.3968 8.27229 10.6891 8.44184 10.8668C8.61139 11.0444 8.89032 11.0444 9.05987 10.8668L13.8728 5.82378Z' fill='%231C1C1C'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    border: 0;
    border-radius: 0;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.019em;
    text-transform: capitalize;
    color: var(--contact-btn-fg);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.section-联系我们 .section-联系我们__box button[type="submit"]:hover,
.section-联系我们 .section-联系我们__box input[type="submit"]:hover,
.section-联系我们 .section-联系我们__box .gform_button:hover,
.section-联系我们 .section-联系我们__box .wpforms-submit:hover,
.section-联系我们 .section-联系我们__box .wpcf7-submit:hover {
    background-color: #e8dcc8;
    color: var(--contact-btn-fg);
}

/* Right-align the submit button so it sits flush with the right edge of the textarea/inputs above */
.section-联系我们 .section-联系我们__box .wpcf7-form p:has(input[type="submit"]),
.section-联系我们 .section-联系我们__box .wpcf7-form p:has(button[type="submit"]),
.section-联系我们 .section-联系我们__box .form p:has(input[type="submit"]),
.section-联系我们 .section-联系我们__box .form p:has(button[type="submit"]) {
    text-align: right;
    margin: 0;
}

/* Gravity Forms — two column fields layout */
.section-联系我们 .section-联系我们__box .gform_fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
}

.section-联系我们 .section-联系我们__box .gfield--width-full {
    grid-column: 1 / -1;
}

.section-联系我们 .section-联系我们__box .gform_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding: 0;
}

/* Remove global "section+section { margin-top: 70px }" gap for this block */
section + .section-联系我们 {
    margin-top: 0;
}

@media (max-width: 767px) {
    .section-联系我们 .section-联系我们__box {
        padding: 30px;
    }

    .section-联系我们 .section-联系我们__box .gform_fields {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-联系我们 .section-联系我们__header h2 {
        font-size: 32px;
    }
}

/* ---------- Side widget (Enquire Now tab) ---------- */

#side-widget {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

#side-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#side-widget ul li {
    padding: 0;
    margin: 0;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
}

#side-widget .side-widget__btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 26px 19px;
    min-width: 0;
    min-height: 0;
    background-color: #ae9152;
    color: #fff5eb;
    border: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    text-decoration: none;
}

#side-widget .side-widget__btn:hover,
#side-widget .side-widget__btn:focus {
    background-color: #9a8046;
    color: #fff5eb;
}

#side-widget .side-widget__label {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    writing-mode: horizontal-tb;
    transform: none;
    font-family: 'gesta', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.304px;
    text-transform: capitalize;
    white-space: nowrap;
}

#side-widget .side-widget__label-ai {
    display: block;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    transform: translateX(2px);
}

#side-widget .side-widget__label-cn {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}

#side-widget .side-widget__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 17px;
}

#side-widget .side-widget__icon svg {
    width: 11px;
    height: 17px;
    display: block;
}

#side-widget .side-widget__icon svg path {
    fill: currentColor;
}

.post-type-archive-预约到院 .btn,
.post-type-archive-预约到院 .btn-group > .btn,
.post-type-archive-预约到院 .btn-group-vertical > .btn {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.post-type-archive-预约到院 .scrollable-box .btn-primary,
.post-type-archive-预约到院 .scrollable-box .btn.btn-primary {
    background-color: #966655;
    border-color: #966655;
}

.post-type-archive-预约到院 .btn-primary:hover,
.post-type-archive-预约到院 .btn-primary:focus,
.post-type-archive-预约到院 .btn.btn-primary:hover,
.post-type-archive-预约到院 .btn.btn-primary:focus {
    background-color: #966655;
    border-color: #966655;
}

.list5 li footer .tag-list li.alt {
    background-color: #966655;
}
