/*
Theme Name: Evelyn Ministries
Template: hello-elementor
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root{--deep:#0F0520;--purple:#1A0A2E;--purple-light:#2D1045;--gold:#EAB308;--cream:#F8F6F3;--white:#FFFFFF;--text:#1A0A2E;--text-light:#666;--radius:24px;--shadow:0 20px 60px rgba(0,0,0,0.15);--shadow-sm:0 8px 30px rgba(0,0,0,0.08)}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Libre Caslon Text',serif}
img{max-width:100%;height:auto}
a{text-decoration:none;transition:all .3s}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.btn{display:inline-block;padding:16px 40px;font-family:'Inter',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-radius:50px;transition:all .4s;cursor:pointer;border:none}
.btn-gold{background:var(--gold);color:var(--deep)}
.btn-gold:hover{background:var(--white);color:var(--deep);transform:translateY(-3px);box-shadow:0 10px 30px rgba(234,179,8,0.3)}
.btn-dark{background:var(--deep);color:var(--white)}
.btn-dark:hover{background:var(--gold);color:var(--deep);transform:translateY(-3px)}
.btn-outline{background:transparent;color:var(--white);border:2px solid var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--deep)}
.section{padding:120px 0}
.section-dark{background:linear-gradient(135deg,var(--purple),var(--purple-light));color:var(--white)}
.section-gold{background:linear-gradient(135deg,var(--gold),#D4880F)}
.section-cream{background:var(--cream)}
.section-white{background:var(--white)}
.section-header{text-align:center;margin-bottom:60px}
.section-header h2{font-size:42px;font-weight:700;margin-bottom:12px}
.section-header .line{width:60px;height:4px;background:var(--gold);margin:0 auto 20px;border-radius:2px}
.section-header p{font-size:17px;color:var(--text-light);max-width:600px;margin:0 auto}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .5s}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.card img{width:100%;height:200px;object-fit:cover;display:block}
.card-body{padding:24px}.card-body h3{font-size:20px;margin-bottom:8px}
.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 50%,#1F0D35 100%);position:relative;overflow:hidden}
.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}
.hero-tag{color:var(--gold);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:3px;margin-bottom:20px}
.hero h1{color:var(--white);font-size:64px;font-weight:700;line-height:1.08;letter-spacing:-2px;margin-bottom:24px}
.hero-line{width:80px;height:4px;background:var(--gold);margin-bottom:24px;border-radius:2px}
.hero p{font-size:18px;line-height:1.7;color:rgba(255,255,255,0.75);margin-bottom:36px;max-width:540px}
.hero-image img{width:100%;border-radius:var(--radius);box-shadow:0 40px 80px rgba(0,0,0,0.4);display:block}
.welcome h2{font-size:40px;font-weight:700;margin-bottom:16px}
.welcome .line{width:60px;height:4px;background:var(--gold);margin-bottom:20px;border-radius:2px}
.welcome p{font-size:16px;line-height:1.8;color:var(--text-light);margin-bottom:16px}
.beliefs-list{max-width:700px;margin:0 auto}
.beliefs-list li{display:flex;align-items:center;gap:12px;padding:14px 20px;margin-bottom:8px;border-radius:16px;background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.9);font-size:17px;transition:all .3s}
.beliefs-list li .icon{width:24px;height:24px;border-radius:50%;background:var(--gold);color:var(--deep);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.beliefs-quote{text-align:center;color:var(--gold);font-style:italic;font-size:18px;margin-top:40px;padding-top:24px;border-top:1px solid rgba(234,179,8,0.15)}
.event-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .5s}
.event-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.event-card img{width:100%;height:200px;object-fit:cover}
.event-card-body{padding:24px}
.event-date-badge{display:inline-block;padding:4px 12px;background:var(--gold);color:var(--deep);border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:10px}
.cta-section{background:linear-gradient(135deg,var(--gold) 0%,#D4880F 100%);padding:100px 0;text-align:center}
.cta-section h2{font-size:48px;font-weight:800;color:var(--deep);margin-bottom:16px}
.cta-section p{font-size:18px;color:rgba(26,10,46,0.75);margin-bottom:36px;max-width:600px;margin:0 auto 36px}
@media(max-width:992px){.grid-2,.hero .container{grid-template-columns:1fr;gap:40px}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:42px}.hero{min-height:auto;padding:120px 0 80px}.section{padding:80px 0}}
@media(max-width:576px){.grid-3,.grid-4{grid-template-columns:1fr}.hero h1{font-size:32px}.section-header h2{font-size:28px}}

/* ===== CONTACT FORM 7 STYLING ===== */
.wpcf7-form label{display:block;font-size:14px;font-weight:600;color:var(--deep);margin-bottom:6px}
.wpcf7-form input[type=text],.wpcf7-form input[type=email],.wpcf7-form input[type=tel],.wpcf7-form textarea{width:100%;padding:14px 16px;border:2px solid #e0ddd9;border-radius:12px;font-family:Inter,sans-serif;font-size:15px;color:var(--text);background:#fff;transition:all .3s;outline:none}
.wpcf7-form input:focus,.wpcf7-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(234,179,8,0.1)}
.wpcf7-form textarea{min-height:120px;resize:vertical}
.wpcf7-form input[type=submit]{width:100%;padding:16px 32px;border:none;border-radius:50px;background:linear-gradient(135deg,var(--gold),#D4880F);color:var(--deep);font-family:Inter,sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .4s;display:block}
.wpcf7-form input[type=submit]:hover{background:var(--deep);color:var(--gold);transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,0.15)}
.wpcf7-form .wpcf7-not-valid-tip{font-size:12px;color:#dc3545;margin-top:4px}
.wpcf7-form .wpcf7-response-output{margin:16px 0 0;padding:12px 16px;border-radius:12px;font-size:14px}

/* ===== MINISTRY PAGES ===== */
.min-hero{padding:180px 20px 100px;background:linear-gradient(135deg,#1A0A2E,#2D1045);color:#fff;text-align:center;position:relative;overflow:hidden}
.min-hero::before{content:;position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(234,179,8,0.06) 0%,transparent 60%);pointer-events:none}
.min-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:1}
.min-hero h1{font-size:52px;font-weight:700;margin-bottom:8px}
.min-hero .subtitle{font-size:20px;color:#EAB308;margin-bottom:20px}
.min-hero .line{width:60px;height:4px;background:#EAB308;margin:0 auto;border-radius:2px}
.min-section{padding:100px 20px;background:#fff}
.min-section-inner{max-width:1100px;margin:0 auto}
.min-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.min-grid img{width:100%;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,0.15)}
.min-grid p{font-size:16px;line-height:1.9;color:#555;margin-bottom:16px}
.min-cta{padding:80px 20px;background:linear-gradient(135deg,#1A0A2E,#2D1045);text-align:center}
.min-cta-inner{max-width:700px;margin:0 auto}
.min-cta h2{color:#fff;font-size:32px;margin-bottom:12px}
.min-cta .line{width:60px;height:4px;background:#EAB308;margin:0 auto 24px;border-radius:2px}
.min-cta p{font-size:17px;color:rgba(255,255,255,0.8);margin:0 auto 32px}
@media(max-width:768px){.min-grid{grid-template-columns:1fr;gap:30px}.min-hero h1{font-size:36px}.min-section{padding:60px 16px}}
