.elementor-kit-6{--e-global-color-primary:#6A8DC6;--e-global-color-secondary:#272A2E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-95706f3:#F2295B00;--e-global-color-883f492:#426DA3;--e-global-color-bb7fd54:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );font-family:"Cinzel", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   FIRST JERUSALEM MBC — ELEMENTOR PHASE 1 GLOBAL CSS
   Use in: Elementor > Site Settings > Custom CSS
   Or: Appearance > Customize > Additional CSS
   ============================================================ */

:root{
  --fj-blue:#6A8DC6;
  --fj-blue-dark:#3f67a0;
  --fj-dark:#07111f;
  --fj-ink:#111827;
  --fj-muted:#667085;
  --fj-line:rgba(17,24,39,.12);
  --fj-soft:#f6f8fb;
  --fj-cream:#f8f6f1;
  --fj-gold:#c7a24d;
  --fj-white:#ffffff;
  --fj-radius:22px;
  --fj-shadow:0 22px 70px rgba(7,17,31,.12);
  --fj-shadow-soft:0 12px 32px rgba(7,17,31,.08);
}

body{
  color:var(--fj-ink);
  background:#fff;
}

.fj-serif,
.fj-title,
.fj-section-title,
.fj-hero-title{
  font-family:"Trajan Pro","Cinzel","Cormorant Garamond","Playfair Display",serif !important;
  letter-spacing:.01em;
}

.fj-container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.fj-kicker{
  color:var(--fj-blue-dark);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.fj-section-title{
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  font-weight:500;
  margin:0;
}

.fj-text{
  color:var(--fj-muted);
  font-size:16px;
  line-height:1.8;
}

.fj-btn,
.elementor-button.fj-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:15px 24px;
  border-radius:0;
  background:var(--fj-blue);
  color:#fff !important;
  font-size:13px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
  border:1px solid var(--fj-blue);
  transition:.25s ease;
  text-decoration:none !important;
}

.fj-btn:hover{
  background:var(--fj-blue-dark);
  border-color:var(--fj-blue-dark);
  transform:translateY(-2px);
  color:#fff !important;
}

.fj-btn-outline{
  background:transparent;
  color:#fff !important;
  border-color:rgba(255,255,255,.55);
}

.fj-btn-outline:hover{
  background:#fff;
  color:var(--fj-dark) !important;
  border-color:#fff;
}

/* Header / Topbar helper classes */
.fj-topbar{
  background:var(--fj-blue-dark);
  color:#fff;
  font-size:13px;
  letter-spacing:.04em;
  padding:8px 0;
}

.fj-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.fj-header{
  background:#fff;
  border-bottom:1px solid var(--fj-line);
  box-shadow:0 6px 24px rgba(7,17,31,.04);
}

.fj-nav a{
  color:var(--fj-ink);
  font-weight:600;
  font-size:13px;
  letter-spacing:.03em;
  text-decoration:none;
  transition:.2s ease;
}

.fj-nav a:hover,
.fj-nav a.elementor-item-active{
  color:var(--fj-blue-dark);
}

/* Hero */
.fj-hero{
  position:relative;
  min-height:650px;
  display:flex;
  align-items:center;
  isolation:isolate;
  overflow:hidden;
}

.fj-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(2,8,18,.88) 0%, rgba(2,8,18,.68) 38%, rgba(2,8,18,.22) 70%, rgba(2,8,18,.12) 100%);
  z-index:-1;
}

.fj-hero-content{
  max-width:560px;
  padding:90px 0;
}

.fj-hero-kicker{
  color:#fff;
  opacity:.9;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:13px;
  font-weight:800;
  margin-bottom:24px;
  position:relative;
}

.fj-hero-kicker:after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  background:var(--fj-gold);
  margin-top:12px;
}

.fj-hero-title{
  color:#fff;
  font-size:clamp(62px,8vw,112px);
  line-height:.92;
  font-weight:500;
  margin:0 0 24px;
}

.fj-hero-subtitle{
  color:rgba(255,255,255,.88);
  font-size:18px;
  line-height:1.75;
  max-width:480px;
  margin-bottom:34px;
}

.fj-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* Service Strip */
.fj-service-strip{
  background:#fff;
  border-bottom:1px solid var(--fj-line);
}

.fj-service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-left:1px solid var(--fj-line);
}

.fj-service-item{
  padding:34px 22px 28px;
  text-align:center;
  border-right:1px solid var(--fj-line);
}

.fj-service-icon{
  width:42px;
  height:42px;
  margin:0 auto 14px;
  color:var(--fj-blue-dark);
}

.fj-service-label{
  font-size:12px;
  letter-spacing:.12em;
  font-weight:800;
  text-transform:uppercase;
  color:var(--fj-ink);
  margin-bottom:8px;
}

.fj-service-time{
  font-size:22px;
  font-weight:800;
  color:var(--fj-blue-dark);
}

.fj-service-note{
  text-align:center;
  padding:0 20px 26px;
  color:var(--fj-muted);
  font-size:15px;
}

/* About + Pastor */
.fj-about{
  background:linear-gradient(180deg,#fff 0%, var(--fj-soft) 100%);
  padding:90px 0;
}

.fj-about-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:center;
}

.fj-pastor-card{
  background:#fff;
  border-radius:var(--fj-radius);
  box-shadow:var(--fj-shadow);
  overflow:hidden;
}

.fj-pastor-photo{
      background-position: center 25% !important;
  min-height:440px;
  background-size:cover;
  background-position:center;
}

.fj-pastor-band{
  background:var(--fj-blue-dark);
  color:#fff;
  padding:21px 28px;
  font-family:"Trajan Pro","Cinzel","Cormorant Garamond",serif;
  font-size:26px;
  letter-spacing:.02em;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.fj-gold-line{
  width:70px;
  height:2px;
  background:var(--fj-gold);
  display:inline-block;
}

/* Ministries */
.fj-ministries{
  padding:85px 0;
  background:#fff;
}

.fj-section-center{
  text-align:center;
  margin-bottom:38px;
}

.fj-ministry-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.fj-ministry-card{
  position:relative;
  min-height:176px;
  border-radius:14px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:22px;
  background-size:cover;
  background-position:center;
  box-shadow:var(--fj-shadow-soft);
  text-decoration:none !important;
  color:#fff !important;
  isolation:isolate;
  transition:.25s ease;
}

.fj-ministry-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,17,31,.18), rgba(7,17,31,.82));
  z-index:-1;
}

.fj-ministry-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 60px rgba(7,17,31,.18);
}

.fj-ministry-name{
  font-size:19px;
  font-weight:800;
  letter-spacing:.02em;
}

/* Giving */
.fj-giving{
  background:linear-gradient(135deg,#eef4fc 0%, #fff 58%, #f8f6f1 100%);
  padding:82px 0;
}

.fj-giving-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:34px;
  align-items:center;
}

.fj-giving-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.fj-give-card{
  background:#fff;
  border:1px solid rgba(106,141,198,.18);
  box-shadow:var(--fj-shadow-soft);
  border-radius:18px;
  padding:30px;
  min-height:186px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.fj-give-card h3{
  color:var(--fj-blue-dark);
  font-size:28px;
  margin:0 0 8px;
}

.fj-give-card p{
  margin:0;
  color:var(--fj-muted);
  line-height:1.7;
}

.fj-give-action{
  margin-top:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(106,141,198,.35);
  color:var(--fj-blue-dark);
  text-decoration:none !important;
  font-size:22px;
  transition:.25s ease;
}

.fj-give-action:hover{
  background:var(--fj-blue);
  color:#fff;
}

/* Gallery strip */
.fj-gallery-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}

.fj-gallery-strip img{
  width:100%;
  height:150px;
  object-fit:cover;
  display:block;
}

/* Footer */
.fj-footer{
  background:#06101d;
  color:#fff;
  padding:58px 0 22px;
}

.fj-footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:42px;
  align-items:start;
}

.fj-footer h4{
  color:#fff;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:13px;
  margin:0 0 18px;
}

.fj-footer p,
.fj-footer a{
  color:rgba(255,255,255,.75);
  text-decoration:none;
  line-height:1.8;
}

.fj-footer a:hover{
  color:#fff;
}

.fj-footer-bottom{
  margin-top:44px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.55);
  font-size:13px;
}

/* Responsive */
@media (max-width:1024px){
  .fj-service-grid{grid-template-columns:repeat(2,1fr);}
  .fj-about-grid,
  .fj-giving-grid{grid-template-columns:1fr; gap:42px;}
  .fj-ministry-grid{grid-template-columns:repeat(3,1fr);}
}

@media (max-width:767px){
  .fj-container{width:min(100% - 28px, 1180px);}
  .fj-hero{min-height:600px;}
  .fj-hero-title{font-size:58px;}
  .fj-hero-subtitle{font-size:16px;}
  .fj-hero-actions{flex-direction:column; align-items:flex-start;}
  .fj-service-grid{grid-template-columns:1fr;}
  .fj-ministry-grid{grid-template-columns:1fr 1fr;}
  .fj-giving-cards{grid-template-columns:1fr;}
  .fj-gallery-strip{grid-template-columns:repeat(2,1fr);}
  .fj-footer-grid{grid-template-columns:1fr;}
  .fj-footer-bottom{flex-direction:column;}
}/* End custom CSS */