@import 'style.css?v=2';

/* =========================================================
   FOUNDATIONAL CONNECTIONS — COLOUR SYSTEM
   Sandbox loads above; this file contains the custom overrides.
   ========================================================= */

:root {
    --fc-sage: #6a857e;
    --fc-sage-hover: #587069;
    --fc-forest: #304139;
    --fc-pale-sage: #e7eeeb;
    --fc-services: #dfe8e3;
    --fc-page: #f3f6f4;
    --fc-warm-white: #fbfaf7;
    --fc-warm-grey: #f3f2ee;
    --fc-notice: #e5e9e7;
    --fc-charcoal: #22282e;
    --fc-heading: #343f52;
    --fc-muted: #667085;
    --fc-border: #d8e0dc;
    --fc-book: #63736a;

    /* Sandbox / Bootstrap theme overrides */
    --bs-primary: #6a857e;
    --bs-primary-rgb: 106, 133, 126;
    --bs-link-color: #587069;
    --bs-link-hover-color: #304139;
}

.logo {
  max-height: 60px !important;
}

@media only screen and (max-width: 600px) {
  .logo {
    max-height: 40px !important;
  }
}

.footer-logo {
  max-width: 220px;
}

.icon-list.bullet-bg.small i {
  top: .1rem
}

.bg-dark.lighter {
  --bs-bg-opacity: 0.4;
}

th .uil {
  vertical-align: inherit;
}

th {
  font-weight: bold;
}

/*.cms-content p:first-child {
  font-size: 1.05rem !important;
  line-height: 1.6;
}*/

.cms-content p {
  margin-bottom: 1.5rem !important;
}

.accordion-wrapper .bg-dark .card-header button::before {
  color: #fff !important;
}

.alert[class*="bg-"] {
  padding: 1rem 1rem 1rem 2.5rem !important;
}

.blockquote-details .info.no-p {
  padding-left: 0;
}

.form-select {
  color: #60697b;
}

.progress-wrap svg.progress-circle path {
  fill: #fff !important;
}


footer .widget-list li a:hover {
  text-decoration: underline;
}
footer .widget .card-header a {
  width: 100%;
  display: block;
}
footer .widget .card-header a:after {
  content: "+";
  position: absolute;
  right: 40px;
  top: 0.9rem;
  transition: transform 0.25s ease-in-out;
}
footer .widget .card-header a:hover, .widget .card-header a:focus {
  text-decoration: none;
}
footer .widget .card-header a[aria-expanded="true"]:after {
  transform: rotate(45deg);
}
footer .widget .card-block {
  padding: 0 1.3rem;
}
footer .widget .card-block .widget-list li {
  margin-bottom: 4px;
}

.contact-image.rounded {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0.4rem !important;
}

@media only screen and (max-width: 991px) {
  .contact-image.rounded {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

}

.cke_contents {
  padding: 1em 1em 0 1em !important;
}
@media only screen and (min-width: 992px) {
.s-featured-image img {
  max-width: 80% !important;
}
#servicesList .accordion-item:last-of-type {
  margin-bottom: 0 !important;
}
}

/* =========================================================
   EXPERIENCE & CREDENTIALS
   Replace all previous CV CSS with this block
   ========================================================= */

.cv-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.cv-section > .container {
    width: 100%;
    max-width: 1120px;
}

/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.cv-eyebrow,
.cv-section .fs-15.text-uppercase {
    margin-bottom: 0.5rem !important;
    font-size: 0.68rem !important;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14em;
}

.cv-main-heading,
.cv-section .display-4 {
    margin-bottom: 1rem !important;
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.cv-section > .container > .row:first-child .lead {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 2.75rem !important;
    margin-left: auto;
    color: #60697b;
    font-size: 0.95rem !important;
    line-height: 1.7;
}

/* =========================================================
   CREDENTIAL COLUMNS
   ========================================================= */

.cv-credentials-grid,
.cv-section .row.gx-lg-8,
.cv-section .row.gx-lg-6 {
    align-items: flex-start;
    /*row-gap: 1.75rem;*/
}

/* =========================================================
   CARDS
   ========================================================= */

.cv-section .card {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(30, 34, 40, 0.1);
    border-radius: 1rem;
    box-shadow:
        0 0.25rem 0.75rem rgba(30, 34, 40, 0.03),
        0 1rem 2.5rem rgba(30, 34, 40, 0.07) !important;
}

.cv-section .card-body {
    padding: 1.75rem !important;
}

/* Card headings */

.cv-section .card .d-flex.align-items-center.mb-6,
.cv-section .card .d-flex.align-items-center.mb-5 {
    margin-bottom: 1.5rem !important;
}

.cv-section .card h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.cv-section .icon.btn {
    display: inline-flex;
    flex: 0 0 2.75rem;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    margin-right: 0.85rem !important;
    font-size: 1.05rem;
    border-radius: 50%;
}

/* =========================================================
   RIGHT-HAND CARD SPACING
   ========================================================= */

.cv-side-stack,
.cv-section .col-lg-5 > .vstack {
    display: flex !important;
    flex-direction: column;
    gap: 1.75rem !important;
    width: 100%;
}

/*
 * Fallback in case Bootstrap or Sandbox overrides gap.
 */
.cv-side-stack > .card,
.cv-section .col-lg-5 > .vstack > .card {
    margin: 0 !important;
}

.cv-side-stack > .card + .card,
.cv-section .col-lg-5 > .vstack > .card + .card {
    margin-top: 0 !important;
}

/* =========================================================
   EDUCATION AND LICENCE LIST ITEMS
   ========================================================= */

/*
 * Supports:
 * - .cv-list-item
 * - Education articles inside .cv-education-list
 * - Original .vstack education markup
 * - Licence articles inside the right-hand cards
 */

.cv-list-item,
.cv-education-list > article,
.cv-licence-list > article,
.cv-section .col-lg-7 .card-body > .vstack > article,
.cv-section .col-lg-5 .card-body > .vstack > article {
    display: block;
    margin: 0 !important;
    padding: 1.15rem 0 !important;
    border-bottom: 1px solid rgba(30, 34, 40, 0.13) !important;
}

/*
 * Remove unnecessary space above the first entry.
 */
.cv-list-item:first-child,
.cv-education-list > article:first-child,
.cv-licence-list > article:first-child,
.cv-section .col-lg-7 .card-body > .vstack > article:first-child,
.cv-section .col-lg-5 .card-body > .vstack > article:first-child {
    padding-top: 0 !important;
}

/*
 * Remove the final divider and unnecessary bottom space.
 */
.cv-list-item:last-child,
.cv-education-list > article:last-child,
.cv-licence-list > article:last-child,
.cv-section .col-lg-7 .card-body > .vstack > article:last-child,
.cv-section .col-lg-5 .card-body > .vstack > article:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

/*
 * Explicitly override Bootstrap border and padding classes.
 */
.cv-section article.border-bottom.pb-5 {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
    border-bottom: 1px solid rgba(30, 34, 40, 0.13) !important;
}

.cv-section article.border-bottom.pb-5:first-child {
    padding-top: 0 !important;
}

.cv-section article.border-bottom.pb-5:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

/* Item text */

.cv-list-item h4,
.cv-education-list > article h4,
.cv-licence-list > article h4,
.cv-section .col-lg-7 .card-body > .vstack > article h4,
.cv-section .col-lg-5 .card-body > .vstack > article h4 {
    margin: 0 0 0.3rem !important;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.cv-list-content {
    min-width: 0;
}

.cv-list-organisation,
.cv-education-list > article .text-body,
.cv-section .col-lg-7 .card-body > .vstack > article .text-body {
    margin: 0 !important;
    color: #60697b !important;
    font-size: 0.8rem;
    line-height: 1.55;
}

.cv-list-note,
.cv-section .cv-education-list .text-muted,
.cv-section .cv-licence-list .text-muted,
.cv-section .col-lg-5 .card-body > .vstack > article .text-muted,
.cv-section .col-lg-5 .card-body > .vstack > article .small {
    margin-bottom: 0 !important;
    color: #737b8c !important;
    font-size: 0.73rem;
    line-height: 1.55;
}

.cv-list-note.mt-1,
.cv-section article p.mt-1,
.cv-section article p.mt-2 {
    margin-top: 0.35rem !important;
}

/* =========================================================
   DATE BADGES
   ========================================================= */

.cv-list-date,
.cv-section article .flex-shrink-0 {
    padding-left: 1rem;
}

.cv-section .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.55rem;
    padding: 0.32rem 0.6rem;
    margin: 0;
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.15);
}

/* =========================================================
   PROFESSIONAL ASSOCIATIONS
   ========================================================= */

.cv-section .icon-list {
    padding: 0;
    margin: 0;
}

.cv-section .icon-list li {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0;
    margin: 0 !important;
    border-bottom: 1px solid rgba(30, 34, 40, 0.13);
}

.cv-section .icon-list li:first-child {
    padding-top: 0;
}

.cv-section .icon-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.cv-section .icon-list li > i {
    flex: 0 0 auto;
    margin-top: 0.15rem;
    margin-right: 0.65rem;
}

.cv-section .icon-list li > div {
    min-width: 0;
}

.cv-section .icon-list strong {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
}

.cv-section .icon-list .text-muted {
    color: #60697b !important;
    font-size: 0.79rem;
    line-height: 1.5;
}

.cv-section .icon-list .small {
    margin-top: 0.3rem !important;
    color: #737b8c;
    font-size: 0.72rem;
    line-height: 1.5;
}

/* =========================================================
   TRAINING SECTION
   ========================================================= */

.cv-section .row.mt-12 {
    margin-top: 4rem !important;
}

.cv-training-heading,
.cv-section .row.mt-12 .display-5 {
    margin-bottom: 0.5rem !important;
    font-size: 1.65rem !important;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cv-section .row.mt-12 .lead {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    color: #60697b;
    font-size: 0.85rem !important;
    line-height: 1.6;
}

/* =========================================================
   TRAINING TIMELINE
   ========================================================= */

.cv-timeline {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 2.25rem auto 0;
}

.cv-timeline::before {
    position: absolute;
    top: 1.25rem;
    bottom: 1.25rem;
    left: 0.55rem;
    width: 1px;
    content: "";
    background: rgba(85, 95, 90, 0.45);
}

.cv-timeline-item {
    position: relative;
    padding-left: 2.75rem;
    margin-bottom: 1.25rem;
}

.cv-timeline-item:last-child {
    margin-bottom: 0;
}

.cv-timeline-marker {
    position: absolute;
    top: 1.4rem;
    left: 0;
    z-index: 2;
    width: 1.15rem;
    height: 1.15rem;
    background: var(--bs-primary);
    border: 0.28rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(30, 34, 40, 0.2);
}

.cv-timeline-item .card-body {
    padding: 1.3rem 1.45rem !important;
}

.cv-timeline-item h4 {
    margin: 0 0 0.3rem !important;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.cv-timeline-item .fw-semibold {
    margin: 0 0 0.15rem !important;
    color: #343f52;
    font-size: 0.77rem;
    line-height: 1.5;
}

.cv-timeline-item .small,
.cv-timeline-item .text-muted {
    margin-bottom: 0 !important;
    color: #737b8c !important;
    font-size: 0.7rem;
    line-height: 1.5;
}

.cv-timeline-item .flex-shrink-0 {
    padding-left: 1rem;
}

.cv-timeline-item .card {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .cv-timeline-item .card:hover {
        transform: translateY(-2px);
        box-shadow:
            0 0.4rem 1rem rgba(30, 34, 40, 0.04),
            0 1.25rem 2.75rem rgba(30, 34, 40, 0.1) !important;
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .cv-section > .container {
        max-width: 780px;
    }

    .cv-main-heading,
    .cv-section .display-4 {
        font-size: 1.8rem !important;
    }

    /*
     * Stack education above the right-hand cards.
     */
    .cv-section .col-lg-7,
    .cv-section .col-lg-5 {
        width: 100%;
    }

    /*
     * Display the two smaller cards side-by-side on tablets.
     */
    .cv-side-stack,
    .cv-section .col-lg-5 > .vstack {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem !important;
    }

    .cv-side-stack > .card,
    .cv-section .col-lg-5 > .vstack > .card {
        height: 100%;
    }

    .cv-section .row.mt-12 {
        margin-top: 3.5rem !important;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .cv-section > .container {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .cv-main-heading,
    .cv-section .display-4 {
        font-size: 1.65rem !important;
    }

    .cv-section > .container > .row:first-child .lead {
        margin-bottom: 2.25rem !important;
        font-size: 0.9rem !important;
    }

    .cv-section .card-body {
        padding: 1.4rem !important;
    }

    /*
     * Stack the two right-hand cards on mobile.
     */
    .cv-side-stack,
    .cv-section .col-lg-5 > .vstack {
        display: flex !important;
        flex-direction: column;
        gap: 1.25rem !important;
    }

    .cv-list-item,
    .cv-education-list > article,
    .cv-licence-list > article,
    .cv-section .col-lg-7 .card-body > .vstack > article,
    .cv-section .col-lg-5 .card-body > .vstack > article,
    .cv-section article.border-bottom.pb-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .cv-list-item:first-child,
    .cv-education-list > article:first-child,
    .cv-licence-list > article:first-child,
    .cv-section .col-lg-7 .card-body > .vstack > article:first-child,
    .cv-section .col-lg-5 .card-body > .vstack > article:first-child,
    .cv-section article.border-bottom.pb-5:first-child {
        padding-top: 0 !important;
    }

    .cv-list-item:last-child,
    .cv-education-list > article:last-child,
    .cv-licence-list > article:last-child,
    .cv-section .col-lg-7 .card-body > .vstack > article:last-child,
    .cv-section .col-lg-5 .card-body > .vstack > article:last-child,
    .cv-section article.border-bottom.pb-5:last-child {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    /*
     * Move education dates beneath titles.
     */
    .cv-list-item .d-sm-flex,
    .cv-education-list .d-sm-flex,
    .cv-section .col-lg-7 .card-body > .vstack .d-sm-flex {
        display: block !important;
    }

    .cv-list-date,
    .cv-section article .flex-shrink-0 {
        padding-left: 0;
        margin-top: 0.55rem;
    }

    .cv-training-heading,
    .cv-section .row.mt-12 .display-5 {
        font-size: 1.45rem !important;
    }

    .cv-section .row.mt-12 {
        margin-top: 3rem !important;
    }

    .cv-timeline {
        margin-top: 1.75rem;
    }

    .cv-timeline::before {
        left: 0.48rem;
    }

    .cv-timeline-item {
        padding-left: 2.3rem;
        margin-bottom: 1rem;
    }

    .cv-timeline-marker {
        top: 1.25rem;
        width: 1rem;
        height: 1rem;
        border-width: 0.24rem;
    }

    .cv-timeline-item .card-body {
        padding: 1.15rem !important;
    }

    .cv-timeline-item .d-md-flex {
        display: block !important;
    }

    .cv-timeline-item .flex-shrink-0 {
        padding-left: 0;
        margin-top: 0.65rem;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .cv-section > .container {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .cv-main-heading,
    .cv-section .display-4 {
        font-size: 1.5rem !important;
    }

    .cv-section .card {
        border-radius: 0.8rem;
    }

    .cv-section .card-body {
        padding: 1.2rem !important;
    }

    .cv-section .icon.btn {
        flex-basis: 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.7rem !important;
        font-size: 0.95rem;
    }

    .cv-section .card h3 {
        font-size: 0.98rem;
    }

    .cv-training-heading,
    .cv-section .row.mt-12 .display-5 {
        font-size: 1.3rem !important;
    }

    .cv-timeline::before {
        left: 0.4rem;
    }

    .cv-timeline-item {
        padding-left: 1.95rem;
    }

    .cv-timeline-marker {
        left: -0.07rem;
    }

    .cv-timeline-item h4 {
        font-size: 0.85rem;
    }
}
.cv-section .text-muted,
.cv-section .text-secondary,
.cv-section .text-body-secondary {
    color: #60697b !important;
}

/* =========================================================
   FEATURED BOOK
   Replace all previous book feature CSS with this block
   ========================================================= */

.book-feature {
    position: relative;
    overflow: hidden;
    background: var(--fc-warm-grey);
}

.book-feature > .container {
    width: 100%;
    max-width: 1120px;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* Main feature panel */

.book-feature-panel {
    position: relative;
    overflow: hidden;
    padding: 3.75rem 4rem;
    background: var(--fc-book);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    box-shadow:
        0 0.5rem 1.5rem rgba(30, 34, 40, 0.08),
        0 2rem 4rem rgba(30, 34, 40, 0.12);
}

/* Subtle decorative shapes */

.book-feature-panel::before {
    position: absolute;
    top: -8rem;
    right: -7rem;
    width: 22rem;
    height: 22rem;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.book-feature-panel::after {
    position: absolute;
    bottom: -9rem;
    left: 30%;
    width: 18rem;
    height: 18rem;
    content: "";
    background: rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.book-feature-panel > .row {
    position: relative;
    z-index: 2;
}

/* =========================================================
   BOOK COVER
   ========================================================= */

.book-cover-link {
    display: inline-block;
    width: 100%;
    max-width: 17rem;
}

.book-cover {
    display: block;
    width: 100%;
    height: auto;
    border: 0.35rem solid rgba(255, 255, 255, 0.14);
    border-radius: 0.45rem;
    box-shadow:
        0 0.75rem 1.5rem rgba(20, 24, 22, 0.18),
        0 2rem 4rem rgba(20, 24, 22, 0.28);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .book-cover-link:hover .book-cover {
        transform: translateY(-0.35rem) rotate(-0.75deg);
        box-shadow:
            0 1rem 2rem rgba(20, 24, 22, 0.22),
            0 2.5rem 4.5rem rgba(20, 24, 22, 0.32);
    }
}

/* =========================================================
   BOOK CONTENT
   ========================================================= */

.book-feature-content {
    width: 100%;
    max-width: 40rem;
}

/* Featured publication and Amazon branding */

.book-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.9rem;
}

.book-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.book-amazon-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding-left: 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.book-amazon-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    line-height: 1;
}

.book-amazon-logo {
    display: block;
    width: auto;
    height: 1.55rem;
    max-width: 6rem;
    object-fit: contain;
}

.book-amazon-button-logo {
    width: auto;
    height: 1rem;
    margin-right: 0.25rem;
    object-fit: contain;
}

/* Mobile */

@media (max-width: 767.98px) {
    .book-meta {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .book-meta {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .book-amazon-brand {
        padding-left: 0;
        border-left: 0;
    }

    .book-amazon-logo {
        height: 1.2rem;
    }
}

.book-title {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.book-description {
    max-width: 39rem;
    margin-bottom: 1.75rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.75;
}

.book-description p {
    margin-bottom: 1rem;
}

.book-description p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   AMAZON BUTTON
   ========================================================= */

.book-amazon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.7rem 1.3rem;
    color: #fff !important;
    background: var(--fc-charcoal) !important;
    border: 1px solid var(--fc-charcoal) !important;
    box-shadow: 0 0.5rem 1.25rem rgba(20, 24, 22, 0.15);
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.book-amazon-button:hover,
.book-amazon-button:focus {
    color: var(--fc-forest) !important;
    background: #fff !important;
    border-color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.5rem rgba(20, 24, 22, 0.22);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .book-feature > .container {
        max-width: 820px;
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .book-feature-panel {
        padding: 3rem;
    }

    .book-cover-link {
        max-width: 14rem;
    }

    .book-title {
        font-size: 1.75rem;
    }

    .book-description {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .book-feature > .container {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .book-feature-panel {
        padding: 2.25rem 1.5rem;
        text-align: center;
        border-radius: 1rem;
    }

    .book-feature-panel .row {
        --bs-gutter-y: 2.25rem;
    }

    .book-cover-link {
        max-width: 12rem;
    }

    .book-feature-content {
        max-width: 34rem;
        margin-right: auto;
        margin-left: auto;
    }

    .book-title {
        font-size: 1.55rem;
    }

    .book-description {
        margin-bottom: 1.5rem;
        font-size: 0.92rem;
        line-height: 1.7;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .book-feature > .container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .book-feature-panel {
        padding: 1.75rem 1.15rem;
    }

    .book-cover-link {
        max-width: 10.5rem;
    }

    .book-eyebrow {
        font-size: 0.66rem;
    }

    .book-title {
        font-size: 1.4rem;
    }

    .book-description {
        font-size: 0.88rem;
    }

    .book-amazon-button {
        width: 100%;
        max-width: 18rem;
    }
}

/* =========================================================
   GLOBAL BRAND UTILITIES
   ========================================================= */

body {
    color: var(--fc-heading);
    background-color: var(--fc-page);
}

a {
    color: var(--fc-sage-hover);
}

a:hover,
a:focus {
    color: var(--fc-forest);
}

.text-primary {
    color: var(--fc-sage) !important;
}

.bg-primary,
.bg-brand {
    background-color: var(--fc-sage) !important;
}

.bg-pale-primary {
    background-color: var(--fc-pale-sage) !important;
}

.border-primary {
    border-color: var(--fc-sage) !important;
}

/* =========================================================
   NAVIGATION
   ========================================================= */

.navbar.bg-brand,
.navbar-clone.bg-brand,
.offcanvas-nav.bg-brand,
.offcanvas.bg-brand {
    background-color: var(--fc-sage) !important;
}

.navbar.bg-brand,
.navbar-clone.bg-brand {
    box-shadow: 0 0.25rem 1rem rgba(34, 40, 46, 0.08);
}

.navbar.bg-brand .nav-link,
.navbar-clone.bg-brand .nav-link,
.navbar.bg-brand .navbar-brand,
.navbar-clone.bg-brand .navbar-brand {
    color: #fff !important;
}

.navbar.bg-brand .nav-link:hover,
.navbar.bg-brand .nav-link:focus,
.navbar.bg-brand .nav-link.active,
.navbar-clone.bg-brand .nav-link:hover,
.navbar-clone.bg-brand .nav-link:focus,
.navbar-clone.bg-brand .nav-link.active {
    color: #fff !important;
    opacity: 0.78;
}

/* The white navbar CTA is intentional. */
.navbar.bg-brand .btn,
.navbar-clone.bg-brand .btn {
    color: var(--fc-forest) !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

.navbar.bg-brand .btn:hover,
.navbar.bg-brand .btn:focus,
.navbar-clone.bg-brand .btn:hover,
.navbar-clone.bg-brand .btn:focus {
    color: #fff !important;
    background-color: var(--fc-forest) !important;
    border-color: var(--fc-forest) !important;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn-primary {
    color: #fff !important;
    background-color: var(--fc-sage) !important;
    border-color: var(--fc-sage) !important;
    box-shadow: 0 0.4rem 1rem rgba(52, 68, 62, 0.14);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    background-color: var(--fc-forest) !important;
    border-color: var(--fc-forest) !important;
    box-shadow: 0 0.65rem 1.35rem rgba(52, 68, 62, 0.2);
}

.btn-soft-primary {
    color: var(--fc-forest) !important;
    background-color: var(--fc-pale-sage) !important;
    border-color: var(--fc-pale-sage) !important;
}

.btn-soft-primary:hover,
.btn-soft-primary:focus {
    color: #fff !important;
    background-color: var(--fc-sage) !important;
    border-color: var(--fc-sage) !important;
}

.btn-outline-primary {
    color: var(--fc-sage-hover) !important;
    background-color: transparent !important;
    border-color: var(--fc-sage) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff !important;
    background-color: var(--fc-sage) !important;
    border-color: var(--fc-sage) !important;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: var(--fc-forest) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

/* =========================================================
   HERO AND PAGE HEADER
   Add .home-hero to the homepage hero only.
   ========================================================= */

.home-hero.bg-overlay::before,
.home-hero.bg-overlay-400::before {
    background:
        linear-gradient(
            90deg,
            rgba(37, 50, 45, 0.91) 0%,
            rgba(49, 65, 58, 0.77) 52%,
            rgba(37, 50, 45, 0.62) 100%
        ) !important;
}

/* =========================================================
   ORGANISATION LOGO STRIP
   ========================================================= */

.logo-strip {
    background-color: var(--fc-warm-white) !important;
    border-top: 1px solid var(--fc-border);
    border-bottom: 1px solid var(--fc-border);
}

.logo-strip .text-uppercase,
.logo-strip h2,
.logo-strip h3 {
    color: var(--fc-muted) !important;
}

/* =========================================================
   SERVICES PAGE
   Use .services-main-section on the accordion/image section.
   ========================================================= */

.services-main-section,
.services-main-section.bg-brand {
    color: var(--fc-heading);
    background-color: var(--fc-services) !important;
}

.services-main-section h1,
.services-main-section h2,
.services-main-section h3,
.services-main-section h4,
.services-main-section h5,
.services-main-section h6 {
    color: var(--fc-forest);
}

.services-main-section p {
    color: #52615b;
}

.accordion-item.bg-dark,
.services-main-section .accordion-item.bg-dark,
#servicesList .accordion-item.bg-dark {
    color: #fff;
    background-color: #34483f !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.services-main-section .accordion-item.bg-dark:hover,
#servicesList .accordion-item.bg-dark:hover {
    background-color: #2d3f37 !important;
}

.accordion-wrapper .bg-dark .card-header button::before,
.services-main-section .accordion-item.bg-dark button,
.services-main-section .accordion-item.bg-dark p,
.services-main-section .accordion-item.bg-dark li,
#servicesList .accordion-item.bg-dark button,
#servicesList .accordion-item.bg-dark p,
#servicesList .accordion-item.bg-dark li {
    color: #fff !important;
}

.services-main-section .icon-list i,
#servicesList .icon-list i {
    color: #fff !important;
}

/* Add .rates-section to the rates wrapper. */
.rates-section {
    background-color: #f1f3f2 !important;
}

.rates-section .card {
    background-color: #fff;
    border: 1px solid var(--fc-border);
    box-shadow: 0 0.75rem 2rem rgba(34, 40, 46, 0.07);
}

/* Add .services-notice-section to “Just so you know”. */
.services-notice-section {
    color: var(--fc-heading);
    background-color: var(--fc-notice) !important;
}

.services-notice-section h2,
.services-notice-section h3 {
    color: var(--fc-forest) !important;
}

.services-notice-section p {
    color: #52615b !important;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */

.testimonial-section {
    position: relative;
    background-color: var(--fc-forest) !important;
    background-position: center 45% !important;
    background-size: cover !important;
}

.testimonial-section.bg-overlay::before,
.testimonial-section.bg-overlay-400::before {
    background:
        linear-gradient(
            135deg,
            rgba(35, 50, 44, 0.76),
            rgba(53, 72, 64, 0.66)
        ) !important;
}

.testimonial-section h2,
.testimonial-section h3,
.testimonial-section .display-4,
.testimonial-section .display-5 {
    color: #fff !important;
}

.testimonial-section > .container > .row > div > p,
.testimonial-section .lead {
    color: rgba(255, 255, 255, 0.78) !important;
}

.testimonial-section .card,
.testimonial-section .testimonial-slide {
    color: #fff;
    background-color: rgba(34, 40, 46, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 1rem 2.5rem rgba(20, 25, 23, 0.18) !important;
}

.testimonial-section .card p,
.testimonial-section .card strong,
.testimonial-section .testimonial-slide p,
.testimonial-section .testimonial-slide strong {
    color: #fff !important;
}

.testimonial-section .carousel-indicators [data-bs-target] {
    background-color: rgba(255, 255, 255, 0.45);
}

.testimonial-section .carousel-indicators .active {
    background-color: #fff;
}

/* =========================================================
   CV PALETTE
   ========================================================= */

.cv-section .icon.btn {
    color: var(--fc-forest) !important;
    background-color: var(--fc-pale-sage) !important;
}

.cv-section .badge {
    color: var(--fc-forest) !important;
    background-color: var(--fc-pale-sage) !important;
    border-color: rgba(106, 133, 126, 0.22) !important;
}

.cv-timeline-marker {
    background-color: var(--fc-sage) !important;
}

/* =========================================================
   BOOK PALETTE
   Structural book styles are defined above.
   ========================================================= */

.book-feature {
    background-color: var(--fc-warm-grey) !important;
}

.book-feature-panel {
    background-color: var(--fc-book) !important;
}

/* =========================================================
   CONTACT CTA
   ========================================================= */

.contact-cta {
    background-color: var(--fc-warm-white) !important;
}

.contact-cta h2,
.contact-cta h3 {
    color: var(--fc-heading) !important;
}

.contact-cta p {
    color: var(--fc-muted) !important;
}

.contact-cta .btn {
    color: #fff !important;
    background-color: var(--fc-sage) !important;
    border-color: var(--fc-sage) !important;
}

.contact-cta .btn:hover,
.contact-cta .btn:focus {
    background-color: var(--fc-forest) !important;
    border-color: var(--fc-forest) !important;
}

/* =========================================================
   FORMS
   ========================================================= */

.form-control,
.form-select {
    border-color: var(--fc-border);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--fc-sage);
    box-shadow: 0 0 0 0.2rem rgba(106, 133, 126, 0.15);
}

/* =========================================================
   FOOTER
   This intentionally overrides .bg-brand on a footer.
   ========================================================= */

footer,
.footer,
footer.bg-brand,
.footer.bg-brand {
    color: rgba(255, 255, 255, 0.76);
    background-color: var(--fc-charcoal) !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff !important;
}

footer a,
.footer a {
    color: rgba(255, 255, 255, 0.76) !important;
}

footer a:hover,
footer a:focus,
.footer a:hover,
.footer a:focus {
    color: #fff !important;
}


/* Do not apply footer link opacity to social icons */
/*footer .nav.social a,
.footer .nav.social a {
    color: inherit !important;
}*/

footer hr,
.footer hr {
    border-color: rgba(255, 255, 255, 0.1);
}

/* =========================================================
   MOBILE COLOUR ADJUSTMENTS
   ========================================================= */

@media (max-width: 767.98px) {
    .home-hero.bg-overlay::before,
    .home-hero.bg-overlay-400::before {
        background: rgba(37, 50, 45, 0.84) !important;
    }

    .services-main-section,
    .services-main-section.bg-brand {
        background-color: #e5ece8 !important;
    }
}

/* =========================================================
   TESTIMONIAL SECTION
   Delete all previous testimonial CSS and use only this block
   ========================================================= */

.testimonial-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #50685e;
    background-position: center 45%;
    background-size: cover;
}

/*
 * Keep the forest image visible without making the section
 * dramatically darker than the rest of the website.
 */
.testimonial-section.bg-overlay::before,
.testimonial-section.bg-overlay-400::before {
    z-index: 1;
    background:
        linear-gradient(
            135deg,
            rgba(41, 58, 51, 0.76),
            rgba(85, 108, 97, 0.68)
        ) !important;
}

.testimonial-section > .container {
    position: relative;
    z-index: 2;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* =========================================================
   SECTION HEADING
   ========================================================= */

.testimonial-heading-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.testimonial-eyebrow {
    margin: 0 0 0.55rem;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.testimonial-title,
.testimonial-section h2.testimonial-title {
    margin: 0 0 0.8rem;
    color: #fff !important;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
}

.testimonial-intro {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 0.95rem;
    line-height: 1.65;
    text-align: center;
}

.testimonial-intro p {
    margin: 0;
    color: inherit !important;
}

/* =========================================================
   SLIDER
   The container is a grid:
   previous | testimonial | next
              pagination
   ========================================================= */

.testimonial-slider {
    position: relative;
    display: grid !important;
    grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem;
    grid-template-rows: auto auto;
    column-gap: 1.25rem;
    row-gap: 1.5rem;
    align-items: center;

    width: 100%;
    max-width: 1100px;
    margin: 0 auto !important;
    overflow: visible !important;
}

/*
 * Sandbox may wrap navigation and pagination in these
 * elements. Flattening them allows their children to take
 * part in the testimonial-slider grid.
 */
.testimonial-slider .swiper-controls,
.testimonial-slider .swiper-navigation {
    position: static !important;
    inset: auto !important;
    display: contents !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

/* Main Swiper viewport */

.testimonial-slider > .swiper,
.testimonial-slider .swiper:first-child {
    position: relative;
    grid-column: 2;
    grid-row: 1;

    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.testimonial-slider .swiper-slide {
    display: flex;
    height: auto;
    padding: 0 !important;
    box-sizing: border-box;
}

.testimonial-slider .item-inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

/* =========================================================
   TESTIMONIAL CARD
   ========================================================= */

.testimonial-card {
    display: flex;
    width: 100%;
    min-height: 300px;
    margin: 0;
    padding: 2.75rem 3.5rem;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: var(--fc-heading);
    text-align: center;

    background-color: var(--fc-warm-white);
    border: 1px solid rgba(48, 65, 57, 0.1);
    border-radius: 1rem;

    box-shadow:
        0 0.25rem 0.75rem rgba(20, 30, 26, 0.04),
        0 1rem 2.25rem rgba(20, 30, 26, 0.1);
}

/* =========================================================
   QUOTE ICON
   ========================================================= */

.testimonial-quote-mark {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 3rem;
    height: 3rem;
    margin: 0 0 1.15rem;
    padding-top: 0.35rem;

    color: #fff;
    background-color: var(--fc-sage);
    border: 1px solid rgba(48, 65, 57, 0.2);
    border-radius: 50%;

    box-shadow: 0 0.35rem 0.8rem rgba(48, 65, 57, 0.16);

    font-family: Georgia, serif;
    font-size: 2rem;
    line-height: 1;
}

/* =========================================================
   QUOTE TEXT
   Reset Sandbox's default blockquote styles
   ========================================================= */

.testimonial-quote {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 1.25rem !important;
    padding: 0 !important;

    color: var(--fc-heading) !important;
    border: 0 !important;
    border-left: 0 !important;

    font-size: 1.05rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
}

.testimonial-quote::before,
.testimonial-quote::after {
    display: none !important;
    content: none !important;
}

.testimonial-quote p {
    margin: 0 0 0.85rem;
    padding: 0;
    color: inherit !important;
}

.testimonial-quote p:last-child {
    margin-bottom: 0;
}

.testimonial-author {
    margin: 0;
    color: var(--fc-forest);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.testimonial-author::before {
    content: "— ";
}

/* =========================================================
   PREVIOUS AND NEXT BUTTONS
   These are grid items, not absolutely positioned.
   ========================================================= */

.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
    position: static !important;
    inset: auto !important;

    z-index: 10;
    display: inline-flex !important;
    visibility: visible !important;

    align-items: center;
    justify-content: center;

    width: 3rem;
    height: 3rem;
    margin: 0 !important;
    padding: 0;

    color: var(--fc-forest) !important;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(48, 65, 57, 0.15);
    border-radius: 50%;

    opacity: 1;
    box-shadow: 0 0.4rem 1rem rgba(20, 30, 26, 0.12);

    transform: none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.testimonial-slider .swiper-button-prev {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.testimonial-slider .swiper-button-next {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
}

.testimonial-slider .swiper-button-prev:hover,
.testimonial-slider .swiper-button-next:hover {
    color: #fff !important;
    background-color: var(--fc-sage);
    border-color: var(--fc-sage);
    box-shadow: 0 0.55rem 1.2rem rgba(20, 30, 26, 0.18);
    transform: scale(1.05) !important;
}

.testimonial-slider .swiper-button-prev::after,
.testimonial-slider .swiper-button-next::after {
    color: inherit;
    font-size: 0.8rem;
    font-weight: 700;
}

/*
 * Keep disabled arrows visible, but clearly inactive.
 */
.testimonial-slider .swiper-button-disabled {
    visibility: visible !important;
    opacity: 0.35 !important;
    pointer-events: none;
}

/* =========================================================
   PAGINATION DOTS
   ========================================================= */

.testimonial-slider .swiper-pagination {
    position: static !important;
    inset: auto !important;

    grid-column: 2;
    grid-row: 2;

    width: 100% !important;
    margin: 0 !important;
    padding: 0;

    text-align: center;
    transform: none !important;
}

.testimonial-slider .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.3rem !important;

    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 50%;

    opacity: 1;

    transition:
        width 0.2s ease,
        background-color 0.2s ease,
        border-radius 0.2s ease;
}

.testimonial-slider .swiper-pagination-bullet-active {
    width: 1.4rem;
    background-color: #fff;
    border-radius: 1rem;
}

/* =========================================================
   CTA BUTTON
   Supports both the new and original wrappers
   ========================================================= */

.testimonial-cta-wrap {
    margin-top: 2rem;
    text-align: center;
}

.testimonial-cta {
    min-width: 10rem;
    color: #fff !important;
}

/*
 * Original markup fallback:
 *
 * <div class="row text-center">
 *   <div class="col-6 mx-auto pt-9">
 */
.testimonial-section > .container > .row.text-center {
    margin-top: 2rem;
}

.testimonial-section > .container > .row.text-center > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-top: 0 !important;
}

.testimonial-section > .container > .row.text-center .btn {
    min-width: 10rem;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .testimonial-section > .container {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .testimonial-slider {
        grid-template-columns: 2.85rem minmax(0, 1fr) 2.85rem;
        column-gap: 0.85rem;
        max-width: 900px;
    }

    .testimonial-slider .swiper-button-prev,
    .testimonial-slider .swiper-button-next {
        width: 2.65rem;
        height: 2.65rem;
    }

    .testimonial-card {
        min-height: 290px;
        padding: 2.5rem 2.75rem;
    }

    .testimonial-quote {
        font-size: 1rem;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .testimonial-section > .container {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .testimonial-heading-wrap {
        margin-bottom: 2rem;
    }

    .testimonial-title,
    .testimonial-section h2.testimonial-title {
        font-size: 1.65rem;
    }

    .testimonial-intro {
        font-size: 0.88rem;
    }

    /*
     * One-column layout on mobile.
     */
    .testimonial-slider {
        display: block !important;
    }

    .testimonial-slider > .swiper,
    .testimonial-slider .swiper:first-child {
        width: 100%;
    }

    .testimonial-slider .swiper-button-prev,
    .testimonial-slider .swiper-button-next,
    .testimonial-slider .swiper-navigation {
        display: none !important;
    }

    .testimonial-slider .swiper-pagination {
        display: block !important;
        margin-top: 1.35rem !important;
    }

    .testimonial-card {
        min-height: 0;
        padding: 2rem 1.5rem;
    }

    .testimonial-quote-mark {
        width: 2.65rem;
        height: 2.65rem;
        font-size: 1.85rem;
    }

    .testimonial-quote {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .testimonial-author {
        font-size: 0.82rem;
    }

    .testimonial-cta-wrap,
    .testimonial-section > .container > .row.text-center {
        margin-top: 1.75rem;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .testimonial-section > .container {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .testimonial-title,
    .testimonial-section h2.testimonial-title {
        font-size: 1.5rem;
    }

    .testimonial-card {
        padding: 1.75rem 1.2rem;
        border-radius: 0.85rem;
    }

    .testimonial-quote {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .testimonial-cta,
    .testimonial-section > .container > .row.text-center .btn {
        width: 100%;
        max-width: 18rem;
    }
}

.inner-page-header {
    background:
        linear-gradient(
            115deg,
            #34443e 0%,
            #50645b 55%,
            #687970 100%
        ) !important;
}

.contact-page-main {
    background-color: #eef3f0 !important;
}

.wrapper.contact-page-main.angled.lower-end:after, .wrapper.contact-page-main.angled.upper-end:before {
    border-right-color: #eef3f0;
}

.social-svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  vertical-align: -0.12em;
}

.social.social-muted .social-svg-icon
 {
    fill: #343f52 !important;
 }

 .nav.social [class^="socicon-"],
.nav.social [class*=" socicon-"] {
  font-size: 1rem;
  line-height: 1;
}

/* =========================================================
   SITE FOOTER
   Replace all previous footer CSS with this block
   ========================================================= */

.site-footer {
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    background-color: var(--fc-charcoal) !important;
    border-top: 0.25rem solid var(--fc-sage);
}

.site-footer > .container {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
}

.site-footer .row {
    align-items: flex-start;
}

/* =========================================================
   BRAND AND LOGO
   ========================================================= */

.footer-brand-widget {
    width: 100%;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.site-footer .footer-logo {
    display: block;
    width: auto !important;
    max-width: 13rem;
    max-height: none !important;
    margin: 0;
}

.footer-brand-text {
    max-width: 19rem;
    margin: 0 0 1.35rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.8rem;
    line-height: 1.65;
}

/* =========================================================
   HEADINGS
   ========================================================= */

.site-footer .footer-heading {
    margin: 0 0 1.2rem !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

/* =========================================================
   ADDRESS
   ========================================================= */

.footer-address {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1.65;
}

/* =========================================================
   CONTACT DETAILS
   ========================================================= */

.footer-contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact-list li {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.footer-contact-list li:last-child {
    margin-bottom: 0;
}

.footer-contact-label {
    color: #fff;
    font-weight: 600;
}

.footer-contact-list a,
.footer-contact-list span {
    min-width: 0;
    overflow-wrap: anywhere;
}

/* =========================================================
   NAVIGATION AND LEGAL LINKS
   ========================================================= */

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
    line-height: 1.45;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

/* =========================================================
   ALL FOOTER LINKS
   ========================================================= */

.site-footer a, .dummy-link {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff !important;
}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
}

.footer-socials a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    margin: 0 !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    font-size: 0.95rem;
    line-height: 1;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.footer-socials a:hover,
.footer-socials a:focus {
    color: var(--fc-forest) !important;
    background-color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.footer-socials a i {
    display: block;
    margin: 0;
    line-height: 1;
}

/* =========================================================
   FOOTER BOTTOM BAR
   ========================================================= */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding-top: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.7rem;
    line-height: 1.5;
}

.footer-licence {
    max-width: 42rem;
}

.footer-copyright {
    flex: 0 0 auto;
    text-align: right;
}

/* =========================================================
   TABLET AND SMALL LAPTOP
   768px–1199px: two columns per row
   ========================================================= */

@media (max-width: 1199.98px) {
    .site-footer > .container {
        padding-top: 4rem;
    }

    .footer-brand-text {
        max-width: 22rem;
    }

    .footer-contact-list li {
        grid-template-columns: 3.2rem minmax(0, 1fr);
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .site-footer .row {
        --bs-gutter-y: 3rem;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 2.75rem;
    }

    .footer-copyright {
        text-align: left;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .site-footer {
        text-align: center !important;
    }

    .site-footer > .container {
        padding-top: 3.5rem;
        padding-bottom: 1.75rem;
    }

    .footer-brand {
        display: block;
    }

    .site-footer .footer-logo {
        max-width: 11rem;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-brand-text {
        max-width: 24rem;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-socials {
        justify-content: center !important;
    }

    /*
     * Stack labels above their values instead of leaving
     * labels stranded on the left side of the screen.
     */
    .footer-contact-list li {
        display: block;
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer-contact-label {
        display: block;
        margin-bottom: 0.2rem;
    }

    .footer-contact-list a,
    .footer-contact-list span {
        display: block;
    }

    .footer-bottom {
        align-items: center;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    /*
     * Stack Navigation and Legal rather than squeezing
     * them into two narrow columns.
     */
    .site-footer .footer-link-column {
        width: 100%;
    }

    .site-footer > .container {
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }

    .site-footer .row {
        --bs-gutter-y: 2.25rem;
    }

    .footer-bottom {
        width: 100%;
        margin-top: 2.5rem;
    }

    .footer-bottom p {
        font-size: 0.67rem;
    }
}

/* =========================================================
   WEBSITE CREDIT
   ========================================================= */

.footer-credit {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 1rem;
}

.footer-designer {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 0.65rem;
    line-height: 1;
    white-space: nowrap;
}

.footer-designer img {
    display: block;
    width: auto;
    height: 1rem;
    max-width: 5.5rem;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(100%);
    transition:
        opacity 0.2s ease,
        filter 0.2s ease;
}

.footer-designer:hover,
.footer-designer:focus {
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer-designer:hover img,
.footer-designer:focus img {
    opacity: 0.85;
    filter: grayscale(0%);
}

/* Tablet and mobile */

@media (max-width: 991.98px) {
    .footer-credit {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .footer-credit {
        align-items: center;
    }

    .footer-designer img {
        height: 1.05rem;
    }
}

/* =========================================================
   CONTACT PAGE SOCIAL LINKS
   ========================================================= */

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid var(--fc-border);
}

.contact-socials a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 2.65rem;
    height: 2.65rem;
    padding: 0;
    margin: 0 !important;

    color: var(--fc-forest) !important;
    background-color: var(--fc-pale-sage);
    border: 1px solid rgba(106, 133, 126, 0.18);
    border-radius: 50%;

    font-size: 1.05rem;
    line-height: 1;

    box-shadow: 0 0.25rem 0.65rem rgba(34, 40, 46, 0.05);

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.contact-socials a:hover,
.contact-socials a:focus {
    color: #fff !important;
    background-color: var(--fc-sage);
    border-color: var(--fc-sage);

    box-shadow: 0 0.45rem 1rem rgba(48, 65, 57, 0.16);
    transform: translateY(-2px);
}

.contact-socials a i {
    display: block;
    margin: 0;
    line-height: 1;
}

/* Keep the Amazon symbol optically aligned */

.contact-socials .socicon-amazon {
    position: relative;
    top: -0.05rem;
}

/* Mobile */

@media (max-width: 767.98px) {
    .contact-socials {
        justify-content: flex-start;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .contact-socials a {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

.contact-social-heading {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: var(--fc-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    border-top: 0;
}
