.fp-hide-show-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 0 5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    --fp-hide-show-content-max: 1024px;
}

.fp-hide-show-section.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fp-hide-show-section.fp-hide-show-section--content-wide {
    --fp-hide-show-content-max: 1200px;
}

.fp-hide-show-section.fp-hide-show-section--content-full {
    --fp-hide-show-content-max: none;
}

.fp-hide-show-section.has-background {
    background-attachment: scroll;
}

.fp-hide-show-section__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    pointer-events: none;
}

.fp-hide-show-section__container {
    position: relative;
    z-index: 1;
    max-width: none;
    margin: 0;
    padding: 0;
}

.fp-hide-show-section__heading {
    margin: 0;
}

.fp-hide-show-section__description {
    margin-top: 1rem;
}

.fp-hide-show-section.fp-hide-show-section--align-left .fp-hide-show-section__heading,
.fp-hide-show-section.fp-hide-show-section--align-left .fp-hide-show-section__description {
    text-align: left;
}

.fp-hide-show-section.fp-hide-show-section--align-center .fp-hide-show-section__heading,
.fp-hide-show-section.fp-hide-show-section--align-center .fp-hide-show-section__description {
    text-align: center;
}

.fp-hide-show-section__heading,
.fp-hide-show-section__description,
.fp-hide-show-source,
.fp-hide-show {
    width: calc(100% - 4rem);
    max-width: var(--fp-hide-show-content-max);
    margin-left: auto;
    margin-right: auto;
}

.fp-hide-show-source {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.fp-hide-show-source-item {
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.fp-hide-show-source-item__label {
    background: rgb(239 158 70);
    color: #fff;
    padding: 1rem 1.5rem;
    font-weight: 700;
}

.fp-hide-show-source-item.is-default-open .fp-hide-show-source-item__label {
    background: rgb(35 138 142);
}

.fp-hide-show-source-item__label-text {
    margin: 0;
}

.fp-hide-show-source-item__panel {
    padding: 1.5rem;
    background: #fff;
}

.fp-hide-show-source-item__panel-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.fp-hide-show-source-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    min-width: 2rem;
    color: var(--wp--preset--color--secondary, rgb(239 158 70));
    font-size: 1.875rem;
    line-height: 1;
}

.fp-hide-show-source-item__icon i {
    display: block;
    line-height: 1;
}

.fp-hide-show-source-item__panel-title {
    margin: 0;
    color: var(--wp--preset--color--primary, rgb(35 138 142));
    line-height: 1.2;
}

.fp-hide-show-source-item__panel-header .fp-hide-show-source-item__panel-title,
.fp-hide-show-source-item__panel-header .wp-block-heading,
.fp-hide-show-source-item__panel-header h1,
.fp-hide-show-source-item__panel-header h2,
.fp-hide-show-source-item__panel-header h3,
.fp-hide-show-source-item__panel-header h4,
.fp-hide-show-source-item__panel-header h5,
.fp-hide-show-source-item__panel-header h6 {
    margin: 0 !important;
    line-height: 1.2;
}

.fp-hide-show-source-item__content > :first-child,
.fp-hide-show-source-item__panel-content > :first-child {
    margin-top: 0;
}

.fp-hide-show-source-item__content > :last-child,
.fp-hide-show-source-item__panel-content > :last-child {
    margin-bottom: 0;
}

.fp-hide-show-source-item__button-preview {
    margin-top: 1rem;
}

.fp-hide-show-section.is-enhanced .fp-hide-show-source {
    display: none;
}

.fp-hide-show-enhanced[hidden] {
    display: none;
}

.fp-hide-show {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 1rem auto 0;
    background: #fff;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.18);
    --fp-hide-show-panel-duration: 450ms;
}

.fp-hide-show__left {
    width: 100%;
    padding: 2rem;
    background: #fff;
    position: relative;
    z-index: 2;
}

.fp-hide-show__right {
    width: 100%;
    padding: 2rem;
    background: #fff;
    position: relative;
}

.fp-hide-show__entry + .fp-hide-show__entry {
    margin-top: 0;
}

.fp-hide-show__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-bottom: 4px solid #fff;
    background: rgb(239 158 70);
    color: #fff;
    text-align: left;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 500ms ease;
}

.fp-hide-show__trigger:hover,
.fp-hide-show__entry.is-active .fp-hide-show__trigger {
    background: rgb(35 138 142);
}

.fp-hide-show__trigger-text {
    display: block;
    flex: 1 1 auto;
}

.fp-hide-show__trigger-icon {
    flex: 0 0 auto;
}

.fp-hide-show__trigger-icon i {
    transform: rotate(-90deg);
    transition: transform 200ms ease;
}

.fp-hide-show__entry.is-active .fp-hide-show__trigger-icon i {
    transform: rotate(0deg);
}

.fp-hide-show__desktop-panel[hidden] {
    display: none;
}

.fp-hide-show__desktop-panel.fp-panel-enter-fade {
    animation: fp-hide-show-panel-fade var(--fp-hide-show-panel-duration) ease;
}

.fp-hide-show__desktop-panel.fp-panel-enter-slide {
    animation: fp-hide-show-panel-slide var(--fp-hide-show-panel-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.fp-hide-show__desktop-panel.fp-panel-enter-zoom {
    animation: fp-hide-show-panel-zoom var(--fp-hide-show-panel-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fp-hide-show-panel-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fp-hide-show-panel-slide {
    from {
        opacity: 0;
        transform: translateX(28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fp-hide-show-panel-zoom {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fp-hide-show__mobile-panel {
    background: #fff;
    padding: 1rem;
}

.fp-hide-show__mobile-panel[hidden] {
    display: none;
}

.fp-hide-show__desktop-panel .fp-hide-show-source-item__panel,
.fp-hide-show__mobile-panel .fp-hide-show-source-item__panel {
    padding: 0;
}

.fp-hide-show__desktop-panel .fp-hide-show-source-item__label,
.fp-hide-show__mobile-panel .fp-hide-show-source-item__label {
    display: none;
}

@media (min-width: 1025px) {
    .fp-hide-show {
        flex-direction: row;
        align-items: stretch;
    }

    .fp-hide-show__left {
        width: 33.3333%;
    }

    .fp-hide-show__right {
        width: 66.6667%;
    }

    .fp-hide-show__mobile-panel {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .fp-hide-show-section.has-background {
        background-attachment: scroll;
    }

    .fp-hide-show {
        width: calc(100% - 4rem);
    }

    .fp-hide-show__right {
        display: none;
    }

    .fp-hide-show__left,
    .fp-hide-show__right {
        padding: 1.5rem;
    }
}

.fp-hide-show-section.is-editor.alignfull {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.fp-icon-box {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 64rem;
}

.fp-icon-box__icon-wrapper {
    border-radius: 0.625rem;
    height: 5rem;
    width: 5.625rem;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.fp-icon-box__title,
.fp-icon-box__text {
    margin: 0 !important;
}

.fp-icon-box__text {
    margin-top: 0.5rem !important;
}

@media (max-width: 640px) {
    .fp-icon-box {
        align-items: flex-start;
    }

    .fp-icon-box__icon-wrapper {
        height: 4rem;
        width: 4.5rem;
        font-size: 2rem;
    }
}

.fp-team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 50rem;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: var(--wp--preset--color--background, #ffffff);
    border: 1px solid var(--wp--preset--color--secondary, #000000);
    border-top-width: 8px;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 0.375rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    gap: 0.25rem;
}

.fp-service-block {
    width: 100%;
}

.fp-service-row__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    align-items: stretch;
}

.fp-service-row__inner .segment-inner {
    margin: 0;
    height: auto;
    background-color: white;
    color: #404040;
}

.fp-service-row__inner > .wp-block-freshpage-service-block {
    flex: 1 1 auto;
    display: flex;
    align-self: stretch;
    min-width: 0;
}

/* Stack service blocks on mobile screens */
@media (max-width: 768px) {
    .fp-service-row__inner > .wp-block-freshpage-service-block {
        flex: 1 1 100%;
    }
}

.fp-service-row__inner > .wp-block-freshpage-service-block .fp-service-block {
    display: flex;
    width: 100%;
    height: 100%;
}

.fp-service-row__inner > .wp-block-freshpage-service-block .fp-service-block__inner,
.fp-service-row__inner > .wp-block-freshpage-service-block .fp-service-block__group,
.fp-service-row__inner > .wp-block-freshpage-service-block .fp-service-block__group > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.fp-service-row__inner .block-editor-block-list__layout {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    align-items: stretch;
}

.fp-service-row__inner .block-editor-block-list__layout > .block-editor-block-list__block.wp-block-freshpage-service-block {
    flex: 1 1 auto;
    display: flex;
    align-self: stretch;
    margin: 0;
    min-width: 0;
}

/* Stack service blocks on mobile screens in editor */
@media (max-width: 768px) {
    .fp-service-row__inner .block-editor-block-list__layout {
        flex-wrap: wrap;
    }
    
    .fp-service-row__inner .block-editor-block-list__layout > .block-editor-block-list__block.wp-block-freshpage-service-block {
        flex: 1 1 100%;
    }
}

.fp-service-row__inner .block-editor-block-list__layout > .block-editor-block-list__block.wp-block-freshpage-service-block > .block-editor-block-list__block-edit,
.fp-service-row__inner .block-editor-block-list__layout > .block-editor-block-list__block.wp-block-freshpage-service-block > .block-editor-block-list__block-edit > div,
.fp-service-row__inner .block-editor-block-list__layout > .block-editor-block-list__block.wp-block-freshpage-service-block .fp-service-block {
    display: flex;
    width: 100%;
    height: 100%;
}

/* When Service Blocks are placed in a Gutenberg Row, force equal-height cards. */
.wp-block-group.is-layout-flex:has(> .wp-block-freshpage-service-block.fp-service-block--fill) {
    align-items: stretch;
}

.wp-block-group.is-layout-flex > .wp-block-freshpage-service-block.fp-service-block--fill {
    display: flex;
    align-self: stretch;
}

.fp-service-block--fill {
    display: flex;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
}

.fp-service-block--fill .fp-service-block__inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.fp-service-block--fill .fp-service-block__group {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.fp-service-block--fill .fp-service-block__group > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.fp-service-block__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.fp-service-block .wp-block-image {
    margin: 0;
}

.fp-service-block .wp-block-image img {
    display: block;
    height: auto;
}

.fp-service-block .wp-block-heading,
.fp-service-block p {
    margin: 0;
}

.fp-testimonial {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem;
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.fp-testimonial__photo {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0;
    border-radius: 9999px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.35);
    flex: 0 0 auto;
}

.fp-testimonial__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-testimonial__title,
.fp-testimonial__quote,
.fp-testimonial__name,
.fp-testimonial__details {
    color: inherit;
}

.fp-testimonial__title {
    margin: 0;
    text-align: inherit;
    line-height: 1.2;
}

.fp-testimonial__quote-wrap {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding: 1rem 1.125rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.12);
}

.fp-testimonial__quote-icon {
    flex: 0 0 auto;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    opacity: 0.9;
    width: auto;
    height: auto;
}

.fp-testimonial__quote {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
}

.fp-testimonial__footer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.fp-testimonial__meta {
    min-width: 0;
}

.fp-testimonial__name {
    margin: 0;
    font-weight: 700;
}

.fp-testimonial__details {
    margin: 0.375rem 0 0;
    opacity: 0.88;
}

.fp-testimonial--align-left {
    text-align: left;
}

.fp-testimonial--align-left .fp-testimonial__quote-wrap {
    justify-content: flex-start;
}

.fp-testimonial--align-left .fp-testimonial__footer {
    justify-content: flex-start;
}

.fp-testimonial--align-left .fp-testimonial__meta {
    text-align: left;
}

.fp-testimonial--align-center {
    text-align: center;
}

.fp-testimonial--align-center .fp-testimonial__quote-wrap {
    justify-content: center;
}

.fp-testimonial--align-center .fp-testimonial__footer {
    justify-content: center;
}

.fp-testimonial--align-center .fp-testimonial__meta {
    text-align: center;
}

.fp-testimonial--align-right {
    text-align: right;
}

.fp-testimonial--align-right .fp-testimonial__quote-wrap {
    justify-content: flex-end;
}

.fp-testimonial--align-right .fp-testimonial__footer {
    justify-content: flex-end;
}

.fp-testimonial--align-right .fp-testimonial__meta {
    text-align: right;
}

@media (max-width: 640px) {
    .fp-testimonial {
        padding: 1.5rem;
    }

    .fp-testimonial__quote-wrap {
        gap: 0.625rem;
    }
}
/* --------------------------------
   Testimonial card (InnerBlocks)
   -------------------------------- */
.fp-testimonial {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem;
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.fp-testimonial__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Photo — core/image inner block */
.fp-testimonial .wp-block-image.fp-testimonial__photo {
    width: 9rem;
    height: 9rem;
    border-radius: 9999px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
    margin: 0 0 1.25rem;
}

.fp-testimonial .wp-block-image.fp-testimonial__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    margin: 0;
}

/* Heading — title */
.fp-testimonial .wp-block-heading.fp-testimonial__title {
    margin: 0 0 1.25rem;
    line-height: 1.2;
    color: inherit;
    width: 100%;
}

/* Paragraph — quote */
.fp-testimonial .wp-block-paragraph.fp-testimonial__quote {
    position: relative;
    width: 100%;
    margin: 0 0 1.25rem;
    padding: 1.125rem 1.25rem 1.125rem 4rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.1rem;
    line-height: 1.7;
    color: inherit;
    text-align: left;
}

.fp-testimonial .wp-block-paragraph.fp-testimonial__quote::before {
    content: '\201C';
    position: absolute;
    left: 0.875rem;
    top: 0.625rem;
    font-size: 3.75rem;
    line-height: 1;
    font-family: Georgia, serif;
    font-weight: 700;
    opacity: 0.8;
    color: inherit;
}

/* Divider above name/details */
.fp-testimonial .wp-block-paragraph.fp-testimonial__name {
    width: 100%;
    margin: 0.5rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    font-weight: 700;
    color: inherit;
}

.fp-testimonial .wp-block-paragraph.fp-testimonial__details {
    width: 100%;
    margin: 0.375rem 0 0;
    opacity: 0.88;
    color: inherit;
}

/* Alignment variants */
.fp-testimonial--align-left {
    text-align: left;
}

.fp-testimonial--align-left .fp-testimonial__inner {
    align-items: flex-start;
}

.fp-testimonial--align-center {
    text-align: center;
}

.fp-testimonial--align-center .fp-testimonial__inner {
    align-items: center;
}

.fp-testimonial--align-right {
    text-align: right;
}

.fp-testimonial--align-right .fp-testimonial__inner {
    align-items: flex-end;
}

@media (max-width: 640px) {
    .fp-testimonial {
        padding: 1.5rem;
    }

    .fp-testimonial .wp-block-image.fp-testimonial__photo {
        width: 7rem;
        height: 7rem;
    }

    .fp-testimonial .wp-block-paragraph.fp-testimonial__quote {
        padding-left: 3.25rem;
    }

    .fp-testimonial .wp-block-paragraph.fp-testimonial__quote::before {
        font-size: 3rem;
    }
}

.fp-feature-highlight-item__content {
    flex: 1;
    min-width: 0;
}

.fp-feature-highlight-item--align-left {
    text-align: left;
}

.fp-feature-highlight-item--align-left .fp-feature-highlight-item__content > * {
    text-align: left !important;
}

.fp-feature-highlight-item--align-center {
    justify-content: center;
    text-align: center;
}

.fp-feature-highlight-item--align-center .fp-feature-highlight-item__content {
    flex: 0 1 auto;
    text-align: center;
}

.fp-feature-highlight-item--align-center .fp-feature-highlight-item__content > * {
    text-align: center !important;
}

.fp-feature-highlight-item__content > :first-child {
    margin-top: 0;
}

.fp-feature-highlight-item__content > :last-child {
    margin-bottom: 0;
}

.fp-feature-highlight-item__icon {
    color: var(--wp--preset--color--secondary, #ef9e46);
    font-size: 1.25rem;
    line-height: 1;
}

.fp-feature-highlight-item__title {
    margin: 0;
    color: var(--wp--preset--color--primary, #053b47);
}

.fp-feature-highlight-item__text {
    margin: 0;
    color: rgba(5, 59, 71, 0.9);
    line-height: 1.5;
}

.fp-feature-highlights__buttons {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.fp-feature-highlights__buttons .wp-block-button__link {
    text-decoration: none;
}

@media (max-width: 640px) {
    .fp-team-member {
        padding: 1.5rem;
    }

    .fp-team-member__photo {
        width: 6rem;
        height: 6rem;
    }

    .fp-service-row__inner > .wp-block-freshpage-service-block,
    .editor-styles-wrapper .fp-service-row__inner > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.wp-block-freshpage-service-block {
        flex: 1 1 100%;
    }

    .fp-feature-highlights__items-group,
    .fp-feature-highlights__items-group > .wp-block-group__inner-container,
    .editor-styles-wrapper .fp-feature-highlights__items-group > .block-editor-inner-blocks > .block-editor-block-list__layout {
        flex-wrap: wrap;
    }

    .fp-feature-highlights__items-group .wp-block-freshpage-feature-highlight-item,
    .editor-styles-wrapper .fp-feature-highlights__items-group > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
        flex: 1 1 100%;
    }
}

.fp-logo-slider-section {
    background: #fff;
    padding: 4rem 2rem;
}

.fp-accordion-section {
    max-width: 64rem;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.fp-accordion-section.alignwide {
    max-width: 80rem;
}

.fp-accordion-section.alignfull {
    max-width: none;
}

.fp-accordion-section__inner {
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.fp-accordion-item {
    position: relative;
    max-width: 100%;
}

.fp-accordion-item + .fp-accordion-item {
    border-top: 2px solid rgba(255, 255, 255, 0.08);
}

.fp-accordion-item__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 2rem;
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.fp-accordion-section.is-small .fp-accordion-item__header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.fp-accordion-item__title {
    display: block;
    flex: 1 1 auto;
}

.fp-accordion-item__icon {
    flex: 0 0 auto;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    line-height: 1;
}

.fp-accordion-item__icon-plus,
.fp-accordion-item__icon-minus {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-accordion-item.is-open .fp-accordion-item__icon-plus,
.fp-accordion-item.is-closed .fp-accordion-item__icon-minus {
    display: none;
}

.fp-accordion-item.is-open .fp-accordion-item__header {
    background: rgb(239 158 70);
    color: #fff;
}

.fp-accordion-item.is-closed .fp-accordion-item__header {
    background: rgb(35 138 142);
    color: #fff;
}

.fp-accordion-item.is-closed .fp-accordion-item__header:hover {
    background: rgb(239 158 70);
    color: #fff;
}

.fp-accordion-section.is-small .fp-accordion-item.is-open .fp-accordion-item__header {
    background: rgb(239 158 70);
}

.fp-accordion-section.is-small .fp-accordion-item.is-open .fp-accordion-item__header:hover {
    background: rgb(239 158 70);
}

.fp-accordion-section.is-small .fp-accordion-item.is-closed .fp-accordion-item__header {
    background: rgb(239 158 70);
}

.fp-accordion-section.is-small .fp-accordion-item.is-closed .fp-accordion-item__header:hover {
    background: rgb(35 138 142);
}

.fp-accordion-item__content {
    padding: 2rem;
    background: #fff;
}

.fp-accordion-item__content[hidden] {
    display: none;
}

.fp-accordion-item__content > :first-child {
    margin-top: 0;
}

.fp-accordion-item__content > :last-child {
    margin-bottom: 0;
}

.fp-logo-slider-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fp-logo-slider-section.alignfull .fp-logo-slider-wrap {
    max-width: none;
}

.fp-content {
    display: flex;
    flex-direction: column;
}

.fp-align-left {
    text-align: left;
    align-items: flex-start;
}

.fp-align-center {
    text-align: center;
    align-items: center;
}

.fp-align-right {
    text-align: right;
    align-items: flex-end;
}

.fp-eyebrow {
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    color: var(--wp--preset--color--secondary, #6b7280);
}

.partners-eyebrow--with-margin {
    margin-top: 1.5rem;
}

.fp-heading {
    color: var(--wp--preset--color--primary, #1f2937);
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.partners-heading--no-top-margin {
    margin-top: 0 !important;
}

.fp-description {
    max-width: 820px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 2rem;
}

.fp-logo-slider {
    margin-top: 0.5rem;
}

.fp-logo-slider .partner-logo-slide {
    padding: 0.75rem;
    display: flex;
    height: auto;
}

.fp-logo-slider .partner-logo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 195px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    background: #fff;
    width: 100%;
    height: 100%;
}

.fp-logo-slider .partner-logo-inner a,
.fp-logo-slider .partner-logo-inner img,
.fp-logo-slider .partner-logo-inner figure,
.wp-block-freshpage-logo-slide .partner-logo-inner a,
.wp-block-freshpage-logo-slide .partner-logo-inner img,
.wp-block-freshpage-logo-slide .partner-logo-inner figure {
    display: inline-flex;
    margin: 0;
}

.fp-logo-slider .partner-logo-inner .wp-block-image,
.wp-block-freshpage-logo-slide .partner-logo-inner .wp-block-image {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
}

.fp-logo-slider .partner-logo-inner img,
.wp-block-freshpage-logo-slide .partner-logo-inner img,
.wp-block-freshpage-logo-slide .partner-logo-inner .wp-block-image img {
    width: auto !important;
    height: auto !important;
    max-width: min(85%, 330px) !important;
    max-height: 130px !important;
    object-fit: contain;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.fp-logo-slider .slick-track {
    display: flex;
    align-items: center;
}

.fp-logo-slider-section[data-logo-justification="left"] .partner-logo-inner {
    justify-content: flex-start;
}

.fp-logo-slider-section[data-logo-justification="right"] .partner-logo-inner {
    justify-content: flex-end;
}

.fp-logo-slider .slick-prev,
.fp-logo-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: rgba(0, 0, 0, 0.08);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.fp-logo-slider .slick-prev {
    left: -10px;
}

.fp-logo-slider .slick-next {
    right: -10px;
}

@media (min-width: 768px) {
    .fp-logo-slider .slick-prev {
        left: -50px;
    }

    .fp-logo-slider .slick-next {
        right: -20px;
    }
}

.fp-logo-slider .slick-prev:before,
.fp-logo-slider .slick-next:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    opacity: 1;
    color: rgba(0, 0, 0, 0.08);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fp-logo-slider .slick-prev:hover,
.fp-logo-slider .slick-next:hover {
    opacity: 0.85;
}

.fp-logo-slider .slick-prev:hover:before,
.fp-logo-slider .slick-next:hover:before {
    color: var(--wp--preset--color--primary, #1f2937);
}

.fp-logo-slider .slick-dots li.slick-active button:before {
    color: var(--wp--preset--color--primary, #1f2937);
}

/* Hero slider */
.fp-hero-slider-section {
    position: relative;
}

.fp-hero-slider-section .fp-hero-slider {
    margin-bottom: 0!important;
}

.fp-hero-slider .slick-track,
.fp-hero-slider .slick-list {
    height: 100%;
}

.fp-hero-slider .fp-hero-slide {
    position: relative;
}

.fp-hero-slider .fp-hero-slide .wp-block-cover {
    min-height: 60vw;
}

@media (max-width: 640px) {
    .fp-hero-slider .fp-hero-slide .wp-block-cover {
        min-height: 120vw;
    }
}

@media (min-width: 1024px) {
    .fp-hero-slider .fp-hero-slide .wp-block-cover {
        min-height: 40vw;
    }
}

.fp-hero-slider .fp-hero-slide .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    text-align: center;
}

.fp-hero-slider[data-text-transition-effect] {
    --fp-hero-text-duration: 900ms;
    --fp-hero-text-delay: 250ms;
    --fp-hero-text-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.fp-hero-slider[data-text-transition-effect] .fp-hero-slide .wp-block-cover__inner-container {
    transition-duration: var(--fp-hero-text-duration);
    transition-delay: var(--fp-hero-text-delay);
    transition-timing-function: var(--fp-hero-text-ease);
    transition-property: opacity, transform;
}

.fp-hero-slider[data-text-transition-effect="fade"] .fp-hero-slide .wp-block-cover__inner-container,
.fp-hero-slider[data-text-transition-effect="fade-up"] .fp-hero-slide .wp-block-cover__inner-container,
.fp-hero-slider[data-text-transition-effect="zoom-in"] .fp-hero-slide .wp-block-cover__inner-container {
    opacity: 0;
}

.fp-hero-slider[data-text-transition-effect="fade"] .fp-hero-slide .wp-block-cover__inner-container {
    transform: translateY(0);
}

.fp-hero-slider[data-text-transition-effect="fade-up"] .fp-hero-slide .wp-block-cover__inner-container {
    transform: translateY(64px);
}

.fp-hero-slider[data-text-transition-effect="zoom-in"] .fp-hero-slide .wp-block-cover__inner-container {
    transform: scale(0.9);
}

.fp-hero-slider[data-text-transition-effect="fade"] .slick-active .wp-block-cover__inner-container.fp-text-enter,
.fp-hero-slider[data-text-transition-effect="fade-up"] .slick-active .wp-block-cover__inner-container.fp-text-enter,
.fp-hero-slider[data-text-transition-effect="zoom-in"] .slick-active .wp-block-cover__inner-container.fp-text-enter {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.fp-hero-slider[data-text-transition-effect="none"] .fp-hero-slide .wp-block-cover__inner-container {
    opacity: 1;
    transform: none;
    transition: none;
}

.fp-hero-slider .slick-prev,
.fp-hero-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #16333b;
    border: 1px solid rgba(22, 51, 59, 0.16);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.80);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fp-hero-slider .slick-prev {
    left: 0;
}

.fp-hero-slider .slick-next {
    right: 0;
}

@media (min-width: 768px) {
    .fp-hero-slider .slick-prev {
        left: 20px;
    }

    .fp-hero-slider .slick-next {
        right: 20px;
    }
}

.fp-hero-slider .slick-prev:before,
.fp-hero-slider .slick-next:before {
    font-family: 'slick';
    font-size: 1.9rem;
    line-height: 1;
    opacity: 1;
    color: #16333b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fp-hero-slider .slick-prev:hover,
.fp-hero-slider .slick-next:hover {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(22, 51, 59, 0.24);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.22);
}

.fp-hero-slider .slick-prev:hover:before,
.fp-hero-slider .slick-next:hover:before {
    color: var(--wp--preset--color--primary, #1f2937);
}

.fp-hero-slider .slick-prev:focus-visible,
.fp-hero-slider .slick-next:focus-visible {
    outline: 3px solid rgba(239, 158, 70, 0.7);
    outline-offset: 3px;
}

.fp-hero-slider .slick-dots li.slick-active button:before {
    color: var(--wp--preset--color--primary, #1f2937);
}

/* Better editor spacing */
.wp-block-freshpage-accordion-section .block-editor-inner-blocks,
.wp-block-freshpage-accordion-item .block-editor-inner-blocks,
.wp-block-freshpage-logo-slider-section .block-editor-inner-blocks {
    width: 100%;
}

.wp-block-freshpage-accordion-section.alignwide,
.wp-block-freshpage-accordion-section.alignwide > .fp-accordion-section,
.wp-block-freshpage-accordion-section.alignfull,
.wp-block-freshpage-accordion-section.alignfull > .fp-accordion-section,
.wp-block[data-type="freshpage/accordion-item"],
.wp-block[data-type="freshpage/accordion-item"] > .fp-accordion-item,
.wp-block-freshpage-hide-show-section,
.wp-block-freshpage-hide-show-item,
.wp-block-freshpage-accordion-item,
.wp-block-freshpage-accordion-item > .fp-accordion-item {
    max-width: none;
    width: 100%;
}

.wp-block-freshpage-accordion-section .block-editor-block-list__layout > .wp-block[data-type="freshpage/accordion-item"],
.wp-block-freshpage-accordion-section .block-editor-block-list__layout > .wp-block,
.wp-block-freshpage-accordion-item {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-freshpage-accordion-section .fp-accordion-section {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-freshpage-hide-show-section .fp-hide-show-section {
    padding-bottom: 2rem;
}

.wp-block-freshpage-hide-show-section .fp-hide-show-section__container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-freshpage-hide-show-section .fp-hide-show-source {
    gap: 1.5rem;
}

.wp-block-freshpage-hide-show-item .fp-hide-show-source-item,
.wp-block[data-type="freshpage/hide-show-item"] .fp-hide-show-source-item {
    box-shadow: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.wp-block-freshpage-hide-show-item .fp-hide-show-source-item__panel,
.wp-block[data-type="freshpage/hide-show-item"] .fp-hide-show-source-item__panel {
    display: block;
}

.wp-block-freshpage-hide-show-item .block-editor-inner-blocks,
.wp-block[data-type="freshpage/hide-show-item"] .block-editor-inner-blocks,
.wp-block-freshpage-hide-show-section .block-editor-inner-blocks {
    width: 100%;
    max-width: none;
}

.wp-block-freshpage-hide-show-item .fp-hide-show-source-item__panel-content,
.wp-block[data-type="freshpage/hide-show-item"] .fp-hide-show-source-item__panel-content {
    width: 100%;
}

.wp-block-freshpage-accordion-section .fp-accordion-section__inner {
    overflow: hidden;
}

.wp-block-freshpage-hero-slider-section .block-editor-inner-blocks {
    width: 100%;
}

.wp-block-freshpage-accordion-item .fp-accordion-item__content {
    width: 100%;
    display: block !important;
    box-sizing: border-box;
}

.wp-block-freshpage-accordion-item .fp-accordion-item__header {
    cursor: default;
}

.wp-block-freshpage-accordion-item .fp-accordion-item__content > .block-editor-inner-blocks,
.wp-block-freshpage-accordion-item .fp-accordion-item__content > .block-editor-inner-blocks > .block-editor-block-list__layout {
    width: 100%;
    max-width: none;
}

.wp-block-freshpage-accordion-item .fp-accordion-item__content .wp-block {
    max-width: none;
}

.wp-block-freshpage-accordion-item .fp-accordion-item__content .block-list-appender,
.wp-block-freshpage-accordion-item .fp-accordion-item__content .block-editor-default-block-appender,
.wp-block-freshpage-accordion-item .fp-accordion-item__content .block-editor-button-block-appender {
    margin-left: 0;
    margin-right: 0;
}
