{"id":827,"date":"2025-11-30T23:29:00","date_gmt":"2025-12-01T04:29:00","guid":{"rendered":"https:\/\/daveyfoundation.org\/?page_id=827"},"modified":"2026-04-16T15:13:37","modified_gmt":"2026-04-16T20:13:37","slug":"827-2","status":"publish","type":"page","link":"https:\/\/daveyfoundation.org\/?page_id=827","title":{"rendered":"Faith in Service Payment Portal"},"content":{"rendered":"\n<div class=\"zoom-background\"><\/div>\n<div class=\"dark-overlay\"><\/div>\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<style>\n  body.page .wp-site-blocks,\n  body.page .entry-content,\n  body.page .wp-block-group,\n  body.page .wp-block-post-content,\n  body.page .site-main {\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  body.page .entry-content > * {\n    max-width: 100% !important;\n    width: 100% !important;\n  }\n\n  body.page .wp-block-html {\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  body,\n  html {\n    margin: 0 !important;\n    padding: 0 !important;\n    overflow-x: hidden;\n    scroll-behavior: smooth;\n  }\n\n  :root {\n    --bg-deep: #06141f;\n    --accent: #075065;\n    --accent-soft: #0b6e89;\n    --accent-gold: #c9a14a;\n    --card-bg: rgba(255, 255, 255, 0.95);\n    --border-soft: rgba(255, 255, 255, 0.14);\n    --text-dark: #0f172a;\n    --text-muted: #475569;\n    --shadow-main: 0 30px 80px rgba(0, 0, 0, 0.38);\n    --shadow-soft: 0 16px 34px rgba(0, 0, 0, 0.18);\n    --radius-xl: 30px;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  .zoom-background {\n    position: fixed;\n    inset: 0;\n    background-image: url('https:\/\/daveyfoundation.org\/wp-content\/uploads\/2025\/08\/2010-0108_MDJ_8323-scaled.jpg');\n    background-size: cover;\n    background-position: center center;\n    z-index: -2;\n    transform: scale(1.03);\n    animation: backgroundDrift 38s ease-in-out infinite alternate;\n  }\n\n  .dark-overlay {\n    position: fixed;\n    inset: 0;\n    background:\n      linear-gradient(180deg, rgba(4, 12, 20, 0.50) 0%, rgba(4, 12, 20, 0.72) 100%),\n      radial-gradient(circle at top left, rgba(11, 110, 137, 0.18), transparent 40%),\n      radial-gradient(circle at bottom right, rgba(201, 161, 74, 0.12), transparent 30%);\n    z-index: -1;\n    pointer-events: none;\n  }\n\n  @keyframes backgroundDrift {\n    0% {\n      transform: scale(1.03) translateY(0px);\n    }\n    100% {\n      transform: scale(1.09) translateY(-10px);\n    }\n  }\n\n  @keyframes fadeRise {\n    0% {\n      opacity: 0;\n      transform: translateY(28px);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes lineGlow {\n    0% {\n      transform: scaleX(0.65);\n      opacity: 0.65;\n    }\n    100% {\n      transform: scaleX(1);\n      opacity: 1;\n    }\n  }\n\n  @keyframes softFloat {\n    0% {\n      transform: translateY(0px);\n    }\n    100% {\n      transform: translateY(-6px);\n    }\n  }\n\n  @keyframes shimmerSweep {\n    0% {\n      transform: translateX(-130%) skewX(-18deg);\n      opacity: 0;\n    }\n    15% {\n      opacity: 0.35;\n    }\n    45% {\n      opacity: 0;\n    }\n    100% {\n      transform: translateX(220%) skewX(-18deg);\n      opacity: 0;\n    }\n  }\n\n  #donation-page {\n    min-height: 100vh;\n    padding: 7rem 1.5rem 6rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donation-page-inner {\n    width: 100%;\n    max-width: 980px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 2rem;\n    animation: fadeRise 1.1s ease forwards;\n  }\n\n  .page-title {\n    text-align: center;\n    animation: fadeRise 1s ease forwards;\n  }\n\n  .page-title h1 {\n    margin: 0;\n    font-family: \"Georgia\", \"Times New Roman\", serif;\n    font-size: clamp(2.2rem, 4vw, 3.15rem);\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #ffffff;\n    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);\n  }\n\n  .page-title .underline {\n    width: 280px;\n    max-width: 82%;\n    height: 2px;\n    margin: 0.95rem auto 0;\n    border-radius: 999px;\n    background: linear-gradient(\n      90deg,\n      rgba(201, 161, 74, 0),\n      rgba(201, 161, 74, 0.95),\n      rgba(201, 161, 74, 0)\n    );\n    box-shadow: 0 0 18px rgba(201, 161, 74, 0.45);\n    transform-origin: center;\n    animation: lineGlow 1.4s ease forwards;\n  }\n\n  .donation-card {\n    width: 100%;\n    max-width: 760px;\n    background: linear-gradient(\n      180deg,\n      rgba(255, 255, 255, 0.96) 0%,\n      rgba(244, 247, 250, 0.94) 100%\n    );\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: var(--radius-xl);\n    box-shadow: var(--shadow-main);\n    padding: 2.75rem 2.35rem;\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n    position: relative;\n    overflow: hidden;\n    animation: fadeRise 1.25s ease forwards, softFloat 5s ease-in-out infinite alternate;\n    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n  }\n\n  .donation-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);\n    border-color: rgba(255, 255, 255, 0.3);\n  }\n\n  .donation-card::before {\n    content: \"\";\n    position: absolute;\n    top: -30%;\n    left: -22%;\n    width: 42%;\n    height: 170%;\n    background: linear-gradient(\n      90deg,\n      rgba(255, 255, 255, 0),\n      rgba(255, 255, 255, 0.18),\n      rgba(255, 255, 255, 0)\n    );\n    transform: translateX(-130%) skewX(-18deg);\n    pointer-events: none;\n    animation: shimmerSweep 6.5s ease-in-out infinite;\n  }\n\n  .donation-form-wrapper {\n    width: 100%;\n    background: rgba(255, 255, 255, 0.76);\n    border: 1px solid rgba(15, 23, 42, 0.08);\n    border-radius: 24px;\n    padding: 2.2rem 2rem;\n    box-shadow: var(--shadow-soft);\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .donation-form-wrapper h3 {\n    margin: 0;\n    text-align: center;\n    font-size: 1.08rem;\n    font-weight: 700;\n    color: var(--text-dark);\n    letter-spacing: 0.02em;\n  }\n\n  .donation-form-wrapper p {\n    margin: 0.7rem 0 1.35rem;\n    text-align: center;\n    font-size: 0.92rem;\n    color: var(--text-muted);\n    line-height: 1.65;\n    max-width: 680px;\n  }\n\n  .donorbox-embed {\n    width: 100%;\n    display: flex;\n    justify-content: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  dbox-widget {\n    display: block;\n    width: 100% !important;\n    max-width: 480px !important;\n    min-height: 1020px;\n    margin: 0 auto !important;\n  }\n\n  .donorbox-embed iframe {\n    display: block !important;\n    margin: 0 auto !important;\n  }\n\n  .reassurance {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 0.8rem;\n    max-width: 900px;\n    animation: fadeRise 1.45s ease forwards;\n  }\n\n  .reassurance span {\n    color: #f8fafc;\n    font-size: 0.84rem;\n    line-height: 1.45;\n    padding: 0.55rem 0.95rem;\n    border-radius: 999px;\n    border: 1px solid rgba(255, 255, 255, 0.16);\n    background: rgba(10, 20, 30, 0.42);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);\n  }\n\n  .reassurance strong {\n    color: var(--accent-gold);\n    font-weight: 700;\n  }\n\n  @media (max-width: 900px) {\n    #donation-page {\n      padding: 6rem 1.2rem 5rem;\n    }\n\n    .donation-card {\n      padding: 2.2rem 1.5rem;\n      max-width: 100%;\n    }\n\n    .donation-form-wrapper {\n      padding: 1.7rem 1.2rem;\n    }\n\n    dbox-widget {\n      max-width: 100% !important;\n      min-height: 1120px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    #donation-page {\n      padding: 5.2rem 1rem 4.5rem;\n    }\n\n    .page-title h1 {\n      font-size: clamp(1.8rem, 7vw, 2.4rem);\n      letter-spacing: 0.05em;\n    }\n\n    .donation-card {\n      border-radius: 24px;\n      padding: 1.5rem 1rem;\n      animation: fadeRise 1.1s ease forwards;\n    }\n\n    .donation-form-wrapper {\n      border-radius: 20px;\n      padding: 1.35rem 0.95rem;\n    }\n\n    .donation-form-wrapper p {\n      font-size: 0.88rem;\n    }\n\n    dbox-widget {\n      max-width: 100% !important;\n      min-height: 1230px;\n    }\n\n    .reassurance {\n      gap: 0.65rem;\n    }\n\n    .reassurance span {\n      font-size: 0.8rem;\n      padding: 0.5rem 0.8rem;\n    }\n  }\n<\/style>\n\n<section id=\"donation-page\">\n  <div class=\"donation-page-inner\">\n    <div class=\"page-title\">\n      <h1>Sponsor A Chaplain Today<\/h1>\n      <div class=\"underline\"><\/div>\n    <\/div>\n\n    <div class=\"donation-card\">\n      <div class=\"donation-form-wrapper\" id=\"donation-form\">\n        <h3>Secure Online Donation<\/h3>\n        <p>Adjust the amount, frequency, and payment method directly in the form.<\/p>\n\n        <div class=\"donorbox-embed\">\n          <script type=\"module\" src=\"https:\/\/donorbox.org\/widgets.js\" async><\/script>\n          <dbox-widget\n            campaign=\"faith-in-service-fund\"\n            type=\"donation_form\"\n            enable-auto-scroll=\"true\">\n          <\/dbox-widget>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"reassurance\">\n      <span><strong>Stewardship:<\/strong> Gifts are used solely to advance the mission of the foundation.<\/span>\n      <span><strong>Security:<\/strong> Processed via encrypted, industry-standard payment systems.<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Sponsor A Chaplain Today Secure Online Donation Adjust the amount, frequency, and payment method directly in the form. Stewardship: Gifts are used solely to advance the mission of the foundation. Security: Processed via encrypted, industry-standard payment systems.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-827","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=\/wp\/v2\/pages\/827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=827"}],"version-history":[{"count":5,"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=\/wp\/v2\/pages\/827\/revisions"}],"predecessor-version":[{"id":1079,"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=\/wp\/v2\/pages\/827\/revisions\/1079"}],"wp:attachment":[{"href":"https:\/\/daveyfoundation.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}