/*
Template Name: Krishna Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************events****************/
.center_donate {
    background-image: url(../img/22.jpg);
    background-position: center center;
    background-size: cover;
}

.center_donate_dt {
    background-image: url(../img/34.jpg);
    background-position: center center;
    background-size: cover;
}

.donate_dt1l2 ul li {
    background: #f5e5e1;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 14px;
}

.donate_dt1r1i2 span {
    border-radius: 20px 30px 30px 0px;
}

.donate_dt1r1i2 {
    bottom: 20px;
    left: -5px;
}

.donate_dt1l2 ul li.active {
    background: #f74f22;
    color: white;
}

.donate_dt1r1 {
    border-bottom: 0;
    border-radius: 20px 20px 0px 0px;
}

.donate_dt1r2 {
    border-radius: 0px 0px 20px 20px;
    border-top: 0;
}

.donate_dt1r2 .progress-bar {
    background: #F9F9F9;
    border-radius: 0;
}

.donate_dt1r2 .progress {
    background-color: #f74f22;
    height: 6px;
    overflow: hidden;
    border-radius: 0;
}

.donate_dt1r3i {
    border-radius: 0px 0px 20px 20px;
}

.donate_dt1r3 h5 {
    border-radius: 20px 20px 0px 0px;
}

#donate {
    padding-bottom: 150px !important;
}

#donate_dt {
    padding-bottom: 150px !important;
}

.donate_dt1l1 ::placeholder {
    color: #fff;
    opacity: 1;
}

/*********************events_end****************/

/* ========== NEW DONATION STYLES ========== */

.donation-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.donation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.form-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 40px;
    margin-bottom: 30px;
}

.member-badge {
    background: linear-gradient(135deg, #f74f22, #ff8c5a);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.non-member-badge {
    background: linear-gradient(135deg, #28a745, #5cb85c);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.unique-id-verification-box {
    background: #f0f8ff;
    border: 2px dashed #f74f22;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin: 20px 0;
}

.btn-verify {
    background: #f74f22;
    color: white;
    padding: 12px 25px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.btn-verify:hover {
    background: #e03e12;
    color: white;
}

.verified-badge {
    background: #d4edda;
    color: #155724;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.verified-badge i {
    font-size: 20px;
    margin-right: 8px;
}

.donation-option-btn, .donation-option-btn-nm {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.donation-option-btn:hover, .donation-option-btn.selected,
.donation-option-btn-nm:hover, .donation-option-btn-nm.selected {
    background: #f74f22;
    color: white;
    border-color: #f74f22;
}

.payment-method-btn {
    border: 2px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.payment-method-btn:hover, .payment-method-btn.selected {
    background: #f74f22;
    color: white;
    border-color: #f74f22;
}

.payment-method-btn i {
    display: block;
}

.btn-donate {
    background: #f74f22;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-donate:hover {
    background: #e03e12;
    color: white;
    transform: scale(1.02);
}

.qr-code-box {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.qr-code-img {
    max-width: 200px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.btn-copy {
    background: #f74f22;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
}

.btn-copy:hover {
    background: #e03e12;
    color: white;
}

.form-control:focus, select:focus, textarea:focus {
    border-color: #f74f22 !important;
    box-shadow: 0 0 0 0.2rem rgba(247, 79, 34, 0.25) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .form-card {
        padding: 20px;
    }
    
    .donation-options .col-6 {
        margin-bottom: 10px;
    }
    
    .qr-code-box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width : 767px) {
    #donate {
        padding-bottom: 40px !important;
    }
}