.elementor-131 .elementor-element.elementor-element-bc7bea6{--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-131 .elementor-element.elementor-element-289a25f{text-align:center;}.elementor-131 .elementor-element.elementor-element-289a25f .elementor-heading-title{color:#63020A;}.elementor-131 .elementor-element.elementor-element-98a9cda{--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-131 .elementor-element.elementor-element-45722c7{text-align:center;}.elementor-131 .elementor-element.elementor-element-45722c7 .elementor-heading-title{color:#A60108;}/* Start custom CSS for html, class: .elementor-element-c28c516 *//* ----- 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;
}

/* Divine Bar */
.divine-bar {
    background: var(--maroon);
    color: var(--gold);
    text-align: center;
    padding: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 500;
}
.hindi-text {
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 1.3rem;
    margin-right: 8px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(60, 20, 15, 0.85), rgba(0,0,0,0.7)), 
                url('https://varanasigangaaarti.com/wp-content/uploads/2026/03/shivala-hero1.png') center/cover no-repeat;
    padding: 4rem 2rem;
    text-align: center;
    color: white;
}
.hero-overlay h1 {
    font-size: 2.8rem;
    font-weight: 800;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}
.hero-overlay p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 60px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
    font-size: 1rem;
}
.call-btn {
    background: var(--gold);
    color: var(--maroon);
    border: 2px solid white;
}
.call-btn:hover {
    background: #ffc107;
    transform: scale(1.02);
}
.whatsapp-btn {
    background: #25D366;
    color: white;
}
.whatsapp-btn:hover {
    background: #128C7E;
    transform: scale(1.02);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 20px;
}

/* Headings (H2 as per structure) */
h2 {
    font-size: 2.2rem;
    color: var(--maroon);
    border-left: 6px solid var(--gold);
    padding-left: 1rem;
    margin: 2.5rem 0 1rem 0;
}
.subhead {
    color: #4a5b6e;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* Contact Cards */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.card {
    background: white;
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: 0.3s;
    border: 1px solid #f0e0d0;
}
.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -12px var(--maroon);
}
.icon {
    width: 80px;
    height: 80px;
    background: #fff0e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2.2rem;
    color: var(--deep-saffron);
}
.card h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: var(--maroon);
}
.spiritual-note {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.9rem;
    font-style: italic;
    color: #b87333;
}
.cta-btn {
    display: inline-block;
    margin-top: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s;
    font-size: 0.9rem;
}
.phone-cta {
    background: var(--maroon);
    color: white;
}
.whatsapp-cta {
    background: #25D366;
    color: white;
}
.email-cta {
    background: #2c3e50;
    color: white;
}
.location-cta {
    background: var(--deep-saffron);
    color: white;
}
.cta-btn:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* Prayer Form + Image SEO */
.prayer-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 2rem;
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    margin: 1.5rem 0;
}
.form-container input, .form-container select, .form-container textarea {
    width: 100%;
    padding: 12px 18px;
    margin: 8px 0 16px;
    border: 1px solid #e2d4c8;
    border-radius: 50px;
    font-family: inherit;
}
.form-container textarea {
    border-radius: 30px;
}
.submit-btn {
    background: var(--maroon);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 60px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    font-size: 1.1rem;
}
.submit-btn:hover {
    background: var(--deep-saffron);
}
.form-image img {
    width: 100%;
    border-radius: 1.5rem;
    object-fit: cover;
    height: 100%;
    min-height: 280px;
    box-shadow: var(--shadow-sm);
}
.img-caption {
    text-align: center;
    font-size: 0.85rem;
    margin-top: 8px;
    color: #5a4a3a;
}

/* Social Grid */
.social-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}
.social-card {
    background: var(--maroon);
    color: white;
    padding: 12px 24px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
}
.social-card:hover {
    background: var(--deep-saffron);
    transform: scale(1.03);
}

/* Conversion Section (Very Important) */
.conversion-section {
    background: linear-gradient(135deg, #fff4e8, #ffe6d5);
    border-radius: 3rem;
    padding: 2.5rem;
    margin: 3rem 0;
    text-align: center;
    border: 2px solid var(--gold);
}
.conversion-icon {
    font-size: 3.5rem;
    color: var(--maroon);
    margin-bottom: 1rem;
}
.conversion-section h3 {
    font-size: 2rem;
    color: var(--maroon);
    margin-bottom: 1rem;
}
.conversion-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}
.conv-btn {
    padding: 12px 28px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    transition: 0.2s;
}
.conv-btn.call {
    background: var(--maroon);
    color: white;
}
.conv-btn.whatsapp {
    background: #25D366;
    color: white;
}
.location-highlight {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
}

/* 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);
}
.internal-link:hover {
    color: var(--deep-saffron);
}

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

/* Footer */
.footer {
    text-align: center;
    background: #1e2a36;
    color: #cbd5e0;
    padding: 1.5rem;
    margin-top: 3rem;
}

/* Responsive */
@media (max-width: 992px) {
    .prayer-form-wrapper {
        grid-template-columns: 1fr;
    }
    .hero-overlay h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 768px) {
    .contact-cards {
        grid-template-columns: 1fr;
    }
    .hero-btn {
        width: 100%;
        justify-content: center;
    }
    .cta-btn {
        margin-top: 0.5rem;
        display: inline-block;
    }
    .card .cta-btn {
        margin: 0.3rem;
    }
    .conversion-section h3 {
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    body {
        font-size: 1rem;
    }
    .hero-section {
        padding: 2rem 1rem;
    }
    .container {
        padding: 0 15px;
    }
}/* End custom CSS */