/*
Theme Name: Ant Built Super Theme
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Ant Built
Author URI: https://antbuilt.com
Description: A plain-vanilla &amp; lightweight theme. Based on a clean master theme. Built by your friends at Ant Built!
Tags: flexible-header,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.6.1559056801
Updated: 2019-05-28 15:20:01

*/

/* =========================================================
   TORTUGA CREATIONS
   GLOBAL DESIGN SYSTEM
   Elementor + Clean Theme
   ========================================================= */

/* =========================================================
   1. BRAND VARIABLES
   ========================================================= */

:root {
  /* Brand Colors */
  --tc-sage: #97afac;
  --tc-sage-dark: #708b88;
  --tc-sage-deep: #536f6c;
  --tc-sage-light: #dfe9e7;
  --tc-sage-soft: #eef4f3;

  --tc-charcoal: #585d60;
  --tc-charcoal-dark: #363c3f;

  /* Neutral Colors */
  --tc-ink: #1d2426;
  --tc-ink-soft: #343d3f;
  --tc-muted: #697375;
  --tc-light-text: #aeb7b8;

  --tc-white: #ffffff;
  --tc-off-white: #fcfbf8;
  --tc-cream: #f5f2eb;
  --tc-warm-gray: #edeae4;
  --tc-line: #d9dfdd;
  --tc-line-dark: rgba(255, 255, 255, 0.15);

  /* Feedback Colors */
  --tc-success: #4f7d67;
  --tc-error: #a64b46;

  /* Layout */
  --tc-container: 1240px;
  --tc-container-wide: 1440px;
  --tc-container-narrow: 820px;
  --tc-gutter: clamp(20px, 4vw, 42px);

  /* Spacing */
  --tc-space-xs: 8px;
  --tc-space-sm: 14px;
  --tc-space-md: 24px;
  --tc-space-lg: 40px;
  --tc-space-xl: 64px;
  --tc-space-2xl: 96px;
  --tc-space-3xl: 130px;

  /* Borders */
  --tc-radius-sm: 8px;
  --tc-radius-md: 14px;
  --tc-radius-lg: 22px;
  --tc-radius-xl: 32px;
  --tc-radius-round: 999px;

  /* Shadows */
  --tc-shadow-sm:
    0 8px 22px rgba(29, 36, 38, 0.07);

  --tc-shadow-md:
    0 18px 45px rgba(29, 36, 38, 0.11);

  --tc-shadow-lg:
    0 28px 70px rgba(29, 36, 38, 0.15);

  /* Transitions */
  --tc-transition-fast: 180ms ease;
  --tc-transition: 280ms ease;
  --tc-transition-slow: 450ms cubic-bezier(0.22, 1, 0.36, 1);
}


/* =========================================================
   2. GLOBAL RESET AND BASE STYLES
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--tc-off-white);
  color: var(--tc-ink);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
textarea,
select {
  font-family: inherit;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input[type="submit"] {
  cursor: pointer;
}

p,
ul,
ol {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--tc-sage);
  color: var(--tc-ink);
}

:focus-visible {
  outline: 3px solid rgba(151, 175, 172, 0.65);
  outline-offset: 4px;
}

section[id],
div[id].tc-anchor {
  scroll-margin-top: 115px;
}


/* =========================================================
   3. ELEMENTOR CLEANUP
   ========================================================= */

.elementor-widget-text-editor p:last-child,
.elementor-widget-heading p:last-child {
  margin-bottom: 0;
}

.elementor-widget-image img {
  width: 100%;
}

.elementor-button {
  font-family: inherit;
}

.elementor-section,
.e-con {
  position: relative;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  padding-left: 1.25em;
}

.elementor-widget-text-editor li + li {
  margin-top: 8px;
}


/* =========================================================
   4. GLOBAL SECTION SYSTEM
   ========================================================= */

.tc-section {
  position: relative;
  width: 100%;
  padding:
    clamp(76px, 9vw, var(--tc-space-3xl))
    var(--tc-gutter);
}

.tc-section--small {
  padding-top: clamp(52px, 6vw, 78px);
  padding-bottom: clamp(52px, 6vw, 78px);
}

.tc-section--large {
  padding-top: clamp(100px, 12vw, 170px);
  padding-bottom: clamp(100px, 12vw, 170px);
}

.tc-section--flush-top {
  padding-top: 0;
}

.tc-section--flush-bottom {
  padding-bottom: 0;
}

.tc-section--white {
  background: var(--tc-white);
}

.tc-section--cream {
  background: var(--tc-cream);
}

.tc-section--soft {
  background: var(--tc-sage-soft);
}

.tc-section--sage {
  background: var(--tc-sage);
  color: var(--tc-ink);
}

.tc-section--dark {
  background: var(--tc-ink);
  color: var(--tc-white);
}

.tc-section--charcoal {
  background: var(--tc-charcoal-dark);
  color: var(--tc-white);
}

.tc-section--texture {
  background-color: var(--tc-cream);
  background-image:
    radial-gradient(
      circle at 10% 10%,
      rgba(151, 175, 172, 0.16),
      transparent 35%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(88, 93, 96, 0.08),
      transparent 34%
    );
}


/* =========================================================
   5. CONTAINERS
   ========================================================= */

.tc-container {
  position: relative;
  width: min(100%, var(--tc-container));
  margin-inline: auto;
}

.tc-container--wide {
  width: min(100%, var(--tc-container-wide));
  margin-inline: auto;
}

.tc-container--narrow {
  width: min(100%, var(--tc-container-narrow));
  margin-inline: auto;
}

.tc-content-width {
  max-width: 720px;
}

.tc-content-width--wide {
  max-width: 900px;
}

.tc-content-center {
  margin-inline: auto;
  text-align: center;
}


/* =========================================================
   6. TYPOGRAPHY UTILITIES
   Fonts remain controlled through Elementor
   ========================================================= */

.tc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--tc-sage-deep);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tc-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.tc-eyebrow--center {
  display: flex;
  justify-content: center;
}

.tc-eyebrow--center::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.tc-eyebrow--light {
  color: var(--tc-sage-light);
}

.tc-title {
  margin: 0;
  color: var(--tc-ink);
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tc-title--large {
  font-size: clamp(48px, 7vw, 96px);
}

.tc-title--small {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.tc-title--light {
  color: var(--tc-white);
}

.tc-title-accent {
  color: var(--tc-sage-deep);
}

.tc-section--dark .tc-title-accent,
.tc-section--charcoal .tc-title-accent {
  color: var(--tc-sage);
}

.tc-lead {
  margin: 24px 0 0;
  max-width: 760px;
  color: var(--tc-muted);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
}

.tc-lead--center {
  margin-inline: auto;
}

.tc-lead--light {
  color: rgba(255, 255, 255, 0.76);
}

.tc-body-copy {
  color: var(--tc-muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.75;
}

.tc-body-copy strong {
  color: var(--tc-ink);
}

.tc-section--dark .tc-body-copy,
.tc-section--charcoal .tc-body-copy {
  color: rgba(255, 255, 255, 0.75);
}

.tc-section--dark .tc-body-copy strong,
.tc-section--charcoal .tc-body-copy strong {
  color: var(--tc-white);
}

.tc-text-muted {
  color: var(--tc-muted);
}

.tc-text-sage {
  color: var(--tc-sage-deep);
}

.tc-text-white {
  color: var(--tc-white);
}

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

.tc-balance {
  text-wrap: balance;
}

.tc-pretty {
  text-wrap: pretty;
}


/* =========================================================
   7. DIVIDERS AND DECORATIVE ELEMENTS
   ========================================================= */

.tc-divider {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  border: 0;
  background: var(--tc-line);
}

.tc-divider--dark {
  background: var(--tc-line-dark);
}

.tc-accent-line {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 24px;
  border-radius: var(--tc-radius-round);
  background: var(--tc-sage);
}

.tc-accent-line--center {
  margin-inline: auto;
}


/* =========================================================
   8. BUTTON SYSTEM
   ========================================================= */

.tc-button,
a.tc-button,
button.tc-button,
input.tc-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 15px 25px;
  overflow: hidden;
  border: 1px solid var(--tc-ink);
  border-radius: var(--tc-radius-round);
  background: var(--tc-ink);
  color: var(--tc-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  transition:
    color var(--tc-transition),
    background-color var(--tc-transition),
    border-color var(--tc-transition),
    transform var(--tc-transition),
    box-shadow var(--tc-transition);
}

.tc-button:hover,
.tc-button:focus-visible {
  border-color: var(--tc-sage-deep);
  background: var(--tc-sage-deep);
  color: var(--tc-white);
  transform: translateY(-2px);
  box-shadow: var(--tc-shadow-sm);
}

.tc-button:active {
  transform: translateY(0);
}

.tc-button--sage {
  border-color: var(--tc-sage);
  background: var(--tc-sage);
  color: var(--tc-ink);
}

.tc-button--sage:hover,
.tc-button--sage:focus-visible {
  border-color: var(--tc-sage-dark);
  background: var(--tc-sage-dark);
  color: var(--tc-white);
}

.tc-button--light {
  border-color: var(--tc-white);
  background: var(--tc-white);
  color: var(--tc-ink);
}

.tc-button--light:hover,
.tc-button--light:focus-visible {
  border-color: var(--tc-sage);
  background: var(--tc-sage);
  color: var(--tc-ink);
}

.tc-button--outline {
  border-color: var(--tc-ink);
  background: transparent;
  color: var(--tc-ink);
}

.tc-button--outline:hover,
.tc-button--outline:focus-visible {
  background: var(--tc-ink);
  color: var(--tc-white);
}

.tc-button--outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--tc-white);
}

.tc-button--outline-light:hover,
.tc-button--outline-light:focus-visible {
  border-color: var(--tc-white);
  background: var(--tc-white);
  color: var(--tc-ink);
}

.tc-button--small {
  min-height: 46px;
  padding: 12px 20px;
  font-size: 14px;
}

.tc-button--large {
  min-height: 60px;
  padding: 18px 30px;
  font-size: 16px;
}

.tc-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform var(--tc-transition);
}

.tc-button:hover svg {
  transform: translateX(3px);
}

.tc-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}


/* =========================================================
   9. INLINE LINKS
   ========================================================= */

.tc-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tc-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tc-arrow-link::after {
  content: "→";
  font-size: 1.15em;
  transition: transform var(--tc-transition);
}

.tc-arrow-link:hover {
  color: var(--tc-sage-deep);
}

.tc-arrow-link:hover::after {
  transform: translateX(4px);
}

.tc-arrow-link--light {
  color: var(--tc-white);
}

.tc-arrow-link--light:hover {
  color: var(--tc-sage);
}


/* =========================================================
   10. GRID SYSTEM
   ========================================================= */

.tc-grid {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.tc-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tc-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tc-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tc-grid--auto {
  grid-template-columns:
    repeat(
      auto-fit,
      minmax(min(100%, 280px), 1fr)
    );
}

.tc-grid--stretch {
  align-items: stretch;
}


/* =========================================================
   11. SPLIT LAYOUT
   ========================================================= */

.tc-split {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.tc-split--wide-media {
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(0, 0.88fr);
}

.tc-split--wide-content {
  grid-template-columns:
    minmax(0, 0.88fr)
    minmax(0, 1.12fr);
}

.tc-split--top {
  align-items: start;
}

.tc-split--reverse .tc-split__media {
  order: 2;
}

.tc-split--reverse .tc-split__content {
  order: 1;
}


/* =========================================================
   12. MEDIA AND IMAGE TREATMENT
   ========================================================= */

.tc-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-sage-light);
}

.tc-media img,
.tc-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-media--square {
  aspect-ratio: 1 / 1;
}

.tc-media--portrait {
  aspect-ratio: 4 / 5;
}

.tc-media--landscape {
  aspect-ratio: 16 / 10;
}

.tc-media--wide {
  aspect-ratio: 16 / 9;
}

.tc-media--shadow {
  box-shadow: var(--tc-shadow-md);
}

.tc-media--zoom img {
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tc-media--zoom:hover img {
  transform: scale(1.035);
}

.tc-media-frame {
  position: relative;
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid var(--tc-line);
  border-radius: calc(var(--tc-radius-lg) + 8px);
  background: rgba(255, 255, 255, 0.62);
}

.tc-media-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  max-width: 210px;
  padding: 17px 20px;
  border-radius: var(--tc-radius-md);
  background: rgba(29, 36, 38, 0.9);
  color: var(--tc-white);
  box-shadow: var(--tc-shadow-sm);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.tc-media-badge strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.tc-media-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}


/* =========================================================
   13. CARD SYSTEM
   ========================================================= */

.tc-card {
  position: relative;
  height: 100%;
  padding: clamp(25px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-lg);
  background: var(--tc-white);
  box-shadow: 0 1px 0 rgba(29, 36, 38, 0.02);
  transition:
    transform var(--tc-transition-slow),
    border-color var(--tc-transition),
    box-shadow var(--tc-transition-slow);
}

.tc-card:hover {
  border-color: rgba(151, 175, 172, 0.8);
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow-md);
}

.tc-card--soft {
  border-color: transparent;
  background: var(--tc-sage-soft);
}

.tc-card--cream {
  border-color: transparent;
  background: var(--tc-cream);
}

.tc-card--dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--tc-ink);
  color: var(--tc-white);
}

.tc-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--tc-sage-soft);
  color: var(--tc-sage-deep);
}

.tc-card__icon svg {
  width: 25px;
  height: 25px;
}

.tc-card__number {
  display: block;
  margin-bottom: 20px;
  color: var(--tc-sage-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tc-card__title {
  margin: 0 0 14px;
  color: var(--tc-ink);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.tc-card__text {
  margin: 0;
  color: var(--tc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.tc-card--dark .tc-card__title {
  color: var(--tc-white);
}

.tc-card--dark .tc-card__text {
  color: rgba(255, 255, 255, 0.7);
}


/* =========================================================
   14. SERVICE CARDS
   ========================================================= */

.tc-service-card {
  position: relative;
  display: flex;
  min-height: 440px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-ink);
  color: var(--tc-white);
  isolation: isolate;
}

.tc-service-card__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      to top,
      rgba(20, 27, 29, 0.95) 0%,
      rgba(20, 27, 29, 0.56) 48%,
      rgba(20, 27, 29, 0.08) 100%
    );
}

.tc-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.tc-service-card:hover .tc-service-card__image {
  transform: scale(1.055);
}

.tc-service-card__content {
  width: 100%;
  padding: clamp(25px, 3vw, 36px);
}

.tc-service-card__eyebrow {
  display: block;
  margin-bottom: 11px;
  color: var(--tc-sage-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tc-service-card__title {
  margin: 0 0 13px;
  color: var(--tc-white);
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.tc-service-card__text {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.6;
}

.tc-service-card__link {
  margin-top: 21px;
}


/* =========================================================
   15. BADGES AND PILLS
   ========================================================= */

.tc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-round);
  background: rgba(255, 255, 255, 0.7);
  color: var(--tc-charcoal-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tc-badge--sage {
  border-color: transparent;
  background: var(--tc-sage-light);
  color: var(--tc-sage-deep);
}

.tc-badge--dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--tc-white);
}

.tc-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}


/* =========================================================
   16. FEATURE AND CHECK LISTS
   ========================================================= */

.tc-check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tc-check-list li {
  position: relative;
  min-height: 28px;
  padding-left: 38px;
  color: var(--tc-ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.tc-check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tc-sage-light);
  color: var(--tc-sage-deep);
  font-size: 13px;
  font-weight: 900;
}

.tc-section--dark .tc-check-list li,
.tc-section--charcoal .tc-check-list li {
  color: rgba(255, 255, 255, 0.78);
}

.tc-section--dark .tc-check-list li::before,
.tc-section--charcoal .tc-check-list li::before {
  background: rgba(151, 175, 172, 0.18);
  color: var(--tc-sage-light);
}


/* =========================================================
   17. PROCESS STEPS
   ========================================================= */

.tc-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  counter-reset: tc-process-step;
}

.tc-process__step {
  position: relative;
  padding: 0 clamp(20px, 3vw, 36px);
  counter-increment: tc-process-step;
}

.tc-process__step:first-child {
  padding-left: 0;
}

.tc-process__step:last-child {
  padding-right: 0;
}

.tc-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 1px;
  height: calc(100% - 27px);
  background: var(--tc-line);
}

.tc-process__number {
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--tc-sage);
  color: var(--tc-ink);
  font-size: 15px;
  font-weight: 800;
}

.tc-process__number::before {
  content: counter(tc-process-step, decimal-leading-zero);
}

.tc-process__title {
  margin: 0 0 12px;
  color: var(--tc-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.tc-process__text {
  margin: 0;
  color: var(--tc-muted);
  font-size: 15px;
  line-height: 1.7;
}


/* =========================================================
   18. TRUST BAR AND STATS
   ========================================================= */

.tc-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-lg);
  background: var(--tc-white);
  box-shadow: var(--tc-shadow-sm);
}

.tc-trust-item {
  position: relative;
  padding: 25px 22px;
  text-align: center;
}

.tc-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: var(--tc-line);
}

.tc-trust-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tc-ink);
  font-size: 17px;
  line-height: 1.2;
}

.tc-trust-item span {
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tc-stat {
  padding: 30px;
  border-left: 3px solid var(--tc-sage);
}

.tc-stat__number {
  display: block;
  margin-bottom: 5px;
  color: var(--tc-ink);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.tc-stat__label {
  color: var(--tc-muted);
  font-size: 14px;
  line-height: 1.5;
}


/* =========================================================
   19. TESTIMONIALS
   ========================================================= */

.tc-review {
  position: relative;
  height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-lg);
  background: var(--tc-white);
}

.tc-review__stars {
  margin-bottom: 21px;
  color: var(--tc-sage-deep);
  font-size: 18px;
  letter-spacing: 3px;
}

.tc-review__quote {
  margin: 0;
  color: var(--tc-ink-soft);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
}

.tc-review__person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid var(--tc-line);
}

.tc-review__avatar {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--tc-sage-light);
}

.tc-review__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-review__name {
  display: block;
  color: var(--tc-ink);
  font-size: 15px;
  font-weight: 800;
}

.tc-review__meta {
  display: block;
  margin-top: 3px;
  color: var(--tc-muted);
  font-size: 13px;
}


/* =========================================================
   20. BREADCRUMBS
   ========================================================= */

.tc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.4;
}

.tc-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color var(--tc-transition-fast);
}

.tc-breadcrumbs a:hover {
  color: var(--tc-sage-deep);
}

.tc-breadcrumbs__separator {
  color: var(--tc-light-text);
}

.tc-breadcrumbs__current {
  color: var(--tc-ink);
  font-weight: 700;
}

.tc-section--dark .tc-breadcrumbs,
.tc-section--charcoal .tc-breadcrumbs {
  color: rgba(255, 255, 255, 0.58);
}

.tc-section--dark .tc-breadcrumbs__current,
.tc-section--charcoal .tc-breadcrumbs__current {
  color: var(--tc-white);
}


/* =========================================================
   21. FAQ ACCORDION
   Native details and summary structure
   ========================================================= */

.tc-faq {
  display: grid;
  gap: 12px;
}

.tc-faq details {
  overflow: hidden;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-md);
  background: var(--tc-white);
  transition:
    border-color var(--tc-transition),
    box-shadow var(--tc-transition);
}

.tc-faq details:hover,
.tc-faq details[open] {
  border-color: rgba(151, 175, 172, 0.9);
}

.tc-faq details[open] {
  box-shadow: var(--tc-shadow-sm);
}

.tc-faq summary {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 20px 62px 20px 24px;
  color: var(--tc-ink);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.tc-faq summary::-webkit-details-marker {
  display: none;
}

.tc-faq summary::before,
.tc-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--tc-sage-deep);
  transform: translateY(-50%);
  transition: transform var(--tc-transition);
}

.tc-faq summary::after {
  transform:
    translateY(-50%)
    rotate(90deg);
}

.tc-faq details[open] summary::after {
  transform:
    translateY(-50%)
    rotate(0deg);
}

.tc-faq__answer {
  padding: 0 24px 24px;
  color: var(--tc-muted);
  font-size: 16px;
  line-height: 1.75;
}

.tc-faq__answer p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   22. CALL TO ACTION PANELS
   ========================================================= */

.tc-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 7vw, 80px);
  border-radius: var(--tc-radius-xl);
  background: var(--tc-ink);
  color: var(--tc-white);
  isolation: isolate;
}

.tc-cta::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -130px;
  z-index: -1;
  width: 410px;
  height: 410px;
  border: 75px solid rgba(151, 175, 172, 0.1);
  border-radius: 50%;
}

.tc-cta::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -160px;
  z-index: -1;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: rgba(151, 175, 172, 0.07);
}

.tc-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.tc-cta__content {
  max-width: 780px;
}

.tc-cta__title {
  margin: 0;
  color: var(--tc-white);
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tc-cta__text {
  margin: 19px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.tc-cta__action {
  flex: 0 0 auto;
}


/* =========================================================
   23. FORMS
   Elementor Forms + Ninja Forms
   ========================================================= */

.tc-form,
.elementor-form,
.nf-form-cont {
  --tc-field-height: 55px;
}

.tc-form label,
.elementor-field-label,
.nf-form-cont label {
  display: block;
  margin-bottom: 8px;
  color: var(--tc-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.035em;
}

.tc-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.tc-form select,
.tc-form textarea,
.elementor-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.elementor-form select,
.elementor-form textarea,
.nf-form-cont input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.nf-form-cont select,
.nf-form-cont textarea {
  width: 100%;
  min-height: var(--tc-field-height);
  padding: 14px 16px;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-sm);
  outline: none;
  background: var(--tc-white);
  color: var(--tc-ink);
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  transition:
    border-color var(--tc-transition-fast),
    box-shadow var(--tc-transition-fast),
    background-color var(--tc-transition-fast);
}

.tc-form textarea,
.elementor-form textarea,
.nf-form-cont textarea {
  min-height: 145px;
  resize: vertical;
}

.tc-form input::placeholder,
.tc-form textarea::placeholder,
.elementor-form input::placeholder,
.elementor-form textarea::placeholder,
.nf-form-cont input::placeholder,
.nf-form-cont textarea::placeholder {
  color: #929b9d;
  opacity: 1;
}

.tc-form input:focus,
.tc-form select:focus,
.tc-form textarea:focus,
.elementor-form input:focus,
.elementor-form select:focus,
.elementor-form textarea:focus,
.nf-form-cont input:focus,
.nf-form-cont select:focus,
.nf-form-cont textarea:focus {
  border-color: var(--tc-sage-dark);
  box-shadow: 0 0 0 4px rgba(151, 175, 172, 0.17);
}

.elementor-form .elementor-button,
.nf-form-cont input[type="button"],
.nf-form-cont input[type="submit"],
.nf-form-cont button {
  min-height: 54px;
  padding: 15px 26px;
  border: 1px solid var(--tc-ink);
  border-radius: var(--tc-radius-round);
  background: var(--tc-ink);
  color: var(--tc-white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform var(--tc-transition),
    background-color var(--tc-transition),
    border-color var(--tc-transition),
    box-shadow var(--tc-transition);
}

.elementor-form .elementor-button:hover,
.nf-form-cont input[type="button"]:hover,
.nf-form-cont input[type="submit"]:hover,
.nf-form-cont button:hover {
  border-color: var(--tc-sage-deep);
  background: var(--tc-sage-deep);
  transform: translateY(-2px);
  box-shadow: var(--tc-shadow-sm);
}

.nf-form-cont .nf-field-container {
  margin-bottom: 20px;
}

.nf-form-cont .nf-error-msg,
.nf-form-cont .ninja-forms-req-symbol {
  color: var(--tc-error);
}

.nf-form-cont .nf-error .ninja-forms-field {
  border-color: var(--tc-error);
}

.nf-form-cont .nf-response-msg {
  padding: 20px;
  border: 1px solid rgba(79, 125, 103, 0.3);
  border-radius: var(--tc-radius-md);
  background: rgba(79, 125, 103, 0.08);
  color: var(--tc-success);
}


/* =========================================================
   24. TABLES
   ========================================================= */

.tc-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--tc-line);
  border-radius: var(--tc-radius-md);
  background: var(--tc-white);
}

.tc-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.tc-table th,
.tc-table td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--tc-line);
  text-align: left;
  vertical-align: top;
}

.tc-table th {
  background: var(--tc-sage-soft);
  color: var(--tc-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tc-table td {
  color: var(--tc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.tc-table tr:last-child td {
  border-bottom: 0;
}


/* =========================================================
   25. HEADER FOUNDATION
   For a future custom Elementor header
   ========================================================= */

.tc-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid rgba(29, 36, 38, 0.08);
  background: rgba(252, 251, 248, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.tc-site-header--sticky {
  position: sticky;
  top: 0;
}

.admin-bar .tc-site-header--sticky {
  top: 32px;
}

.tc-site-header__inner {
  display: flex;
  width: min(
    calc(100% - (var(--tc-gutter) * 2)),
    var(--tc-container-wide)
  );
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-inline: auto;
}

.tc-site-header__logo img {
  width: auto;
  max-width: 260px;
  max-height: 58px;
}

.tc-site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 38px);
}

.tc-site-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--tc-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tc-site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--tc-sage-dark);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform var(--tc-transition);
}

.tc-site-nav a:hover::after,
.tc-site-nav a[aria-current="page"]::after,
.tc-site-nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left center;
}


/* =========================================================
   26. FOOTER FOUNDATION
   ========================================================= */

.tc-site-footer {
  position: relative;
  overflow: hidden;
  padding:
    clamp(70px, 9vw, 115px)
    var(--tc-gutter)
    30px;
  background: var(--tc-ink);
  color: var(--tc-white);
}

.tc-site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.7fr 1fr;
  gap: clamp(35px, 5vw, 80px);
}

.tc-site-footer__logo {
  width: min(100%, 280px);
  margin-bottom: 24px;
}

.tc-site-footer__text {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.7;
}

.tc-site-footer__heading {
  margin: 0 0 20px;
  color: var(--tc-white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.tc-site-footer__links {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-site-footer__links a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color var(--tc-transition-fast),
    transform var(--tc-transition-fast);
}

.tc-site-footer__links a:hover {
  color: var(--tc-sage);
}

.tc-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: clamp(50px, 7vw, 85px);
  padding-top: 24px;
  border-top: 1px solid var(--tc-line-dark);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}


/* =========================================================
   27. BLOG AND RESOURCE CONTENT
   ========================================================= */

.tc-article {
  width: min(100%, 820px);
  margin-inline: auto;
  color: var(--tc-ink-soft);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.8;
}

.tc-article > * + * {
  margin-top: 1.4em;
}

.tc-article h2,
.tc-article h3,
.tc-article h4 {
  color: var(--tc-ink);
  font-weight: 600;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.tc-article h2 {
  margin-top: 2.1em;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.15;
}

.tc-article h3 {
  margin-top: 1.8em;
  font-size: clamp(23px, 2.3vw, 31px);
  line-height: 1.2;
}

.tc-article h4 {
  font-size: 20px;
  line-height: 1.3;
}

.tc-article a {
  color: var(--tc-sage-deep);
  font-weight: 700;
}

.tc-article ul,
.tc-article ol {
  padding-left: 1.35em;
}

.tc-article li + li {
  margin-top: 9px;
}

.tc-article blockquote {
  margin: 2em 0;
  padding: 25px 28px;
  border-left: 4px solid var(--tc-sage);
  border-radius: 0 var(--tc-radius-md) var(--tc-radius-md) 0;
  background: var(--tc-sage-soft);
  color: var(--tc-ink);
  font-size: 1.08em;
  font-weight: 500;
}

.tc-article img {
  width: 100%;
  margin: 2em 0;
  border-radius: var(--tc-radius-lg);
}

.tc-article hr {
  height: 1px;
  margin: 2.4em 0;
  border: 0;
  background: var(--tc-line);
}


/* =========================================================
   28. UTILITY CLASSES
   ========================================================= */

.tc-hidden {
  display: none !important;
}

.tc-overflow-hidden {
  overflow: hidden;
}

.tc-relative {
  position: relative;
}

.tc-z-1 {
  position: relative;
  z-index: 1;
}

.tc-full-width {
  width: 100%;
}

.tc-mt-0 {
  margin-top: 0 !important;
}

.tc-mt-sm {
  margin-top: var(--tc-space-sm) !important;
}

.tc-mt-md {
  margin-top: var(--tc-space-md) !important;
}

.tc-mt-lg {
  margin-top: var(--tc-space-lg) !important;
}

.tc-mt-xl {
  margin-top: var(--tc-space-xl) !important;
}

.tc-mb-0 {
  margin-bottom: 0 !important;
}

.tc-radius-sm {
  border-radius: var(--tc-radius-sm);
}

.tc-radius-md {
  border-radius: var(--tc-radius-md);
}

.tc-radius-lg {
  border-radius: var(--tc-radius-lg);
}

.tc-shadow-sm {
  box-shadow: var(--tc-shadow-sm);
}

.tc-shadow-md {
  box-shadow: var(--tc-shadow-md);
}

.tc-shadow-lg {
  box-shadow: var(--tc-shadow-lg);
}


/* =========================================================
   29. ANIMATION UTILITIES
   Content remains visible without JavaScript
   ========================================================= */

@keyframes tcFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tcFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tcScaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.tc-animate-up {
  animation: tcFadeUp 700ms ease both;
}

.tc-animate-in {
  animation: tcFadeIn 700ms ease both;
}

.tc-animate-scale {
  animation: tcScaleIn 700ms ease both;
}

.tc-delay-1 {
  animation-delay: 100ms;
}

.tc-delay-2 {
  animation-delay: 200ms;
}

.tc-delay-3 {
  animation-delay: 300ms;
}

.tc-delay-4 {
  animation-delay: 400ms;
}


/* =========================================================
   30. TABLET
   ========================================================= */

@media (max-width: 1024px) {
  :root {
    --tc-gutter: clamp(20px, 4vw, 34px);
  }

  .tc-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-split,
  .tc-split--wide-media,
  .tc-split--wide-content {
    gap: clamp(35px, 5vw, 58px);
  }

  .tc-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  .tc-process__step:nth-child(2) {
    padding-right: 0;
  }

  .tc-process__step:nth-child(3) {
    padding-left: 0;
  }

  .tc-process__step:nth-child(2)::after {
    display: none;
  }

  .tc-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-trust-item:nth-child(2)::after {
    display: none;
  }

  .tc-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tc-line);
  }

  .tc-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .tc-site-footer__grid {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
  }

  .tc-site-footer__grid > :last-child {
    grid-column: 1 / -1;
  }
}


/* =========================================================
   31. MOBILE
   ========================================================= */

@media (max-width: 767px) {
  :root {
    --tc-radius-lg: 18px;
    --tc-radius-xl: 24px;
  }

  html {
    scroll-behavior: auto;
  }

  section[id],
  div[id].tc-anchor {
    scroll-margin-top: 86px;
  }

  .tc-section {
    padding:
      clamp(62px, 16vw, 88px)
      20px;
  }

  .tc-section--small {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tc-section--large {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .tc-eyebrow {
    margin-bottom: 15px;
  }

  .tc-title {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 1.02;
  }

  .tc-title--large {
    font-size: clamp(42px, 14vw, 62px);
  }

  .tc-title--small {
    font-size: clamp(31px, 10vw, 43px);
  }

  .tc-lead {
    margin-top: 19px;
    font-size: 17px;
    line-height: 1.65;
  }

  .tc-grid--2,
  .tc-grid--3,
  .tc-grid--4 {
    grid-template-columns: 1fr;
  }

  .tc-split,
  .tc-split--wide-media,
  .tc-split--wide-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tc-split--reverse .tc-split__media,
  .tc-split--reverse .tc-split__content {
    order: initial;
  }

  .tc-split--mobile-media-first .tc-split__media {
    order: 1;
  }

  .tc-split--mobile-media-first .tc-split__content {
    order: 2;
  }

  .tc-button-group {
    align-items: stretch;
    flex-direction: column;
  }

  .tc-button-group .tc-button {
    width: 100%;
  }

  .tc-card {
    padding: 25px;
  }

  .tc-service-card {
    min-height: 390px;
  }

  .tc-media-badge {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .tc-process {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tc-process__step,
  .tc-process__step:first-child,
  .tc-process__step:last-child,
  .tc-process__step:nth-child(3) {
    padding: 0 0 34px 72px;
  }

  .tc-process__step:not(:last-child)::after,
  .tc-process__step:nth-child(2)::after {
    top: 52px;
    right: auto;
    bottom: 0;
    left: 27px;
    display: block;
    width: 1px;
    height: auto;
  }

  .tc-process__number {
    position: absolute;
    top: 0;
    left: 0;
  }

  .tc-process__title {
    padding-top: 4px;
  }

  .tc-trust-bar {
    grid-template-columns: 1fr;
  }

  .tc-trust-item {
    padding: 21px 18px;
  }

  .tc-trust-item:not(:last-child)::after {
    top: auto;
    right: 10%;
    bottom: 0;
    left: 10%;
    display: block;
    width: 80%;
    height: 1px;
  }

  .tc-trust-item:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .tc-cta {
    padding: 38px 25px;
  }

  .tc-cta__inner {
    gap: 28px;
  }

  .tc-cta__action,
  .tc-cta__action .tc-button {
    width: 100%;
  }

  .tc-faq summary {
    min-height: 66px;
    padding: 18px 52px 18px 19px;
    font-size: 17px;
  }

  .tc-faq summary::before,
  .tc-faq summary::after {
    right: 19px;
  }

  .tc-faq__answer {
    padding: 0 19px 21px;
  }

  .tc-site-header__inner {
    min-height: 72px;
  }

  .tc-site-header__logo img {
    max-width: 210px;
    max-height: 47px;
  }

  .admin-bar .tc-site-header--sticky {
    top: 46px;
  }

  .tc-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .tc-site-footer__grid > :last-child {
    grid-column: auto;
  }

  .tc-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}


/* =========================================================
   32. SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .tc-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tc-button {
    width: 100%;
  }

  .tc-badge-row {
    gap: 7px;
  }

  .tc-badge {
    font-size: 12px;
  }

  .tc-card {
    padding: 23px 21px;
  }

  .tc-review {
    padding: 25px 21px;
  }

  .tc-service-card {
    min-height: 360px;
  }

  .tc-service-card__content {
    padding: 24px 21px;
  }
}


/* =========================================================
   33. ACCESSIBILITY AND REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* =========================================================
   34. PRINT
   ========================================================= */

@media print {
  .tc-site-header,
  .tc-site-footer,
  .tc-button,
  .tc-button-group {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
  }

  .tc-section {
    padding: 25px 0;
  }

  .tc-card,
  .tc-review,
  .tc-faq details {
    break-inside: avoid;
    box-shadow: none;
  }
}