/* ==========================================================================
   GEEEM.com — Godwin E. Enogieru Evangelical Ministry
   Redesigned stylesheet — professional, responsive, gospel-ministry theme
   ========================================================================== */

:root{
  --navy-900:#0a1830;
  --navy-800:#0f2244;
  --navy-700:#16305c;
  --navy-600:#1d3d75;
  --gold-500:#d4af37;
  --gold-400:#e6c766;
  --gold-050:#fbf6e8;
  --cream:#f8f6f1;
  --ink:#1c2230;
  --ink-soft:#4a5164;
  --white:#ffffff;
  --danger:#c0392b;
  --shadow-sm:0 2px 10px rgba(10,24,48,.08);
  --shadow-md:0 10px 30px rgba(10,24,48,.14);
  --shadow-lg:0 20px 50px rgba(10,24,48,.22);
  --radius:14px;
  --radius-sm:8px;
  --maxw:1200px;
  --font-head:'Playfair Display', Georgia, serif;
  --font-body:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:inline-block;}
a{color:inherit;text-decoration:none;transition:color .2s ease;}
h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--navy-900);line-height:1.2;margin:0 0 .5em;}
p{margin:0 0 1em;color:var(--ink-soft);}
ul{margin:0;padding:0;}
.site-container,.container-wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
section{padding:72px 0;}
.text-center{text-align:center;}

/* ---------- Section headings ---------- */
.section-title{
  font-size:clamp(1.8rem,3vw,2.6rem);
  text-align:center;
  position:relative;
  margin-bottom:.35em;
}
.section-title .accent{color:var(--gold-500);}
.section-kicker{
  display:block;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:700;
  color:var(--gold-500);
  margin-bottom:10px;
}
.section-title::after{
  content:"";
  display:block;
  width:64px;height:3px;
  background:var(--gold-500);
  margin:18px auto 0;
  border-radius:2px;
}
.section-lede{
  max-width:680px;margin:0 auto 3rem;text-align:center;color:var(--ink-soft);
  font-size:1.05rem;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 28px;
  border-radius:50px;
  font-weight:600;
  font-size:.95rem;
  border:2px solid transparent;
  cursor:pointer;
  transition:all .25s ease;
  white-space:nowrap;
}
.btn-gold{background:linear-gradient(135deg,var(--gold-400),var(--gold-500));color:var(--navy-900);box-shadow:var(--shadow-sm);}
.btn-gold:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--navy-900);}
.btn-outline{border-color:var(--white);color:var(--white);}
.btn-outline:hover{background:var(--white);color:var(--navy-900);}
.btn-outline-navy{border-color:var(--navy-800);color:var(--navy-800);}
.btn-outline-navy:hover{background:var(--navy-800);color:var(--white);}
.btn-sm{padding:9px 18px;font-size:.85rem;}

/* ==========================================================================
   TOP UTILITY BAR
   ========================================================================== */
.topbar{
  background:var(--navy-900);
  color:#cfd7e6;
  font-size:.85rem;
}
.topbar .site-container{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:8px;padding-bottom:8px;
  flex-wrap:wrap;gap:8px;
}
.topbar a{color:#cfd7e6;}
.topbar a:hover{color:var(--gold-400);}
.topbar-left{display:flex;align-items:center;gap:22px;flex-wrap:wrap;}
.topbar-left span{display:inline-flex;align-items:center;gap:6px;}
.topbar-right{display:flex;align-items:center;gap:16px;}
.topbar-social a{
  width:28px;height:28px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);
  font-size:.85rem;
}
.topbar-social a:hover{background:var(--gold-500);color:var(--navy-900);}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.fh5co-nav{
  background:var(--white);
  box-shadow:var(--shadow-sm);
  position:sticky;top:0;z-index:1000;
}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 24px;
  max-width:var(--maxw);margin:0 auto;
}
.nav-brand{display:flex;align-items:center;gap:12px;font-family:var(--font-head);}
.nav-brand img{height:52px;width:auto;}
.nav-brand-text{line-height:1.15;}
.nav-brand-text strong{display:block;font-size:1.05rem;color:var(--navy-900);}
.nav-brand-text span{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-500);font-weight:700;}

.nav-toggle{
  display:none;
  background:none;border:none;
  font-size:1.6rem;color:var(--navy-900);
  cursor:pointer;
  padding:6px;
}

.menu-1{display:flex;}
.menu-1 > ul{display:flex;align-items:center;gap:4px;list-style:none;}
.menu-1 > ul > li{position:relative;}
.menu-1 > ul > li > a{
  display:block;
  padding:12px 16px;
  font-weight:600;font-size:.92rem;
  color:var(--navy-800);
  border-radius:6px;
}
.menu-1 > ul > li > a:hover,
.menu-1 > ul > li.active > a{color:var(--gold-500);}
.menu-1 .donate{background:var(--gold-500);color:var(--navy-900)!important;padding:10px 18px!important;border-radius:50px;}
.menu-1 .donate:hover{background:var(--gold-400);}
.menu-1 .oys{border:1.5px solid var(--navy-800);border-radius:50px;padding:9px 16px!important;}

.has-dropdown{position:relative;}
.has-dropdown > a::after{content:"▾";margin-left:5px;font-size:.7em;}
.dropdown{
  list-style:none;
  position:absolute;top:100%;left:0;
  background:var(--white);
  min-width:230px;
  box-shadow:var(--shadow-md);
  border-radius:10px;
  padding:8px;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:all .2s ease;
}
.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown li a{display:block;padding:10px 14px;border-radius:6px;font-size:.9rem;color:var(--ink-soft);font-weight:500;}
.dropdown li a:hover{background:var(--gold-050);color:var(--navy-900);}

.translate-wrap{font-size:.78rem;color:var(--ink-soft);}

@media (max-width:991px){
  .nav-toggle{display:block;}
  .menu-1{
    position:absolute;top:100%;left:0;right:0;
    background:var(--white);
    box-shadow:var(--shadow-md);
    max-height:0;overflow:hidden;
    transition:max-height .3s ease;
  }
  .menu-1.open{max-height:80vh;overflow-y:auto;}
  .menu-1 > ul{flex-direction:column;align-items:stretch;padding:10px 0;}
  .menu-1 > ul > li > a{padding:14px 24px;border-radius:0;}
  .dropdown{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none;background:var(--gold-050);margin:0 12px;}
  .has-dropdown.open .dropdown{display:block;}
  .has-dropdown > a::after{float:right;}
}

/* ==========================================================================
   HERO / LIVE VIDEO
   ========================================================================== */
.hero-live{
  background:radial-gradient(ellipse at top, var(--navy-700), var(--navy-900) 65%);
  color:var(--white);
  padding:56px 0 64px;
  position:relative;
  overflow:hidden;
}
.hero-live::before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(circle at 20% 20%, rgba(212,175,55,.12), transparent 40%),
                    radial-gradient(circle at 80% 80%, rgba(212,175,55,.10), transparent 40%);
  pointer-events:none;
}
.hero-live-grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;
}
.hero-live-copy .section-kicker{text-align:left;}
.hero-live-copy h1{
  color:var(--white);
  font-size:clamp(1.9rem,3.4vw,2.9rem);
  margin-bottom:.4em;
}
.hero-live-copy h1 span{color:var(--gold-400);}
.hero-live-copy p{color:#cfd7e6;font-size:1.05rem;max-width:520px;}
.hero-live-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px;}
.hero-verse{
  margin-top:30px;
  padding:16px 20px;
  border-left:3px solid var(--gold-500);
  background:rgba(255,255,255,.05);
  border-radius:0 10px 10px 0;
  font-style:italic;color:#e8ecf5;font-size:.95rem;
}

.player-card{
  background:var(--navy-800);
  border-radius:var(--radius);
  padding:14px;
  box-shadow:var(--shadow-lg);
  border:1px solid rgba(255,255,255,.08);
}
.player-frame{
  position:relative;
  border-radius:10px;
  overflow:hidden;
  background:#000;
  aspect-ratio:16/9;
}
.player-frame video{width:100%;height:100%;object-fit:cover;display:block;background:#000;}
.live-badge{
  position:absolute;top:12px;left:12px;
  display:inline-flex;align-items:center;gap:6px;
  background:var(--danger);
  color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.05em;
  padding:6px 12px;border-radius:50px;
  z-index:2;
  box-shadow:0 2px 8px rgba(0,0,0,.35);
}
.live-badge .dot{width:7px;height:7px;border-radius:50%;background:#fff;animation:pulse 1.4s infinite;}
@keyframes pulse{0%{opacity:1;}50%{opacity:.35;}100%{opacity:1;}}
.player-fallback{
  position:absolute;inset:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:10px;text-align:center;padding:20px;
  background:linear-gradient(160deg,var(--navy-800),var(--navy-900));
  color:#cfd7e6;font-size:.85rem;
}
.player-fallback img{width:70px;opacity:.85;margin-bottom:6px;}
.player-meta{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 6px 4px;
  color:#aeb8cc;font-size:.82rem;
}
.player-meta a{color:var(--gold-400);font-weight:600;}

@media (max-width:991px){
  .hero-live-grid{grid-template-columns:1fr;}
  .hero-live-copy{text-align:center;}
  .hero-live-copy .section-kicker,{text-align:center;}
  .hero-live-copy p{margin-left:auto;margin-right:auto;}
  .hero-live-actions{justify-content:center;}
}

/* ==========================================================================
   INTRO / SCRIPTURE STRIP
   ========================================================================== */
#fh5co-intro{
  background:var(--gold-050);
  padding:44px 0;
  text-align:center;
  border-bottom:1px solid #eee0b8;
}
#fh5co-intro h2{font-size:clamp(1.4rem,2.4vw,2rem);}
#fh5co-intro h3{font-family:var(--font-body);font-weight:500;color:var(--ink-soft);font-size:1.05rem;}
#fh5co-intro .today-date{
  display:inline-block;margin-top:14px;
  font-weight:700;color:var(--navy-800);
  background:var(--white);
  padding:8px 18px;border-radius:50px;
  box-shadow:var(--shadow-sm);font-size:.88rem;
}

/* ==========================================================================
   SLIDER / HERO ASIDE (flexslider replacement)
   ========================================================================== */
#fh5co-hero{position:relative;}
.hero-slides{position:relative;height:460px;overflow:hidden;}
.hero-slide{
  position:absolute;inset:0;
  background-color:var(--navy-800);
  background-size:cover;background-position:center;
  display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity .8s ease;
}
.hero-slide.active{opacity:1;}
.hero-slide .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,24,48,.55),rgba(10,24,48,.75));}
.slider-text{position:relative;z-index:1;text-align:center;padding:0 20px;}
.slider-text .btn{margin:6px;}
.hero-dots{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:2;}
.hero-dots button{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;padding:0;}
.hero-dots button.active{background:var(--gold-500);}

/* ==========================================================================
   TOP BANNER (motivational speaker CTA)
   ========================================================================== */
.top-banner__inner{
  display:grid;grid-template-columns:auto 1fr auto;gap:36px;align-items:center;
  background:var(--white);
  border-radius:var(--radius);
  box-shadow:var(--shadow-sm);
  padding:36px;margin-top:-40px;position:relative;z-index:2;
}
.top-banner__image img{border-radius:12px;box-shadow:var(--shadow-sm);}
.top-banner__text-up h4{font-family:var(--font-body);font-weight:500;color:var(--ink-soft);font-size:.98rem;margin-bottom:.7em;}
@media (max-width:900px){
  .top-banner__inner{grid-template-columns:1fr;text-align:center;margin-top:20px;}
}

/* ==========================================================================
   ABOUT ME
   ========================================================================== */
.fh5co-about-me{background:var(--cream);}
.about-me-inner{
  display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start;
}
.portfolio-wrapper{
  background:var(--white);border-radius:var(--radius);padding:24px;
  box-shadow:var(--shadow-sm);text-align:center;
}
.portfolio__img img{border-radius:12px;}
.portfolio__name{margin-top:16px;}
.portfolio__name h1{display:inline;font-size:1.4rem;}
.portfolio__name span{color:var(--gold-500);font-weight:700;}
.about-me__profile{border-radius:10px;margin-top:10px;}
.universal-h2{font-size:1.7rem;}
.universal-h2-bckg{position:relative;padding-bottom:14px;}
.universal-h2-bckg::after{content:"";display:block;width:56px;height:3px;background:var(--gold-500);margin-top:12px;border-radius:2px;}
.about-me-single-slide{
  background:var(--white);border-radius:var(--radius);padding:36px;box-shadow:var(--shadow-sm);
}
.about-me-single-slide p{color:var(--ink-soft);}
@media (max-width:900px){
  .about-me-inner{grid-template-columns:1fr;}
}

/* ==========================================================================
   BOOKS
   ========================================================================== */
.fh5co-books{background:var(--navy-900);color:var(--white);}
.fh5co-books .universal-h2{color:var(--white);}
.fh5co-books .universal-h2-bckg::after{margin-left:auto;margin-right:auto;}
.fh5co-books > .site-container{text-align:center;}
.fh5co-books .navbar-brand-icon{font-size:2rem;color:var(--gold-500);}
.book-ticker{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:50px;
  padding:12px 24px;
  margin:24px 0 40px;
  display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;
  font-size:.95rem;
}
.book-ticker strong{color:var(--gold-400);}
.books-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:left;
}
.single-book{
  background:var(--white);color:var(--ink);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow-md);
  text-align:center;
  display:flex;flex-direction:column;
}
.single-book img{border-radius:8px;margin-bottom:16px;max-height:260px;object-fit:contain;}
.single-book__title{font-size:1.05rem;margin-bottom:6px;}
.single-book__price{display:block;font-size:.85rem;color:var(--ink-soft);margin-bottom:10px;}
.single-book__price a{color:var(--navy-700);font-weight:600;}
.rating{color:var(--gold-500);font-size:1.1rem;margin-bottom:14px;letter-spacing:2px;}
.brand-button{
  margin-top:auto;
  display:inline-block;
  background:var(--navy-800);color:var(--white)!important;
  padding:11px 20px;border-radius:50px;
  font-weight:600;font-size:.88rem;
  align-self:center;
}
.brand-button:hover{background:var(--gold-500);color:var(--navy-900)!important;}
@media (max-width:900px){
  .books-grid{grid-template-columns:1fr;}
}

/* ==========================================================================
   BLOG / BIBLE SEARCH
   ========================================================================== */
.fh5co-blog{background:var(--gold-050);}
.fh5co-blog .universal-h2{margin-bottom:6px;}
.blog-inner{
  display:grid;grid-template-columns:380px 1fr;gap:36px;align-items:start;margin-top:32px;
}
.bible-search-card{
  background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);
  padding:26px;
}
.bible-search-card h4{font-size:1.05rem;margin-bottom:4px;}
.bible-search-card p{font-size:.85rem;margin-bottom:18px;}
.bible-search-card label{display:block;font-size:.8rem;font-weight:600;color:var(--ink-soft);margin:12px 0 6px;}
.bible-search-card select,
.bible-search-card input[type="text"]{
  width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-family:var(--font-body);
}
.bible-search-actions{display:flex;gap:10px;margin-top:16px;}
.bible-search-actions button{
  flex:1;padding:11px;border-radius:8px;border:none;font-weight:600;cursor:pointer;font-size:.88rem;
}
.bible-search-actions .search-btn{background:var(--navy-800);color:#fff;}
.bible-search-actions .search-btn:hover{background:var(--gold-500);color:var(--navy-900);}
.bible-search-actions .clear-btn{background:#eee;color:var(--ink-soft);}
.blog-side-imgs{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center;}
.blog-side-imgs img{border-radius:12px;box-shadow:var(--shadow-sm);}
@media (max-width:900px){
  .blog-inner{grid-template-columns:1fr;}
}

/* ==========================================================================
   COUNTER / IMAGE STRIP
   ========================================================================== */
.counter-inner{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;
  padding:36px 0;
}
.single-count img{border-radius:10px;box-shadow:var(--shadow-sm);}

/* ==========================================================================
   VERSE OF THE DAY
   ========================================================================== */
.fh5co-quotes{background:var(--navy-800);color:var(--white);text-align:center;}
.fh5co-quotes .universal-h2{color:var(--white);}
.fh5co-quotes .universal-h2-bckg::after{margin-left:auto;margin-right:auto;}
.verse-frame{
  max-width:760px;margin:24px auto 0;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius);
  padding:32px;
}
.verse-frame p{color:#dfe4ee;margin-bottom:0;}

/* ==========================================================================
   BIBLE VERSE CAROUSEL
   ========================================================================== */
#fh5co-bible-verse{
  background:linear-gradient(135deg,var(--navy-900),var(--navy-700));
  color:var(--white);
  padding:64px 0;
  position:relative;
}
.bible-verse-carousel{max-width:760px;margin:0 auto;position:relative;min-height:170px;}
.bible-verse-slide{
  position:absolute;inset:0;
  opacity:0;transition:opacity .6s ease;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:0 20px;
}
.bible-verse-slide.active{opacity:1;position:relative;}
.bible-verse-slide blockquote{margin:0;}
.bible-verse-slide h3{color:var(--white);font-weight:400;font-size:1.35rem;font-style:italic;}
.bible-verse-slide span{color:var(--gold-400);font-weight:700;letter-spacing:.04em;font-size:.9rem;}
.verse-dots{display:flex;justify-content:center;gap:8px;margin-top:26px;}
.verse-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(255,255,255,.35);cursor:pointer;padding:0;}
.verse-dots button.active{background:var(--gold-500);}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{background:var(--navy-900);color:#b9c2d6;padding-top:56px;}
.footer-top{
  display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;
  padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.footer-brand img{height:54px;}
.footer-brand strong{display:block;color:var(--white);font-family:var(--font-head);font-size:1.1rem;}
.footer-brand span{font-size:.78rem;color:var(--gold-400);text-transform:uppercase;letter-spacing:.08em;}
.footer-col h5{color:var(--white);font-family:var(--font-body);font-weight:700;font-size:.92rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-col a{font-size:.9rem;color:#b9c2d6;}
.footer-col a:hover{color:var(--gold-400);}
.footer-contact{font-size:.9rem;line-height:1.8;}
.footer-contact a{color:var(--gold-400);font-weight:600;}
.footer-social{display:flex;gap:10px;margin-top:16px;}
.footer-social a{
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.08);
  display:inline-flex;align-items:center;justify-content:center;
}
.footer-social a:hover{background:var(--gold-500);color:var(--navy-900);}

.footer-network{padding:32px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-network p{text-align:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#8b95ac;margin-bottom:18px;}
.footer-network-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:26px;}
.footer-network-logos img{height:28px;width:auto;opacity:.75;filter:grayscale(1) brightness(1.6);transition:opacity .2s ease;}
.footer-network-logos a:hover img{opacity:1;filter:none;}

.footer-bottom-bar{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;
  padding:22px 0 30px;font-size:.82rem;color:#8b95ac;
}
.footer-bottom-bar a{color:#b9c2d6;}
.footer-bottom-bar a:hover{color:var(--gold-400);}

/* Back to top */
.gototop{
  position:fixed;right:22px;bottom:22px;z-index:999;
  width:46px;height:46px;border-radius:50%;
  background:var(--gold-500);
  display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-md);
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:all .25s ease;
}
.gototop.show{opacity:1;visibility:visible;transform:translateY(0);}
.gototop a{color:var(--navy-900);font-size:1.2rem;font-weight:700;}

/* ==========================================================================
   RESPONSIVE FINE-TUNING
   ========================================================================== */
@media (max-width:768px){
  section{padding:52px 0;}
  .footer-top{grid-template-columns:1fr;}
  .hero-slides{height:360px;}
  .topbar-left{gap:12px;}
}
@media (max-width:480px){
  .nav-brand-text strong{font-size:.92rem;}
  .hero-live{padding:40px 0 48px;}
}
