.elementor-490 .elementor-element.elementor-element-46d6bc3{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-490 .elementor-element.elementor-element-d1963b1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-490 .elementor-element.elementor-element-d1963b1 > .elementor-shape-top .elementor-shape-fill{fill:#C2C2C2;}.elementor-490 .elementor-element.elementor-element-d1963b1 > .elementor-shape-top{z-index:2;pointer-events:none;}.elementor-490 .elementor-element.elementor-element-d1963b1{padding:0px 0px 0px 0px;}.elementor-490 .elementor-element.elementor-element-f73563f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-490 .elementor-element.elementor-element-f73563f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f5f5f5;}.elementor-490 .elementor-element.elementor-element-f73563f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:90px 90px 90px 90px;}.elementor-490 .elementor-element.elementor-element-f73563f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-490 .elementor-element.elementor-element-f73563f > .elementor-element-populated{padding:30px 30px 30px 30px;}}/* Start custom CSS for text-editor, class: .elementor-element-1268657 *//* ==================================================
   FAITH DRIVEN PRICING SECTION
================================================== */

.fd-pricing-section {
    background: #f4f4f4;
    padding: 65px 0 35px;
}

.fd-pricing-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.fd-pricing-header {
    text-align: center;
    margin-bottom: 36px;
}

.fd-pricing-header span {
    display: inline-block;
    color: #A67C52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fd-pricing-header h2 {
    color: #1f1f1f;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 8px;
}

.fd-pricing-header p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 560px;
}

.fd-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.fd-price-card {
    background: #ffffff;
    border: 1px solid rgba(166, 124, 82, 0.22);
    padding: 30px 28px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
    position: relative;
}

.fd-featured-card {
    border-top: 4px solid #A67C52;
}

.fd-card-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e3dc;
}

.fd-plan-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #A67C52;
    margin-bottom: 10px;
}

.fd-featured-label {
    color: #1f1f1f;
}

.fd-card-header h3 {
    color: #1f1f1f;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 8px;
}

.fd-card-header p {
    color: #707070;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    min-height: 46px;
}

.fd-price {
    padding: 22px 0 20px;
    border-bottom: 1px solid #e8e3dc;
}

.fd-price small {
    display: block;
    color: #8a8a8a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.fd-price strong {
    display: block;
    color: #A67C52;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.fd-features {
    list-style: none;
    padding: 22px 0 8px;
    margin: 0;
    flex: 1;
}

.fd-features li {
    position: relative;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 28px;
    margin-bottom: 11px;
}

.fd-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background: #A67C52;
    border-radius: 50%;
}

.fd-price-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 13px 18px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.25s ease;
}

.fd-dark-btn {
    background: #1f1f1f;
    color: #ffffff !important;
}

.fd-dark-btn:hover {
    background: #A67C52;
    color: #ffffff !important;
}

.fd-gold-btn {
    background: #A67C52;
    color: #ffffff !important;
}

.fd-gold-btn:hover {
    background: #1f1f1f;
    color: #ffffff !important;
}


/* ==================================================
   FINAL CTA SECTION
================================================== */

.fd-final-cta-section {
    background: #f4f4f4;
    padding: 20px 0 70px;
}

.fd-final-cta-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.fd-final-cta-box {
    background: #1f1f1f;
    border-left: 5px solid #A67C52;
    padding: 34px 36px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.fd-cta-left span {
    display: inline-block;
    color: #A67C52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fd-cta-left h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 10px;
    max-width: 720px;
}

.fd-cta-left p {
    color: #c7c7c7;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

.fd-cta-button {
    display: inline-block;
    background: #A67C52;
    color: #ffffff !important;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    text-align: center;
    transition: 0.25s ease;
}

.fd-cta-button:hover {
    background: #ffffff;
    color: #1f1f1f !important;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
    .fd-pricing-grid {
        grid-template-columns: 1fr;
    }

    .fd-card-header p {
        min-height: auto;
    }

    .fd-final-cta-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fd-cta-left h2,
    .fd-cta-left p {
        margin-left: auto;
        margin-right: auto;
    }
}

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

    .fd-final-cta-section {
        padding: 15px 0 50px;
    }

    .fd-pricing-container,
    .fd-final-cta-container {
        padding: 0 16px;
    }

    .fd-pricing-header {
        margin-bottom: 28px;
    }

    .fd-pricing-header h2 {
        font-size: 25px;
    }

    .fd-price-card {
        padding: 24px 20px;
    }

    .fd-card-header h3 {
        font-size: 24px;
    }

    .fd-price strong {
        font-size: 22px;
    }

    .fd-features li {
        font-size: 13px;
    }

    .fd-final-cta-box {
        padding: 28px 22px;
    }

    .fd-cta-left h2 {
        font-size: 23px;
    }

    .fd-cta-left p {
        font-size: 13px;
    }

    .fd-cta-button {
        width: 100%;
        padding: 13px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5787555 *//* ==================================================
   BONUS + GUARANTEE SECTION
================================================== */

.fd-bonus-section {
    background: #f4f4f4;
    padding: 35px 0 75px;
}

.fd-bonus-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: stretch;
}

.fd-bonus-card,
.fd-guarantee-card {
    background: #ffffff;
    border: 1px solid rgba(166, 124, 82, 0.22);
    padding: 34px 32px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.fd-guarantee-card {
    background: #1f1f1f;
    border-left: 5px solid #A67C52;
}

.fd-small-label {
    display: inline-block;
    color: #A67C52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.fd-bonus-card h2,
.fd-guarantee-card h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 22px;
}

.fd-bonus-card h2 {
    color: #1f1f1f;
}

.fd-guarantee-card h2 {
    color: #ffffff;
}

.fd-bonus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.fd-bonus-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #3f3f3f;
    font-weight: 600;
}

.fd-bonus-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #A67C52;
    border-radius: 50%;
}

.fd-bonus-note {
    font-size: 14px;
    line-height: 1.7;
    color: #777777;
    margin: 0;
    border-top: 1px solid #e8e3dc;
    padding-top: 18px;
}

.fd-guarantee-card p {
    color: #c7c7c7;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 24px;
}

.fd-guarantee-seal {
    display: inline-block;
    border: 1px solid rgba(166, 124, 82, 0.75);
    color: #A67C52;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .fd-bonus-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .fd-bonus-section {
        padding: 25px 0 55px;
    }

    .fd-bonus-container {
        padding: 0 16px;
    }

    .fd-bonus-card,
    .fd-guarantee-card {
        padding: 26px 22px;
    }

    .fd-bonus-card h2,
    .fd-guarantee-card h2 {
        font-size: 23px;
    }

    .fd-bonus-list li,
    .fd-guarantee-card p {
        font-size: 14px;
    }
}/* End custom CSS */