.elementor-1023 .elementor-element.elementor-element-c8bbe93{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-f874aa2 */bf-fullbleed/* End custom CSS */
/* Start custom CSS *//* ========== Global Layout ========== */

body {
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #222;
}

/* Each section spans the full Elementor section */
.bf-section,
.bf-hero {
  width: 100%;
  margin: 0;
}

/* Inner content stays at 1200px and centered */
.bf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* Background bands */
.bf-section-light {
  background-color: #f5f7fa;
}

.bf-section-soft {
  background-color: #edf2f7;
}

.bf-section-gold-solid {
  background-color: #f2b035;
  color: #111;
}

.bf-section-cta {
  background-color: #d96725;
  color: #fff;
}

.bf-section-how-green {
  background-color: #d9e6b6;
}

.bf-center-text {
  text-align: center;
}

/* ========== Hero ========== */

.bf-hero-partnership {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-image: url("http://blairfarley.com/wp-content/uploads/2025/11/Partnership-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.bf-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35)
  );
}

.bf-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 140px;
  text-align: center;
}

.bf-hero-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 20px;
}

.bf-hero-subtitle {
  font-size: 1.3rem;
  max-width: 720px;
  margin: 0 auto 40px;
}

.bf-hero-actions {
  display: flex;
  justify-content: center;
}

/* ========== Typography & Buttons ========== */

.bf-section-title {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 40px;
  text-align: center;
}

.bf-section-tagline {
  margin-top: 40px;
}

.bf-section-title-on-gold {
  color: #111;
}

.bf-lead-on-gold {
  font-size: 1.2rem;
  max-width: 780px;
  margin: 10px auto 0;
}

.bf-card-label {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin: 0 0 16px;
}

.bf-card-heading {
  font-size: 1.4rem;
  margin: 0 0 16px;
}

.bf-meta {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bf-list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.6;
}

.bf-list li + li {
  margin-top: 6px;
}

/* Buttons */

.bf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease,
    color 0.12s ease;
}

.bf-btn-primary {
  background-color: #3974e8;
  color: #fff;
  box-shadow: 0 8px 20px rgba(57, 116, 232, 0.35);
}

.bf-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(57, 116, 232, 0.45);
}

.bf-btn-secondary {
  background-color: #fff;
  color: #d96725;
  border: 2px solid #fff;
}

.bf-btn-secondary:hover {
  background-color: #fbe9df;
}

/* CTA text */

.bf-cta-text {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 1.1rem;
}

.bf-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* ========== Card Layouts ========== */

.bf-two-column {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.bf-card-pair .bf-card {
  flex: 1 1 0px;
  min-width: 260px;
}

.bf-card {
  border-radius: 28px;
  padding: 28px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
}

.bf-card-white {
  background-color: #ffffff;
}

.bf-card-gold {
  background-color: #f2b035;
  color: #111;
}

.bf-card-green {
  background-color: #d9e6b6;
}

.bf-card-blue {
  background-color: #c9dceb;
}

/* Grid helpers */

.bf-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.bf-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

/* ========== Fit Section (Checks / X) ========== */

.bf-fit-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  flex: 1 1 0px;
  min-width: 260px;
}

.bf-fit-heading {
  font-size: 1.5rem;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bf-fit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 700;
}

.bf-fit-icon-check {
  background-color: #87a644;
  color: #fff;
}

.bf-fit-icon-x {
  background-color: #d96725;
  color: #fff;
}

.bf-fit-checks {
  align-items: stretch;
}

/* ========== Pricing ========== */

.bf-pricing {
  align-items: stretch;
}

.bf-price-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px 32px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  flex: 1 1 0px;
  min-width: 260px;
}

.bf-price-card-highlight {
  border: 3px solid #f2b035;
}

.bf-price-name {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 800;
}

.bf-price-amount {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}

.bf-price-amount span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 4px;
}

.bf-price-meta {
  margin: 4px 0 16px;
  font-size: 0.95rem;
  color: #666;
}

.bf-price-note {
  margin-top: 16px;
  font-size: 0.95rem;
}

.bf-payment-note {
  margin-top: 24px;
  text-align: center;
  font-size: 0.95rem;
  color: #555;
}

/* ========== Steps (How It Works) ========== */

.bf-step-card {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 24px 26px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
}

.bf-step-title {
  margin: 0 0 12px;
  font-size: 1.3rem;
  font-weight: 800;
}

/* ========== FAQ Accordion ========== */

.bf-faq {
  max-width: 900px;
  margin: 0 auto;
}

.bf-faq-item {
  background-color: #ffffff;
  border-radius: 18px;
  margin-bottom: 12px;
  padding: 14px 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.bf-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  padding-right: 26px;
}

.bf-faq-item summary::marker,
.bf-faq-item summary::-webkit-details-marker {
  display: none;
}

.bf-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
}

.bf-faq-item[open] summary::after {
  content: "–";
}

.bf-faq-item p {
  margin: 10px 0 4px;
}

/* ========== Responsive ========== */

@media (max-width: 900px) {
  .bf-hero-inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .bf-hero-title {
    font-size: 2.4rem;
  }

  .bf-section-title {
    font-size: 2rem;
  }

  .bf-two-column {
    flex-direction: column;
  }

  .bf-grid-2 {
    grid-template-columns: 1fr;
  }

  .bf-grid-3 {
    grid-template-columns: 1fr;
  }

  .bf-price-card {
    margin-bottom: 12px;
  }
}


/* ===== FULL-WIDTH COLORED BANDS FOR PARTNERSHIP PAGE ===== */

/* Make each color section background go edge-to-edge,
   while the .bf-container inside stays at 1200px */
#bf-partnership-main .bf-section-light,
#bf-partnership-main .bf-section-soft,
#bf-partnership-main .bf-section-gold-solid,
#bf-partnership-main .bf-section-how-green,
#bf-partnership-main .bf-section-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}

/* Keep the inner content nicely centered at 1200px */
#bf-partnership-main .bf-section-light  .bf-container,
#bf-partnership-main .bf-section-soft   .bf-container,
#bf-partnership-main .bf-section-gold-solid .bf-container,
#bf-partnership-main .bf-section-how-green  .bf-container,
#bf-partnership-main .bf-section-cta   .bf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}



/* ===== HERO: FULL WIDTH + NO GAP ===== */

/* Make the hero image span edge-to-edge again */
.bf-hero-partnership {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;      /* no white strip under the hero */
}

/* Kill any top margin on the first content section */
#bf-partnership-main .bf-section {
  margin-top: 0;
}

/* We still want padding inside the first section so the heading
   doesn’t glue to the hero edge */
#bf-partnership-main .bf-section:first-of-type .bf-container {
  padding-top: 80px;   /* match your other sections */
}/* End custom CSS */