.elementor-3999 .elementor-element.elementor-element-34a87e2{--display:flex;--min-height:400px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-3999 .elementor-element.elementor-element-34a87e2:not(.elementor-motion-effects-element-type-background), .elementor-3999 .elementor-element.elementor-element-34a87e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://staging.digitaljockey.ca/wp-content/uploads/2026/01/0-e1769102311110.png");background-repeat:no-repeat;background-size:cover;}.elementor-3999 .elementor-element.elementor-element-627fa0c{--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;}/* Start custom CSS for html, class: .elementor-element-8129532 *//* ===============================
   Section Background
================================ */
.wfc-business-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
  font-family: "Open Sans", sans-serif;
}

/* ===============================
   Section Header
================================ */
.wfc-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.wfc-section-header h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 16px;
}

.wfc-section-header p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

/* ===============================
   Business Card
================================ */
.wfc-business-card {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 0px;
  padding: 35px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.wfc-business-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.wfc-business-card.reverse {
  flex-direction: row-reverse;
}

/* ===============================
   Image
================================ */
.wfc-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 14px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.wfc-business-card:hover .wfc-image img {
  transform: scale(1.03);
}

/* ===============================
   Content
================================ */
.wfc-content {
  max-width: 520px;
}

/* Headings */
.wfc-content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 8px;
}

/* Meta text */
.wfc-meta {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 14px;
}

/* Paragraph */
.wfc-content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
}

/* ===============================
   Button
================================ */
.wfc-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: #a3051e;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wfc-btn:hover,
.wfc-btn:hover:visited,
.wfc-btn:hover span {
  background: #7f0417;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ===============================
   Responsive (UNCHANGED)
================================ */
@media (max-width: 900px) {
  .wfc-business-card,
  .wfc-business-card.reverse {
    flex-direction: column;
    text-align: center;
  }

  .wfc-content {
    max-width: 100%;
  }

  .wfc-image img {
    max-width: 100%;
  }
}/* End custom CSS */