/* Global styles for Paroisse ETE Koutaba */
:root{
  --primary-blue:#153a53;
  --accent-green:#28a745;
  --holy-gold:#ffd700;
  --muted:#6c757d;
  --bg:#f4f7fb;
  --card:#ffffff;
  --glass: rgba(255,255,255,0.06);
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial; background:var(--bg); color:#0d1f2d}
a{color:inherit}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
/* Navbar */
.navbar{
  background:linear-gradient(180deg, rgba(21,58,83,0.85), rgba(21,58,83,0.9));
  backdrop-filter: blur(6px);
  padding:0.65rem 0;
  box-shadow:0 6px 30px rgba(0,0,0,0.12);
}
.navbar .navbar-brand{display:flex;align-items:center;gap:10px;font-weight:700;color:#fff}
.navbar .logo-circle{width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.navbar .nav-link{color:rgba(255,255,255,0.9)!important;margin:0 6px;padding:8px 10px;border-radius:8px}
.navbar .nav-link:hover{background:rgba(255,255,255,0.06)}
.navbar .nav-link.active{background:rgba(255,215,0,0.12);box-shadow:inset 0 0 0 1px rgba(255,215,0,0.06)}
.btn-donate-nav{background:var(--accent-green)!important;color:white!important;padding:8px 18px;border-radius:999px;font-weight:700}
/* Hero */
.hero-section{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 20px;color:white;background:linear-gradient(135deg,#163d55 0%, #2c5f7f 100%)}
.hero-section .hero-title{font-size:44px;font-weight:800;letter-spacing:-1px;margin-bottom:12px}
.hero-section p.lead{font-size:1.15rem;opacity:0.95}
.btn-primary-hero{background:var(--holy-gold);color:var(--primary-blue);border:none;padding:14px 28px;border-radius:30px;font-weight:700}
.btn-primary-hero:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,215,0,0.15)}
/* Cards */
.card-like{background:var(--card);border-radius:14px;padding:24px;box-shadow:0 8px 26px rgba(20,30,40,0.07);transition:transform .25s,box-shadow .25s}
.card-like:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(20,30,40,0.12)}
.link-card .link-icon{font-size:2.4rem;color:var(--primary-blue);margin-bottom:15px}
/* Buttons */
.btn{border-radius:10px}
.btn-primary{background:var(--primary-blue);border:none;color:white}
.btn-outline-light{border:1px solid rgba(255,255,255,0.18);color:white}
/* Contact form send button */
.btn-send{background:var(--accent-green);color:#fff;border:none;padding:10px 18px;border-radius:10px}
.btn-send:hover{opacity:0.95}
/* Social icon links */
.social-link{color:white;font-size:1.5rem;margin-right:15px}
.social-link:last-child{margin-right:0}
/* Footer */
footer{background:linear-gradient(180deg,#0a1a26,#071322);color:rgba(255,255,255,0.9);padding:60px 0}
.footer-title{color:var(--holy-gold);font-weight:700}
.footer a{color:rgba(255,255,255,0.8);text-decoration:none}
/* Misc */
.section-padding{padding:60px 0}
.text-muted{color:var(--muted)}
@media (max-width:768px){
  .hero-section .hero-title{font-size:28px}
  .navbar .nav-link{padding:6px 8px}
}
/* Small helpers */
.center{display:flex;align-items:center;justify-content:center}
`

/* Donation page helpers */
.logo-cross-icon { color: var(--holy-gold); font-size: 1.5rem; }
.page-header { background: linear-gradient(135deg, var(--primary-blue) 0%, #2c5f7f 100%); color: white; padding: 60px 0; text-align:center; }
.page-header-title { font-size: 2rem; margin-bottom: 12px; font-weight:700; }
.section-small-padding { padding: 40px 0; }
.project-title { color: var(--primary-blue); font-weight:700; }
.project-card.highlight-left-gold { border-left-color: var(--holy-gold) !important; }
.donation-title { color: var(--primary-blue); text-align:center; margin-bottom:30px; }
.step-connector { flex:1; align-self:center; height:2px; background:#e0e0e0; margin:0 10px; }
.step-item { flex:1; text-align:center; }
.section-subtitle { color: var(--primary-blue); margin-bottom:20px; font-weight:700; }
.input-bordered { border: 2px solid #e0e0e0; padding:12px; }
.input-large { font-size:1.1rem; }
.btn-accent { background: var(--accent-green); border: none; padding: 12px 40px; color:white; }
.payment-logo { width:70px; height:50px; border-radius:8px; display:flex; align-items:center; justify-content:center; margin-right:20px; }
.mtn-logo{ background:#ffcc00; }
.om-logo{ background:#ff6600; color:white; }
.card-logo{ background: linear-gradient(135deg, #1434CB 0%, #2E5CFF 100%); color:white; }
.check-icon { font-size:1.5rem; color: var(--accent-green); display:none; }
.donation-card.alt { background: linear-gradient(135deg, var(--primary-blue) 0%, #2c5f7f 100%); color:white; }
.big-gold { font-size:3rem; color: var(--holy-gold); margin-bottom:10px; }
.modal-header.custom-primary { background: var(--primary-blue); color:white; }
.spinner-custom { width:60px; height:60px; border:5px solid #f3f3f3; border-top:5px solid var(--accent-green); border-radius:50%; margin:30px auto; animation:spin 1s linear infinite; }
.success-title { color: var(--accent-green); }
.btn-receipt { background: var(--accent-green); border:none; padding:12px 30px; color:white; }
.receipt-card { border:3px dashed var(--holy-gold); border-radius:15px; padding:40px; background:#fffef7; }
.receipt-top { text-align:center; border-bottom:3px solid var(--holy-gold); padding-bottom:25px; margin-bottom:30px; }
.receipt-amount { background: linear-gradient(135deg, var(--accent-green) 0%, #1e7e34 100%); color:white; padding:20px; border-radius:10px; text-align:center; margin-bottom:20px; }
.footer-gold { color: var(--holy-gold); }
.footer-link { color: rgba(255,255,255,0.8); text-decoration:none; }
.icon-invert { filter: invert(1); }
.footer-top { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 30px; text-align: center; }
.card-logo-img { height: 30px; }
.label-strong { font-weight: 600; }
.alert-info-custom { border-left: 4px solid var(--primary-blue); }
.center-text { text-align:center; }
.lead-opaque { opacity: 0.95; }
.receipt-amount-value { font-size: 2.5rem; font-weight: 700; margin: 0; }
.btn-download { background: var(--primary-blue); border: none; color: white; }
.mb-30 { margin-bottom: 30px; }
.mb-5 { margin-bottom: 5px; }
.pay-brand { font-size: 1.3rem; font-weight: 700; }
.pay-brand-dark { color: black; }
.pay-brand-white { color: white; }
.pay-name { font-size: 1.1rem; }
.icon-white-large { color: white; font-size: 1.5rem; }
.success-icon { font-size: 5rem; color: var(--accent-green); }
.receipt-strong { color: var(--primary-blue); }
.receipt-mono { font-family: monospace; font-size: 1.1rem; }
.receipt-inner { background: white; padding: 25px; border-radius: 10px; margin-bottom: 20px; }
.receipt-bottom { text-align: center; padding-top: 20px; border-top: 2px dashed #ccc; }
.receipt-subtitle { color: var(--accent-green); font-size: 1.1rem; }
.footer-text { color: rgba(255,255,255,0.8); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }

/* Centralized styles imported from koutaba-about.html */
:root {
  --primary-blue: #1a3a52;
  --accent-green: #28a745;
  --holy-gold: #ffd700;
  --light-bg: #f8f9fa;
}

body { padding-top: 80px; }

/* Page header used on about page */
.page-header { background: linear-gradient(135deg, var(--primary-blue) 0%, #2c5f7f 100%); color: white; padding: 60px 0; text-align: center; }
.page-header .lead { opacity: 0.95; }

.mission-card { background: linear-gradient(135deg, var(--primary-blue) 0%, #2c5f7f 100%); color: white; border-radius: 20px; padding: 40px; transition: transform 0.3s; }
.mission-card:hover { transform: translateY(-10px); }
.mission-icon { font-size: 3rem; color: var(--holy-gold); margin-bottom: 20px; }

.value-item { background: white; border-radius: 15px; padding: 30px; margin-bottom: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; }
.value-item:hover { transform: translateY(-8px) scale(1.03); box-shadow: 0 10px 30px rgba(0,0,0,0.13); }
.value-icon { font-size: 2rem; color: var(--accent-green); margin-bottom: 15px; }

footer { background: #0d1f2d; color: white; padding: 60px 0 20px; margin-top: 80px; }

/* Counters */
.counters { padding: 30px 0 10px; }
.counter { font-size: 2.4rem; font-weight:700; color: var(--primary-blue); }
.counter-label { color: #666; }

/* Back to top */
#backToTop { position: fixed; right: 24px; bottom: 24px; width:48px; height:48px; border-radius:50%; background:var(--primary-blue); color:#fff; display:none; align-items:center; justify-content:center; z-index:9999; border:none; }
#backToTop:hover{ background:var(--holy-gold); color:var(--primary-blue); }

/* Carousel image sizing */
.carousel-img { height:420px; object-fit:cover; width:100%; }

/* Team */
.team-section { background: var(--light-bg); }
.team-member { background: white; border-radius: 15px; box-shadow: 0 4px 18px rgba(0,0,0,0.08); padding: 20px; text-align:center; }
.team-photo { width:110px; height:110px; object-fit:cover; border-radius:50%; border:3px solid var(--holy-gold); }

/* Responsive polish */
@media (max-width: 991px) {
  .carousel-img { height:300px; }
  .page-header { padding:40px 0; }
  body { padding-top:70px; }
}
@media (max-width: 575px) {
  .carousel-img { height:220px; }
  .team-photo { width:90px;height:90px; }
  .counter { font-size:1.6rem; }
  .value-item { padding:18px; }
}

/* Small helpers used by about page */
.lead-opaque { opacity: 0.95; }
.center { display:flex; align-items:center; justify-content:center; }

/* Navbar logo image */
.navbar .logo-circle img, .navbar .logo-img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.navbar .logo-circle { width:48px; height:48px; padding:3px; }