.elementor-245 .elementor-element.elementor-element-e55fae4{--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;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-245 .elementor-element.elementor-element-bb3f6f6 .elementor-button{background-color:#6166CE;}.elementor-245 .elementor-element.elementor-element-8fb839c{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-245 .elementor-element.elementor-element-f2de3c5{text-align:center;}.elementor-245 .elementor-element.elementor-element-f2de3c5 .elementor-heading-title{color:#650404;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-245 .elementor-element.elementor-element-0b54dba{text-align:center;color:#670202;}.elementor-245 .elementor-element.elementor-element-6ded818{--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;}/* Start custom CSS for html, class: .elementor-element-4640780 *//* ----- GLOBAL RESET & VARIABLES (All devices) ----- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --maroon: #b03a2e;
    --gold: #d4af37;
    --deep-saffron: #e67e22;
    --cream-bg: #fef9f0;
    --text-dark: #1e2a36;
    --white: #ffffff;
    --shadow-sm: 0 10px 20px rgba(0,0,0,0.05);
    --shadow-md: 0 20px 30px -10px rgba(0,0,0,0.1);
}

body {
    font-family: 'Source Serif 4', Georgia, serif;
    background: var(--cream-bg);
    color: var(--text-dark);
    line-height: 1.7;
    font-size: 1.05rem;
}

.hindi {
    font-family: 'Tiro Devanagari Hindi', serif;
}

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

/* Language Switcher */
.lang-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: var(--maroon);
    padding: 0.4rem;
    border-radius: 40px;
    display: flex;
    gap: 0.2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 2px solid var(--gold);
}
.lang-btn {
    padding: 0.5rem 1.8rem;
    border: none;
    background: transparent;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.lang-btn.active {
    background: var(--gold);
    color: var(--maroon);
}
.lang-hi {
    display: none;
}
body.hindi .lang-en {
    display: none;
}
body.hindi .lang-hi {
    display: block;
}
body.hindi span.lang-hi, body.hindi p.lang-hi, body.hindi div.lang-hi {
    display: block;
}

/* Hero Section */
.donation-hero {
    background: linear-gradient(rgba(60, 20, 15, 0.85), rgba(0,0,0,0.7)), 
                url('https://varanasigangaaarti.com/wp-content/uploads/2026/03/ganga-aarti-hero-bg.jpg') center/cover no-repeat;
    padding: 4rem 2rem;
    text-align: center;
    color: white;
    border-radius: 0 0 2rem 2rem;
}
.donation-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}
.hero-sub {
    font-size: 1.3rem;
    font-style: italic;
}

/* Headings (H2) */
h2 {
    font-size: 2.2rem;
    color: var(--maroon);
    border-left: 6px solid var(--gold);
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem 0;
}
h3 {
    font-size: 1.6rem;
    color: var(--deep-saffron);
    margin: 1rem 0;
}

/* Why Donate Grid */
.why-donate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}
.why-card {
    background: white;
    padding: 1.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    font-weight: 600;
}
.why-card i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
    display: block;
}

/* Trust Signals (Conversion) */
.trust-signals {
    background: #fff4e8;
    border-radius: 2rem;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    border: 1px solid var(--gold);
}
.matters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}
.matters-grid div {
    background: white;
    padding: 0.8rem;
    border-radius: 2rem;
}
.trusted-by {
    margin-top: 1rem;
    font-weight: 700;
    color: var(--maroon);
    font-size: 1.2rem;
}

/* Plans Grid */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin: 1.5rem 0;
}
.plan-card {
    background: white;
    border-radius: 2rem;
    padding: 1.8rem;
    text-align: center;
    box-shadow: var(--shadow-md);
}
.plan-card.featured {
    border: 2px solid var(--gold);
    transform: scale(1.02);
}
.price {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--maroon);
    margin: 1rem 0;
}
.urgency-badge {
    background: #ffd966;
    color: var(--maroon);
    border-radius: 40px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 1rem;
}
.urgency-note {
    background: #fff0e0;
    padding: 1rem;
    border-radius: 2rem;
    text-align: center;
    margin: 1rem 0;
    font-weight: 600;
}

.subscription-box {
    text-align: center;
    margin: 2rem 0;
}
.cancel-note {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    opacity: 0.8;
}

/* One-Time Donation */
.one-time-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    margin: 1.5rem 0;
}
.qr-image {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.payment-link, .whatsapp-btn {
    display: inline-block;
    background: var(--maroon);
    color: white;
    padding: 10px 20px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 1rem;
}
.whatsapp-btn {
    background: #25D366;
}
.whatsapp-reminder {
    text-align: center;
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}
.usage-grid div {
    background: white;
    padding: 1rem;
    border-radius: 1.5rem;
    text-align: center;
}

/* Payment Options */
.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}
.payment-method {
    background: white;
    padding: 0.8rem 1.5rem;
    border-radius: 60px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

/* Tax Info */
.tax-info {
    background: #e8f0f0;
    padding: 1.5rem;
    border-radius: 2rem;
    margin: 1rem 0;
}

/* Support Contact */
.support-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 1.5rem 0;
    background: white;
    padding: 1.5rem;
    border-radius: 2rem;
}
.support-contact a {
    color: var(--maroon);
    text-decoration: none;
    font-weight: 700;
}

/* FAQ Section */
.faq-section {
    margin: 3rem 0;
    background: white;
    border-radius: 2rem;
    padding: 2rem;
}
.faq-heading {
    border-left: none;
    text-align: center;
}
.faq-item {
    margin: 1.5rem 0;
    border-bottom: 1px solid #eee0d0;
    padding-bottom: 1rem;
}
.faq-question {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--maroon);
    cursor: pointer;
}
.faq-answer {
    margin-top: 0.5rem;
    color: #4a5b6e;
}

/* Internal Links */
.internal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 1rem;
    background: #f2ebe2;
    border-radius: 3rem;
}
.internal-link {
    text-decoration: none;
    color: var(--maroon);
    font-weight: 700;
    border-bottom: 2px dotted var(--gold);
}

/* Image SEO Gallery */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}
.image-gallery img {
    width: 240px;
    height: 160px;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: 0.3s;
}
.image-gallery img:hover {
    transform: scale(1.02);
}

/* Footer */
footer {
    background: #1e2a36;
    color: #cbd5e0;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
}
footer .small {
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.6rem; }
    .one-time-box { grid-template-columns: 1fr; }
    .plan-card.featured { transform: none; }
    .image-gallery img { width: 100%; height: auto; }
}
@media (max-width: 480px) {
    body { font-size: 1rem; }
    .container { padding: 0 15px; }
}/* End custom CSS */