.elementor-4374 .elementor-element.elementor-element-598834e5{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4374 .elementor-element.elementor-element-598834e5:not(.elementor-motion-effects-element-type-background), .elementor-4374 .elementor-element.elementor-element-598834e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7bc2eb7 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1a86eac6 */#place_order {
    position: relative;
    color: transparent !important;
    background-color: #16224b !important; /* Normal color */
    border: none !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#place_order::after {
    content: "Donate Now";
    color: #fff; /* Text color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}

/* Hover effect */
#place_order:hover {
    background-color: #cbae6f !important;
}






.woocommerce-billing-fields > h3 {
    font-size: 0; /* Hide original text */
    position: relative;
    height: 24px; /* Height to fit the new text */
    margin-bottom: 16px; /* Adds space below */
}

.woocommerce-billing-fields > h3::after {
    content: "Donation Details";
    font-size: 30px;
    color: #16224b;
    position: absolute;
    top: 0;
    left: 0;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    padding: 40px 0 14px;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--ast-border-color);
}






#order_review_heading {
    font-size: 0; /* Hide original text */
    position: relative;
    padding-bottom: 20px; /* Adds space below the heading */
    height: 44px; /* 24px text + 20px padding */
}

#order_review_heading::after {
    content: "Donation Amount";
    font-size: 24px;
    color: #16224b;
    position: absolute;
    top: 10px;
    left: 30px;
}/* End custom CSS */