.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}@media(max-width:1024px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for html, class: .elementor-element-2ab4947 */.tk-page, .tk-page * { box-sizing: border-box; }

.tk-page h1,
.tk-page h2,
.tk-page h3,
.tk-heading-card__title,
.tkbc-title a,
.tkbt-title a {
  letter-spacing: 0px !important;
}

.tk-page {
  --tk-blue: #457D3C;
  --tk-blue-dark: #37662f;
  --tk-green: #61a656;
  --tk-text: #1f2937;
  --tk-muted: #5b6472;
  --tk-heading: #457D3C;
  --tk-border: #e8edf5;
  --tk-shadow-strong: 0 24px 60px rgba(69,125,60,.16);
  --tk-shadow-soft: 0 12px 30px rgba(69,125,60,.08);

  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: var(--tk-text);
}

.tk-sec {
  background:
    radial-gradient(circle at top left, rgba(69, 125, 60, 0.05), transparent 22%),
    radial-gradient(circle at bottom right, rgba(97, 166, 86, 0.05), transparent 18%),
    #fff;
}

.tk-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 54px 20px 34px;
}

/* ================= HEADER ================= */

.tk-section-head {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.tk-heading-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfa 100%);
  border-radius: 22px;
  border: 1px solid var(--tk-border);
  box-shadow: var(--tk-shadow-soft);
  padding: 22px 24px 20px;
  overflow: hidden;
}

.tk-heading-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--tk-blue) 0%, var(--tk-green) 100%);
}

.tk-heading-card__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(69, 125, 60, 0.08);
  color: var(--tk-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tk-heading-card__title {
  margin: 10px 0 0 !important;
  font-weight: 800 !important;
  font-size: clamp(26px, 3.8vw, 40px) !important;
  line-height: 1.14 !important;
  color: var(--tk-heading) !important;
}

.tk-intro {
  max-width: 860px;
  margin: 16px auto 0;
  font-size: 17px;
  line-height: 1.9;
  color: var(--tk-muted);
}

/* ================= BLOG GRID ================= */

.tk-blog-grid-container {
  margin: 60px 0;
}

/* ================= CONTENT ================= */

.tk-rich {
  max-width: 980px;
  margin: 0 auto;
}

.tk-rich p {
  margin: 0 0 18px;
  line-height: 1.9;
  font-size: 16px;
  color: var(--tk-text);
}

.tk-rich h2,
.tk-rich h3 {
  color: var(--tk-heading) !important;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.tk-rich a {
  color: var(--tk-blue-dark);
  text-decoration: none;
  border-bottom: 2px solid rgba(69, 125, 60, 0.2);
  transition: all 0.2s ease;
  font-weight: 600;
}

.tk-rich a:hover {
  color: var(--tk-blue);
  border-bottom-color: var(--tk-blue);
  background-color: rgba(69, 125, 60, 0.05);
}

/* ================= SPLIT PANELS ================= */

.tk-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 28px 0;
  align-items: stretch;
}

.tk-panel {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfa 100%);
  border-radius: 22px;
  box-shadow: var(--tk-shadow-soft);
  padding: 28px 24px 24px;
  border: 1px solid var(--tk-border);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tk-panel:hover {
  transform: translateY(-4px);
  box-shadow: var(--tk-shadow-strong);
}

.tk-panel h3 {
  margin-top: 0;
  font-size: 22px !important;
  line-height: 1.3 !important;
}

/* ================= HIGHLIGHT BOX ================= */

.tk-highlight-box {
  border-left: 6px solid var(--tk-blue);
  background: rgba(69, 125, 60, 0.05);
  padding: 22px 24px;
  border-radius: 0 18px 18px 0;
  margin: 34px 0;
}

.tk-custom-list {
  margin: 16px 0 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.tk-custom-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.tk-custom-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  background-color: var(--tk-blue);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(69, 125, 60, 0.2);
}

/* ================= CTA ================= */

.tk-cta-wrap {
  margin-top: 50px;
  background: linear-gradient(135deg, rgba(69, 125, 60, 0.98), rgba(50, 90, 43, 0.96));
  border-radius: 28px;
  box-shadow: var(--tk-shadow-strong);
  overflow: hidden;
  position: relative;
}

.tk-cta-wrap::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(97, 166, 86, 0.16);
  filter: blur(10px);
}

.tk-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
}

.tk-cta-copy h3 {
  margin: 0 0 10px;
  font-size: 32px !important;
  color: #fff !important;
}

.tk-cta-copy p {
  margin: 0;
  font-size: 16px;
  color: rgba(255,255,255,.88);
}

.tk-cta-actions {
  display: flex;
  justify-content: flex-end;
}

.tk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all .22s ease;
}

.tk-btn--solid {
  background: #fff;
  color: var(--tk-blue) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.14);
}

.tk-btn--solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,.18);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
  .tk-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tk-wrap {
    padding: 44px 16px 28px;
  }

  .tk-heading-card {
    padding: 18px 16px 16px;
  }

  .tk-intro {
    font-size: 15px;
  }

  .tk-cta-inner {
    grid-template-columns: 1fr;
    padding: 26px 18px;
  }

  .tk-cta-copy h3 {
    font-size: 26px !important;
  }

  .tk-cta-actions {
    justify-content: flex-start;
  }

  .tk-btn {
    width: 100%;
  }
}/* End custom CSS */