/* Donation Form Unified Styles */

/* Tabs Styling (Mockup Match) */
.vl-donate-frm-10 .nav-pills {
    margin-bottom: 30px;
    gap: 10px;
}

.vl-donate-frm-10 .nav-link {
    background: #fff;
    color: #000;
    border: 1px solid #eee;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.vl-donate-frm-10 .nav-link.active {
    background: #000 !important;
    color: #fff !important;
    border-color: #000;
}

.vl-donate-frm-10 .nav-link:not(.active) {
    border: 1px solid #ddd;
    color: #000;
}

.vl-donate-form-wrap-iner-top-7 .title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 25px;
    color: #000;
    letter-spacing: -0.5px;
}

/* Mockup Specific Buttons */
.btn-orange-mockup {
    background: #fe9c39 !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 15px 25px !important;
    font-weight: 700 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    transition: all 0.3s ease !important;
}

.btn-orange-mockup:hover {
    background: #e68a2e !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(254, 156, 57, 0.3);
}

.slant-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.btn-orange-mockup:hover .slant-arrow {
    transform: translate(3px, -3px);
}

/* Thumbnail Overlay Styling (Mockup) */
.vl-donate-thumb-7-content {
    text-align: center;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
}

.thumb-mini-title {
    color: #fff;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.thumb-main-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.btn-white-mockup {
    background: #fff !important;
    color: #000 !important;
    padding: 12px 28px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    font-size: 1.1rem !important;
    transition: all 0.3s ease !important;
}

.btn-white-mockup:hover {
    background: #f8f8f8 !important;
    transform: scale(1.05);
}

/* Impact Card & Container */
.premium-impact-card {
    background: linear-gradient(135deg, #014d3f 0%, #01715d 100%);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(1, 113, 93, 0.2);
}

.premium-impact-card.homepage {
    padding: 30px;
}

.impact-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.impact-card-header.homepage {
    margin-bottom: 35px;
}

.impact-card-title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.5px;
}

.impact-card-title.homepage {
    font-size: 1.2rem;
}

.giftaid-it-logo {
    font-family: 'Brush Script MT', cursive;
    font-size: 2.2rem;
    color: rgba(255,255,255,0.9);
    font-style: italic;
    line-height: 1;
    transform: rotate(-5deg);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.giftaid-it-logo.homepage {
    font-size: 1.8rem;
}

.card-decorative-shape {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    z-index: 1;
}

.card-decorative-shape.homepage {
    top: -40px;
    right: -40px;
    width: 150px;
    height: 150px;
}

/* Comparison Section */
.impact-comparison-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.impact-comparison-section.homepage {
    gap: 15px;
    margin-bottom: 30px;
}

.impact-box {
    flex: 1;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 22px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}

.impact-box.highlight {
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.impact-box.homepage {
    padding: 18px;
}

.impact-box.homepage-regular {
    border: 1px solid rgba(255,255,255,0.15);
}

.impact-box.homepage-highlight {
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.1);
}

.impact-label {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.impact-label.homepage {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

.impact-label.homepage-highlight {
    color: rgba(255,255,255,0.6);
}

.impact-amount {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    color: #fff;
}

.impact-amount.highlight {
    font-size: 2.2rem;
    color: #ffbc00;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.impact-amount.homepage {
    font-size: 1.8rem;
}

.impact-amount.homepage-highlight {
    font-size: 2rem;
    color: #ffbc00;
}

.impact-arrow {
    color: rgba(255,255,255,0.4);
    font-size: 1.8rem;
    font-weight: 300;
}

.impact-arrow.homepage {
    color: rgba(255,255,255,0.3);
    font-size: 1.2rem;
}

/* Divider & Checkbox Section */
.card-divider {
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.card-divider.homepage {
    background: rgba(255,255,255,0.1);
    margin-bottom: 25px;
}

.gift-aid-checkbox-container {
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 25px;
}

.gift-aid-checkbox-container.homepage {
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 20px;
}

.gift-aid-flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.gift-aid-flex.homepage {
    gap: 15px;
}

.custom-checkbox-wrap {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 3px;
}

.custom-checkbox-wrap.homepage {
    width: 26px;
    height: 26px;
    margin-top: 2px;
}

/* Custom Checkbox Input */
.custom-checkbox-input {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    cursor: pointer;
    accent-color: #ffbc00;
    appearance: none;
    -webkit-appearance: none;
    display: block;
    border: 2px solid rgba(255,255,255,0.4);
    background: transparent;
    transition: all 0.2s;
}

.custom-checkbox-input.homepage {
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255,255,255,0.3);
}

.custom-checkbox-input:checked {
    background: #fff;
    border-color: #fff;
}

.custom-checkbox-input:checked::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #01715d;
    font-size: 14px;
}

.custom-checkbox-input.homepage:checked::after {
    font-size: 13px;
}

.custom-checkbox-input:hover {
    border-color: #fff;
    transform: scale(1.05);
}

/* Labels & Wording */
.gift-aid-label-main {
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.gift-aid-label-main.homepage {
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.gift-aid-subtext {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    font-weight: 400;
}

.gift-aid-subtext.homepage {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

.impact-info-footer {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.impact-info-footer.homepage {
    margin-top: 20px;
}

.impact-info-footer i {
    color: #ffbc00;
    font-size: 1rem;
}

.impact-info-footer.homepage i {
    font-size: 0.9rem;
}

.impact-info-footer p {
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    margin: 0;
    font-weight: 600;
}

.impact-info-footer.homepage p {
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
}

/* Step 3: Details & Payment */
.donation-step-details {
    border-top: 1px dashed #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.donation-section-title {
    margin-bottom: 20px;
    font-size: 1.1rem;
    border-left: 4px solid #1a1a1a;
    padding-left: 15px;
}

.donation-section-title.white {
    color: #fff;
}

.donation-form-control {
    height: 50px;
    border-radius: 8px;
}

/* Payment Options */
.payment-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.payment-option-card {
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.payment-option-card.homepage {
    border: 2px solid #ddd;
    padding: 15px;
}

.payment-option-card:hover {
    border-color: #01715d;
}

.payment-option-card.active {
    border-color: #01715d;
    background-color: #f8fcfb;
    box-shadow: 0 0 0 3px rgba(1, 113, 93, 0.1);
}

.payment-option-card.homepage.active {
    border-color: #ffbc00;
    background-color: #fffdf5;
    box-shadow: 0 0 0 3px rgba(255, 188, 0, 0.1);
}

.payment-option-card input.payment-radio {
    display: none;
}

.payment-logo-stripe {
    height: 30px;
    margin-bottom: 8px;
}

.payment-logo-stripe.homepage {
    height: 25px;
    margin-bottom: 5px;
}

.payment-logo-paypal {
    height: 25px;
    margin-bottom: 12px;
}

.payment-logo-paypal.homepage {
    height: 20px;
    margin-bottom: 8px;
}

/* Stripe Container */
.stripe-container-custom {
    display: none;
    background: #fff;
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

/* Step visibility and spacing */
.donation-step {
    padding-top: 10px;
    margin-top: 10px;
}

.d-none-important {
    display: none !important;
}

/* Validation Specifics */
.donation-form-control.error {
    border-color: #ff5e5e !important;
}

label.error {
    color: #ff5e5e;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

/* Amount Radios (Mockup Match) */
.donate-amount-radios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: #eef9f1;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.vl-donate-box-bg-10 {
    background: #fff !important;
    padding: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.vl-donate-form-wrap-iner-top-7 {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
}

.vl-donate-form-wrap-iner-bottom-7 h4.title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.donate-amount-radio {
    cursor: pointer;
    margin: 0 !important;
}

.donate-amount-radio input {
    display: none;
}

.donate-amount-radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: transparent;
    color: #01715d;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 8px;
    transition: all 0.2s;
    text-align: center;
    height: 100%;
}

.donate-amount-radio input:checked + span {
    background: #01715d;
    color: #fff;
    box-shadow: 0 4px 10px rgba(1, 113, 93, 0.2);
}

.donate-amount-radio span:hover {
    background: rgba(1, 113, 93, 0.1);
}

/* Any Other Amount Special Case */
.donate-amount-radio[data-other="true"] {
    grid-column: span 3;
}

.donate-amount-radio[data-other="true"] span {
    font-size: 0.9rem;
    padding: 15px;
}

.donate-number-form input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 15px;
}

.vl-select.wide {
    border: 1px solid #ddd;
    border-radius: 8px !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 20px;
}
