/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


header#site-header {
    display: none;
}

section#donation-form-section-id {padding: 50px 0px 0px;}

section#donation-form-section-id .container {
    max-width: 760px;
     /* Optional: to make sure it stays above background */
    margin: 0 auto;
}

section#donation-form-section-id .container .donation-form-wrapper {
    padding: 30px 35px 45px;
    background: #fff;
    border-radius: 12px;
    border-top: 6px solid #009688;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

section#donation-form-section-id form .flex-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

section#donation-form-section-id label {
    color: #111;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    display: block;
    margin: 0 0px 6px;
    letter-spacing: 0.5px;
}

section#donation-form-section-id form input {
    height: 40px;
    background: #fff;
    border: 1px solid #009688;
    border-radius: 8px;
    color: grey;
    font-size: 14px;
    padding: 4px 16px;
    width: 100% !important;
    border-left: 4px solid #009688;
}

section#donation-form-section-id form input::placeholder {
    color: grey;
    font-size: 14px;
}

section#donation-form-section-id form select {
    height: 40px;
    background: transparent;
    border: 1px solid #009688;
    border-radius: 8px;
    color: grey;
    font-size: 15px;
    padding: 5px 16px;
    width: 100% !important;
    border-left: 4px solid #009688;
}

section#donation-form-section-id form select::placeholder {
    color: grey;
    font-size: 14px;
}

section#donation-form-section-id form textarea {
    height: 100px !important;
    background: transparent;
    border: 1px solid #009688;
    border-radius: 8px;
    color: grey;
    font-size: 15px;
    padding: 5px 16px;
    width: 100% !important;
    border-left: 4px solid #009688;
}

section#donation-form-section-id form textarea::placeholder {
    color: grey;
    font-size: 14px;
}

.field-block {
    width: 100%;
    margin: 0 0 25px;
}

.inner-wrapper h2 {
    margin: 0 0 28px;
    font-size: 30px;
    color: #009688;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.inner-wrapper h2::after {
    content: '';
    background: #009688;
    position: absolute;
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -2.7px;
    border-radius: 100px;
}

ul.next-and-previous-button {
    padding: 0;
    margin: 22px 4px 0;
    display: flex;
    justify-content: start;
    gap: 14px;
}

ul.next-and-previous-button li {
    list-style: none;
}

ul.next-and-previous-button li a {
    background: #009688;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 600;
    transition: all 0.3s linear;
    border: 1px solid #009688;
    cursor: pointer;
}

ul.next-and-previous-button li a:hover {
    background: transparent;
    color: #009688 !important;
}

section#donation-form-section-id form select option {
    color: #000000 !important;
}


body.page-template-donation-form {
    height: 100vh;
}

footer#site-footer {
    padding: 0;
    margin: 0;
}

a#next_step-1 i {
    margin-left: 8px;
}

a.previous-btn-class {
    background: rgb(0 150 136 / 58%) !important;
    border-color: rgb(0 150 136 / 58%) !important;
}

a.previous-btn-class i {
    margin-right: 8px;
}

.amount-field {
    margin-bottom: 35px;
}

.amount-field span.form-input {
    position: relative;
}

.amount-field span.form-input p {
    margin: 0 0 0;
    padding: 0 0 0;
    height: 60px;
    width: 50px;
    background: #009688;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 31px;
    position: absolute;
    top: -24px;
    left: 0px;
}

.amount-field span.form-input input {
    padding-left: 66px !important;
    font-size: 26px !important;
    height: 60px !important;
    letter-spacing: 1px;
    font-weight: 500;
}

section#donation-form-section-id form .form-row1 input.form-btn {
    display: inline-block !important;
    width: 31.7% !important;
    margin: 0 12px 14px 0;
    height: 44px;
    font-size: 17px;
    transition: all 0.3s linear;
    font-weight: 600;
}

section#donation-form-section-id form .form-row1 input.form-btn:nth-child(3n) {
    margin-right: 0 !important;
}

section#donation-form-section-id form .form-row1 input.form-btn:hover {
    background: #fbfbfb;
    color: #000;
}

section#donation-form-section-id form .form-row1 input.active {
    background: #009688;
    color: #fff;
}

.inner-wrapper h4 {
    margin: 30px 0 32px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    padding: 3px 17px 0;
}

.inner-wrapper h4::after {
    content: '';
    background: #000000;
    position: absolute;
    width: 5px;
    height: 32px;
    left: 4px;
    top: 0;
}

ul#payment-select-id {
    padding: 0;
    margin: 0;
}

ul#payment-select-id li {
    list-style: none;
    display: inline-block;
    width: 47.5%;
    margin-right: 25px;
    border: 1px solid #009688;
    border-radius: 8px;
    transition: background-color 0.2s linear, outline 0.2s linear, outline-offset 0.2s linear;
    text-align: center;
    transition: all 0.2s linear;
}

ul#payment-select-id li:hover {
    background-color: #009688;
    color: #ffffff !important;
}

ul#payment-select-id li:hover label {
    color: #000 !important;
}

ul#payment-select-id li label {
    margin: 0;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 25px 32px;
    transition: color 0.1s linear;
}

ul#payment-select-id li:nth-child(2n) {
    margin-right: 0px !important;
}

ul#payment-select-id li label input[type="radio"] {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

ul#payment-select-id li:hover {
    color: #ffffff !important;
    background: #009688;
}

div#step-04 {
    position: relative;
}

div#step-04 ul.next-and-previous-button {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
}

div#step-04 ul.next-and-previous-button a#previous_step-3 {
    background: transparent !important;
    color: #000000 !important;
    padding: 0 !important;
    border: unset !important;
}

.inner-wrapper p {
    color: grey;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin: -12px 0 0;
}

ul#payment-select-id li:has(label input:checked) {
    background-color: #009688 !important;
    outline: 1.5px solid #009688;
    outline-offset: 3px;
}

ul#payment-select-id li:has(label input:checked) label {
    color: #ffffff !important;
}

.stripe-form {
    text-align: center;
    width: 80%;
    margin: 44px auto 0;
}

.paypal-form {
    text-align: center;
    width: 80%;
    margin: 44px auto 0;
}

.swal2-icon { margin: 0px auto 0px !important; } .swal2-html-container { padding: 14px 0 0 !important; } .swal2-title {font-size: 25px !important;} .swal2-confirm { background: #000 !important; border: unset !important; color: #fff !important; margin-top: 6px !important; font-size: 15px !important; }



.donation-ammount-class {
    margin: 25px 0 0;
    padding: 9px 0px;
    border-radius: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.donation-ammount-class h5 {
    margin: -7px 0 0px;
    font-size: 22px;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    line-height: 37px;
}

.donation-ammount-class div#total-ammount {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin: 0 0 0;
    padding: 5px 22px 5px;
    background: #009688;
    font-weight: 700;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.donation-ammount-class p#ammount::before {
    content: '';
    background: #009688;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -7px;
    top: 10px;
    transform: rotate(45deg);
}

.donation-ammount-class::after {
    content: '';
    position: absolute;
    width: 35%;
    height: 2px;
    right: 190px;
    top: 26.5px;
    border-bottom: 2px dashed rgb(106 106 106 / 52%);
}

div#stripe-form {
    width: 85%;
    margin: 50px auto 0;
}

div#stripe-form div#payment-stripe {
    width: 100%;
    padding: 25px 60px 12px;
    background: #fff;
    border-radius: 8px;
}

div#stripe-form label {
    color: #000;
    font-size: 16px;
}

.form-group {
    position: relative;
}

div#stripe-form div#payment-stripe .col-sm-8 {
    width: 68% !important;
    float: left;
    margin-right: 12px;
}

div#stripe-form div#payment-stripe .col-sm-4 {
    width: 30% !important;
    float: right;
}


.clear-both-class {
    width: 100%;
    clear: both;
}

.input-group {
    position: relative;
    margin: 5px 0 20px;
}

.input-group span.input-group-addon {
    position: absolute;
    width: 40px;
    height: 43px;
    background: #dbdbdb;
    border-radius: 8px;
    top: 1px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group span.input-group-addon i {
    color: #000;
    font-size: 15px;
}

.input-group input {
    border: 1px solid #000 !important;
    color: #000 !important;
    font-size: 17px !important;
    padding-left: 55px !important;
}

.payment-error-message {
    display: block;
    color: red !important;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
}
div#stripe-form div#payment-stripe .col-sm-4 .payment-error-message {
    bottom: -21px;
    left: 4px;
}

div#stripe-form div#payment-stripe .col-sm-12 .payment-error-message {
    bottom: 24px;
    left: 4px;
}

div#paypal-form {
    width: 100%;
    padding: 22px;
    background: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

div#paypal-form .paymentMerchantPaypal {
    width: 88%;
    margin: 0 auto;
}

section#donation-form-section-id form select:focus {
    border-color: #000 !important;
}

section#donation-form-section-id form input:focus {
    border-color: #000 !important;
}

div#card-element {
    padding: 14px 20px;
    border: 1px solid #8b8b8b;
    border-radius: 12px;
    border-left: 4px solid #111;
}

button#submitPayment {
    padding: 8px 20px;
    width: 100%;
    border-radius: 12px;
    background: #ffc439;
    color: #111;
    border: 1px solid #ffc439;
    font-size: 16px;
    font-weight: 600;
}

.form-row1 {
    margin-bottom: 32px !important;
}


.donation-ammount-class div#total-ammount p {
    color: #fff;
    margin: 0 00;
    font-size: 20px;
}