/* ============================================================
   PROTECT PRITHVI CHILD THEME
   Custom CSS — assets/css/custom.css

   Add your custom styles here.
   These load AFTER parent styles so they always win.

   Copyright (C) 2026 Ananta Creative
   https://anantacreative.com
============================================================ */

/* ── HERO CUSTOMIZATIONS ──────────────────────────────── */

/*
.pp-hero {
    min-height: 100vh;
}

.pp-hero h1 {
    font-size: 4.8rem;
}

.pp-hero-desc {
    font-size: 1.2rem;
    max-width: 520px;
}
*/

/* ── HERO WITH REAL IMAGE ─────────────────────────────── */
/*
Replace the animated CSS globe with your real photo.
Add your image URL below and uncomment:

.pp-hero-visual {
    display: flex !important;
}
.pp-hero-visual .pp-globe-wrap {
    display: none;
}
.pp-hero-real-image {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    animation: pp-float 4s ease-in-out infinite;
}
@keyframes pp-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-12px); }
}
*/

/* ── NAVIGATION CUSTOMIZATIONS ───────────────────────── */

/*
Change nav link hover color:
.pp-nav-menu a:hover {
    color: #5cbe7a !important;
    background: rgba(92,190,122,0.1) !important;
}

Change Donate Now button color:
.pp-nav-menu .pp-nav-cta > a {
    background: #2d8043 !important;
}
*/

/* ── MISSION CARDS ───────────────────────────────────── */

/*
.pp-mission-card {
    border-radius: 24px;
}
.pp-mission-card:hover {
    box-shadow: 0 24px 60px rgba(26,66,35,0.18);
}
*/

/* ── TYPOGRAPHY ──────────────────────────────────────── */

/*
Change heading font:
h1, h2, h3, .pp-hero h1 {
    font-family: 'Your Font', serif;
}

Increase body text size:
body {
    font-size: 17px;
}
*/

/* ── COLORS ──────────────────────────────────────────── */

/*
Override brand colors:
:root {
    --g-500: #2a7a38;
    --g-400: #3da05c;
    --g-300: #5cbe7a;
}
*/

/* ── FOOTER CUSTOMIZATIONS ───────────────────────────── */

/*
.pp-footer-credit {
    font-size: 0.85rem;
    color: #5cbe7a;
}
*/

/* ── YOUR CUSTOM STYLES GO BELOW ─────────────────────── */
