:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-146f635 *//* ==============================
   BIZFYLE THANK YOU PAGE
============================== */
.bf-thankyou-page {
  width: 100%;
  min-height: 100vh;
  padding: 84px 20px;
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(7, 143, 0, 0.10), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(7, 143, 0, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6fff5 60%, #ffffff 100%);
  overflow: hidden;
}

.bf-thankyou-wrapper {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 54px;
  align-items: center;
}

.bf-thankyou-content {
  max-width: 650px;
}

.bf-thankyou-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(7, 143, 0, 0.10);
  color: #078f00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bf-thankyou-content h1 {
  margin: 0;
  color: #0b2536;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
}

.bf-thankyou-content > p {
  margin: 22px 0 30px;
  color: #122333;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.bf-thankyou-info {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.bf-thankyou-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(7, 143, 0, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(9, 40, 56, 0.06);
}

.bf-info-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.12);
  color: #078f00;
  font-size: 17px;
  font-weight: 900;
}

.bf-thankyou-info-item h3 {
  margin: 0 0 4px;
  color: #000000;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.bf-thankyou-info-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.bf-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bf-primary-thankyou-btn,
.bf-secondary-thankyou-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.22s ease;
}

.bf-primary-thankyou-btn {
  background: linear-gradient(135deg, #18c90f, #078f00, #046600);
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 143, 0, 0.22);
}

.bf-primary-thankyou-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(7, 143, 0, 0.30);
}

.bf-secondary-thankyou-btn {
  border: 1px solid rgba(7, 143, 0, 0.40);
  background: #ffffff;
  color: #078f00;
}

.bf-secondary-thankyou-btn:hover {
  background: rgba(7, 143, 0, 0.08);
  transform: translateY(-2px);
}

.bf-thankyou-visual {
  width: 100%;
}

.bf-thankyou-image-card {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: #0b2536;
  box-shadow: 0 30px 70px rgba(9, 40, 56, 0.24);
  overflow: hidden;
}

.bf-thankyou-image-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.42);
}

.bf-thankyou-image-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  background: #ecf9ed;
}

.bf-thankyou-floating-card {
  position: absolute;
  z-index: 3;
  left: 34px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 68px);
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.bf-thankyou-floating-card span {
  width: 10px;
  height: 10px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #078f00;
  box-shadow: 0 0 0 0 rgba(7, 143, 0, 0.50);
  animation: bfThankyouPulse 1.7s infinite;
}

@keyframes bfThankyouPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 143, 0, 0.45);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(7, 143, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(7, 143, 0, 0);
  }
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 980px) {
  .bf-thankyou-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bf-thankyou-content {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .bf-thankyou-page {
    padding: 48px 16px;
  }

  .bf-thankyou-content h1 {
    font-size: 38px;
  }

  .bf-thankyou-content > p {
    font-size: 16px;
  }

  .bf-thankyou-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bf-primary-thankyou-btn,
  .bf-secondary-thankyou-btn {
    width: 100%;
  }

  .bf-thankyou-image-card img {
    height: 270px;
  }

  .bf-thankyou-floating-card {
    left: 28px;
    bottom: 28px;
    max-width: calc(100% - 56px);
  }
}/* End custom CSS */