:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-42a6cdb *//* ==============================
   ROOT VARIABLES
============================== */
:root {
  --bf-green: #078f00;
  --bf-green-dark: #046600;
  --bf-green-bright: #18c90f;
  --bf-light-green: #f0ffef;
  --bf-bg: #fbfffb;
  --bf-navy: #0b2536;
  --bf-navy-soft: #0d3345;
  --bf-black: #000000;
  --bf-text: #122333;
  --bf-muted: #64748b;
  --bf-border: #d6e5d4;
  --bf-white: #ffffff;
  --bf-radius-xl: 30px;
  --bf-radius-lg: 22px;
  --bf-radius-md: 14px;
  --bf-shadow: 0 28px 80px rgba(9, 40, 56, 0.12);
  --bf-green-shadow: 0 18px 45px rgba(7, 143, 0, 0.22);
}

/* ==============================
   BASIC RESET
============================== */
* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: var(--bf-text);
  background: var(--bf-bg);
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* ==============================
   PAGE BACKGROUND
============================== */
.bf-talk-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 74px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(7, 143, 0, 0.10), transparent 26%),
    radial-gradient(circle at 90% 8%, rgba(7, 143, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6fff5 58%, #ffffff 100%);
}

.bf-talk-page::before {
  content: "";
  position: absolute;
  top: 110px;
  left: -110px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.08);
  filter: blur(3px);
  pointer-events: none;
}

.bf-talk-page::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.10);
  filter: blur(4px);
  pointer-events: none;
}

/* ==============================
   MAIN GRID
============================== */
.bf-talk-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: flex-start;
}

/* ==============================
   ENTRY ANIMATION
============================== */
.bf-animate-up {
  opacity: 0;
  transform: translateY(28px);
  animation: bfFadeUp 0.8s ease forwards;
}

.bf-delay-1 {
  animation-delay: 0.14s;
}

@keyframes bfFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   LEFT CONTENT
============================== */
.bf-talk-left {
  position: relative;
  max-width: 100%;
  min-width: 0;
  padding-top: 0;
}

.bf-eyebrow {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(7, 143, 0, 0.10);
  color: var(--bf-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bf-main-title {
  margin: 0;
  max-width: 620px;
  color: #0b2536;
  font-size: clamp(40px, 5vw, 40px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

#hero-title-color {
  color: var(--bf-green);
}

.bf-main-text {
  max-width: 560px;
  margin: 22px 0 30px;
  color: var(--bf-text);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

/* ==============================
   LEFT IMAGE
============================== */
.bf-expert-image-wrap {
  position: relative;
  max-width: 520px;
  margin-bottom: 28px;
  padding: 18px;
  border-radius: var(--bf-radius-xl);
  background: var(--bf-navy);
  box-shadow: 0 30px 70px rgba(9, 40, 56, 0.24);
  overflow: hidden;
  animation: bfFloat 5.5s ease-in-out infinite;
}

.bf-expert-image-wrap::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.42);
  filter: blur(1px);
}

.bf-expert-image-wrap::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 64%;
  height: 46%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(9, 40, 56, 0), rgba(9, 40, 56, 0.82));
  pointer-events: none;
}

.bf-image-glow {
  position: absolute;
  inset: auto -60px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.36);
  filter: blur(35px);
}

.bf-expert-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  background: #ecf9ed;
}

.bf-live-badge {
  position: absolute;
  z-index: 4;
  left: 34px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 68px);
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--bf-white);
  color: var(--bf-black);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.bf-live-badge span {
  width: 10px;
  height: 10px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--bf-green);
  box-shadow: 0 0 0 0 rgba(7, 143, 0, 0.50);
  animation: bfPulse 1.7s infinite;
}

@keyframes bfFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bfPulse {
  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);
  }
}

/* ==============================
   BENEFIT POINTS
============================== */
.bf-benefit-list {
  display: grid;
  gap: 14px;
}

.bf-benefit-item {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(7, 143, 0, 0.13);
  border-radius: 999px;
  background: var(--bf-white);
  box-shadow: 0 12px 30px rgba(9, 40, 56, 0.06);
  transition: 0.24s ease;
}

.bf-benefit-item:hover {
  transform: translateX(6px);
  border-color: rgba(7, 143, 0, 0.30);
  box-shadow: 0 16px 38px rgba(9, 40, 56, 0.10);
}

.bf-benefit-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(7, 143, 0, 0.12);
  color: var(--bf-green);
  font-size: 15px;
  font-weight: 900;
}

.bf-benefit-item p {
  margin: 0;
  color: var(--bf-black);
  font-size: 15px;
  font-weight: 700;
}

/* ==============================
   RIGHT SIDE
============================== */
.bf-talk-right {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* ==============================
   FORM CARD
============================== */
.bf-review-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 36px;
  border: 1px solid rgba(7, 143, 0, 0.18);
  border-radius: var(--bf-radius-xl);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--bf-shadow);
  backdrop-filter: blur(16px);
  transition: 0.28s ease;
  overflow: hidden;
}

.bf-review-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, var(--bf-green), var(--bf-green-dark));
}

.bf-review-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 88px rgba(9, 40, 56, 0.16);
}

.bf-form-badge {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(7, 143, 0, 0.10);
  color: var(--bf-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bf-form-title {
  margin: 0;
  color: #0b2536;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.bf-form-text {
  margin: 10px 0 24px;
  color: var(--bf-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

/* ==============================
   FORM SECTIONS
============================== */
.bf-form-section-title {
  margin: 24px 0 14px;
  color: #0b2536;
  font-size: 15px;
  font-weight: 800;
}

.bf-form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* ==============================
   FORM FIELDS
============================== */
.bf-form-group {
  margin-bottom: 16px;
}

.bf-form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--bf-text);
  font-size: 13px;
  font-weight: 800;
}

.bf-form-group input,
.bf-form-group select,
.bf-form-group textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--bf-border);
  border-radius: var(--bf-radius-md);
  background: #fbfffb;
  color: var(--bf-black);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: 0.22s ease;
}

.bf-form-group input,
.bf-form-group select {
  height: 50px;
  padding: 0 15px;
}

.bf-form-group textarea {
  min-height: 120px;
  padding: 14px 15px;
  line-height: 1.6;
  resize: vertical;
}

.bf-form-group input:hover,
.bf-form-group select:hover,
.bf-form-group textarea:hover {
  border-color: rgba(7, 143, 0, 0.45);
}

.bf-form-group input:focus,
.bf-form-group select:focus,
.bf-form-group textarea:focus {
  border-color: var(--bf-green);
  background: var(--bf-white);
  box-shadow: 0 0 0 4px rgba(7, 143, 0, 0.10);
  transform: translateY(-1px);
}

.bf-form-group input::placeholder,
.bf-form-group textarea::placeholder {
  color: #9aa6b2;
}

/* ==============================
   BUTTON
============================== */
.bf-primary-button {
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border: none;
  border-radius: var(--bf-radius-md);
  overflow: hidden;
  background: linear-gradient(135deg, var(--bf-green-bright), var(--bf-green), var(--bf-green-dark));
  color: var(--bf-white);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--bf-green-shadow);
  transition: 0.22s ease;
}

.bf-primary-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  transition: 0.55s ease;
}

.bf-primary-button:hover::before {
  left: 125%;
}

.bf-primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(7, 143, 0, 0.30);
}

.bf-primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  transform: none;
}

/* ==============================
   TIMETICS POPUP MODAL
============================== */
.bf-timetics-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.bf-timetics-modal[hidden] {
  display: none !important;
}

.bf-timetics-overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 40, 56, 0.76);
  animation: bfOverlayIn 0.24s ease forwards;
}

.bf-timetics-modal-box {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  max-width: 100%;
  max-height: 92vh;
  padding: 34px;
  border-radius: 26px;
  background: var(--bf-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  overflow-y: auto;
  overflow-x: hidden;
  animation: bfTimeticsPop 0.25s ease forwards;
}

@keyframes bfOverlayIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes bfTimeticsPop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.bf-timetics-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--bf-green);
  color: var(--bf-white);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: 0.22s ease;
}

.bf-timetics-close:hover {
  transform: rotate(90deg) scale(1.04);
  background: var(--bf-green-dark);
}

.bf-timetics-header {
  margin-bottom: 22px;
  padding-right: 52px;
}

.bf-timetics-header span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(7, 143, 0, 0.10);
  color: var(--bf-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bf-timetics-header h2 {
  margin: 0 0 10px;
  color: #0b2536;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
}

.bf-timetics-header p {
  margin: 0;
  color: var(--bf-muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.bf-timetics-box {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.bf-timetics-box iframe {
  max-width: 100%;
}

body.bf-timetics-open {
  overflow: hidden;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 980px) {
  .bf-talk-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bf-expert-image-wrap {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .bf-talk-page {
    padding: 36px 14px;
  }

  .bf-talk-shell {
    width: 100%;
  }

  .bf-main-title {
    font-size: 42px;
  }

  .bf-main-text {
    font-size: 16px;
  }

  .bf-review-form {
    padding: 26px;
    padding-bottom: 34px;
  }

  .bf-form-title {
    font-size: 28px;
  }

  .bf-form-grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bf-expert-image {
    height: 260px;
  }

  .bf-timetics-modal {
    padding: 14px;
    align-items: flex-start;
    padding-top: 22px;
  }

  .bf-timetics-modal-box {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .bf-timetics-close {
    top: 18px;
    right: 16px;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .bf-timetics-header {
    padding-right: 54px;
  }

  .bf-timetics-header h2 {
    font-size: 24px;
  }

  .bf-timetics-header p {
    font-size: 14px;
  }
}/* End custom CSS */