/* =========================================================
   PRAYER REQUEST SECTION
========================================================== */
.ret33{
    color: #cbb9ab;
}
.prayer-section-main,
.prayer-section-main * {
    box-sizing: border-box;
}

.prayer-section-main {
    --prayer-navy: #08172d;
    --prayer-navy-light: #10284b;
    --prayer-blue: #305caa;
    --prayer-purple: #7655c9;
    --prayer-gold: #d7a93d;
    --prayer-gold-light: #f7db83;
    --prayer-text: #15243b;
    --prayer-muted: #647086;
    --prayer-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    font-family: "Inter", sans-serif;
 
}

.prayer-section-main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    opacity: 0.38;
    background-image:
        radial-gradient(circle, rgba(45, 76, 126, 0.28) 1.1px, transparent 1.2px);
    background-size: 25px 25px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 18%,
        #000 82%,
        transparent
    );
}

.prayer-section-main::after {
    content: "";
    position: absolute;
    top: -150px;
    right: -100px;
    z-index: -2;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(80, 106, 167, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(255, 255, 255, 0.22),
        0 0 0 110px rgba(80, 106, 167, 0.04);
    pointer-events: none;
}

.prayer-section-container {
    position: relative;
    z-index: 3;
}

.prayer-section-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(35px);
    pointer-events: none;
}

.prayer-section-glow-one {
    top: 22%;
    left: -70px;
    width: 190px;
    height: 190px;
 
}

.prayer-section-glow-two {
    right: -55px;
    bottom: 6%;
    width: 230px;
    height: 230px;
 
}

.prayer-section-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.prayer-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #9b751c;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prayer-section-eyebrow::before,
.prayer-section-eyebrow::after {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--prayer-gold));
}

.prayer-section-eyebrow::after {
    background: linear-gradient(90deg, var(--prayer-gold), transparent);
}

.prayer-section-title {
    margin: 0 0 13px;
    color: var(--prayer-text);
    font-family: "Archivo Black", sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -1.3px;
}

.prayer-section-title span {
    color: var(--prayer-gold);
    text-shadow: 0 6px 24px rgba(215, 169, 61, 0.22);
}

.prayer-section-subtitle {
    max-width: 670px;
    margin: 0 auto;
    color: #4c4e52;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
}

/* Main connected card */

.prayer-section-layout {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(20, 48, 87, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow:
        0 28px 75px rgba(22, 42, 79, 0.15),
        0 4px 15px rgba(21, 39, 69, 0.07);
}

/* Image side */

.prayer-section-image-column {
    display: flex;
    min-height: 100%;
}

.prayer-section-image-wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    background: var(--prayer-navy);
}

.prayer-section-image-wrap::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 3;
    border: 0px solid rgba(247, 219, 131, 0.7);
    border-radius: 7px;
    pointer-events: none;
  
}

.prayer-section-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.prayer-section-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 525px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.prayer-section-layout:hover .prayer-section-image {
    transform: scale(1.035);
}

.prayer-section-image-light {
    position: absolute;
    top: -70px;
    left: 15%;
    z-index: 2;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 224, 146, 0.25);
    filter: blur(35px);
    pointer-events: none;
}

.prayer-section-cross {
    position: absolute;
    z-index: 4;
    color: rgba(255, 226, 148, 0.92);
    text-shadow: 0 0 18px rgba(244, 203, 101, 0.75);
    animation: prayerSectionFloat 5s ease-in-out infinite;
}

.prayer-section-cross-one {
    top: 34px;
    left: 31px;
    font-size: 1.2rem;
}

.prayer-section-cross-two {
    top: 30%;
    right: 26px;
    color: rgba(214, 224, 255, 0.85);
    font-size: 0.9rem;
    animation-delay: -1.7s;
}

.prayer-section-cross-three {
    right: 38px;
    bottom: 110px;
    font-size: 1.1rem;
    animation-delay: -3s;
}

.prayer-section-prayer-badge {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 226, 148, 0.6);
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: rgba(5, 19, 44, 0.66);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.22),
        0 0 22px rgba(218, 172, 65, 0.18);
    backdrop-filter: blur(12px);
    animation: prayerSectionBadgeFloat 4s ease-in-out infinite;
}

.prayer-section-prayer-badge i {
    color: var(--prayer-gold-light);
}

.prayer-section-image-card {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 7px;
    color: #ffffff;
    background: rgba(5, 19, 44, 0.7);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(14px);
}

.prayer-section-image-card-icon {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    color: #352a0c;
    background: linear-gradient(
        135deg,
        var(--prayer-gold-light),
        var(--prayer-gold)
    );
    box-shadow: 0 0 24px rgba(218, 169, 61, 0.4);
}

.prayer-section-image-card small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.prayer-section-image-card strong {
    display: block;
    font-size: 0.93rem;
}

/* Form side */

.prayer-section-form-column {
    display: flex;
    background: var(--prayer-navy);
}

.prayer-section-form-panel {
    position: relative;
    width: 100%;
    min-height: 525px;
    overflow: hidden;
    padding: 36px 34px 32px;
    color: #ffffff;
    background: #5345a1;
}

.prayer-section-form-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(246, 219, 139, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(255, 255, 255, 0.015),
        0 0 0 75px rgba(255, 255, 255, 0.012);
    pointer-events: none;
}

.prayer-section-form-panel::after {
    content: "✦";
    position: absolute;
    right: 25px;
    bottom: 12px;
    color: rgba(247, 219, 131, 0.25);
    font-size: 5rem;
    line-height: 1;
    pointer-events: none;
    animation: prayerSectionRotate 14s linear infinite;
}

.prayer-section-form-header {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
}

.prayer-section-form-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    color: var(--prayer-gold-light);
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.prayer-section-form-title {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1px;
}

.prayer-section-form-text {
    margin: 0;
    color: rgba(231, 238, 252, 0.7);
    font-size: 0.82rem;
    line-height: 1.65;
}

.prayer-section-form {
    position: relative;
    z-index: 3;
}

.prayer-section-field {
    margin-bottom: 15px;
}

.prayer-section-label {
    display: block;
    margin-bottom: 6px;
    color: rgba(247, 249, 255, 0.88);
    font-size: 0.73rem;
    font-weight: 600;
}

.prayer-section-label span {
    margin-left: 2px;
    color: var(--prayer-gold-light);
}

.prayer-section-input-group {
    position: relative;
}

.prayer-section-input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 4;
    color: var(--prayer-gold-light);
    font-size: 0.82rem;
    pointer-events: none;
    transform: translateY(-50%);
}

.prayer-section-textarea-icon {
    top: 16px;
    transform: none;
}

.prayer-section-control.form-control {
    min-height: 43px;
    padding: 9px 13px 9px 40px;
    border: 1px solid rgba(195, 211, 244, 0.2);
    border-radius: 5px;
    color: #f7f9ff;
    font-size: 0.82rem;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

textarea.prayer-section-control.form-control {
    min-height: 102px;
    padding-top: 13px;
    resize: vertical;
}

.prayer-section-control.form-control::placeholder {
    color: rgba(221, 228, 244, 0.43);
}

.prayer-section-control.form-control:hover {
    border-color: rgba(247, 219, 131, 0.4);
    background: rgba(255, 255, 255, 0.09);
}

.prayer-section-control.form-control:focus {
    border-color: var(--prayer-gold-light);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    box-shadow:
        0 0 0 3px rgba(215, 169, 61, 0.12),
        0 0 24px rgba(77, 118, 214, 0.13);
    transform: translateY(-1px);
}

.prayer-section-control.form-control.is-invalid {
    border-color: #ff8f9d;
    background-image: none;
    box-shadow: 0 0 0 3px rgba(255, 94, 116, 0.1);
}

.prayer-section-invalid-feedback {
    display: none;
    margin-top: 5px;
    color: #ffb4bd;
    font-size: 0.68rem;
}

.prayer-section-control.is-invalid
+ .prayer-section-invalid-feedback {
    display: block;
}

.prayer-section-submit {
    position: relative;
    display: inline-flex;
    min-height: 46px;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 4px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 233, 168, 0.9);
    border-radius: 5px;
    color: #211a09;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.2px;
    background:
        linear-gradient(
            105deg,
            #c89424 0%,
            #f4d574 48%,
            #d3a135 100%
        );
    box-shadow:
        0 11px 28px rgba(214, 165, 52, 0.24),
        0 0 26px rgba(244, 213, 116, 0.14);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}

.prayer-section-submit::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -50%;
    width: 28%;
    height: 220%;
    background: rgba(255, 255, 255, 0.45);
    transform: rotate(24deg);
    transition: left 0.6s ease;
}

.prayer-section-submit:hover {
    color: #181103;
    filter: brightness(1.06);
    box-shadow:
        0 14px 34px rgba(214, 165, 52, 0.35),
        0 0 35px rgba(244, 213, 116, 0.25);
    transform: translateY(-2px);
}

.prayer-section-submit:hover::before {
    left: 125%;
}

.prayer-section-submit:active {
    transform: translateY(0) scale(0.985);
}

.prayer-section-submit:focus-visible {
    outline: 3px solid rgba(247, 219, 131, 0.42);
    outline-offset: 3px;
}

.prayer-section-submit:disabled {
    cursor: not-allowed;
    filter: grayscale(0.25);
    opacity: 0.78;
}

.prayer-section-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 12px 0 0;
    color: rgba(224, 232, 247, 0.55);
    font-size: 0.66rem;
    text-align: center;
}

.prayer-section-privacy i {
    color: var(--prayer-gold-light);
}

.prayer-section-success {
    display: none;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 17px;
    padding: 12px 13px;
    border: 1px solid rgba(135, 235, 179, 0.35);
    border-radius: 5px;
    color: #dcffeb;
    font-size: 0.75rem;
    line-height: 1.5;
    background: rgba(43, 146, 91, 0.15);
    box-shadow: 0 0 22px rgba(38, 190, 109, 0.08);
}

.prayer-section-success.prayer-section-success-visible {
    display: flex;
    animation: prayerSectionSuccess 0.5s ease forwards;
}

.prayer-section-success-icon {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #082916;
    background: #8ce8b5;
}

.prayer-section-success strong {
    display: block;
    margin-bottom: 1px;
    color: #ffffff;
}

/* Decorative elements */

.prayer-section-floating-cross {
    position: absolute;
    z-index: 1;
    color: rgba(63, 92, 151, 0.17);
    font-size: 1.6rem;
    pointer-events: none;
    animation: prayerSectionFloat 6s ease-in-out infinite;
}

.prayer-section-floating-cross-one {
    top: 15%;
    left: 4%;
}

.prayer-section-floating-cross-two {
    right: 5%;
    bottom: 15%;
    color: rgba(191, 145, 34, 0.2);
    animation-delay: -2.5s;
}

.prayer-section-line {
    position: absolute;
    z-index: 0;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(78, 108, 168, 0.11);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    pointer-events: none;
}

.prayer-section-line-one {
    top: 38%;
    left: -85px;
    transform: rotate(35deg);
}

.prayer-section-line-two {
    right: -90px;
    bottom: 25%;
    transform: rotate(200deg);
}

/* Animations */

@keyframes prayerSectionFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-10px) rotate(4deg);
    }
}

@keyframes prayerSectionBadgeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes prayerSectionRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes prayerSectionSuccess {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */

@media (max-width: 991.98px) {
    .prayer-section-main {
        padding: 60px 0;
    }

    .prayer-section-form-panel {
        padding: 30px 25px 27px;
    }

    .prayer-section-image,
    .prayer-section-form-panel {
        min-height: 545px;
    }

    .prayer-section-prayer-badge {
        top: 27px;
        right: 25px;
    }

    .prayer-section-image-card {
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
}

@media (max-width: 767.98px) {
    .prayer-section-main {
        padding: 52px 0;
    }

    .prayer-section-heading {
        margin-bottom: 29px;
        padding: 0 7px;
    }

    .prayer-section-title {
        font-size: clamp(1.8rem, 9vw, 2.45rem);
        letter-spacing: -0.8px;
    }

    .prayer-section-subtitle {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .prayer-section-layout {
        border-radius: 10px;
    }

    .prayer-section-image-wrap {
        min-height: 390px;
        border-radius: 10px 10px 0 0;
    }

    .prayer-section-image {
        min-height: 390px;
        max-height: 430px;
    }

    .prayer-section-form-panel {
        min-height: auto;
        padding: 29px 22px 27px;
    }

    .prayer-section-image-card {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .prayer-section-prayer-badge {
        top: 25px;
        right: 23px;
    }

    .prayer-section-cross-two {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .prayer-section-main {
        padding: 45px 0;
    }

    .prayer-section-container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .prayer-section-eyebrow {
        font-size: 0.66rem;
        letter-spacing: 1.4px;
    }

    .prayer-section-eyebrow::before,
    .prayer-section-eyebrow::after {
        width: 24px;
    }

    .prayer-section-image-wrap,
    .prayer-section-image {
        min-height: 350px;
    }

    .prayer-section-form-panel {
        padding: 26px 17px 24px;
    }

    .prayer-section-form-title {
        font-size: 1.35rem;
    }

    .prayer-section-prayer-badge {
        top: 22px;
        right: 20px;
        padding: 8px 11px;
        font-size: 0.65rem;
    }

    .prayer-section-image-card {
        gap: 10px;
        padding: 13px;
    }

    .prayer-section-image-card-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .prayer-section-image-card strong {
        font-size: 0.82rem;
    }

    .prayer-section-field {
        margin-bottom: 13px;
    }

    .prayer-section-submit {
        width: 100%;
    }
}

/* Reduced motion accessibility */

@media (prefers-reduced-motion: reduce) {
    .prayer-section-main *,
    .prayer-section-main *::before,
    .prayer-section-main *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}



 

 
.cream-wave-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.95), transparent 35%),
        radial-gradient(circle at 80% 65%, rgba(255, 224, 170, 0.75), transparent 38%),
        linear-gradient(135deg, #fffdf7 0%, #fff1d6 45%, #f5d7a1 100%);
    box-shadow:
        inset 0 0 80px rgba(255, 255, 255, 0.9),
        inset 0 -40px 80px rgba(219, 171, 96, 0.25),
        0 0 50px rgba(255, 222, 170, 0.55);
}

 
 
 
 
    *{
      box-sizing:border-box;
    }

    body{
      margin:0;
      font-family:"Roboto", Arial, sans-serif;
      background:#fff;
    }

    .prayer-support{
      position:relative;
      overflow:hidden;
      padding:75px 0;
      background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.18) 0 4px, transparent 5px),
        radial-gradient(circle at 90% 70%, rgba(255,255,255,.14) 0 7px, transparent 8px),
        linear-gradient(135deg,#ff6b00 0%,#ff8300 48%,#f15b00 100%);
      color:#fff;
    }

    .prayer-support::before,
    .prayer-support::after{
      content:"";
      position:absolute;
      border:2px solid rgba(255,255,255,.15);
      border-radius:50%;
      pointer-events:none;
    }

    .prayer-support::before{
      width:320px;
      height:320px;
      left:-150px;
      top:-130px;
    }

    .prayer-support::after{
      width:430px;
      height:430px;
      right:-220px;
      bottom:-250px;
    }

    .prayer-wrapper{
      position:relative;
      z-index:2;
      display:flex;
      align-items:center;
    }

    .prayer-logo-wrap{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:center;
      padding-right:55px;
    }

    .prayer-logo{
      width:185px;
      height:185px;
      border-radius:50%;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
      box-shadow:
        0 15px 35px rgba(103,44,0,.26),
        0 0 0 10px rgba(255,255,255,.15);
    }

    .prayer-logo::before{
      content:"";
      position:absolute;
      inset:12px;
      border-radius:50%;
      border:2px dashed #ff7900;
    }

    .prayer-logo i{
      position:relative;
      z-index:1;
      font-size:68px;
      color:#f36b00;
    }

    .vertical-divider{
      position:absolute;
      right:8px;
      width:2px;
      height:175px;
      background:rgba(255,255,255,.45);
    }

    .vertical-divider::before,
    .vertical-divider::after{
      content:"";
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      width:11px;
      height:11px;
      border-radius:50%;
      background:#fff;
    }

    .vertical-divider::before{
      top:-4px;
    }

    .vertical-divider::after{
      bottom:-4px;
    }

    .prayer-content{
      padding-left:45px;
    }

    .small-title{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 18px;
      margin-bottom:18px;
      border:1px solid rgba(255,255,255,.75);
      border-radius:5px;
      background:rgba(113,43,0,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
      font-size:14px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1.5px;
    }

    .small-title i{
      font-size:13px;
    }

    .main-title{
      margin:0;
      font-size:54px;
      line-height:1.08;
      font-weight:800;
      letter-spacing:-1px;
    }

    .main-title span{
      color:#e6f983;
    }

    .title-divider{
      display:flex;
      align-items:center;
      gap:10px;
      width:190px;
      margin:20px 0;
    }

    .title-divider::before,
    .title-divider::after{
      content:"";
      height:2px;
      background:rgba(255,255,255,.8);
      flex:1;
    }

    .title-divider span{
      width:9px;
      height:9px;
      background:#fff;
      transform:rotate(45deg);
    }

    .prayer-text{
      max-width:680px;
      margin:0;
      color:#fff8f2;
      font-size:22px;
      line-height:1.8;
    }

    .prayer-button-wrap{
      display:flex;
      justify-content:flex-end;
      align-items:center;
    }

    .prayer-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:11px;
      min-width:200px;
      padding:15px 24px;
      border:2px solid #fff;
      border-radius:5px;
      background:#fff;
      color:#e85e00;
      font-size:15px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.6px;
      text-decoration:none;
      box-shadow:0 12px 28px rgba(91,37,0,.22);
      transition:.3s ease;
    }

    .prayer-btn i{
      transition:.3s ease;
    }

    .prayer-btn:hover{
      background:transparent;
      color:#fff;
      transform:translateY(-4px);
      box-shadow:0 18px 35px rgba(91,37,0,.28);
    }

    .prayer-btn:hover i{
      transform:translateX(5px);
    }

    @media (max-width:991.98px){
      .prayer-support{
        padding:60px 0;
      }

      .prayer-wrapper{
        text-align:center;
      }

      .prayer-logo-wrap{
        padding:0 12px 35px;
      }

      .vertical-divider{
        display:none;
      }

      .prayer-content{
        padding:0 15px;
      }

      .title-divider{
        margin:20px auto;
      }

      .prayer-text{
        margin:0 auto;
      }

      .prayer-button-wrap{
        justify-content:center;
        margin-top:30px;
      }
    }

    @media (max-width:575.98px){
      .prayer-support{
        padding:48px 0;
      }

      .prayer-logo{
        width:145px;
        height:145px;
      }

      .prayer-logo i{
        font-size:53px;
      }

      .main-title{
        font-size:38px;
      }

      .prayer-text{
        font-size:15px;
        line-height:1.7;
      }

      .small-title{
        font-size:12px;
      }

      .prayer-btn{
        width:100%;
        max-width:280px;
      }
    }

 