.elementor-86 .elementor-element.elementor-element-7f018cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-86 .elementor-element.elementor-element-dbde434{padding:60px 0px 0px 0px;}.elementor-86 .elementor-element.elementor-element-ece2d72{padding:0px 0px 0px 0px;}.elementor-86 .elementor-element.elementor-element-0d78168{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dbde434 *//* ============================================================
   JOY BRINGERS — SERVICES PAGE
   Add after base.css
============================================================ */


.services-hero a{
    font-weight: 400;
    font-size: 12px;
}

.services-hero {
  background: var(--white);
  padding: 50px;
  border-bottom: 1px solid var(--border);
}

.services-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.jb-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--red) !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 26px;
}

.jb-eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--red);
  display: inline-block;
}

.jb-eyebrow.light {
  color: var(--lt);
}

.jb-eyebrow.light span {
  background: var(--lt);
}

.services-hero h1,
.services-list-header h2,
.services-cta h2 {
  font-family: 'DM Serif Display', serif;
  color: var(--black);
  line-height: 1.05;
      font-size: 40px;
    font-weight: bold;
}

.services-hero h1 {
    font-weight: bold;
    font-size: 40px;
    max-width: 820px;
}

.services-hero em,
.services-list-header em {
  color: var(--red);
  font-style: italic;
}

.services-hero p {
  max-width: 640px;
  margin-top: 28px;
  font-size: 19px;
  line-height: 1.8;
  color: var(--text);
}

.services-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.jb-btn-primary,
.jb-btn-outline,
.jb-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--ease);
}

.jb-btn-primary {
  background: var(--black);
  color: var(--white);
}

.jb-btn-primary:hover {
  background: var(--red);
}

.jb-btn-outline {
  border: 1px solid var(--black);
  color: var(--black);
}

.jb-btn-outline:hover {
  background: var(--black);
  color: var(--white);
}

.jb-btn-light {
  background: var(--white);
  color: var(--black);
  border-radius: 4px;
}

.jb-phone {
  color: var(--black);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.jb-phone:hover {
  color: red !important; 
}

.service-card a{
    font-weight: 400 !important;
    text-transform: capitalize !important;
}
.service-card a:hover{
    color: red !important;
}

.jb-btn-light:hover{
    color: red !important;
}

.services-hero-card {
  background: var(--black);
  color: var(--white);
  padding: 46px;
  border-radius: 16px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-hero-card p {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.services-hero-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 16px;
}

.services-hero-card span {
  color: var(--white);
  line-height: 1.7;
}

.services-list-section {
  background: var(--white);
  padding: 90px 6vw;
}

.services-list-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 56px;
}
 
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 34px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: var(--ease);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.service-card-featured {
  grid-column: span 2;
  background: var(--black);
  color: var(--white);
}

.service-icon {
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: var(--white);
  margin-bottom: 24px;
  font-weight: 800;
}

.service-card-featured .service-icon {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: #ffb8bf;
}

.service-badge {
  display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: red;
    border: 1px solid var(--border);
    color: white;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 22px;
}

.service-card-featured .service-badge {
  background: rgba(255,255,255,0.08);
  border: none;
  color: var(--lt);
}

.service-card h3 {
  font-family: 'DM Serif Display', serif;
  color: var(--black);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 12px;
}

.service-card-featured h3 {
  color: var(--white);
}

.service-card p {
      color: var(--text);
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 28px;
    letter-spacing: 0.4px;
}

.service-card-featured p {
  color: var(--white);
}

.service-card a {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  width: 100%;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.service-card-featured a {
  border-color: rgba(255,255,255,0.15);
  color: var(--white);
}

.services-cta {
  margin: 0 6vw 90px;
  padding: 60px;
  background: var(--black);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.services-cta h2 {
  color: var(--white);
  font-size: 30px;
  margin-bottom: 18px;
}

.services-cta p {
  color: var(--white);
  max-width: 720px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 1100px) {
  .services-hero-inner,
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card-featured {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .services-hero {
    padding: 30px 24px 60px;
  }

  .services-hero-inner,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card-featured {
    grid-column: span 1;
  }

  .services-list-section {
    padding: 70px 24px;
  }

  .services-list-header,
  .services-cta {
    flex-direction: column;
  }

  .services-cta {
    margin: 0 24px 70px;
    padding: 36px 28px;
    align-items: flex-start;
  }
}/* End custom CSS */