/* The Click Wise custom styles extracted from Blade templates. */

body,
button,
input,
textarea,
select,
body :not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.lg-icon) {
  font-family: 'Poppins', sans-serif;
}

.tcw-home-hero-bg {
  background-image: var(--tcw-hero-bg);
  background-size: cover;
  background-position: center;
}

.tcw-alert-list {
  margin: 0;
  padding-left: 18px;
}

.tcw-section-soft {
  background: #f8faf7;
}

.tcw-section-white {
  background: #fff;
}

.tcw-empty-state {
  max-width: 620px;
  margin: 0 auto;
}

.tcw-empty-title {
  font-size: 2rem;
  color: #0f172a;
  margin-bottom: 14px;
}

.tcw-empty-text {
  color: #64748b;
  line-height: 1.8;
}

.tcw-full-height {
  height: 100%;
}

.tcw-icon-img-46,
.tcw-icon-img-48 {
  object-fit: contain;
}

.tcw-icon-img-46 {
  width: 46px;
  height: 46px;
}

.tcw-icon-img-48 {
  width: 48px;
  height: 48px;
}

.tcw-icon-fallback-white {
  font-size: 28px;
  color: #fff;
}

.tcw-icon-fallback-white-lg {
  font-size: 34px;
  color: #fff;
}

.tcw-icon-fallback-accent {
  font-size: 1.6rem;
  color: #86bf00;
}

.tcw-blog-body {
  line-height: 1.9;
  color: #4b5563;
  white-space: pre-line;
}

.tcw-floating-contact {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  visibility: hidden;
  opacity: 0;
  transform: translate(12px, -50%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.tcw-floating-contact.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -50%);
}

.tcw-floating-contact__icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 10px;
  pointer-events: auto;
}

.tcw-floating-contact__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(134, 191, 0, 0.32);
  border-radius: 50%;
  color: #fff;
  background: #3f4941;
  font-size: 15px;
  box-shadow: 0 12px 32px rgba(63, 73, 65, 0.18);
}

.tcw-floating-contact__icon:hover {
  color: #fff;
  border-color: #86bf00;
  background: #86bf00;
}

.tcw-floating-contact__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 136px;
  padding: 18px 10px;
  border-radius: 18px 0 0 18px;
  color: #fff;
  background: linear-gradient(180deg, #86bf00 0%, #3da153 100%);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(134, 191, 0, 0.32);
  pointer-events: auto;
}

.tcw-floating-contact__quote span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.tcw-floating-contact__quote:hover {
  color: #fff;
  filter: brightness(1.08);
}

.tcw-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #86bf00;
  font-size: 24px;
  box-shadow: 0 16px 36px rgba(134, 191, 0, 0.36);
}

.tcw-floating-whatsapp:hover {
  color: #fff;
  background: #3da153;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .tcw-floating-contact {
    top: 50%;
    right: 0;
    bottom: auto;
    align-items: flex-end;
    gap: 14px;
    transform: translate(12px, -50%);
  }

  .tcw-floating-contact.is-visible {
    transform: translate(0, -50%);
  }

  .tcw-floating-contact__icons {
    gap: 10px;
    padding-right: 6px;
  }

  .tcw-floating-contact__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .tcw-floating-contact__quote {
    min-width: 40px;
    min-height: 104px;
    border-radius: 16px 0 0 16px;
    font-size: 12px;
  }

  .tcw-floating-whatsapp {
    right: 18px;
    bottom: 18px;
  }
}

/* Source: resources/views/website/home.blade.php */
.tcw-parallax-scene {
    position: relative;
    overflow: hidden;
  }

  .tcw-parallax-layer {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 0.18s ease-out;
  }

  .tcw-parallax-soft {
    transform-origin: center center;
  }

  @media (prefers-reduced-motion: reduce) {
    .tcw-parallax-layer {
      transition: none;
      transform: none !important;
    }
  }

/* Source: resources/views/website/home.blade.php */
/* ── Review Slider Wrapper ── */
    .tcw-review-slider-wrap {
      position: relative;
      overflow: hidden;
      padding: 0 60px;
    }

    /* ── Slider track ── */
    .tcw-review-slider {
      display: flex;
      gap: 28px;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform;
    }

    /* ── Single slide ── */
    .tcw-review-slide {
      flex: 0 0 calc((100% - 56px) / 3);   /* 3 visible on desktop */
      min-width: 0;
    }

    /* ── Arrow buttons ── */
    .tcw-review-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 2px solid var(--cs-accent, #6cba48);
      background: #fff;
      color: var(--cs-accent, #6cba48);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s, color 0.25s, box-shadow 0.25s;
      box-shadow: 0 4px 14px rgba(0,0,0,.08);
      outline: none;
    }
    .tcw-review-arrow:hover {
      background: var(--cs-accent, #6cba48);
      color: #fff;
      box-shadow: 0 6px 20px rgba(108,186,72,.25);
    }
    .tcw-review-prev { left: 0; }
    .tcw-review-next { right: 0; }
    .tcw-review-arrow:disabled {
      opacity: 0.35;
      cursor: default;
    }

    /* ── Dots ── */
    /* ── Responsive ── */
    @media (max-width: 991px) {
      .tcw-review-slide {
        flex: 0 0 calc((100% - 28px) / 2);  /* 2 per view on tablet */
      }
    }
    @media (max-width: 575px) {
      .tcw-review-slider-wrap { padding: 0 40px; }
      .tcw-review-slide {
        flex: 0 0 100%;                       /* 1 per view on mobile */
      }
    }

    .tcw-review-slider-wrap {
      padding: 0 72px 12px 0;
    }

    .tcw-review-stage {
      width: 100%;
      margin: 0 auto;
      padding: 0 24px;
    }

    .tcw-review-slider {
      gap: 20px;
    }

    .tcw-review-slide {
      flex: 0 0 calc((100% - 40px) / 3);
    }

    .tcw-reviews-section .client-video-card {
      height: 500px;
      padding: 28px;
      border: 0;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .tcw-reviews-section .client-video-card.is-featured {
      background: #000;
      color: #fff;
    }

    .tcw-reviews-section .client-video-copy {
      position: relative;
      z-index: 2;
    }

    .tcw-reviews-section .client-video-copy span {
      display: block;
      margin-bottom: 8px;
      color: #b45309;
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .tcw-reviews-section .client-video-card.is-featured .client-video-copy span {
      color: #86bf00;
    }

    .tcw-reviews-section .client-video-copy h3 {
      margin: 0 0 8px;
      color: #0f172a;
      font-size: 29px;
      line-height: 1.08;
      font-weight: 800;
    }

    .tcw-reviews-section .client-video-card.is-featured .client-video-copy h3,
    .tcw-reviews-section .client-video-card.is-featured .client-video-copy p {
      color: #fff;
    }

    .tcw-reviews-section .client-video-copy p {
      max-width: 320px;
      margin: 0;
      color: #111827;
      font-size: 15px;
      line-height: 1.5;
    }

    .tcw-reviews-section .client-video-media {
      min-height: 280px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin: 24px -14px -28px;
    }

    .tcw-reviews-section .client-review-video,
    .tcw-reviews-section .client-video-media img {
      width: 100%;
      max-width: 330px;
      height: 280px;
      display: block;
      border-radius: 14px 14px 0 0;
      object-fit: cover;
      object-position: center;
      background: #111;
      box-shadow: none;
    }

    .tcw-reviews-section .client-video-card.is-featured .client-review-video {
      max-width: 360px;
      height: 300px;
      border-radius: 18px 18px 0 0;
    }

    .tcw-review-arrow {
      width: 56px;
      height: 56px;
      border: 0;
      background: rgba(229, 231, 235, 0.92);
      color: #5f6368;
      box-shadow: none;
      transition: background 0.25s, color 0.25s, box-shadow 0.25s, transform 0.25s;
    }

    .tcw-review-arrow:hover {
      background: #86bf00;
      color: #fff;
      transform: translateY(-50%) scale(1.04);
      box-shadow: 0 14px 28px rgba(134, 191, 0, 0.22);
    }

    .tcw-review-prev {
      left: 12px;
    }

    .tcw-review-next {
      right: 8px;
    }

    .tcw-review-arrow:disabled {
      opacity: 0.45;
      cursor: default;
      pointer-events: none;
      box-shadow: none;
    }

    @media (max-width: 991px) {
      .tcw-review-slider-wrap {
        padding-right: 58px;
      }

      .tcw-review-stage {
        width: 100%;
        padding: 0 16px;
      }

      .tcw-review-slide {
        flex: 0 0 calc((100% - 20px) / 2);
      }

      .tcw-reviews-section .client-video-card {
        height: 450px;
      }
    }

    @media (max-width: 575px) {
      .tcw-review-slider-wrap {
        padding: 0 48px 10px 0;
      }

      .tcw-review-stage {
        width: 100%;
        padding: 0 10px;
      }

      .tcw-review-slide {
        flex: 0 0 100%;
      }

      .tcw-reviews-section .client-video-card {
        height: 420px;
        padding: 22px;
        border-radius: 14px;
      }

      .tcw-reviews-section .client-video-copy h3 {
        font-size: 24px;
      }

      .tcw-reviews-section .client-video-media {
        min-height: 240px;
        margin-bottom: -22px;
      }

      .tcw-reviews-section .client-review-video,
      .tcw-reviews-section .client-video-media img,
      .tcw-reviews-section .client-video-card.is-featured .client-review-video {
        height: 240px;
      }

      .tcw-review-arrow {
        width: 48px;
        height: 48px;
      }
    }

    .tcw-reviews-section .tcw-review-slider-wrap {
      padding: 0 64px 12px 0;
    }

    .tcw-reviews-section .tcw-review-slider {
      gap: 16px;
      align-items: stretch;
    }

    .tcw-reviews-section .tcw-review-slide {
      flex: 0 0 calc((100% - 48px) / 4);
    }

    .tcw-reviews-section .client-video-card,
    .tcw-reviews-section .client-video-card.is-featured {
      position: relative;
      height: auto;
      aspect-ratio: 9 / 16;
      min-height: 420px;
      padding: 0;
      border: 0;
      border-radius: 24px;
      background: #0f172a;
      color: #fff;
      overflow: hidden;
      box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
    }

    .tcw-reviews-section .client-video-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 34%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.08) 62%);
    }

    .tcw-reviews-section .client-video-media {
      position: absolute;
      inset: 0;
      min-height: 0;
      margin: 0;
      display: block;
    }

    .tcw-reviews-section .client-review-video,
    .tcw-reviews-section .client-video-card.is-featured .client-review-video,
    .tcw-reviews-section .client-video-media img {
      width: 100%;
      max-width: none;
      height: 100%;
      border-radius: 0;
      object-fit: cover;
      object-position: center;
      background: #000;
    }

    .tcw-reviews-section .client-video-copy {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      padding: 24px 20px;
      color: #fff;
    }

    .tcw-reviews-section .client-video-copy span,
    .tcw-reviews-section .client-video-card.is-featured .client-video-copy span {
      display: inline-flex;
      width: fit-content;
      margin-bottom: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
      backdrop-filter: blur(10px);
      font-size: 11px;
      letter-spacing: 0.08em;
    }

    .tcw-reviews-section .client-video-copy h3,
    .tcw-reviews-section .client-video-card.is-featured .client-video-copy h3 {
      margin: 0 0 4px;
      color: #fff;
      font-size: 22px;
      line-height: 1.1;
      font-weight: 800;
    }

    .tcw-reviews-section .client-review-role {
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 13px;
      font-weight: 700;
    }

    .tcw-reviews-section .client-video-copy p,
    .tcw-reviews-section .client-video-card.is-featured .client-video-copy p {
      display: -webkit-box;
      max-width: none;
      margin: 0;
      color: rgba(255, 255, 255, 0.9);
      font-size: 14px;
      line-height: 1.45;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    @media (max-width: 1199px) {
      .tcw-reviews-section .tcw-review-slide {
        flex: 0 0 calc((100% - 32px) / 3);
      }
    }

    @media (max-width: 991px) {
      .tcw-reviews-section .tcw-review-slide {
        flex: 0 0 calc((100% - 16px) / 2);
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        min-height: 400px;
      }
    }

    @media (max-width: 575px) {
      .tcw-reviews-section .tcw-review-slider-wrap {
        padding: 0 48px 10px 0;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex: 0 0 82%;
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        min-height: 440px;
      }
    }

    .tcw-reviews-section .tcw-review-stage {
      width: min(1180px, calc(100% - 32px));
      margin-inline: auto;
      padding: 0;
    }

    .tcw-reviews-section .tcw-review-slider-wrap {
      position: relative;
      overflow: hidden;
      padding: 0 72px 12px;
    }

    .tcw-reviews-section .tcw-review-slider {
      gap: 24px;
    }

    .tcw-reviews-section .tcw-review-slide {
      flex: 0 0 calc((100% - 48px) / 3);
      min-width: 0;
    }

    .tcw-reviews-section .client-video-card,
    .tcw-reviews-section .client-video-card.is-featured {
      aspect-ratio: auto !important;
      height: 500px !important;
      min-height: 0 !important;
      max-height: 500px !important;
      border-radius: 22px;
      box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
    }

    .tcw-reviews-section .client-video-copy {
      top: 0;
      bottom: auto;
      padding: 24px 20px 72px;
    }

    .tcw-reviews-section .client-video-copy h3,
    .tcw-reviews-section .client-video-card.is-featured .client-video-copy h3 {
      font-size: clamp(20px, 2vw, 24px);
    }

    .tcw-reviews-section .tcw-review-prev {
      left: 0;
    }

    .tcw-reviews-section .tcw-review-next {
      right: 0;
    }

    @media (max-width: 1199px) {
      .tcw-reviews-section .tcw-review-stage {
        width: min(980px, calc(100% - 28px));
      }

      .tcw-reviews-section .tcw-review-slider {
        gap: 16px;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex-basis: calc((100% - 32px) / 3);
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        height: 500px !important;
        max-height: 500px !important;
      }
    }

    @media (max-width: 991px) {
      .tcw-reviews-section .tcw-review-stage {
        width: min(720px, calc(100% - 24px));
      }

      .tcw-reviews-section .tcw-review-slider-wrap {
        padding: 0 58px 12px;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex-basis: calc((100% - 16px) / 2);
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        height: 500px !important;
        max-height: 500px !important;
      }
    }

    @media (max-width: 575px) {
      .tcw-reviews-section .tcw-review-stage {
        width: min(390px, calc(100% - 20px));
      }

      .tcw-reviews-section .tcw-review-slider-wrap {
        padding: 0 44px 12px;
      }

      .tcw-reviews-section .tcw-review-slider {
        gap: 16px;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex-basis: 100%;
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        height: 500px !important;
        max-height: 500px !important;
        border-radius: 20px;
      }

      .tcw-reviews-section .client-video-copy {
        padding: 22px 18px 68px;
      }

      .tcw-reviews-section .tcw-review-arrow {
        width: 40px;
        height: 40px;
      }
    }

    .tcw-reviews-section .tcw-review-stage {
      width: 100%;
      max-width: none;
      padding-left: 0;
      padding-right: 0;
    }

    .tcw-reviews-section .tcw-review-slider-wrap {
      --tcw-review-edge: max(20px, calc((100vw - 1180px) / 2));
      overflow: hidden;
      padding: 10px var(--tcw-review-edge) 28px;
    }

    .tcw-reviews-section .tcw-review-slider {
      gap: 22px;
      align-items: stretch;
    }

    .tcw-reviews-section .tcw-review-slide {
      flex: 0 0 clamp(270px, 27vw, 360px);
      min-width: 0;
    }

    .tcw-reviews-section .client-video-card,
    .tcw-reviews-section .client-video-card.is-featured {
      height: 520px !important;
      max-height: 520px !important;
      border-radius: 30px;
      background: #f5f5f7;
      box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .tcw-reviews-section .client-video-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    }

    .tcw-reviews-section .client-video-card::after {
      display: none;
    }

    .tcw-reviews-section .client-video-copy {
      display: none;
    }

    .tcw-reviews-section .client-video-media {
      position: absolute;
      inset: 0;
      display: block;
      margin: 0;
      min-height: 0;
    }

    .tcw-reviews-section .client-review-video {
      width: 100%;
      height: 100%;
      max-width: none;
      border-radius: 30px;
      object-fit: cover;
      object-position: center;
      background: #000;
      display: block;
    }

    .tcw-reviews-section .tcw-review-arrow {
      width: 52px;
      height: 52px;
      border: 0;
      background: rgba(232, 232, 237, 0.94);
      color: #6e6e73;
      box-shadow: none;
    }

    .tcw-reviews-section .tcw-review-arrow:hover {
      background: #d2d2d7;
      color: #1d1d1f;
      transform: translateY(-50%) scale(1.04);
      box-shadow: none;
    }

    .tcw-reviews-section .tcw-review-arrow[hidden] {
      display: none;
    }

    .tcw-reviews-section .tcw-review-prev {
      left: 16px;
    }

    .tcw-reviews-section .tcw-review-next {
      right: 20px;
    }

    .tcw-review-empty {
      width: min(560px, calc(100vw - 40px));
      padding: 32px;
      border-radius: 26px;
      background: #f5f5f7;
      color: #6e6e73;
      font-weight: 700;
      text-align: center;
    }

    @media (max-width: 991px) {
      .tcw-reviews-section .tcw-review-stage {
        padding-left: 0;
      }

      .tcw-reviews-section .tcw-review-slider-wrap {
        --tcw-review-edge: 18px;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex-basis: clamp(250px, 42vw, 330px);
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        height: 480px !important;
        max-height: 480px !important;
      }
    }

    @media (max-width: 575px) {
      .tcw-reviews-section .tcw-review-stage {
        padding-left: 0;
      }

      .tcw-reviews-section .tcw-review-slider-wrap {
        --tcw-review-edge: 0px;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex-basis: min(86vw, 330px);
      }

      .tcw-reviews-section .tcw-review-slider {
        padding-left: max(7vw, calc((100vw - 330px) / 2));
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        height: 430px !important;
        max-height: 430px !important;
        border-radius: 26px;
      }

      .tcw-reviews-section .client-review-video {
        border-radius: 26px;
      }

      .tcw-reviews-section .tcw-review-arrow {
        width: 42px;
        height: 42px;
      }
    }

/* Source: resources/views/website/contact.blade.php */
.tcw-contact-form-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  }

  .tcw-contact-form-shell .cs-contact_left,
  .tcw-contact-form-shell .cs-contact_right {
    width: 100%;
    min-height: 720px;
    height: 100%;
    box-sizing: border-box;
  }

  .tcw-contact-form-shell .cs-contact_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    height: auto;
    padding: 42px 38px;
    border-radius: 28px 0 0 28px;
  }

  .tcw-contact-form-shell .service-card {
    margin-top: 0;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 0px 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .tcw-contact-form-shell .cs-contact_right {
    display: flex;
    align-items: stretch;
    background: #f9fafb !important;
    padding: 40px !important;
    border-radius: 0 28px 28px 0;
  }

  .tcw-contact-form-shell .cs-contact_info_wrap,
  .tcw-contact-form-shell .cs-social_btns_wrap {
    width: 100%;
  }

  .tcw-contact-form-shell .tcw-form_intro {
    margin-bottom: 1.4rem;
  }

  .tcw-contact-form-shell .tcw-form_badge {
    align-self: center;
    justify-content: center;
    min-width: 220px;
    padding: 12px 22px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(134, 191, 0, 0.18), rgba(134, 191, 0, 0.08));
    color: #6e9800;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .tcw-contact-form-shell .alert-success {
    text-align: left;
  }

  .tcw-contact-form-shell .alert-danger {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
  }

  .tcw-contact-form-shell .alert-danger ul {
    margin: 0;
    padding-left: 18px;
  }

  .tcw-contact-form-shell .is-invalid {
    border-color: #ef4444 !important;
    background-color: #fff !important;
  }

  .tcw-contact-form-shell .field-error {
    display: block;
    margin: -8px 0 14px;
    color: #dc2626;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  @media (max-width: 991px) {
    .tcw-contact-form-shell {
      display: grid;
      grid-template-columns: 1fr;
      border-radius: 24px;
    }

    .tcw-contact-form-shell .cs-contact_left,
    .tcw-contact-form-shell .cs-contact_right {
      width: 100%;
      min-height: auto;
    }

    .tcw-contact-form-shell .cs-contact_left {
      padding: 28px 24px;
      border-radius: 24px 24px 0 0;
    }

    .tcw-contact-form-shell .cs-contact_right {
      /* border-radius: 0 0 24px 24px; */
      padding: 0 !important;
    }

    .tcw-contact-form-shell .service-card {
      width: 100%;
      border-radius: 0 0 24px 24px;
      box-shadow: none;
      margin-bottom:20px;
    }

    .tcw-contact-form-shell .tcw-form_badge {
      min-width: 0;
      width: 100%;
      max-width: 280px;
    }
  }

/* Source: resources/views/website/case-studies.blade.php */
.case-study-grid {
      row-gap: 12px;
    }

    .case-study-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 520px;
      border: 1px solid rgba(226, 232, 240, 0.9);
      border-radius: 24px;
      background: #ffffff;
      overflow: hidden;
      box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
      transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    }

    .case-study-card:hover {
      transform: translateY(-6px);
      border-color: rgba(134, 191, 0, 0.32);
      box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    }

    .case-study-card_media {
      position: relative;
      height: 230px;
      background: #f5f7f1;
      overflow: hidden;
    }

    .case-study-card_media img,
    .case-study-card_placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
    }

    .case-study-card_placeholder {
      background:
        linear-gradient(135deg, rgba(134, 191, 0, 0.9), rgba(15, 23, 42, 0.88)),
        #86bf00;
      color: #ffffff;
      font-size: 54px;
    }

    .case-study-card_badge {
      position: absolute;
      left: 18px;
      top: 18px;
      display: inline-flex;
      max-width: calc(100% - 36px);
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      color: #355100;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .case-study-card_body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 26px;
    }

    .case-study-card_result {
      width: fit-content;
      margin-bottom: 16px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(134, 191, 0, 0.12);
      color: #557900;
      font-size: 13px;
      font-weight: 800;
    }

    .case-study-card_title {
      margin: 0 0 12px;
      color: #0f172a;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 800;
    }

    .case-study-card_text {
      display: -webkit-box;
      margin: 0 0 22px;
      color: #64748b;
      font-size: 15px;
      line-height: 1.7;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .case-study-card_link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin-top: auto;
      color: #557900;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .case-study-empty {
      padding: 34px;
      border: 1px solid rgba(226, 232, 240, 0.9);
      border-radius: 24px;
      background: #ffffff;
      color: #64748b;
      text-align: center;
      font-weight: 700;
    }

    @media (max-width: 991px) {
      .case-study-card {
        min-height: 480px;
      }
    }

    @media (max-width: 575px) {
      .case-study-card {
        min-height: 0;
        border-radius: 20px;
      }

      .case-study-card_media {
        height: 200px;
      }

      .case-study-card_body {
        padding: 22px;
      }

      .case-study-card_title {
        font-size: 21px;
      }
    }

/* Source: resources/views/website/industries.blade.php */
.industry-card_media {
      background:
        linear-gradient(135deg, rgba(134, 191, 0, 0.9), rgba(15, 23, 42, 0.88)),
        #86bf00;
    }

    .industry-card_icon {
      background: transparent;
    }

    .industry-card_icon img {
      width: 96px;
      height: 96px;
      object-fit: contain;
      filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.24));
    }

    @media (max-width: 575px) {
      .industry-card_icon img {
        width: 82px;
        height: 82px;
      }
    }

/* Source: resources/views/website/portfolio-details.blade.php */
.tcw-portfolio-detail-hero-img,
.tcw-portfolio-detail-img {
      width: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    .tcw-portfolio-mobile-slider {
      display: none;
    }

    @media (max-width: 991px) {
      .tcw-portfolio-detail-page {
        width: min(720px, calc(100% - 24px));
        padding: 0;
      }

      .tcw-portfolio-detail-page > .cs-height_50,
      .tcw-portfolio-detail-page > .cs-height_lg_40 {
        height: 26px;
      }

      .tcw-portfolio-detail-hero-img {
        height: 340px;
        border-radius: 26px;
        box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
      }

      .tcw-portfolio-detail-section {
        gap: 22px;
      }

      .tcw-portfolio-detail-img {
        height: 300px;
        border-radius: 24px;
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
      }

      .tcw-portfolio-detail-copy,
      .tcw-portfolio-detail-meta .cs-vertical_middle_in {
        padding: 24px;
        border: 1px solid rgba(226, 232, 240, 0.9);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
      }

      .tcw-portfolio-detail-copy h2 {
        margin-bottom: 14px;
        color: #0f172a;
        font-size: 30px;
        line-height: 1.18;
      }

      .tcw-portfolio-detail-text {
        color: #64748b;
        font-size: 16px;
        line-height: 1.8;
      }

      .tcw-portfolio-detail-meta .cs-details_list.cs-style1 li {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        padding: 13px 0;
        border-bottom: 1px solid rgba(226, 232, 240, 0.85);
      }

      .tcw-portfolio-detail-meta .cs-details_list.cs-style1 li:last-child {
        border-bottom: 0;
      }

      .tcw-portfolio-detail-meta .cs-details_list.cs-style1 .cs-list_title {
        min-width: 0;
        margin-right: 0;
        padding-right: 0;
      }

      .tcw-portfolio-detail-meta .cs-details_list.cs-style1 .cs-list_title::after {
        display: none;
      }

      .tcw-portfolio-detail-meta .cs-list_text,
      .tcw-portfolio-detail-meta .cs-list_text a {
        min-width: 0;
        overflow-wrap: anywhere;
        color: #334155;
      }

      .tcw-portfolio-detail-meta .cs-btn {
        width: 100%;
        justify-content: center;
      }
    }

    @media (max-width: 575px) {
      .tcw-portfolio-detail-page {
        width: calc(100% - 24px);
      }

      .tcw-portfolio-detail-hero-img,
      .tcw-portfolio-detail-secondary-media {
        display: none;
      }

      .tcw-portfolio-mobile-slider {
        display: flex;
        gap: 14px;
        margin: 0 -12px;
        padding: 0 12px 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }

      .tcw-portfolio-mobile-slider::-webkit-scrollbar {
        display: none;
      }

      .tcw-portfolio-mobile-slide {
        flex: 0 0 100%;
        scroll-snap-align: center;
      }

      .tcw-portfolio-mobile-slide img {
        width: 100%;
        height: 240px;
        display: block;
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
      }

      .tcw-portfolio-detail-page > .cs-height_50,
      .tcw-portfolio-detail-page > .cs-height_lg_40 {
        height: 22px;
      }

      .tcw-portfolio-detail-section {
        gap: 16px;
      }

      .tcw-portfolio-detail-hero-img {
        height: 240px;
        border-radius: 16px;
        box-shadow: none;
      }

      .tcw-portfolio-detail-img {
        height: 240px;
        border-radius: 16px;
        box-shadow: none;
      }

      .tcw-portfolio-detail-copy,
      .tcw-portfolio-detail-meta .cs-vertical_middle_in {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }

      .tcw-portfolio-detail-copy h2 {
        margin-bottom: 12px;
        font-size: 26px;
      }

      .tcw-portfolio-detail-copy h2 svg,
      .tcw-related-portfolio-grid svg {
        display: none;
      }

      .tcw-portfolio-detail-text {
        font-size: 15px;
        line-height: 1.75;
      }

      .tcw-portfolio-detail-meta .cs-details_list.cs-style1 li {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
        padding: 12px 0;
      }

      .tcw-portfolio-detail-meta .cs-details_list.cs-style1 .cs-list_title span {
        display: inline;
        padding: 0;
        border-radius: 0;
        background: transparent;
        font-size: 12px;
      }

      .tcw-related-portfolio-grid .cs-portfolio.cs-style3.cs-type1 {
        padding: 14px;
        border: 1px solid rgba(226, 232, 240, 0.9);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
      }

      .tcw-related-portfolio-grid .cs-portfolio_img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 16px;
      }

      .tcw-related-portfolio-grid .cs-portfolio_title {
        position: static !important;
        margin: 14px 0 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        color: #0f172a;
        font-size: 20px;
        text-align: center;
      }
    }

/* Source: resources/views/partials/website/review-slider.blade.php */
.tcw-reviews-section .tcw-review-stage {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
      }

      .tcw-reviews-section .tcw-review-slider-wrap {
        --tcw-review-edge: max(20px, calc((100vw - 1180px) / 2));
        position: relative;
        overflow: hidden;
        padding: 10px var(--tcw-review-edge) 28px;
      }

      .tcw-reviews-section .tcw-review-slider {
        display: flex;
        gap: 22px;
        align-items: stretch;
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
      }

      .tcw-reviews-section .tcw-review-slide {
        flex: 0 0 clamp(270px, 27vw, 360px);
        min-width: 0;
      }

      .tcw-reviews-section .client-video-card,
      .tcw-reviews-section .client-video-card.is-featured {
        position: relative;
        height: 520px !important;
        max-height: 520px !important;
        min-height: 0 !important;
        padding: 0;
        border: 0;
        border-radius: 30px;
        background: #f5f5f7;
        color: #fff;
        overflow: hidden;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
        transition: transform 0.28s ease, box-shadow 0.28s ease;
      }

      .tcw-reviews-section .client-video-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
      }

      .tcw-reviews-section .client-video-card::after,
      .tcw-reviews-section .client-video-copy {
        display: none;
      }

      .tcw-reviews-section .client-video-media {
        position: absolute;
        inset: 0;
        display: block;
        margin: 0;
        min-height: 0;
      }

      .tcw-reviews-section .client-review-video,
      .tcw-reviews-section .client-video-media img {
        width: 100%;
        height: 100%;
        max-width: none;
        border-radius: 30px;
        object-fit: cover;
        object-position: center;
        background: #000;
        display: block;
      }

      .tcw-reviews-section .tcw-review-arrow {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border: 0;
        border-radius: 50%;
        background: rgba(232, 232, 237, 0.94);
        color: #6e6e73;
        box-shadow: none;
        transform: translateY(-50%);
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
      }

      .tcw-reviews-section .tcw-review-arrow:hover {
        background: #d2d2d7;
        color: #1d1d1f;
        transform: translateY(-50%) scale(1.04);
      }

      .tcw-reviews-section .tcw-review-arrow[hidden] {
        display: none;
      }

      .tcw-reviews-section .tcw-review-prev {
        left: 16px;
      }

      .tcw-reviews-section .tcw-review-next {
        right: 20px;
      }

      .tcw-review-empty {
        width: min(560px, calc(100vw - 40px));
        padding: 32px;
        border-radius: 26px;
        background: #f5f5f7;
        color: #6e6e73;
        font-weight: 700;
        text-align: center;
      }

      @media (max-width: 991px) {
        .tcw-reviews-section .tcw-review-slider-wrap {
          --tcw-review-edge: 18px;
        }

        .tcw-reviews-section .tcw-review-slide {
          flex-basis: clamp(250px, 42vw, 330px);
        }

        .tcw-reviews-section .client-video-card,
        .tcw-reviews-section .client-video-card.is-featured {
          height: 480px !important;
          max-height: 480px !important;
        }
      }

      @media (max-width: 575px) {
        .tcw-reviews-section .tcw-review-slider-wrap {
          --tcw-review-edge: 0px;
        }

        .tcw-reviews-section .tcw-review-slide {
          flex-basis: min(86vw, 330px);
        }

        .tcw-reviews-section .tcw-review-slider {
          padding-left: max(7vw, calc((100vw - 330px) / 2));
        }

        .tcw-reviews-section .client-video-card,
        .tcw-reviews-section .client-video-card.is-featured {
          height: 430px !important;
          max-height: 430px !important;
          border-radius: 26px;
        }

        .tcw-reviews-section .client-review-video {
          border-radius: 26px;
        }

        .tcw-reviews-section .tcw-review-arrow {
          width: 42px;
          height: 42px;
        }
      }

/* Source: resources/views/partials/website/blog-slider.blade.php */
.tcw-blog-rail {
        width: 100%;
        max-width: none;
      }

      .tcw-blog-rail_wrap {
        --tcw-blog-edge: max(20px, calc((100vw - 1180px) / 2));
        position: relative;
        overflow: hidden;
        padding: 10px var(--tcw-blog-edge) 28px;
      }

      .tcw-blog-rail_track {
        display: flex;
        gap: 22px;
        align-items: stretch;
        transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
      }

      .tcw-blog-rail_slide {
        flex: 0 0 clamp(270px, 27vw, 360px);
        min-width: 0;
      }

      .tcw-blog-card {
        position: relative;
        display: block;
        height: 520px;
        overflow: hidden;
        border-radius: 30px;
        background: #f5f5f7;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
        transition: transform 0.28s ease, box-shadow 0.28s ease;
      }

      .tcw-blog-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
      }

      .tcw-blog-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
      }

      .tcw-blog-card::after {
        display: none;
      }

      .tcw-blog-card_content {
        display: none;
      }

      .tcw-blog-rail_arrow {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border: 0;
        border-radius: 50%;
        background: rgba(232, 232, 237, 0.94);
        color: #6e6e73;
        cursor: pointer;
        transform: translateY(-50%);
        transition: background 0.25s, color 0.25s, transform 0.25s;
      }

      .tcw-blog-rail_arrow:hover {
        background: #d2d2d7;
        color: #1d1d1f;
        transform: translateY(-50%) scale(1.04);
      }

      .tcw-blog-rail_arrow[hidden] {
        display: none;
      }

      .tcw-blog-rail_prev {
        left: 16px;
      }

      .tcw-blog-rail_next {
        right: 20px;
      }

      .tcw-blog-rail_empty {
        width: min(560px, calc(100vw - 40px));
        padding: 32px;
        border-radius: 26px;
        background: #f5f5f7;
        color: #6e6e73;
        font-weight: 700;
        text-align: center;
      }

      @media (max-width: 991px) {
        .tcw-blog-rail_wrap {
          --tcw-blog-edge: 18px;
        }

        .tcw-blog-rail_slide {
          flex-basis: clamp(250px, 42vw, 330px);
        }

        .tcw-blog-card {
          height: 480px;
        }
      }

      @media (max-width: 575px) {
        .tcw-blog-rail_wrap {
          --tcw-blog-edge: 0px;
        }

        .tcw-blog-rail_slide {
          flex-basis: min(86vw, 330px);
        }

        .tcw-blog-rail_track {
          padding-left: max(7vw, calc((100vw - 330px) / 2));
        }

        .tcw-blog-card {
          height: 430px;
          border-radius: 26px;
        }

        .tcw-blog-rail_arrow {
          width: 42px;
          height: 42px;
        }
      }

/* Source: resources/views/layouts/website.blade.php */
:root {
    --tcw-header-surface: rgba(255, 255, 255, 0.76);
    --tcw-header-border: rgba(148, 163, 184, 0.28);
    --tcw-header-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    --tcw-brand: #0f172a;
    --tcw-text: #334155;
    --tcw-muted: #64748b;
    --tcw-accent: #86bf00;
    --tcw-accent-dark: #86bf00;
    --tcw-accent-soft: rgba(134, 191, 0, 0.12);
  }

  a:hover,
  .cs-accent_color,
  .cs-accent_color_hover:hover,
  .cs-site_header.cs-style1 .current-menu-item > a,
  .cs-accordians.cs-style2 .cs-accordian_head:hover .cs-accordian_title,
  .cs-site_header.cs-style2 .cs-nav .cs-nav_list .current-menu-item > a,
  .comment-list .reply a,
  .cs-tab_links.cs-style2 .active a,
  .cs-accent_color_2,
  .cs-accent_color_2_hover:hover,
  .cs-icon_box.cs-style2:hover .cs-add_btn,
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a:hover,
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list .current-menu-item > a,
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list ul a:hover {
    color: #86bf00;
  }

  .cs-accent_bg,
  .cs-accent_bg_hover:hover,
  .cs-pricing_table.cs-style2:hover .cs-pricing_btn,
  .cs-site_header.cs-style2 .cs-hamburger.active,
  .cs-tab_links.cs-style5 .active a,
  .cs-accent_bg_2,
  .cs-accent_bg_2_hover:hover,
  .cs-site_header.cs-style2.cs-sticky-active,
  .cs-team_member.cs-style4 .cs-member_social_toggle.active {
    background-color: #86bf00;
  }

  .cs-accent_border,
  .cs-accent_border_hover:hover,
  .cs-nav .cs-nav_list ul,
  .cs-slider_nav .slick-current .cs-slider_mini_thumb,
  .cs-slider_nav_1 .slick-current .cs-slider_mini_thumb,
  .ui-slider .ui-state-active,
  .cs-accent_border_2,
  .cs-accent_border_2_hover:hover,
  .cs-team_member.cs-style8:hover .cs-member_image img,
  .ui-state-default,
  .ui-widget-content .ui-state-default {
    border-color: #86bf00;
  }

  .cs-accent_10_bg,
  .cs-accent_10_bg_hover:hover,
  .cs-accent_10_bg_2,
  .cs-accent_10_bg_2_hover:hover,
  .cs-tab_links.cs-style1,
  .cs-nav .cs-nav_list ul a:hover,
  .cs-post_pagination.cs-style1 .page-numbers .page-number:hover,
  .cs-post_pagination.cs-style2 .page-numbers a.next {
    background-color: rgba(134, 191, 0, 0.1);
  }

  .cs-accent_10_border,
  .cs-accent_10_border_hover:hover,
  .comment-list .children,
  .comment-list .children .comment:not(:first-child),
  .cs-accent_10_border_2,
  .cs-accent_10_border_2_hover:hover {
    border-color: rgba(134, 191, 0, 0.1);
  }

  .cs-btn.cs-style6.cs-accent_bg .cs-btn_icon,
  .cs-btn.cs-style6.cs-accent_bg:hover .cs-btn_icon,
  .cs-btn.cs-style6.cs-accent_color .cs-btn_icon,
  .cs-btn.cs-style6.cs-accent_bg_2 .cs-btn_icon,
  .cs-btn.cs-style6.cs-accent_bg_2:hover .cs-btn_icon,
  .cs-btn.cs-style6.cs-accent_color_2 .cs-btn_icon,
  .cs-post_pagination.cs-style1 .page-numbers .page-number.current,
  .cs-post_pagination.cs-style2 .page-numbers a.next:hover,
  .cs-sidebar_widget_title::after,
  .ui-widget-header,
  .cs-checkbox label:after,
  .cs-radio label:after,
  .searchform:after,
  .tagcloud a:hover {
    background-color: #86bf00;
  }

  .cs-post_pagination.cs-style1 .page-numbers .page-number.next,
  .cs-post_pagination.cs-style2 .page-numbers a.page-number:hover,
  .cs-post_pagination.cs-style2 .page-numbers .current,
  .cs-icon_box.cs-style7:hover .cs-icon_box_title,
  .cs-post_pagination.cs-style1 .page-numbers .page-number:hover,
  .ui-slider .ui-state-active {
    color: #86bf00;
  }

  .cs-checkbox input:checked + label:before,
  .cs-radio input:checked + label:before {
    border-color: #86bf00;
  }

  .cs-portfolio.cs-style2 .cs-portfolio_info,
  [class*="cs-gradient_overlay_"]::after,
  .cs-team_member.cs-style3 .cs-member_info:after,
  .cs-team_member.cs-style3 .cs-member_btn,
  .cs-counter.cs-style3 .cs-counter_icon:after {
    background: linear-gradient(45deg, #86bf00 0%, #86bf00 100%);
  }

  .cs-icon_box.cs-style6::after {
    background-image: linear-gradient(0deg, #86bf00 0%, #86bf00 100%);
  }

  .cs-icon_box.cs-style6:hover {
    box-shadow: 0 18px 40px rgba(134, 191, 0, 0.25);
  }

  .cs-shape_bg.cs-style8:after,
  .cs-counter.cs-style5:hover .cs-counter_number {
    background-color: #86bf00;
    color: #86bf00;
  }

  .tcw-site-header {
    padding-top: 18px;
    background: transparent !important;
    box-shadow: none !important;
  }

  .tcw-site-header .cs-main_header {
    padding: 0 16px;
  }

  .tcw-site-header .cs-main_header_in {
    position: relative;
    z-index: 5;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    width: min(1320px, 100%);
    min-height: 90px;
    margin: 0 auto;
    padding: 16px 24px !important;
    border: 1px solid var(--tcw-header-border);
    border-radius: 28px;
    background: var(--tcw-header-surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--tcw-header-shadow);
    overflow: visible;
  }

  .tcw-site-header.cs-sticky-active {
    background: transparent !important;
    box-shadow: none !important;
  }

  .tcw-site-header.cs-sticky-active .cs-main_header_in {
    min-height: 82px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
  }

  .tcw-site-header .cs-main_header_left,
  .tcw-site-header .cs-main_header_center,
  .tcw-site-header .cs-main_header_right {
    position: static !important;
    transform: none !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .tcw-site-header .cs-main_header_left,
  .tcw-site-header .cs-main_header_right {
    flex: 0 0 auto !important;
  }

  .tcw-site-header .cs-main_header_center {
    flex: 1 1 auto !important;
    justify-content: center !important;
    min-width: 0;
  }

  .tcw-site-header .cs-main_header_right {
    gap: 14px;
  }

  .tcw-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--tcw-brand);
  }

  .tcw-brand img {
    width: 190px;
    height: 88px;
    object-fit: contain;
    flex: 0 0 auto;
  }

  .tcw-brand_copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .tcw-brand_title {
    color: var(--tcw-brand);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .tcw-brand_tag {
    color: var(--tcw-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .tcw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tcw-accent-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .tcw-eyebrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--tcw-accent), var(--tcw-accent-dark));
    box-shadow: 0 0 0 6px rgba(134, 191, 0, 0.12);
  }

  .tcw-nav {
    width: 100%;
  }

  .tcw-nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tcw-nav_item {
    position: relative;
  }

  .tcw-nav_item > a,
  .tcw-dropdown_link_group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--tcw-text);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
  }

  .tcw-dropdown_link_group {
    padding-right: 8px;
  }

  .tcw-dropdown_link_group > a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    line-height: inherit;
  }

  .tcw-dropdown_toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 0.62rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .tcw-dropdown_toggle:hover,
  .tcw-dropdown_toggle:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    outline: none;
  }

  .tcw-has_dropdown.is-open .tcw-dropdown_toggle {
    transform: rotate(180deg);
  }

  .tcw-nav_item:hover > a,
  .tcw-nav_item:hover > .tcw-dropdown_link_group,
  .tcw-nav_item:focus-within > a,
  .tcw-nav_item:focus-within > .tcw-dropdown_link_group,
  .tcw-nav_item.is-active > a,
  .tcw-nav_item.is-active > .tcw-dropdown_link_group,
  .tcw-nav_item.is-open > .tcw-dropdown_link_group {
    color: #ffffff;
    background: linear-gradient(135deg, var(--tcw-accent) 0%, var(--tcw-accent-dark) 100%);
    box-shadow: 0 16px 28px rgba(134, 191, 0, 0.18);
  }

  .tcw-mega_panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    width: min(760px, calc(100vw - 36px));
    padding: 24px;
    max-height: min(72vh, 620px);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
    transform: translate(-50%, 14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .tcw-has_dropdown.is-open .tcw-mega_panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .tcw-mega_intro h3 {
    margin: 12px 0 10px;
    color: var(--tcw-brand);
    font-size: 1.55rem;
    line-height: 1.2;
  }

  .tcw-services_menu {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr);
    gap: 22px;
    align-items: start;
  }

  .tcw-services_intro {
    padding: 10px 6px 10px 0;
  }

  .tcw-services_intro_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }

  .tcw-services_primary_link,
  .tcw-services_secondary_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .tcw-services_primary_link {
    background: linear-gradient(135deg, var(--tcw-accent) 0%, var(--tcw-accent-dark) 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(134, 191, 0, 0.2);
  }

  .tcw-services_secondary_link {
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(248, 250, 252, 0.9);
    color: var(--tcw-brand);
  }

  .tcw-services_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-height: calc(min(72vh, 620px) - 48px);
    padding-right: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(134, 191, 0, 0.55) rgba(148, 163, 184, 0.16);
  }

  .tcw-services_list::-webkit-scrollbar {
    width: 8px;
  }

  .tcw-services_list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
  }

  .tcw-services_list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(134, 191, 0, 0.9), rgba(134, 191, 0, 0.55));
  }

  .tcw-services_list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(134, 191, 0, 1), rgba(134, 191, 0, 0.68));
  }

  .tcw-service_item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: start;
    min-height: 100%;
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    color: var(--tcw-text);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  }

  .tcw-service_item:hover {
    transform: translateY(-3px);
    border-color: rgba(134, 191, 0, 0.35);
    background: linear-gradient(180deg, rgba(134, 191, 0, 0.08) 0%, rgba(134, 191, 0, 0.02) 100%);
    box-shadow: 0 18px 34px rgba(134, 191, 0, 0.12);
  }

  .tcw-service_icon,
  .tcw-mobile_sublink_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(134, 191, 0, 0.12);
    color: var(--tcw-accent-dark);
    font-size: 1rem;
    flex: 0 0 auto;
  }

  .tcw-service_icon img,
  .tcw-mobile_sublink_icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .tcw-service_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }

  .tcw-service_label {
    color: var(--tcw-accent-dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .tcw-service_title {
    color: var(--tcw-brand);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
  }

  .tcw-service_text {
    color: var(--tcw-muted);
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .tcw-service_arrow {
    color: var(--tcw-accent-dark);
    font-size: 0.95rem;
    padding-top: 4px;
  }

  .tcw-mega_intro p,
  .tcw-mega_footer span,
  .tcw-mobile_cta_wrap p {
    margin: 0;
    color: var(--tcw-muted);
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .tcw-mega_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
  }

  .tcw-mega_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 180px;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    color: var(--tcw-text);
  }

  .tcw-mega_card:hover {
    transform: translateY(-3px);
    border-color: rgba(134, 191, 0, 0.3);
    box-shadow: 0 18px 34px rgba(134, 191, 0, 0.12);
  }

  .tcw-mega_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--tcw-accent-soft);
    color: var(--tcw-accent-dark);
    font-size: 1.1rem;
  }

  .tcw-mega_title,
  .tcw-mobile_sublink_title {
    color: var(--tcw-brand);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
  }

  .tcw-mega_text,
  .tcw-mobile_sublink_text {
    color: var(--tcw-muted);
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .tcw-mega_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
  }

  .tcw-mega_footer a,
  .tcw-header_pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tcw-accent-dark);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .tcw-header_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
  }

  .tcw-header_pill {
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--tcw-accent-soft);
    white-space: nowrap;
  }

  .tcw-header_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--tcw-accent) 0%, var(--tcw-accent-dark) 100%);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(134, 191, 0, 0.22);
  }

  .tcw-header_cta_secondary {
    border: 1px solid rgba(134, 191, 0, 0.3);
    background: rgba(255, 255, 255, 0.82);
    color: var(--tcw-accent-dark);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  }

  .cs-btn.cs-style6.cs-accent_bg,
  .tcw-header_cta,
  .service-card button,
  .view-all {
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      background-color 0.22s ease,
      border-color 0.22s ease,
      color 0.22s ease;
    will-change: transform;
  }

  .cs-btn.cs-style6.cs-accent_bg:hover,
  .tcw-header_cta:hover,
  .service-card button:hover,
  .view-all:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(134, 191, 0, 0.28);
  }

  .tcw-header_cta:hover,
  .service-card button:hover {
    background: transparent;
    color: #86bf00;
    border-color: #86bf00;
  }

  .tcw-header_cta_secondary:hover {
    background: transparent;
    color: #86bf00;
    border-color: #86bf00;
    box-shadow: 0 18px 30px rgba(134, 191, 0, 0.14);
  }

  .tcw-menu_toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--tcw-accent-soft) 0%, rgba(134, 191, 0, 0.18) 100%);
    color: var(--tcw-brand);
  }

  .tcw-menu_toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .tcw-menu_toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .tcw-menu_toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .tcw-menu_toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .tcw-mobile_panel {
    display: none;
  }

  @media (max-width: 1279px) {
    .tcw-site-header .cs-main_header_in {
      gap: 18px;
      padding: 14px 18px !important;
    }

    .tcw-nav_item > a,
    .tcw-dropdown_link_group {
      padding: 11px 13px;
      font-size: 0.76rem;
    }

    .tcw-header_pill {
      display: none;
    }

    .tcw-services_menu {
      grid-template-columns: 1fr;
    }

    .tcw-services_intro {
      padding-right: 0;
    }

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

  @media (max-width: 1099px) {
    .tcw-brand_tag {
      display: none;
    }

    .tcw-nav_item > a,
    .tcw-dropdown_link_group {
      padding: 10px 11px;
      font-size: 0.72rem;
    }
  }

  @media (max-width: 991px) {
    .tcw-site-header {
      padding-top: 12px;
    }

    .tcw-site-header .cs-main_header {
      padding: 0 10px;
    }

    .tcw-site-header .cs-main_header_in {
      gap: 12px;
      min-height: 78px;
      padding: 12px 14px !important;
      border-radius: 22px;
    }

    .tcw-site-header .cs-main_header_center,
    .tcw-header_actions {
      display: none !important;
    }

    .tcw-brand img {
      height: 46px;
    }

    .tcw-mega_panel,
    .tcw-services_list {
      max-height: none;
      overflow: visible;
    }

    .tcw-brand_title {
      font-size: 0.92rem;
    }

    .tcw-menu_toggle,
    .tcw-mobile_panel {
      display: flex;
    }

    .tcw-mobile_panel {
      width: min(1320px, calc(100% - 20px));
      margin: 12px auto 0;
      padding: 10px;
      max-height: calc(100vh - 110px);
      border: 1px solid rgba(148, 163, 184, 0.2);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    .tcw-mobile_panel[hidden] {
      display: none;
    }

    .tcw-mobile_panel_inner {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 8px;
    }

    .tcw-mobile_link,
    .tcw-mobile_group_toggle,
    .tcw-mobile_sublink {
      display: block;
      width: 100%;
      padding: 14px 16px;
      border: 0;
      border-radius: 18px;
      background: transparent;
      color: var(--tcw-text);
      text-align: left;
    }

    .tcw-mobile_link,
    .tcw-mobile_group_toggle {
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    .tcw-mobile_link.is-active,
    .tcw-mobile_group.is-open .tcw-mobile_group_toggle {
      background: var(--tcw-accent-soft);
      color: var(--tcw-accent-dark);
    }

    .tcw-mobile_group_toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .tcw-mobile_group_toggle i {
      transition: transform 0.25s ease;
    }

    .tcw-mobile_group.is-open .tcw-mobile_group_toggle i {
      transform: rotate(45deg);
    }

    .tcw-mobile_group_body {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 8px 0 0;
    }

    .tcw-mobile_group_body[hidden] {
      display: none;
    }

    .tcw-mobile_sublink {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      align-items: start;
      border: 1px solid rgba(226, 232, 240, 0.95);
      background: #f8fafc;
    }

    .tcw-mobile_sublink_icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      font-size: 0.95rem;
    }

    .tcw-mobile_sublink_content {
      display: flex;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
    }

    .tcw-mobile_sublink_title {
      display: block;
      margin-bottom: 4px;
    }

    .tcw-mobile_cta_wrap {
      margin-top: 6px;
      padding: 16px;
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(134, 191, 0, 0.12) 0%, rgba(134, 191, 0, 0.04) 100%);
    }

    .tcw-header_cta_full {
      width: 100%;
      margin-top: 14px;
    }

    .service-card {
      margin-top: 50px;
    }
  }

  @media (max-width: 575px) {
    .tcw-site-header .cs-main_header {
      padding: 0 8px;
    }

    .tcw-site-header .cs-main_header_in {
      min-height: 68px;
      padding: 12px !important;
    }

    .tcw-site-header .cs-main_header_left {
      min-width: 0;
    }

    .tcw-brand {
      max-width: calc(100vw - 116px);
      min-width: 0;
      overflow: hidden;
    }

    .tcw-brand img {
      width: clamp(140px, 48vw, 176px);
      height: 54px;
      max-width: 100%;
      display: block;
      object-fit: contain;
      object-position: left center;
    }

    .tcw-brand_copy {
      gap: 2px;
    }

    .tcw-brand_tag {
      display: none;
    }

    .tcw-mega_footer {
      flex-direction: column;
      align-items: flex-start;
    }

    .tcw-services_list {
      grid-template-columns: 1fr;
    }

    .tcw-services_intro_actions {
      flex-direction: column;
    }

    .tcw-services_primary_link,
    .tcw-services_secondary_link {
      width: 100%;
    }
  }

  .tcw-landing-hero {
    position: relative;
    overflow: hidden;
    padding-top: 160px !important;
    padding-bottom: 120px !important;
    background-color: #eef6d7;
  }

  .tcw-landing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.7), transparent 34%),
      linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 247, 0.84) 45%, rgba(232, 244, 204, 0.7) 100%);
  }

  .tcw-landing-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 60px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(134, 191, 0, 0.18) 0%, rgba(134, 191, 0, 0) 72%);
    pointer-events: none;
  }

  .tcw-landing-hero .container,
  .tcw-logo-strip,
  .tcw-service-band .container,
  .tcw-portfolio-section,
  .tcw-blog-section .container,
  .tcw-faq-section .container {
    position: relative;
    z-index: 1;
  }

  .tcw-hero_copy {
    max-width: 600px;
  }

  .tcw-hero_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    margin-bottom: 22px;
    border-radius: 999px;
    border: 1px solid rgba(134, 191, 0, 0.22);
    background: rgba(255, 255, 255, 0.75);
    color: #567b00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  }

  .tcw-hero_text_lead {
    max-width: 560px;
    margin: 24px 0 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.8;
  }

  .tcw-hero_metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
    margin-bottom:10px;
  }

  .tcw-hero_metric {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
    text-align: center;
  }

  .tcw-hero_metric strong {
    display: block;
    margin-bottom: 0;
    color: #0f172a;
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
  }

  .tcw-hero_metric span {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
  }

  .tcw-hero_form_card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
  }

  .tcw-form_badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(134, 191, 0, 0.12);
    color: #5e8600;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .tcw-form_intro {
    margin: -8px 0 22px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
  }

  .tcw-logo-strip {
    margin-top: -54px !important;
    padding: 22px 24px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08);
  }

  .cs-logo_carousel.cs-style1 img {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .tcw-service-band {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at top left, rgba(134, 191, 0, 0.14), transparent 28%),
      radial-gradient(circle at bottom right, rgba(134, 191, 0, 0.1), transparent 24%),
      linear-gradient(135deg, #f8fbf2 0%, #eef6dc 52%, #ffffff 100%);
  }

  /* .tcw-service-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.08) 100%),
      linear-gradient(90deg, rgba(134, 191, 0, 0.04) 0%, rgba(134, 191, 0, 0) 100%);
  }

  .tcw-service-band::after {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(134, 191, 0, 0.1);
    border-radius: 36px;
    pointer-events: none;
  } */

  .tcw-service-band .cs-section_title,
  .tcw-service-band .cs-section_subtitle {
    color: #0f172a;
  }

  .tcw-home-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(134, 191, 0, 0.18), rgba(134, 191, 0, 0.05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 18px 28px rgba(134, 191, 0, 0.12);
  }

  .tcw-home-service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .tcw-home-services-grid {
    margin-left: -14px;
    margin-right: -14px;
    row-gap: 28px;
  }

  .tcw-home-services-grid > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tcw-service-band .tcw-feature-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
  }

  .tcw-service-band .tcw-feature-card .cs-icon_box_title {
    color: #0f172a;
    margin-bottom: 12px;
  }

  .tcw-service-band .tcw-feature-card .cs-icon_box_subtitle {
    color: #64748b;
  }

  .tcw-why-section,
  .tcw-reviews-section,
  .tcw-blog-section,
  .tcw-faq-section {
    position: relative;
  }

  .tcw-why-section::before,
  .tcw-reviews-section::before,
  .tcw-blog-section::before,
  .tcw-faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 28%);
  }

  .tcw-feature-card {
    min-height: 100%;
    padding: 38px 34px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(12px);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }

  .tcw-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.18);
  }

  .tcw-feature-card .cs-icon_box_title {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.2;
  }

  .tcw-feature-card .cs-icon_box_subtitle {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
  }

  .tcw-home-services-grid .tcw-feature-card {
    height: 100%;
    padding: 34px 30px;
  }

  .tcw-feature-card-alt {
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  }

  .tcw-feature-card-alt .cs-icon_box_title {
    color: #0f172a;
  }

  .tcw-feature-card-alt .cs-icon_box_subtitle {
    color: #64748b;
  }

  .tcw-feature-card-alt .cs-icon_box_icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(134, 191, 0, 0.15), rgba(134, 191, 0, 0.03));
  }

  .tcw-portfolio-section {
    padding: 46px;
    border-radius: 34px;
    background: linear-gradient(135deg, #ffffff 0%, #f8faf5 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.85);
    overflow: hidden;
  }

  .tcw-portfolio_copy .cs-section_text {
    max-width: 470px;
    color: #64748b;
    line-height: 1.8;
  }

  .tcw-portfolio-section .cs-right_full_width {
    width: 100%;
    margin-left: 0;
  }

  .tcw-portfolio-action-mobile {
    display: none !important;
  }

  .service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(226, 232, 240, 0.9);
    position: relative;
    overflow: hidden;
  }

  .service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #86bf00 0%, rgba(134, 191, 0, 0.2) 100%);
  }

  /* Mobile screen top margin */
  @media (max-width: 991px) {
    .service-card {
      margin-top: 50px;
    }
  }

  .form-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
  }

  .service-card input,
  .service-card select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
    background-color: #f9fafb;
    font-family: 'Poppins', sans-serif;
  }

    .service-card input:focus,
    .service-card select:focus {
      border-color: #86bf00;
      background-color: #fff;
    }

  .iti {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
  }

  .phone-field-wrap {
    margin-bottom: 5px;
    position: relative;
  }

  .tcw-form-row {
    row-gap: 0;
  }

  .tcw-form-field {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 86px;
  }

  .tcw-form-field .phone-field-wrap {
    margin-bottom: 0;
  }

  .phone-field-wrap .iti,
  .phone-field-wrap .iti--allow-dropdown,
  .phone-field-wrap .iti--separate-dial-code {
    width: 100%;
  }

  .phone-field-wrap .iti__country-container,
  .phone-field-wrap .iti__flag-container {
    display: block;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }

  .phone-field-wrap .iti__selected-flag {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 45px;
  }

  .phone-field-wrap .iti__flag {
    display: block;
    flex: 0 0 auto;
  }

  .phone-field-wrap .iti input,
  .phone-field-wrap .iti input[type="tel"] {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .phone-field-wrap .iti--allow-dropdown input,
  .phone-field-wrap .iti--separate-dial-code input,
  .phone-field-wrap .iti--allow-dropdown input[type="tel"],
  .phone-field-wrap .iti--separate-dial-code input[type="tel"] {
    padding-left: 104px;
  }

  .tcw-popup .phone-field-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .tcw-popup .phone-field-wrap .iti {
    width: 100%;
    margin-bottom: 0;
  }

  .tcw-popup .phone-field-wrap .iti__flag-container {
    top: 0;
    bottom: 0;
  }

  .tcw-popup .phone-field-wrap .iti__selected-flag {
    min-height: 54px;
    padding: 0 12px;
  }

  .tcw-popup .phone-field-wrap .iti--allow-dropdown input,
  .tcw-popup .phone-field-wrap .iti--separate-dial-code input,
  .tcw-popup .phone-field-wrap .iti--allow-dropdown input[type="tel"],
  .tcw-popup .phone-field-wrap .iti--separate-dial-code input[type="tel"] {
    padding-left: 108px;
  }

  @media (max-width: 575px) {
    .phone-field-wrap .iti__flag-container {
      display: block !important;
      position: absolute;
      top: 0;
      bottom: 15px;
      left: 0;
      opacity: 1;
      visibility: visible;
    }

    .phone-field-wrap .iti__selected-flag {
      min-width: 92px;
      padding: 0 10px;
    }

    .phone-field-wrap .iti--allow-dropdown input,
    .phone-field-wrap .iti--separate-dial-code input,
    .phone-field-wrap .iti--allow-dropdown input[type="tel"],
    .phone-field-wrap .iti--separate-dial-code input[type="tel"] {
      padding-left: 104px !important;
    }
  }

  .service-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 14px;
    border: 1px solid #86bf00;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--tcw-accent) 0%, var(--tcw-accent-dark) 100%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.08em;
    font-family: 'Poppins', sans-serif;
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      background-color 0.22s ease,
      border-color 0.22s ease,
      color 0.22s ease;
  }

  .service-card button:hover {
    background: transparent;
    color: #86bf00;
    border-color: #86bf00;
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(134, 191, 0, 0.28);
  }

  .alert-success {
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #d1fae5;
    color: #065f46;
    font-size: 14px;
    text-align: center;
  }

  .alert-danger {
    padding: 14px 16px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 14px;
  }

  .is-invalid {
    border-color: #ef4444 !important;
    background-color: #fff !important;
  }

  .field-error {
    display: block;
    margin: 2px 0 10px;
    color: #dc2626;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .js-field-error {
    display: block;
    margin: 2px 0 10px;
    color: #dc2626;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .js-form-error-summary {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 14px;
    line-height: 1.5;
  }

/* SECTION */
.faq-section {
  /* max-width: 800px; */
  margin: 50px auto;
  padding: 20px;
}

/* HEADER */
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.faq-header h2 {
  font-size: 28px;
  margin: 0;
}

.view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 18px;
  border: 1px solid #86bf00;
  background: linear-gradient(135deg, var(--tcw-accent) 0%, var(--tcw-accent-dark) 100%);
  color: #fff;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(134, 191, 0, 0.22);
  min-height: 44px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.view-all:hover {
  background: transparent;
  color: #86bf00;
  border-color: #86bf00;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(134, 191, 0, 0.28);
}

/* FAQ ITEM */
.faq-item {
  background: #fff;
  border-radius: 22px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.faq-question {
  padding: 22px 24px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #0f172a;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: 0.4s ease;
}

.faq-answer p {
  margin: 10px 0;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0px 20px 20px;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .faq-header h2 {
    font-size: 22px;
  }

  .view-all {
    font-size: 12px;
    padding: 6px 12px;
  }
}

    .service-section-bg {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .client-video-reviews {
      background: #fff;
    }

    .client-video-card {
      height: 100%;
      padding: 22px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 28px;
      background: #fff;
      box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    }

    .client-review-video {
      width: 100%;
      display: block;
      border-radius: 14px;
      background: #000;
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }

    .client-video-meta {
      padding-top: 18px;
    }

    .client-video-meta h3 {
      margin: 0 0 6px;
      font-size: 20px;
      color: #0f172a;
    }

  .client-video-meta p {
      margin: 0;
      color: #64748b;
      font-size: 15px;
    }

    .tcw-footer {
      background: #fff;
      border-top: 1px solid rgba(148, 163, 184, 0.2);
    }

    .tcw-footer .cs-footer_bg {
      display: none;
    }

    .tcw-footer,
    .tcw-footer .cs-widget_title,
    .tcw-footer .menu a,
    .tcw-footer ul li,
    .tcw-footer .cs-social_btns a,
    .tcw-footer .cs-address_widgert,
    .tcw-footer .cs-address_widgert li {
      color: #0f172a;
    }

    .tcw-footer .menu a:hover,
    .tcw-footer .cs-social_btns a:hover {
      color: #86bf00;
    }

    .tcw-footer .cs-footer_newsletter_input {
      background: #f8fafc;
      border: 1px solid rgba(148, 163, 184, 0.24);
      color: #0f172a;
    }

  .tcw-footer .cs-footer_newsletter_input::placeholder {
      color: #64748b;
    }

    .tcw-newsletter-message,
    .tcw-newsletter-error {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-top: 12px;
      padding: 10px 12px;
      border-radius: 12px;
      font-size: 13px;
      line-height: 1.4;
      font-weight: 700;
    }

    .tcw-newsletter-message {
      border: 1px solid rgba(134, 191, 0, 0.26);
      background: rgba(134, 191, 0, 0.11);
      color: #4d7300;
    }

    .tcw-newsletter-error {
      border: 1px solid rgba(220, 38, 38, 0.22);
      background: rgba(254, 242, 242, 0.92);
      color: #dc2626;
    }

    .home-portfolio-slider .cs-slide {
      height: auto;
      width: 100% !important;
    }

    .home-portfolio-slider {
      position: relative;
      padding-bottom: 0;
    }

    .home-portfolio-card {
      display: block;
      width: 100%;
      max-width: 100%;
      border-radius: 30px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(226, 232, 240, 0.88);
      box-shadow: none;
    }

    .home-portfolio-slider .cs-slider_container,
    .home-portfolio-slider .cs-slider_wrapper,
    .home-portfolio-slider .slick-list {
      overflow: hidden;
    }

    .home-portfolio-card .cs-portfolio_img {
      height: 420px;
      overflow: hidden;
      border-radius: 30px;
    }

    .home-portfolio-card .cs-portfolio_img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    .home-portfolio-card .cs-portfolio_title {
      left: 24px;
      right: 24px;
      bottom: 24px;
      width: auto;
      max-width: none;
      margin: 0;
      padding: 16px 22px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.96);
      font-size: 24px;
      box-shadow: none;
    }

    .home-portfolio-slider .cs-slider_arrows,
    .home-portfolio-slider .cs-pagination {
      display: none !important;
    }

    .home-portfolio-card .cs-link-icon,
    .home-portfolio-card .cs-player_btn,
    .home-portfolio-card .cs-video_open {
      display: none !important;
    }

    .cs-post.cs-style8 .cs-post_thumb {
      min-height: 420px;
      border-radius: 24px;
    }

    .cs-post.cs-style8,
    .cs-post.cs-style9 {
      padding: 18px;
      border-radius: 26px;
      background: #fff;
      border: 1px solid rgba(226, 232, 240, 0.88);
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    }

    .cs-post.cs-style8 .cs-post_title,
    .cs-post.cs-style9 .cs-post_title {
      color: #0f172a;
    }

    .cs-post.cs-style9 .cs-post_thumb {
      flex: 0 0 140px;
      border-radius: 18px;
    }

    .cs-post.cs-style8 .cs-post_thumb .cs-post_thumb_in,
    .cs-post.cs-style9 .cs-post_thumb .cs-post_thumb_in {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    @media (max-width: 991px) {
      .tcw-landing-hero,
      .tcw-parallax-scene {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding-bottom: 42px !important;
      }

      .cs-hero.cs-style8.cs-type1 {
        height: 220px !important;
        min-height: 220px !important;
        padding-top: 58px !important;
        padding-bottom: 24px !important;
      }

      .cs-hero.cs-style8.cs-type1 .cs-hero_text {
        padding-top: 0 !important;
      }

      .cs-hero.cs-style8.cs-type1 .cs-down_btn {
        display: none;
      }

      .tcw-landing-hero .container,
      .tcw-landing-hero .row.align-items-center {
        height: auto;
      }

      .tcw-landing-hero .row.align-items-center {
        row-gap: 18px;
      }

      .tcw-logo-strip {
        margin-top: -30px !important;
        padding: 14px 16px;
        border-radius: 24px;
      }

      .service-section-bg {
        background-position: center top;
      }

      .service-section-bg .row.cs-gap_60 > div:not(:first-child),
      div[style*="background: #f8faf7;"] .row.cs-gap_60 > div:not(:first-child),
      .client-video-reviews .row > div:not(:first-child) {
        margin-top: 24px;
      }

      .client-video-card {
        margin-bottom: 24px;
      }

      .home-portfolio-card .cs-portfolio_img {
        height: 320px;
      }

      .home-portfolio-slider {
        padding-bottom: 0;
      }

      .tcw-portfolio-section {
        padding: 24px;
        border-radius: 26px;
      }

      .home-portfolio-card {
        display: flex;
        flex-direction: column;
        width: min(100% - 28px, 420px);
        margin: 14px auto;
        padding: 16px;
        border: 1px solid rgba(226, 232, 240, 0.9);
        border-radius: 26px;
        background: #fff;
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
        overflow: visible;
      }

      .home-portfolio-card .cs-portfolio_img {
        height: 260px;
        border-radius: 20px;
      }

      .home-portfolio-card .cs-portfolio_title {
        position: static !important;
        width: 100%;
        margin: 16px 0 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #0f172a;
        text-align: center;
        font-size: 22px;
        line-height: 1.2;
      }

      .tcw-portfolio-action-desktop {
        display: none !important;
      }

      .tcw-portfolio-action-mobile {
        display: block !important;
        margin-top: 28px;
      }

      .cs-hero.cs-style8 {
        /* padding-top: 60px !important; */
        padding-bottom: 35px !important;
      }

      .cs-hero.cs-style8 .cs-hero_title {
        font-size: 40px;
        line-height: 1.15;
      }

      .tcw-hero_text_lead {
        font-size: 16px;
      }

      .tcw-hero_metrics {
        display: none;
      }

      .tcw-hero_copy .cs-hero_btns {
        display: none;
      }

      .cs-hero.cs-style8 .cs-hero_title br,
      .cs-section_title br,
      .cs-section_text br {
        display: none;
      }

      .service-card {
        padding: 24px 18px;
        margin-top: 24px;
      }

      .tcw-form-field {
        min-height: 0;
      }

      .tcw-feature-card {
        padding: 30px 24px;
      }

      .tcw-why-section .tcw-feature-card {
        margin: 14px 12px 14px 0;
      }

      .tcw-why-section .row.cs-gap_60 > [class*="col-"] {
        margin-top: 14px;
        margin-bottom: 14px;
      }

      .tcw-home-services-grid {
        margin-left: -10px;
        margin-right: -10px;
        row-gap: 20px;
      }

      .tcw-home-services-grid > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
      }

      .cs-post_8_9_group {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .cs-post_8_9_group .cs-post.cs-style8 {
        grid-row: auto;
      }

      .faq-section {
        margin: 32px auto;
        padding: 0 0 12px;
      }

      .faq-section .row.align-items-center {
        row-gap: 16px;
      }

      .faq-section .row.align-items-center > div {
        width: 100%;
        text-align: left !important;
      }

      .tcw-footer .row > div:not(:last-child) {
        margin-bottom: 32px;
      }
    }

    @media (max-width: 575px) {
      .tcw-landing-hero {
        padding-top: 110px !important;
        padding-bottom: 34px !important;
      }

      .tcw-logo-strip {
        width: calc(100% - 28px);
        margin: 18px auto 32px !important;
        padding: 16px 12px;
        border-radius: 18px;
        overflow: hidden;
      }

      .tcw-logo-strip .cs-slider,
      .tcw-logo-strip .cs-slider_container,
      .tcw-logo-strip .slick-list {
        overflow: hidden;
      }

      .tcw-logo-strip .slick-track {
        display: flex;
        align-items: center;
      }

      .tcw-logo-strip .cs-slide,
      .tcw-logo-strip .slick-slide {
        min-height: 74px;
        display: flex !important;
        align-items: center;
        justify-content: center;
      }

      .tcw-logo-strip .cs-logo_carousel.cs-style1 {
        width: 100%;
        min-height: 74px;
      }

      .tcw-hero_eyebrow {
        font-size: 11px;
        letter-spacing: 0.12em;
      }

      .service-section-bg .row.cs-gap_60 > div:not(:first-child),
      div[style*="background: #f8faf7;"] .row.cs-gap_60 > div:not(:first-child),
      .client-video-reviews .row > div:not(:first-child) {
        margin-top: 20px;
      }

      .cs-hero.cs-style8 .cs-hero_title {
        font-size: 32px;
      }

      .cs-hero.cs-style8.cs-type1 {
        height: 200px !important;
        min-height: 200px !important;
        padding-top: 52px !important;
        padding-bottom: 20px !important;
      }

      .cs-hero.cs-style8.cs-type1 .cs-hero_title {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 1.15;
      }

      .cs-hero_btns .cs-btn {
        width: 100%;
        justify-content: center;
      }

      .tcw-feature-card .cs-icon_box_title {
        font-size: 22px;
      }

      .tcw-logo-strip .cs-logo_carousel.cs-style1 img {
        width: 62px;
        height: 62px;
        max-width: 100%;
      }

      .home-portfolio-card .cs-portfolio_img {
        height: 220px;
      }

      .home-portfolio-card {
        width: min(100% - 20px, 360px);
        margin: 12px auto;
        padding: 14px;
        border-radius: 24px;
      }

      .home-portfolio-card .cs-portfolio_title {
        position: static !important;
        font-size: 18px;
        padding: 0;
      }

      .client-video-card {
        padding: 14px;
      }

      .cs-post.cs-style8 .cs-post_thumb {
        min-height: 280px;
      }

      .cs-post.cs-style8,
      .cs-post.cs-style9 {
        padding: 14px;
        border-radius: 20px;
      }

      .cs-post.cs-style9 {
        display: block;
      }

      .cs-post.cs-style9 .cs-post_thumb {
        width: 100%;
        height: 220px;
        margin-bottom: 16px;
      }

      .faq-question {
        padding-right: 48px !important;
      }

      .view-all {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .tcw-footer .cs-height_115 {
        height: 70px;
      }
    }

/* Source: resources/views/partials/website/header.blade.php */
.tcw-header_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #86bf00;
    border-radius: 50%;
    background: linear-gradient(135deg, #86bf00 0%, #6e9800 100%);
    color: #fff;
    font-size: 18px;
    margin-right: 0;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(134, 191, 0, 0.22);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  }

  .tcw-header_icon:hover {
    background: linear-gradient(135deg, #86bf00 0%, #6e9800 100%);
    color: #fff;
    border-color: #86bf00;
    transform: none;
    box-shadow: 0 18px 34px rgba(134, 191, 0, 0.22);
  }

  .tcw-header_cta:hover {
    background: linear-gradient(135deg, #86bf00 0%, #6e9800 100%);
    color: #fff;
    border-color: #86bf00;
    transform: none;
    box-shadow: 0 18px 34px rgba(134, 191, 0, 0.22);
  }

/* Source: resources/views/partials/website/footer.blade.php */
.tcw-footer-logo img {
    height: 100px;
    object-fit: contain;
    display: block;
  }

  .tcw-footer-copyright {
    padding: 22px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
  }
