.elementor-17768 .elementor-element.elementor-element-f14d876{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-eb032a2 */.tfb-divas-story,
.tfb-divas-story * {
    box-sizing: border-box;
}

.tfb-divas-story {
    --tfb-red: #d0102b;
    --tfb-red-dark: #a90c22;
    --tfb-red-light: #fff2f4;
    --tfb-dark: #222831;
    --tfb-text: #3f4752;
    --tfb-muted: #6b7280;
    --tfb-border: #e4e7eb;
    --tfb-light: #f7f8fa;
    --tfb-white: #ffffff;

    max-width: 1040px;
    margin: 0 auto;
    color: var(--tfb-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.78;
}

.tfb-divas-story p {
    margin: 0 0 22px;
}

.tfb-divas-story a {
    color: var(--tfb-red);
}

.tfb-divas-story__intro {
    position: relative;
    margin-bottom: 58px;
    padding: 38px 42px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            var(--tfb-red-light) 0%,
            #ffffff 72%
        );
    border: 1px solid #f1d9de;
    border-left: 6px solid var(--tfb-red);
    border-radius: 16px;
}

.tfb-divas-story__intro::after {
    content: "";
    position: absolute;
    top: -75px;
    right: -75px;
    width: 190px;
    height: 190px;
    border: 32px solid rgba(208, 16, 43, 0.06);
    border-radius: 50%;
}

.tfb-divas-story__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 14px;
    color: var(--tfb-red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tfb-divas-story__lead {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 !important;
    color: var(--tfb-dark);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.58;
}

.tfb-divas-story__section {
    margin: 0 0 64px;
}

.tfb-divas-story__section:last-child {
    margin-bottom: 0;
}

.tfb-divas-story h2 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 18px;
    color: var(--tfb-dark);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.4px;
}

.tfb-divas-story h2::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 5px;
    background: var(--tfb-red);
    border-radius: 5px;
}

.tfb-divas-story h3 {
    margin: 0 0 10px;
    color: var(--tfb-dark);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.tfb-divas-story__motto {
    margin-top: 32px;
    padding: 24px 28px;
    color: var(--tfb-red-dark);
    background: var(--tfb-red-light);
    border: 1px solid #f2ccd3;
    border-radius: 14px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
}

.tfb-divas-story__profile {
    display: grid;
    grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    background: var(--tfb-light);
    border: 1px solid var(--tfb-border);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(20, 29, 42, 0.08);
}

.tfb-divas-story__profile-image {
    min-height: 520px;
    background: #e6e7e9;
}

.tfb-divas-story__profile-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center top;
}

.tfb-divas-story__profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}

.tfb-divas-story__profile-label {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 7px 12px;
    color: var(--tfb-red);
    background: var(--tfb-white);
    border: 1px solid #efd6db;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tfb-divas-story__profile-content h2 {
    padding-left: 0;
}

.tfb-divas-story__profile-content h2::before {
    display: none;
}

.tfb-divas-story__quote {
    position: relative;
    margin: 30px 0 0;
    padding: 27px 30px 27px 58px;
    color: var(--tfb-dark);
    background: var(--tfb-white);
    border: 1px solid var(--tfb-border);
    border-radius: 13px;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.6;
}

.tfb-divas-story__quote::before {
    content: "“";
    position: absolute;
    top: 11px;
    left: 20px;
    color: var(--tfb-red);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.tfb-divas-story__quote footer {
    margin-top: 12px;
    color: var(--tfb-red-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.tfb-divas-story__impact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0;
}

.tfb-divas-story__impact-card {
    padding: 26px;
    background: var(--tfb-light);
    border: 1px solid var(--tfb-border);
    border-top: 4px solid var(--tfb-red);
    border-radius: 13px;
}

.tfb-divas-story__impact-card p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.65;
}

.tfb-divas-story__process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 32px 0 38px;
    counter-reset: divas-process;
}

.tfb-divas-story__process-card {
    position: relative;
    min-height: 185px;
    padding: 28px 26px 26px 78px;
    background: var(--tfb-white);
    border: 1px solid var(--tfb-border);
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(20, 29, 42, 0.06);
    counter-increment: divas-process;
}

.tfb-divas-story__process-card::before {
    content: counter(divas-process);
    position: absolute;
    top: 27px;
    left: 24px;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--tfb-white);
    background: var(--tfb-red);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
}

.tfb-divas-story__process-card p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.65;
}

.tfb-divas-story__video-section {
    margin-top: 42px;
}

.tfb-divas-story__video-heading {
    margin-bottom: 15px;
    color: var(--tfb-dark);
    font-size: 21px;
    font-weight: 800;
}

.tfb-divas-story__video {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111111;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(20, 29, 42, 0.15);
    aspect-ratio: 560 / 314;
}

.tfb-divas-story__video iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.tfb-divas-story__full-quote {
    position: relative;
    margin: 38px 0 0;
    padding: 38px 42px;
    overflow: hidden;
    color: var(--tfb-white);
    background: linear-gradient(
        135deg,
        var(--tfb-red-dark),
        var(--tfb-red)
    );
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(208, 16, 43, 0.22);
}

.tfb-divas-story__full-quote::after {
    content: "“";
    position: absolute;
    right: 24px;
    bottom: -35px;
    color: rgba(255, 255, 255, 0.13);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1;
}

.tfb-divas-story__full-quote blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 850px;
    color: inherit;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.58;
}

.tfb-divas-story__full-quote footer {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    color: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.tfb-divas-story__service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.tfb-divas-story__service-card {
    padding: 25px;
    background: var(--tfb-light);
    border: 1px solid var(--tfb-border);
    border-radius: 13px;
}

.tfb-divas-story__service-icon {
    display: flex;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    color: var(--tfb-red);
    background: var(--tfb-red-light);
    border-radius: 50%;
    font-size: 19px;
    font-weight: 800;
}

.tfb-divas-story__service-card p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.65;
}

.tfb-divas-story__reuse-callout {
    margin-top: 30px;
    padding: 30px 32px;
    background: var(--tfb-light);
    border-left: 5px solid var(--tfb-red);
    border-radius: 0 13px 13px 0;
}

.tfb-divas-story__reuse-callout h3 {
    font-size: 21px;
}

.tfb-divas-story__reuse-callout p:last-child {
    margin-bottom: 0;
}

.tfb-divas-story__support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 28px;
    align-items: start;
    margin-top: 32px;
}

.tfb-divas-story__donation-box {
    padding: 30px;
    background: var(--tfb-light);
    border: 1px solid var(--tfb-border);
    border-radius: 15px;
}

.tfb-divas-story__donation-box h3 {
    margin-bottom: 18px;
}

.tfb-divas-story__donation-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tfb-divas-story__donation-list li {
    position: relative;
    margin: 0;
    padding-left: 25px;
    font-size: 15.5px;
    line-height: 1.55;
}

.tfb-divas-story__donation-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tfb-red);
    font-weight: 900;
}

.tfb-divas-story__stat-card {
    padding: 34px 30px;
    color: var(--tfb-white);
    background: var(--tfb-red);
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(208, 16, 43, 0.21);
}

.tfb-divas-story__stat-number {
    display: block;
    margin-bottom: 8px;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
}

.tfb-divas-story__stat-label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

.tfb-divas-story__cta {
    position: relative;
    margin-top: 65px;
    padding: 46px;
    overflow: hidden;
    color: var(--tfb-white);
    background: var(--tfb-dark);
    border-radius: 18px;
    text-align: center;
}

.tfb-divas-story__cta::before,
.tfb-divas-story__cta::after {
    content: "";
    position: absolute;
    border: 24px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.tfb-divas-story__cta::before {
    top: -80px;
    left: -60px;
    width: 180px;
    height: 180px;
}

.tfb-divas-story__cta::after {
    right: -70px;
    bottom: -90px;
    width: 220px;
    height: 220px;
}

.tfb-divas-story__cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.tfb-divas-story__cta h2 {
    margin-bottom: 18px;
    padding-left: 0;
    color: var(--tfb-white);
    font-size: 32px;
}

.tfb-divas-story__cta h2::before {
    display: none;
}

.tfb-divas-story__cta p {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
}

.tfb-divas-story__button {
    display: inline-flex;
    min-height: 50px;
    padding: 14px 25px;
    align-items: center;
    justify-content: center;
    color: var(--tfb-white) !important;
    background: var(--tfb-red);
    border: 2px solid var(--tfb-red);
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.tfb-divas-story__button:hover,
.tfb-divas-story__button:focus {
    color: var(--tfb-white) !important;
    background: var(--tfb-red-dark);
    border-color: var(--tfb-red-dark);
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .tfb-divas-story__profile {
        grid-template-columns: 1fr;
    }

    .tfb-divas-story__profile-image,
    .tfb-divas-story__profile-image img {
        min-height: 0;
    }

    .tfb-divas-story__profile-image img {
        width: 100%;
        max-height: 620px;
        aspect-ratio: 4 / 5;
    }

    .tfb-divas-story__impact-grid,
    .tfb-divas-story__service-grid {
        grid-template-columns: 1fr;
    }

    .tfb-divas-story__support-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .tfb-divas-story {
        font-size: 16px;
        line-height: 1.72;
    }

    .tfb-divas-story__intro {
        margin-bottom: 44px;
        padding: 28px 24px;
        border-left-width: 5px;
    }

    .tfb-divas-story__lead {
        font-size: 19px;
        line-height: 1.55;
    }

    .tfb-divas-story__section {
        margin-bottom: 48px;
    }

    .tfb-divas-story h2,
    .tfb-divas-story__cta h2 {
        font-size: 27px;
    }

    .tfb-divas-story__profile-content {
        padding: 30px 24px;
    }

    .tfb-divas-story__quote {
        padding: 24px 22px 24px 48px;
        font-size: 17px;
    }

    .tfb-divas-story__quote::before {
        left: 15px;
    }

    .tfb-divas-story__process-grid {
        grid-template-columns: 1fr;
    }

    .tfb-divas-story__process-card {
        min-height: 0;
    }

    .tfb-divas-story__full-quote {
        padding: 31px 25px;
    }

    .tfb-divas-story__full-quote blockquote {
        font-size: 19px;
    }

    .tfb-divas-story__donation-list {
        grid-template-columns: 1fr;
    }

    .tfb-divas-story__cta {
        margin-top: 50px;
        padding: 37px 24px;
    }

    .tfb-divas-story__stat-number {
        font-size: 42px;
    }
}

/* Fix narrow paragraphs and unexplained blank space */
.tfb-divas-story__section {
    display: block !important;
    width: 100% !important;
}

.tfb-divas-story__section > p,
.tfb-divas-story__intro > p,
.tfb-divas-story__reuse-callout > p,
.tfb-divas-story__cta p {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
}

/* Team image inside article */
.tfb-divas-story__team-image {
    margin: 0 0 58px;
}

.tfb-divas-story__team-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(20, 29, 42, 0.12);
}

.tfb-divas-story__team-caption {
    margin: 12px 0 0 !important;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

/* Give the article a better desktop reading width */
@media (min-width: 901px) {
    .tfb-divas-story {
        width: 100%;
        max-width: 980px;
    }
}/* End custom CSS */