.elementor-3215 .elementor-element.elementor-element-1b1be35{--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;--gap:36px 36px;--row-gap:36px;--column-gap:36px;--padding-top:56px;--padding-bottom:56px;--padding-left:24px;--padding-right:24px;}.elementor-3215 .elementor-element.elementor-element-1b1be35:not(.elementor-motion-effects-element-type-background), .elementor-3215 .elementor-element.elementor-element-1b1be35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-3215 .elementor-element.elementor-element-b8b1739{--display:flex;}.elementor-3215 .elementor-element.elementor-element-09432cc{text-align:center;}.elementor-3215 .elementor-element.elementor-element-09432cc .elementor-heading-title{color:var( --e-global-color-fb49820 );}.elementor-3215 .elementor-element.elementor-element-37c3d65{text-align:center;}.elementor-3215 .elementor-element.elementor-element-37c3d65 .elementor-heading-title{color:var( --e-global-color-fb49820 );}.elementor-3215 .elementor-element.elementor-element-bea6d12{text-align:center;color:var( --e-global-color-fb49820 );}.elementor-3215 .elementor-element.elementor-element-bea6d12 a{color:var( --e-global-color-fb49820 );}.elementor-3215 .elementor-element.elementor-element-5d278e4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-3215 .elementor-element.elementor-element-126a628{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-3215 .elementor-element.elementor-element-3fea72c > .elementor-widget-container{border-radius:10px 10px 10px 10px;}.elementor-3215 .elementor-element.elementor-element-3fea72c .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3215 .elementor-element.elementor-element-0cfbf6a{--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;--overflow:hidden;--padding-top:56px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3215 .elementor-element.elementor-element-0cfbf6a:not(.elementor-motion-effects-element-type-background), .elementor-3215 .elementor-element.elementor-element-0cfbf6a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://99pledges.com/wp-content/uploads/2025/12/Green-Bg.svg");background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-3215 .elementor-element.elementor-element-126a628{--content-width:500px;}}@media(min-width:1025px){.elementor-3215 .elementor-element.elementor-element-0cfbf6a:not(.elementor-motion-effects-element-type-background), .elementor-3215 .elementor-element.elementor-element-0cfbf6a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-2dc5435 *//* =====================================================
   CF7 Form - pledgecontact styles
   Mirrors the old Elementor form design
   ===================================================== */

/* Hide the warning label at the top (wait-label) */
.pledgecontact .wait-label {
    display: none;
}

/* Reset all <p> margins */
.pledgecontact .wpcf7-form p {
    margin: 0;
    padding: 0;
}

/* Hide ALL <br> tags — spacing handled by margin on inputs */
.pledgecontact .wpcf7-form br {
    display: none;
}

/* Remove <label> default display issues */
.pledgecontact .wpcf7-form label {
    display: block;
    width: 100%;
}

/* Uniform 6px gap below every field via the control-wrap */
.pledgecontact .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 6px;
}

/* ── Text / Email inputs ── */
.pledgecontact .wpcf7-form-control.wpcf7-text,
.pledgecontact .wpcf7-form-control.wpcf7-email {
    width: 100%;
    min-height: 52px;
    padding: 9px 26px;
    background: rgba(217, 217, 217, 0.15) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.pledgecontact .wpcf7-form-control.wpcf7-text::placeholder,
.pledgecontact .wpcf7-form-control.wpcf7-email::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.pledgecontact .wpcf7-form-control.wpcf7-text:focus,
.pledgecontact .wpcf7-form-control.wpcf7-email:focus {
    border-color: #fff !important;
    background: rgba(217, 217, 217, 0.25) !important;
}

/* ── Select dropdown ── */
.pledgecontact .wpcf7-form-control.wpcf7-select {
    width: 100%;
    min-height: 52px;
    padding: 9px 26px;
    background: rgba(217, 217, 217, 0.15) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 16px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 12px !important;
    outline: none;
}

.pledgecontact .wpcf7-form-control.wpcf7-select option {
    background: #fff !important;
    color: #000 !important;
}

/* ── Textarea ── */
.pledgecontact .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    padding: 14px 26px;
    background: rgba(217, 217, 217, 0.15) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    outline: none;
    font-family: inherit;
    display: block;
}

.pledgecontact .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

/* ── Submit button ── */
.pledgecontact .wpcf7-form-control.wpcf7-submit {
    min-height: 52px;
    padding: 12px 32px;
    margin-top: 18px;
    background: #4caf1f !important;
    border: none !important;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    display: inline-block;
}

.pledgecontact .wpcf7-form-control.wpcf7-submit:hover {
    background: #3d9118 !important;
}

/* ── Bottom disclaimer text ── */
.pledgecontact .wpcf7-form h6 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    text-align: left; /* Changed from center to left */
    line-height: 1.5;
    
    /* Updated spacing and width rules */
    margin-top: 16px;
    max-width: 310px; /* Constrains the text to the button's approximate width */
    margin-left: 0;   /* Keeps the text aligned under the left-aligned button */
}

/* ── Validation error styling ── */
.pledgecontact .wpcf7-not-valid {
    border-color: #ff6b6b !important;
}

.pledgecontact .wpcf7-not-valid-tip {
    color: #ffcdd2;
    font-size: 12px;
    padding-left: 16px;
}

/* ── Response message ── */
.pledgecontact .wpcf7-response-output {
    border: none !important;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}/* End custom CSS */