/*
 * flexible-blocks.css
 * Styles for all ACF Flexible Content blocks.
 * Brand: Pillow Wad 2026
 * Prefix: fb-
 * Typography: Lato (body/headings), Caveat (eyebrow/script)
 * Bootstrap 5 available for grid/utilities
 */
 
/*
TODO USE PAGE SLUG INCASE IDs CHANGE 
*/


@media (max-width: 992px) {
.page-id-3235  .fb-contact-col__buttons {
    display: flex;
    flex-direction: column!important;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
	
}

.page-id-3235  .fb-contact-col__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.page-id-3235 .col-md-5 .fb-contact-col.fb-contact-col--mint {
    display: none;
}

.page-id-3235 .col-md-5 {
    width: 100%;
}

.page-id-3235 .fb-contact-col--plain {
    background: #dff3ec;
    margin-top: -90px;
    padding-bottom: 130px;
}

.page-id-3235 section.fb-contact-columns.fb-section.fb-bg--white {
    padding-bottom: 0;
}

.fb-stat-card__heart {
    
    width: 80px;
    
}




h3.fb-faq__subheading {
    text-align: left;
}



.page-id-3148 .fb-feature-cards.fb-bg--sage {
    position: relative;
    overflow: visible;
    padding-top: 50px;
    margin-top: -41px;
    padding-bottom: 80px;
    z-index: 9999;
}

input {
    border: 0!important;
    border-radius: 20px!important;
}

.gfield_select {
    border-radius: 20px!important;
}

section.fb-product-slider.fb-section.fb-bg--green .bg-white {
    background: transparent!important;
}

section#contact-form h2.fb-contact-form__heading.text-center {
    margin-top: 0px;
}



.page-id-3256 .fb-feature-cards h2.fb-section__heading {
    text-align: center!important;
}

/* =============================================================================
   SECTION BASE AND STRUCTURE
   ============================================================================= */

.fb-section {
    padding: 70px 0;
}

.fb-charity-feature{
    padding-top: 120px;
}

@media (max-width: 767px) {
    .fb-section {
        padding: 50px 0;
    }
}

body.page-template-page-flexible section p{
    font-size: 1.2rem;
}

.container-inner{
    width: 100%;
}

@media (min-width: 1400px){
    .container-inner{
        max-width: 70%;
        margin:0 auto;
    }
}

/* =============================================================================
   BACKGROUND MODIFIERS
   ============================================================================= */

.fb-bg--white  { background: #ffffff; }
.fb-bg--cream  { background: #f2f0e4; }
.fb-bg--green  { background: #e8f4e4; }
.fb-bg--grey   { background: #e6e6e6; }
.fb-bg--sage   { background: #8fd6bd; }
.fb-bg--purple {
    background-color: #492774;
    background-image: url('../img/background-repeat.webp');
    background-repeat: repeat;
    background-size: 70%;
}

.fb-bg--purple .fb-section__heading,
.fb-bg--purple h1,
.fb-bg--purple h2,
.fb-bg--purple h3,
.fb-bg--purple p,
.fb-bg--purple li,
.fb-bg--purple .fb-section__body {
    color: #ffffff;
}

.fb-bg--purple .fb-eyebrow {
    color: #ef95cf;
}

.fb-bg--purple .fb-btn {
    background: #ffffff;
    color: #492774;
}

.fb-bg--purple .fb-btn:hover,
.fb-bg--purple .fb-btn:focus {
    background: #f2f0e4;
    color: #492774;
}

/* Maroon — dark brand colour, same white-text treatment as teal */
.fb-bg--maroon {
    background-color: #501633;
    background-image: url('../img/background-repeat.webp');
    background-repeat: repeat;
    background-size: 70%;
}

.fb-bg--maroon .fb-section__heading,
.fb-bg--maroon h1,
.fb-bg--maroon h2,
.fb-bg--maroon h3,
.fb-bg--maroon p,
.fb-bg--maroon li,
.fb-bg--maroon .fb-section__body {
    color: #ffffff;
}

.fb-bg--maroon .fb-eyebrow {
    color: #ef95cf;
}

.fb-bg--maroon .fb-btn {
    background: #245255;
    color: #ffffff;
    border-color: transparent;
}

.fb-bg--maroon .fb-btn:hover,
.fb-bg--maroon .fb-btn:focus {
background: #492774!important;
    border: 0;
    color: #fff!important;
    filter: brightness(1);
    box-shadow: 1px 2px 10px 1px #2452544d;

}

.fb-bg--maroon .fb-btn--outline-white {
    background: #ffffff;
    color: #245255;
    border-color: transparent;
}

.fb-bg--maroon .fb-btn--outline-white:hover,
.fb-bg--maroon .fb-btn--outline-white:focus {
   background: #492774!important;
    border: 0;
    color: #fff!important;
    filter: brightness(1);
    box-shadow: 1px 2px 10px 1px #2452544d;

}

.fb-bg--teal {
    background-color: #245255;
    background-image: url('../img/background-repeat.webp');
    background-repeat: repeat;
    background-size: 70%;
}

.fb-bg--teal .fb-section__heading,
.fb-bg--teal h1,
.fb-bg--teal h2,
.fb-bg--teal h3,
.fb-bg--teal p,
.fb-bg--teal li,
.fb-bg--teal .fb-section__body {
    color: #ffffff;
}

.fb-bg--teal .fb-eyebrow {
    color: #ef95cf;
}

.fb-bg--teal .fb-btn {
    background: #ef95cf;
    color: #fff;
}

.fb-bg--teal .fb-btn:hover,
.fb-bg--teal .fb-btn:focus {
    background: #492774;
    color: #fff;
}

.fb-bg--teal .fb-btn--outline-white {
    background: transparent;
    background: #ffffff;
    color: #245255;
	padding: 6px 8px;
	min-width:150px;
}

.fb-bg--teal .fb-btn--outline-white:hover,
.fb-bg--teal .fb-btn--outline-white:focus {
    background: #492774;
    color: #fff;
}


/* =============================================================================
   TYPOGRAPHY
   ============================================================================= */

.fb-eyebrow {
    font-family: 'Caveat', cursive;
    font-size: 2.1rem;
    color: #245255;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: lighter;
}

.fb-two-cta .fb-eyebrow{
    color:#245255;
}

.fb-section__heading {
    font-family: 'Lato', sans-serif;
    color: #245255;
    font-weight: 900;
}

.fb-section__intro,
.fb-section__body {
    color: #444444;
    line-height: 1.7;
}


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

.fb-btn {
    display: inline-block;
    background: #015e5d;
    color: #ffffff;
    border-radius: 20px;
    padding: 6px 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
	text-align:center;
}

.fb-btn:hover,
.fb-btn:focus {
    background: #492774;
    color: #ffffff;
    text-decoration: none;
}

.fb-rich-text__inner a.fb-btn {
    color: #fff!important;
}

.fb-btn--outline {
    border: 2px solid #245255;
    color: #245255;
    background: transparent;
}

.fb-btn--outline:hover,
.fb-btn--outline:focus {
  background: #492774!important;
    border: 2px solid #492774;
    color: #fff!important;
    filter: brightness(1);
    box-shadow: 1px 2px 10px 1px #2452544d;

}

.fb-btn--sm {
    font-size: 0.9rem;
}


/* =============================================================================
   GRASS FOOTER
   ============================================================================= */

.fb-grass-footer {
    width: 100%;
    min-height: 140px;
    background: url('../img/grass-background-white-1.svg') bottom center no-repeat;
    background-size: 100% auto;
    margin-top: -2px;
}


/* =============================================================================
   HERO  (.fb-hero)
   ============================================================================= */

.fb-hero {
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
}

/* Teal/maroon/purple hero: pattern background with colour overlay */
.fb-hero.fb-bg--teal,
.fb-hero.fb-bg--maroon,
.fb-hero.fb-bg--purple {
    overflow: visible;
    padding-bottom: 30px;
    z-index: 2; /* keeps the hero and its overflowing image above the next section */
}

/* Dark overlay on top of the pattern — gives solid-colour feel with subtle pattern beneath */
.fb-hero.fb-bg--teal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(18, 62, 85, 0.94);
    z-index: 1;
}

.fb-hero.fb-bg--maroon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(80, 22, 51, 0.88);
    z-index: 1;
}

.fb-hero.fb-bg--purple::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(73, 39, 116, 0.88);
    z-index: 1;
}

/* Wave/grass divider — sits at the bottom or top of a section */
.fb-section-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 2;
    pointer-events: none;
}

.fb-section-wave--top {
    position: absolute;
    top: -10px;
    bottom: auto;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 3;
    pointer-events: none;
}

.fb-section-wave svg,
.fb-section-wave--top svg {
    display: block;
    width: 100%;
    height: 25px;
}

.fb-hero .container {
    position: relative;
    z-index: 3; /* above the wave (z-index:2) so the image floats in front of it */
}

.fb-hero h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    color: #245255;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    max-width: 560px;
    text-align: left !important;
}

.fb-hero.fb-bg--teal h1,
.fb-hero.fb-bg--maroon h1,
.fb-hero.fb-bg--purple h1 {
    color: #ffffff;
}

.fb-hero__body {
    max-width: 560px;
}

@media (max-width: 991px){
    .fb-hero__body{
        max-width: 100%;
        text-align: center;
    }

    .hero-content{
        text-align: center!important;
    }

    .fb-hero h1{
        text-align: center!important;
        max-width: 100%;
    }
}

.fb-hero.fb-bg--teal .fb-hero__body p,
.fb-hero.fb-bg--teal .fb-hero__body li,
.fb-hero.fb-bg--maroon .fb-hero__body p,
.fb-hero.fb-bg--maroon .fb-hero__body li,
.fb-hero.fb-bg--purple .fb-hero__body p,
.fb-hero.fb-bg--purple .fb-hero__body li {
    color: rgba(255,255,255,0.92);
    font-size: 1.4rem;
}

.fb-hero__image {
    position: relative;
    z-index: 4;
}

/* Shift image down so it extends past the section bottom into the white area */
.fb-hero.fb-bg--teal .fb-hero__image,
.fb-hero.fb-bg--maroon .fb-hero__image,
.fb-hero.fb-bg--purple .fb-hero__image {
    position: relative;
    top: 90px;
}

@media (max-width: 767px){

    .fb-hero.fb-bg--teal .fb-hero__image,
    .fb-hero.fb-bg--maroon .fb-hero__image,
    .fb-hero.fb-bg--purple .fb-hero__image {
        top: 40px;
    }
}

.fb-squircle {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.fb-squircle img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .fb-hero {
        padding: 50px 0;
    }

    .fb-hero.fb-bg--teal {
        padding-bottom: 100px;
        overflow: hidden;
    }

    .fb-hero.fb-bg--teal .fb-hero__image,
    .fb-hero.fb-bg--maroon .fb-hero__image,
    .fb-hero.fb-bg--purple .fb-hero__image {
        margin-bottom: 0;
    }

    .fb-hero h1 {
        font-size: 2rem;
    }
}


/* =============================================================================
   FEATURE CARDS  (.fb-feature-cards)
   ============================================================================= */

.fb-feature-cards .fb-section__heading {
    text-align: center;
}

.fb-card {
    text-align: left;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);*/
    height: 100%;
}

.fb-cards--circular_photos .fb-card {
    text-align: center;
    background: transparent;
    box-shadow: none;
}

.fb-card__icon img {
    max-width: 70px;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
}

.fb-card__icon--circle img {
    width: 160px;
    height: 160px;
    max-width: 160px;
    object-fit: cover;
    display: block;
    margin: 0 auto 1rem;
}

/* Larger circular images when only 2 cards per row */
.fb-cards--circular_photos .col-md-6 .fb-card__icon--circle img {
    width: 220px;
    height: 220px;
    max-width: 220px;
}

/* Larger circular images for 3-col layout */
.fb-cards--circular_photos .col-md-4 .fb-card__icon--circle img {
    width: 100%;
    height: auto;
    max-width:unset;
}

/* Grey bg variant — waves need overflow hidden + padding */
.fb-cards--circular_photos.fb-bg--grey {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Horizontal photo card style */
.fb-cards--horizontal_photo .fb-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    background: #d0e1db;
    border-radius: 16px;
    padding: 2rem;
    padding-bottom: 0.5rem;
    align-content: center;
    flex-wrap: wrap;
}

.fb-cards--horizontal_photo .fb-card__icon {
    flex-shrink: 0;
    margin: 0;
    align-self: center;
}

.fb-cards--horizontal_photo .fb-card__icon.fb-card__icon--circle img {
    height: auto;
    width: 100%;
    max-width:320px;
    object-fit: cover;
    display: block;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1599px){
    .fb-cards--horizontal_photo .fb-card__icon.fb-card__icon--circle img {
        max-width: 230px;
    }
}

.fb-cards--horizontal_photo .fb-card__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.fb-cards--horizontal_photo .fb-card__heading {
    font-size: 1.6rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0.5rem;
}

.fb-cards--horizontal_photo .fb-card__body {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .fb-cards--horizontal_photo .fb-card {
        flex-direction: column;
        text-align: center;
    }
}

/* Cards on dark section backgrounds — semi-transparent blended style */
.fb-bg--teal .fb-card {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fb-bg--teal .fb-card .fb-card__heading {
    color: #ffffff;
}

.fb-bg--teal .fb-card .fb-card__body {
    color: rgba(255, 255, 255, 0.85);
}

.fb-bg--maroon .fb-card {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fb-bg--maroon .fb-card .fb-card__heading {
    color: #ffffff;
}

.fb-bg--maroon .fb-card .fb-card__body {
    color: rgba(255, 255, 255, 0.85);
}

.fb-card__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #245255;
    margin-bottom: 0.75rem;
    text-align: left;
}

.fb-cards--circular_photos .fb-card__heading {
    text-align: center;
}

.fb-card__body {
    font-size: 1.1rem;
    color: #555555;
}

/* Green Cards style — section header left-aligned */
.fb-cards--green_cards .fb-section__heading,
.fb-cards--green_cards .fb-section__intro,
.fb-cards--green_cards .fb-eyebrow {
    text-align: left;
}

/* Green Cards — base card: flat, no shadow, generous radius */
.fb-cards--green_cards .fb-card {
    border-radius: 20px;
    padding: 1.75rem;
    text-align: left;
    box-shadow: none;
}

/* All green_cards headings and body use dark teal text */
.fb-cards--green_cards .fb-card .fb-card__heading,
.fb-cards--green_cards .fb-card .fb-card__body { color: #245255; }

/* Card 1: pastel lavender */
.fb-cards--green_cards .row > *:nth-child(1) .fb-card { background: #c4a8e0; }

/* Card 2: mint green */
.fb-cards--green_cards .row > *:nth-child(2) .fb-card { background: #8fd6bd; }

/* Card 3: lime green */
.fb-cards--green_cards .row > *:nth-child(3) .fb-card { background: #a2d96a; }

/* Card 4: sky blue */
.fb-cards--green_cards .row > *:nth-child(4) .fb-card { background: #62b8d8; }


/* Sage bg feature cards: centred header, overriding green_cards left-align */
.fb-feature-cards.fb-bg--sage .fb-feature-cards__header {
    text-align: center !important;
}

.fb-feature-cards.fb-bg--sage .fb-section__heading,
.fb-feature-cards.fb-bg--sage .fb-section__intro,
.fb-feature-cards.fb-bg--sage .fb-eyebrow {
    text-align: center !important;
    margin: 0 auto;
    max-width: 992px;
}

.fb-feature-cards.fb-bg--sage .fb-section__heading {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #245255;
}

/* On sage bg: card colours — lavender / lime / sky blue */
.fb-feature-cards.fb-bg--sage .row > *:nth-child(1) .fb-card { background: #c4a8e0 !important; } /* lavender */
.fb-feature-cards.fb-bg--sage .row > *:nth-child(2) .fb-card { background: #a2d96a !important; } /* lime green */
.fb-feature-cards.fb-bg--sage .row > *:nth-child(3) .fb-card { background: #62b8d8 !important; } /* sky blue */

/* Cards on sage: overflow visible for floating icon */
.fb-feature-cards.fb-bg--sage .fb-card {
    position: relative;
    overflow: visible;
}

/* Push note well below the card row bottom */
.fb-feature-cards.fb-bg--sage .row.gy-4 {
    margin-bottom: 2.5rem;
}

/* Icon floats above the top-left corner of each card */
.fb-feature-cards.fb-bg--sage .fb-card__icon {
    position: absolute;
    top: -28px;
    left: -12px;
    margin: 0;
}

.fb-feature-cards.fb-bg--sage .fb-card__icon img {
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0;
}

/* Sage bg feature cards: extra top padding for wave + rabbit */
.fb-feature-cards.fb-bg--sage {
    position: relative;
    overflow: visible;
    padding-top: 50px;
    padding-bottom: 80px;
}

/* Decorative rabbit + curve images for sage sections */
.fb-sage-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
}

@media(max-width: 1119px){
    .fb-sage-deco{display: none;}
}

.fb-sage-curve-img {
    display: block;
    width: 100%;
    height: auto;
}

.fb-sage-deco__rabbit {
    position: absolute;
    top: -145px;
    left: 5%;
    width: 150px;
    height: auto;
    z-index: 3;
    transform: scaleX(-1);
}

/* Keep container above deco; cards use overflow:visible so note/button need z-index */
.fb-feature-cards.fb-bg--sage .container {
    position: relative;
    z-index: 1;
}

.fb-feature-cards.fb-bg--sage .text-center.mt-4 {
    position: relative;
    z-index: 2;
}

/* Note text below cards */
.fb-feature-cards__note {
    font-size: 0.95rem;
    color: #444444;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}

.fb-feature-cards__note p{
    font-size: 1rem!important;
}


/* Purple button on sage background */
.fb-bg--sage .fb-btn {
    background: #492774;
    color: #ffffff;
	min-width: 20%;
}

.fb-bg--sage .fb-btn:hover,
.fb-bg--sage .fb-btn:focus {
    background: #3a1f5c;
    color: #ffffff;
}




/* White bg feature cards: centred header, overriding green_cards left-align */
.fb-feature-cards.fb-bg--white .fb-feature-cards__header {
    text-align: center !important;
}

.fb-feature-cards.fb-bg--white .fb-section__heading,
.fb-feature-cards.fb-bg--white .fb-section__intro,
.fb-feature-cards.fb-bg--white .fb-eyebrow {
    text-align: center !important;
    margin: 0 auto;
    max-width: 992px;
}

.fb-feature-cards.fb-bg--white .fb-section__heading {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #245255;
}





/*
DOUBLE CHECK THIS WITH @HAN
.fb-bg--white .fb-card__heading { text-align:center; margin-bottom:0;}
*/

/* Cards on white: overflow visible for floating icon */
.fb-feature-cards.fb-bg--white .fb-card {
    position: relative;
    overflow: visible;
}

/* Push note well below the card row bottom */
.fb-feature-cards.fb-bg--white .row.gy-4 {
    margin-bottom: 2.5rem;
}

/* Icon floats above the top-left corner of each card */
.fb-feature-cards.fb-bg--white .fb-card__icon {
    position: absolute;
    top: -28px;
    left: -12px;
    margin: 0;
}

.fb-feature-cards.fb-bg--white .fb-card__icon img {
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0;
}

/* =============================================================================
   NUMBERED STEPS  (.fb-numbered-steps)
   ============================================================================= */

/* Grey bg numbered steps: extra padding to clear top + bottom waves */
.fb-numbered-steps.fb-bg--grey {
    position: relative;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 140px;
}

/* Each step: image rounded, text sits on section background */
.fb-step {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fb-step__media {
    border-radius: 16px;
    overflow: hidden;
    min-height: 160px;
    background: #e8f4e4;
}

.fb-step__img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text content below the image — no white box */
.fb-step__content {
    padding: 1rem 0.25rem 0;
    flex: 1;
    padding-left: 8%;
}

.fb-step__content h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 0.3rem;
    line-height: 1.3;
    text-align: left;
}

.fb-step__content p {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Tip callout below the steps grid */
.fb-step__tip {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    color: #444444;
    line-height: 1.6;
    padding-left: 4%;
}

.fb-step__tip p{
    display: inline-block;
}

.fb-step__tip-label {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #245255;
    margin-right: 0.4rem;
    display: inline-block;
}

@media (max-width: 767px) {
    .fb-step__badge {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
}


/* =============================================================================
   TEXT + IMAGE  (.fb-text-image)
   ============================================================================= */

.fb-text-image__img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    display: block;
}

.fb-text-image h2 {
    color: #245255;
    font-weight: 900;
    text-align: left;
}

.fb-text-image__text p,
.fb-text-image__text li {
    text-align: left;
}

/* Feature cards grid inside text+image */
.fb-text-image__card {
    background: #8fd6bd;
    border-radius: 12px;
    padding: 20px 20px 20px 55px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    position: relative;
}

.fb-text-image__cards .col:nth-child(4n+1) .fb-text-image__card { background: #8fd6bd; }
.fb-text-image__cards .col:nth-child(4n+2) .fb-text-image__card { background: #62b5e5; }
.fb-text-image__cards .col:nth-child(4n+3) .fb-text-image__card { background: #a1d884; }
.fb-text-image__cards .col:nth-child(4n+4) .fb-text-image__card { background: #a9c23f; }

.fb-text-image__card-icon {
    width: auto;
    height: 50px;
    object-fit: contain;
    position: absolute;
    top: -20px;
    left: -20px;
}

@media (max-width: 768px) {
    .fb-text-image__cards {
        padding-left: 28px;
    }
}

.fb-text-image__card-heading {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000000;
    display: block;
}

.fb-text-image__card-subtext {
    font-size: 1.25rem;
    color: #000000;
    display: block;
}


/* =============================================================================
   RICH TEXT  (.fb-rich-text)
   ============================================================================= */

.fb-rich-text {
    padding: 70px 0;
}

.fb-rich-text__inner {
    margin: 0 auto;
    padding: 0 1rem;
}

.fb-rich-text__inner h1,
.fb-rich-text__inner h2,
.fb-rich-text__inner h3,
.fb-rich-text__inner h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #245255;
}

.fb-rich-text__inner p {
    color: #444444;
    line-height: 1.7;
}

.fb-bg--teal .fb-rich-text__inner h2 {
    color: #ffffff;
}

.fb-bg--teal .fb-rich-text__inner p {
    color: #ffffff;
}

.fb-rich-text__inner a {
    color: #492774;
}

.fb-rich-text__inner a:hover {
    color: #245255;
}

/* Harvest style variant */
.fb-rich-text--harvest {
    background-color: #8fd6bd;
    position: relative;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}

.fb-rich-text--harvest .fb-rich-text__inner h1,
.fb-rich-text--harvest .fb-rich-text__inner h2,
.fb-rich-text--harvest .fb-rich-text__inner h3,
.fb-rich-text--harvest .fb-rich-text__inner h4 {
    color: #245255;
    font-size: 2.2rem;
}

.fb-rich-text--harvest .fb-rich-text__inner p {
    color: #000000;
}

.fb-rich-text__wave-top {
    line-height: 0;
    margin-bottom: -2px;
}

.fb-rich-text__wave-top svg {
    display: block;
    width: 100%;
    height: 80px;
}

.fb-rich-text__rabbit {
    position: absolute;
    top: -20px;
    right: 8%;
    width: 120px;
    pointer-events: none;
}

.fb-rich-text__rabbit img {
    width: 100%;
    height: auto;
    display: block;
}

.fb-rich-text__visual {
    position: relative;
}

.fb-rich-text__product-image {
    text-align: center;
    padding: 20px 40px 0;
    position: relative;
    z-index: 2;
}

.fb-rich-text__product-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.fb-rich-text__grass {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 0;
}

.fb-rich-text__grass img {
    display: block;
    width: 100%;
    height: auto;
}


/* =============================================================================
   INFO BOX  (.fb-info-box)
   ============================================================================= */

/* Plain style — just heading + text, no box */
.fb-info-box--plain .fb-info-box__inner {
    padding: 0;
}

.fb-info-box__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #245255;
    margin-bottom: 0.75rem;
    text-align: left;
}

.fb-info-box__body {
    color: #444444;
    line-height: 1.7;
    text-align: left;
}

.fb-info-box__body a {
    color: #245255;
    text-decoration: underline;
}

/* Boxed styles */
.fb-info-box--note .fb-info-box__inner,
.fb-info-box--tip .fb-info-box__inner,
.fb-info-box--warning .fb-info-box__inner {
    border-radius: 12px;
    padding: 2rem 2.5rem;
}

.fb-info-box--note .fb-info-box__inner {
    background: #f5eeff;
    border-left: 4px solid #492774;
}

.fb-info-box--tip .fb-info-box__inner {
    background: #e8f4e4;
    border-left: 4px solid #a2bd94;
}

.fb-info-box--warning .fb-info-box__inner {
    background: #fff3cd;
    border-left: 4px solid #f0ad4e;
}

.fb-info-box--note .fb-info-box__heading,
.fb-info-box--warning .fb-info-box__heading {
    color: #492774;
}


/* =============================================================================
   FAQ ACCORDION  (.fb-faq)
   ============================================================================= */

/* Grey bg: extra padding for top/bottom waves */
.fb-faq.fb-bg--grey {
    position: relative;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 140px;
}

.fb-faq__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #245255;
    margin-bottom: 2rem;
    text-align: left !important;
}

/* Each FAQ item wrapper */
.fb-faq__item {
    border-radius: 12px;
    overflow: hidden;
}

/* The question button */
.fb-faq__btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background: #62b8d8;
    color: #000000;
    border: none;
    border-radius: 20px;
    padding: 1rem 1.25rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease;
}

.fb-faq__btn:hover {
    background: #4faac8;
}

/* Purple + icon, rotates to × when open */
.fb-faq__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #492774;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
    width: 24px;
    transition: transform 0.2s ease;
}

.fb-faq__btn[aria-expanded="true"] .fb-faq__icon {
    transform: rotate(45deg);
}

.fb-faq__btn[aria-expanded="true"] {
    border-radius: 12px 12px 0 0;
}

/* Answer panel */
.fb-faq__answer {
    background: rgba(98, 184, 216, 0.25);
    padding: 1rem 1.25rem 1rem calc(1.25rem + 24px + 1rem);
    border-radius: 0 0 12px 12px;
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.6;
}

.fb-faq__answer{
    font-weight: 300;
}

.fb-faq__answer a{
    text-decoration: underline;
    color: #333333;
    font-weight: 600;
}


/* =============================================================================
   CTA BANNER  (.fb-cta-banner)
   ============================================================================= */

.fb-cta-banner {
    text-align: center;
    padding: 70px 0;
}

.fb-cta-banner h2 {
    color: #245255;
}

.fb-cta-banner .fb-cta-banner__body {
    max-width: 600px;
    margin: 0 auto 2rem;
}


/* =============================================================================
   EMAIL SIGNUP  (.fb-email-signup)
   ============================================================================= */

.fb-email-signup {
    padding: 100px 0;
}

.fb-email-signup__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #245255;
    margin-bottom: 1rem;
}

.fb-email-signup__body {
    color: #444444;
    line-height: 1.7;
}

.fb-email-signup__box {
    background: #62b8d8;
    border-radius: 16px;
    padding: 2rem;
}

.fb-email-signup__form .gform-theme--foundation .gform_fields{
    row-gap: 15px;
}

.fb-email-signup__form-eyebrow {
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #245255;
    margin-bottom: 1.25rem;
}

/* Gravity Forms overrides inside the signup box */
.fb-email-signup__box .gform_wrapper {
    margin: 0;
}

.fb-email-signup__form h4{
    color: #005687;
    font-weight: 700;
    font-size: 1.2rem;
}

#field_4_7{
    color: #ffffff;
}

#gform_submit_button_4{
    border-radius: 15px!important;
    background-color: #005687;
}

.fb-email-signup__box .gform_wrapper input[type="text"],
.fb-email-signup__box .gform_wrapper input[type="email"] {
    background: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: #245255;
    width: 100%;
    outline: none;
}

.fb-email-signup__box .gform_wrapper input[type="text"]::placeholder,
.fb-email-signup__box .gform_wrapper input[type="email"]::placeholder {
    color: #62b8d8;
}

.fb-email-signup__box .gform_wrapper .gform_footer input[type="submit"],
.fb-email-signup__box .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #245255;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 10px 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
}

.fb-email-signup__box .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #492774;
}


/* =============================================================================
   VIDEO  (.fb-video)
   ============================================================================= */

.fb-video.fb-bg--teal,
.fb-video.fb-bg--maroon {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.fb-video__heading {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 900;
    color: #245255;
    text-align: left !important;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.fb-video__body {
    font-size: 1rem;
    color: #444444;
    line-height: 1.7;
}

.fb-video__player {
    aspect-ratio: 16 / 9;
    background: #245255;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-video__player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Play button shown when no video URL is set */
.fb-video__play-btn {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-video__play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 26px solid #245255;
    margin-left: 6px;
}


/* =============================================================================
   TEXT + CARDS SPLIT  (.fb-text-cards-split)
   ============================================================================= */

.fb-text-cards-split__text h2,
.fb-text-cards-split__text .fb-section__heading,
.fb-text-cards-split__text p {
    text-align: left;
}

.fb-mini-card {
    border-radius: 12px;
    padding: 1.25rem;
    height: 100%;
}

/* 4-card colour cycle: purple, sage, lime, sky blue */
.fb-text-cards-split__cards .row > *:nth-child(4n+1) .fb-mini-card { background: #c4a8e0; }
.fb-text-cards-split__cards .row > *:nth-child(4n+2) .fb-mini-card { background: #8fd6bd; }
.fb-text-cards-split__cards .row > *:nth-child(4n+3) .fb-mini-card { background: #a2d96a; }
.fb-text-cards-split__cards .row > *:nth-child(4n+4) .fb-mini-card { background: #62b8d8; }

.fb-mini-card__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
}

.fb-mini-card__body {
    font-size: 1rem;
    color: #2a4a2a;
    margin-bottom: 0;
}

.fb-text-cards-split__note {
    font-size: 0.875rem;
    color: #555555;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .fb-text-cards-split__inner .col-lg-5,
    .fb-text-cards-split__inner .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* =============================================================================
   TWO CTA BOXES  (.fb-two-cta)
   ============================================================================= */

.fb-two-cta__box {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 2.5rem;
    height: 100%;
}

.fb-two-cta__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #245255;
    margin-bottom: 0.75rem;
}

/* Override dark-section white-text rule inside white CTA boxes */
.fb-two-cta__box h2,
.fb-two-cta__box .fb-two-cta__heading {
    color: #245255;
}

.fb-two-cta__box p {
    color: #555555;
}

.fb-two-cta__box .fb-btn {
    background: #245255;
    color: #ffffff;
}

.fb-two-cta__box .fb-btn:hover,
.fb-two-cta__box .fb-btn:focus {
    background: #1a3a3d;
    color: #ffffff;
}

/* Sage background variant — pattern + rabbit */
.fb-two-cta.fb-bg--sage {
    background-color: #8fd6bd;
    position: relative;
    overflow: visible;
    padding-top: 160px;
    padding-bottom: 80px;
}

/* Pattern overlay via pseudo-element so opacity doesn't affect content */
.fb-two-cta.fb-bg--sage::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../img/background-repeat.webp');
    background-repeat: repeat;
    background-size:70%;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.fb-two-cta.fb-bg--sage .container {
    position: relative;
    z-index: 1;
}

/* Wave curve at top of section */
.fb-two-cta__wave-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 2;
    pointer-events: none;
}

.fb-two-cta__wave-top svg {
    display: block;
    width: 100%;
    height: 100px;
}

/* Rabbit — top-left, sitting on the wave */
.fb-two-cta__rabbit {
    position: absolute;
    top: -10px;
    left: 5%;
    z-index: 3;
    pointer-events: none;
}

.fb-two-cta__rabbit img {
    width: 120px;
    height: auto;
    display: block;
    transform: scaleX(-1);
}

/* Headings and body inside white boxes stay left-aligned */
.fb-two-cta__box .fb-two-cta__heading,
.fb-two-cta__box h2 {
    text-align: left;
    color: #000000;
}

.fb-two-cta__box p,
.fb-two-cta__box div {
    text-align: left;
}

.fb-two-cta.fb-bg--sage .fb-two-cta__box .fb-btn {
    background: #492774;
    color: #ffffff;
}

.fb-two-cta.fb-bg--sage .fb-two-cta__box .fb-btn:hover,
.fb-two-cta.fb-bg--sage .fb-two-cta__box .fb-btn:focus {
    background: #361d57;
    color: #ffffff;
}

@media (max-width: 767px) {
    .fb-two-cta__box {
        padding: 1.5rem;
    }
}


/* =============================================================================
   CATEGORY LINKS  (.fb-category-links)
   ============================================================================= */

.fb-category-links__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.fb-category-links__pill {
    display: inline-block;
    background: #245255;
    color: #ffffff;
    border-radius: 20px;
    padding: 6px 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.fb-category-links__pill:hover,
.fb-category-links__pill:focus {
    background: #492774;
    color: #ffffff;
    text-decoration: none;
}


/* =============================================================================
   SAVINGS INCLUDES  (.fb-savings-includes)
   ============================================================================= */

.fb-savings-includes__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #245255;
    margin-bottom: 0.75rem;
    text-align: left;
}

.fb-savings-includes__right-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #245255;
    margin-bottom: 1rem;
    text-align: left;
}

.fb-savings-includes__intro {
    color: #444444;
    line-height: 1.6;
}

/* Light green box wrapping both list sections */
.fb-savings-includes__box {
    background: #e8f4e4;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
}

.fb-savings-includes__col-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #245255;
    margin-bottom: 0.5rem;
    margin-top: 0;
    text-align: left;
}

.fb-savings-includes__col-heading + .fb-savings-includes__list {
    margin-top: 0.25rem;
}

.fb-savings-includes__list {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0;
}

.fb-savings-includes__list li {
    display: list-item;
    padding: 0.2rem 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: #333333;
    line-height: 1.5;
}

.fb-savings-includes__footnote {
    font-size: 1rem;
    color: #666666;
    margin-top: 0.75rem;
}

/* Right column: eyebrow + heart icon side by side */
.fb-savings-includes__right-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

.fb-savings-includes__heart {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-top: -30px;
    transform: rotate(25deg);
}

.fb-savings-includes__right-body {
    color: #444444;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.fb-savings-includes__right-body strong,
.fb-savings-includes__right-body b {
    font-weight: 700;
    color: #1a1a1a;
}

.fb-savings-includes__right-img img {
    width: 100%;
    height: auto;
}


/* =============================================================================
   ICON CATEGORIES  (.fb-icon-categories)
   ============================================================================= */

.fb-icon-categories {
    text-align: center;
    padding: 70px 0;
}

.fb-icon-categories h2 {
    color: #245255;
    margin-bottom: 1rem;
}

.fb-icon-categories__image {
    max-width: 700px;
    height: auto;
    display: block;
    margin: 0 auto 1.5rem;
}

.fb-icon-categories__body {
    font-size: 1rem;
    color: #444444;
    margin-bottom: 1.5rem;
}


/* =============================================================================
   CHARITY FEATURE  (.fb-charity-feature)
   ============================================================================= */

.fb-charity-feature__logos {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

@media (min-width: 1200px) {
    .fb-charity-feature__logos {
        align-items: flex-end;
        padding-right: 100px;
    }
}

.fb-charity-feature__logo {
    max-width: 330px;
    width: 100%;
    height: auto;
    display: block;
}

.fb-charity-feature__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #245255;
    text-align: left;
}

.fb-charity-feature__body {
    margin-top: 1rem;
    color: #444444;
    line-height: 1.7;
}

.fb-charity-feature__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* =============================================================================
   STAT CARDS  (.fb-stat-cards)
   ============================================================================= */

.fb-stat-card {
    border-radius: 16px;
    padding: 32px 32px 28px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: visible;
}

.fb-stat-card--pink { background: #fce8ef; }
.fb-stat-card--mint { background: #dff3ec; }

.fb-stat-card__heart {
    font-size: 6rem;
    line-height: 1;
    position: absolute;
    top: -50px;
    left: -20px;
    transform: rotate(-20deg);
}

.fb-stat-card--pink .fb-stat-card__heart { color: #8b1a2f; }
.fb-stat-card--mint .fb-stat-card__heart { color: #245255; }

.fb-stat-card__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #245255;
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.fb-stat-card__body {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.fb-stat-card__amount {
    font-family: 'Caveat', cursive;
    font-size: 3.2rem;
    font-weight: 700;
    color: #245255;
    margin-top: 16px;
    line-height: 1;
}

@media (max-width: 767px) {
    .fb-stat-cards .col-md-6 {
        padding-left: 32px;
    }
}

/* =============================================================================
   CONTACT FORM  (.fb-contact-form)
   ============================================================================= */

.fb-contact-form.fb-bg--grey {
    position: relative;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 100px;
}

.fb-contact-form__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #245255;
    margin-bottom: 40px;
}

.fb-contact-form__step-label {
    text-align: center;
    margin-bottom: 30px;
}

.fb-contact-form__step-prefix {
    font-family: 'Caveat', cursive;
    font-size: 1.6rem;
    color: #492774;
    margin-right: 6px;
}

.fb-contact-form__step-label strong {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222222;
}

.fb-contact-form__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-bottom: 40px;
}

@media (max-width: 992px){
    .fb-contact-form__categories{
        gap: 30px;
    }
}

.fb-contact-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #245255;
    color: #ffffff;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: border-color 0.15s;
    position: relative;
}

.fb-contact-category__icon {
    width: 40px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: -20px;
    left: -14px;
}

.fb-contact-category__tick {
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: opacity 0.15s;
    flex-shrink: 0;
}

.fb-contact-category.is-active {
    border-color: #ffffff;
}

.fb-contact-category.is-active .fb-contact-category__tick {
    opacity: 1;
}

.fb-contact-form__form {
    background: #78b8d0;
    border-radius: 16px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* =============================================================================
   CONTACT COLUMNS  (.fb-contact-columns)
   ============================================================================= */

.fb-contact-col {
    border-radius: 16px;
    padding: 40px 36px;
    height: 100%;
    text-align: center;
}

/* Col 1 — mint card */
.fb-contact-col--mint {
    background: #dff3ec;
}

/* Col 2 — no card background, sits on section bg */
.fb-contact-col--plain {
    background: transparent;
}

.fb-contact-col--plain .fb-btn {
    background: #005687;
    color: #ffffff;
}

.fb-contact-col--plain .fb-btn:hover,
.fb-contact-col--plain .fb-btn:focus {
    background: #1a3d3f;
    color: #ffffff;
}

.fb-contact-col__heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #245255;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.fb-contact-col__body {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.fb-contact-col__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.fb-contact-col__btn-text {
    font-size: 0.9rem;
    font-weight: 400;
    color: #444444;
    margin: 0;
}

/*
**********************
WHOLESALE
**********************
*/

body.page-id-3260 section.fb-feature-cards .fb-section__intro{
    max-width: 100%;
    text-align: left!important;
}

/* On white bg: card colours — lavender / lime / sky blue */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(1) .fb-card { background: #c4a8e0 !important; } /* lavender */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(2) .fb-card {  background: #a2d96a !important; } /* lime green */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(3) .fb-card {  background: #62b8d8 !important; } /* sky blue */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(4) .fb-card {  background: #6c1e45 !important; color: #fff!important } /* purple */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(5) .fb-card {  background:  #ffb81d !important; } /* Orange */

.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(1) .fb-card h3 { text-align: center; } /* lavender */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(2) .fb-card h3 {  text-align: center; } /* lime green */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(3) .fb-card h3 { text-align: center; } /* sky blue */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(4) .fb-card h3 {  text-align: center; color:#fff } /* purple */
.page-id-3260 .fb-feature-cards.fb-bg--white .row > *:nth-child(5) .fb-card h3 {  text-align: center; } /* Orange */

.page-id-3260 span.fb-contact-form__step-prefix {
    display: none;
}