/*
Theme Name: Hello Elementor Child
Theme URI: https://trafficmillion.com
Template: hello-elementor
Description: Child theme for Hello Elementor with custom WooCommerce checkout
Version: 1.0.1
Author: Traffic Million
Author URI: https://trafficmillion.com
Text Domain: hello-elementor-child
*/

:root {
  --hec-primary: #5b4beb;
  --hec-primary-700: #4a3dd8;
  --hec-indigo: #6366f1;
  --hec-accent: #00d4d4;
  --hec-bg: #ffffff;
  --hec-text: #111827;
  --hec-muted: #6b7280;
  --hec-border: #e5e7eb;

  /* Header */
  --hec-header-bg: #000000;
  --hec-header-text: #ffffff;
  --hec-header-link: rgba(255, 255, 255, 0.92);
  --hec-header-link-hover: #ca8a04;
  --hec-header-link-active: #facc15;
  --hec-header-login-bg: #dc2626;
  --hec-header-login-bg-hover: #b91c1c;
  --hec-header-nav-bg: rgba(231, 195, 52, 0.35);
  --hec-header-nav-bg-active: #facc15;
  --hec-header-menu-bg: #facc15;
  --hec-header-menu-bg-hover: #fde047;

  /* Promo banner */
  --hec-banner-bg: #0b1020;
  --hec-banner-border: rgba(255, 55, 158, 0.35);
  --hec-banner-shadow: rgba(0, 0, 0, 0.2);
  --hec-banner-text: #ffffff;
  --hec-banner-text-strong: rgba(255, 255, 255, 0.92);
  --hec-banner-muted: rgba(255, 255, 255, 0.9);
  --hec-banner-desc: rgba(255, 255, 255, 0.86);
  --hec-banner-pill-bg: rgba(255, 255, 255, 0.12);
  --hec-banner-pill-border: rgba(255, 255, 255, 0.18);
  --hec-banner-accent: #ff37a0;
  --hec-banner-accent-bg: rgba(255, 55, 158, 0.16);
  --hec-banner-accent-border: rgba(255, 55, 158, 0.55);
  --hec-banner-accent-text: #0b1020;
  --hec-banner-success: #20d997;
  --hec-banner-close: rgba(255, 255, 255, 0.85);
}

body {
  background: var(--hec-bg, #ffffff);
  color: var(--hec-text, #111827);
  font-family: Poppins, sans-serif !important;
}

/* Prevent horizontal page scroll on mobile (common 100vw / wide flex culprits). */
@media (max-width: 768px) {
  html {
    overflow-x: clip;
    max-width: 100%;
  }

  body {
    overflow-x: clip;
    max-width: 100%;
  }

  #page,
  .site,
  .site-main,
  .elementor-section,
  .e-con,
  .e-con-inner {
    max-width: 100%;
    min-width: 0;
  }

  .hec-header,
  .hec-header__inner {
    max-width: 100%;
    min-width: 0;
  }

  .webtraffic-coupon-banner__inner {
    max-width: 100%;
  }

  body .e-con:has(.webtraffic-form),
  body .e-con:has(.webtraffic-form) > .e-con-inner,
  body .e-con-full:has(.webtraffic-form) {
    overflow-x: visible;
  }
}

/* ===========================
   BLOG: Single post content width
   Reduce the readable line length on blog posts.
   =========================== */
body.single-post,
body.single-blog,
body.single-blogs {
  --hec-blog-content-width: 860px;
  --hec-blog-content-gutter: 16px;
}

body.single-post .site-main .page-header,
body.single-blog .site-main .page-header,
body.single-blogs .site-main .page-header,
body.single-post .site-main .page-content,
body.single-blog .site-main .page-content,
body.single-blogs .site-main .page-content {
  max-width: var(--hec-blog-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--hec-blog-content-gutter);
  padding-right: var(--hec-blog-content-gutter);
}

body.single-post,
body.single-blog,
body.single-blogs {
  --hec-blog-title-size: 44px;
  --hec-blog-title-line: 1.12;
  --hec-blog-body-size: 18px;
  --hec-blog-body-line: 1.85;
  --hec-blog-image-radius: 18px;
}

body.single-post .site-main .entry-title,
body.single-blog .site-main .entry-title,
body.single-blogs .site-main .entry-title,
body.single-post .site-main .elementor-heading-title,
body.single-blog .site-main .elementor-heading-title,
body.single-blogs .site-main .elementor-heading-title {
  font-size: var(--hec-blog-title-size);
  line-height: var(--hec-blog-title-line);
  letter-spacing: -0.02em;
  font-weight: 900;
  color: var(--hec-text, #111827);
  margin: 18px 0 18px;
}

body.single-post .site-main .page-content,
body.single-blog .site-main .page-content,
body.single-blogs .site-main .page-content {
  font-size: var(--hec-blog-body-size);
  line-height: var(--hec-blog-body-line);
  color: #000000;
}

body.single-post .site-main .page-content p,
body.single-blog .site-main .page-content p,
body.single-blogs .site-main .page-content p {
  margin: 0 0 16px;
}

body.single-post .site-main .page-content h2,
body.single-blog .site-main .page-content h2,
body.single-blogs .site-main .page-content h2 {
  color: var(--hec-text, #111827);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  margin: 28px 0 12px;
}

body.single-post .site-main .page-content h3,
body.single-blog .site-main .page-content h3,
body.single-blogs .site-main .page-content h3 {
  color: var(--hec-text, #111827);
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
  margin: 22px 0 10px;
}

body.single-post .site-main .page-content a,
body.single-blog .site-main .page-content a,
body.single-blogs .site-main .page-content a {
  color: var(--hec-primary, #5b4beb);
  font-weight: 700;
  text-decoration: none !important;
  text-underline-offset: 3px;
}

/* Post images (featured + in-content) */
body.single-post .site-main .elementor-widget-theme-post-featured-image img,
body.single-blog .site-main .elementor-widget-theme-post-featured-image img,
body.single-blogs .site-main .elementor-widget-theme-post-featured-image img,
body.single-post .site-main .wp-block-post-featured-image img,
body.single-blog .site-main .wp-block-post-featured-image img,
body.single-blogs .site-main .wp-block-post-featured-image img,
body.single-post .site-main figure.wp-block-image img,
body.single-blog .site-main figure.wp-block-image img,
body.single-blogs .site-main figure.wp-block-image img,
body.single-post .site-main .page-content > p > img,
body.single-blog .site-main .page-content > p > img,
body.single-blogs .site-main .page-content > p > img {
  border-radius: var(--hec-blog-image-radius);
  overflow: hidden;
}

body.single-post .site-main figure.wp-block-image,
body.single-blog .site-main figure.wp-block-image,
body.single-blogs .site-main figure.wp-block-image {
  border-radius: var(--hec-blog-image-radius);
  overflow: hidden;
}

@media (max-width: 780px) {
  body.single-post,
  body.single-blog,
  body.single-blogs {
    --hec-blog-title-size: 30px;
    --hec-blog-body-size: 16px;
    --hec-blog-image-radius: 14px;
  }

  body.single-post .site-main .page-content h2,
  body.single-blog .site-main .page-content h2,
  body.single-blogs .site-main .page-content h2 {
    font-size: 24px;
  }

  body.single-post .site-main .page-content h3,
  body.single-blog .site-main .page-content h3,
  body.single-blogs .site-main .page-content h3 {
    font-size: 20px;
  }
}

/* ===========================
   CUSTOM HEADER
   =========================== */
.hec-header {
  background: var(--hec-header-bg, #000000);
  color: var(--hec-header-text, #ffffff);
  position: sticky;
  top: 0;
  z-index: 99990;
  overflow: visible; /* allow mobile dropdown to extend below header bar */
}

body.admin-bar .hec-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .hec-header {
    top: 46px;
  }
}

body.has-webtraffic-promo-banner .hec-header {
  top: 56px;
}

body.admin-bar.has-webtraffic-promo-banner .hec-header {
  top: calc(32px + 56px);
}

@media (max-width: 782px) {
  body.admin-bar.has-webtraffic-promo-banner .hec-header {
    top: calc(46px + 56px);
  }
}

.hec-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}

.hec-header__col {
  min-width: 0;
}

.hec-header__col--brand {
  justify-self: start;
}

.hec-header__col--nav {
  justify-self: center;
}

.hec-header__col--actions {
  display: flex;
  align-items: center;
}

.hec-header__tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 3;
  grid-row: 1;
}

.hec-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.hec-header__logo img {
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
}

/* Shared logo sizing (header + Elementor/footer shortcode). */
.hec-site-logo {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

.hec-site-logo--footer {
  max-height: 70px;
}

.hec-header__logo-text {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

/* Header brand pill (match WebTraffic "Traffic-Million" highlight style) */
.hec-brand-pill {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 800;
  line-height: 1;
  color: var(--hec-header-text, #ffffff);
}

/* Views4You-style nav: one sliding background span (menu-outer > span) */
.hec-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  --hec-nav-pos-x: 0px;
  --hec-nav-bg-width: 100%;
}

.hec-nav__bg {
  position: absolute;
  top: 0;
  left: var(--hec-nav-pos-x, 0);
  width: var(--hec-nav-bg-width, 100%);
  height: 100%;
  border-radius: 2rem;
  background-color: var(--hec-header-nav-bg, rgba(237, 32, 36, 0.2));
  transition: all 0.3s ease-in-out;
  z-index: 0;
  pointer-events: none;
}

.hec-nav__bg.is-active {
  background: var(--hec-header-nav-bg-active, #dc1e23);
}

.hec-nav__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  padding: 0.6rem 1.7rem;
  border-radius: 2rem;
  color: var(--hec-header-text, #ffffff);
  transition: color 0.4s ease;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.hec-header__nav.is-item-hover .hec-nav__link.is-hovered,
.hec-header__nav.is-item-hover .hec-nav__link:focus-visible {
  color: #000000;
}

.hec-header__nav.is-item-hover
  .hec-nav__link:not(.is-hovered):not(:focus-visible) {
  color: var(--hec-header-link, rgba(255, 255, 255, 0.92));
}

@media (prefers-reduced-motion: reduce) {
  .hec-nav__bg,
  .hec-nav__link {
    transition: none !important;
  }
}

.hec-nav__link--account,
.hec-nav__link--login {
  background: var(--hec-header-login-bg, #dc2626);
  color: #ffffff !important;
  padding: 10px 18px;
  border-radius: 999px;
}

.hec-nav__link--account:hover,
.hec-nav__link--login:hover {
  background: var(--hec-header-login-bg-hover, #b91c1c);
  color: #ffffff !important;
}

/* Hamburger toggle — hidden on desktop */
.hec-header__toggle {
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  padding: 0;
  background: transparent;
  border: 0 !important;
  cursor: pointer;
  margin-left: auto !important;
  flex-shrink: 0;
}

.hec-toggle__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 13px;
  gap: 7px;
}

.hec-toggle__bar {
  display: block;
  width: 22px;
  height: 3px;
  background: var(--hec-header-text, #ffffff);
  border-radius: 2px;
  flex-shrink: 0;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

/* Hamburger → X animation (2 bars) */
.hec-header.is-menu-open .hec-toggle__icon .hec-toggle__bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.hec-header.is-menu-open .hec-toggle__icon .hec-toggle__bar:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}

/* --- Tablet (≤980px) --------------------------------------------------- */
@media (max-width: 980px) {
  .hec-header__inner {
    gap: 14px;
    padding: 14px 16px;
  }

  .hec-nav__link {
    padding: 0.6rem 1.2rem;
  }
}

/* --- Mobile (≤768px) — My Account + menu button, hamburger dropdown --- */
@media (max-width: 768px) {
  .hec-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    gap: 0;
  }

  .hec-header__logo img {
    max-height: 48px;
  }

  .hec-header__logo-text {
    font-size: 20px;
  }

  .hec-brand-pill {
    padding: 6px 12px;
    font-size: 0.85em;
  }

  .hec-header__col--brand {
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
  }

  .hec-header__tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    order: 2;
    margin-left: 12px;
  }

  .hec-header__col--actions {
    display: flex !important;
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .hec-header__toggle {
    display: inline-flex !important;
    order: 0 !important;
    margin-left: 0 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    background: var(--hec-header-menu-bg, #facc15) !important;
    flex-shrink: 0 !important;
  }

  .hec-header__toggle:hover,
  .hec-header__toggle:focus-visible {
    background: var(--hec-header-menu-bg-hover, #fde047) !important;
    outline: none !important;
  }

  .hec-toggle__icon {
    width: 22px;
    height: 13px;
    gap: 7px;
  }

  .hec-toggle__bar {
    width: 22px;
    height: 3px;
    background: #111827;
  }

  .hec-header:not(.is-menu-open) .hec-toggle__icon .hec-toggle__bar {
    transform: none;
    opacity: 1;
  }

  .hec-nav__link--account,
  .hec-nav__link--login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--hec-header-login-bg, #dc2626);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hec-nav__link--account:hover,
  .hec-nav__link--account:focus-visible,
  .hec-nav__link--login:hover,
  .hec-nav__link--login:focus-visible {
    background: var(--hec-header-login-bg-hover, #b91c1c);
    color: #ffffff !important;
  }

  /* Collapsed nav dropdown */
  .hec-header__col--nav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    order: 3;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 12px;
  }

  .hec-header.is-menu-open .hec-header__col--nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hec-header__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }

  .hec-nav__link:not(.hec-nav__link--account):not(.hec-nav__link--login) {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 13px;
  }

  .hec-nav__link:not(.hec-nav__link--account):not(.hec-nav__link--login):hover,
  .hec-nav__link:not(.hec-nav__link--account):not(
      .hec-nav__link--login
    ):focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: var(--hec-header-link-active, #facc15);
  }

  .hec-nav__bg {
    display: none;
  }
}

/* ===========================
   TOP COUPON BANNER (GLOBAL)
   =========================== */
.webtraffic-coupon-banner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  background: var(--hec-banner-bg, #0b1020);
  border-bottom: 1px solid var(--hec-banner-border, rgba(255, 55, 158, 0.35));
  box-shadow: 0 10px 30px var(--hec-banner-shadow, rgba(0, 0, 0, 0.2));
}

body.admin-bar .webtraffic-coupon-banner {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .webtraffic-coupon-banner {
    top: 46px;
  }
}

.webtraffic-coupon-banner[hidden],
.webtraffic-coupon-banner.hidden {
  display: none !important;
}

.webtraffic-coupon-banner__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--hec-banner-text, #ffffff);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

.webtraffic-coupon-banner__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: var(--hec-banner-muted, rgba(255, 255, 255, 0.9));
}

.webtraffic-coupon-banner__amount {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--hec-banner-pill-bg, rgba(255, 255, 255, 0.12));
  border: 1px solid var(--hec-banner-pill-border, rgba(255, 255, 255, 0.18));
  color: var(--hec-banner-text-strong, rgba(255, 255, 255, 0.92));
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.webtraffic-coupon-banner__desc {
  color: var(--hec-banner-desc, rgba(255, 255, 255, 0.86));
  font-size: 13px;
  font-weight: 600;
  max-width: 520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.webtraffic-coupon-banner__code {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--hec-banner-accent-bg, rgba(255, 55, 158, 0.16));
  border: 1px solid var(--hec-banner-accent-border, rgba(255, 55, 158, 0.55));
  color: var(--hec-banner-accent, #ff37a0);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.webtraffic-coupon-banner__copy {
  appearance: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  background: var(--hec-banner-accent, #ff37a0) !important;
  color: var(--hec-banner-accent-text, #0b1020) !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  letter-spacing: 0.9px !important;
  cursor: pointer !important;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease !important;
}

.webtraffic-coupon-banner__copy:hover {
  transform: translateY(-1px) !important;
}

.webtraffic-coupon-banner__copy:active {
  transform: translateY(0) !important;
  opacity: 0.9 !important;
}

.webtraffic-coupon-banner__copy.is-copied {
  background: var(--hec-banner-success, #20d997) !important;
}

body.has-webtraffic-promo-banner {
  padding-top: 56px;
}

.webtraffic-coupon-banner__close {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--hec-banner-close, rgba(255, 255, 255, 0.85)) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  padding: 2px 8px !important;
  cursor: pointer !important;
  margin-left: 4px !important;
}

.webtraffic-coupon-banner__close:hover {
  color: #ffffff;
}

/* --- Mobile banner (≤640px) -------------------------------------------- */
@media (max-width: 640px) {
  .webtraffic-coupon-banner {
    overflow: hidden;
  }

  .webtraffic-coupon-banner__inner {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-height: 52px;
    height: auto;
    padding: 6px 36px;
    gap: 4px 6px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  /* Force row 2: amount, code, copy sit below label + description. */
  .webtraffic-coupon-banner__inner::before {
    content: "";
    flex-basis: 100%;
    order: 3;
    width: 0;
    height: 0;
  }

  .webtraffic-coupon-banner__label {
    order: 1;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .webtraffic-coupon-banner__desc {
    order: 2;
    display: block;
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 48px);
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .webtraffic-coupon-banner__desc[hidden] {
    display: none !important;
  }

  .webtraffic-coupon-banner__amount {
    order: 4;
    font-size: 10px;
    padding: 3px 7px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .webtraffic-coupon-banner__code {
    order: 5;
    font-size: 10px;
    padding: 3px 8px;
    letter-spacing: 0.4px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .webtraffic-coupon-banner__copy {
    order: 6;
    font-size: 10px;
    padding: 4px 8px;
    letter-spacing: 0.4px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .webtraffic-coupon-banner__close {
    position: absolute;
    right: 4px;
    top: 6px;
    transform: none;
    margin-left: 0;
    font-size: 18px;
    padding: 2px 6px;
    line-height: 1;
  }

  body.has-webtraffic-promo-banner {
    padding-top: 52px;
  }

  body.has-webtraffic-promo-banner .hec-header {
    top: 52px;
  }

  body.admin-bar.has-webtraffic-promo-banner .hec-header {
    top: calc(46px + 52px);
  }

  /* No description: keep a compact single-row banner. */
  .webtraffic-coupon-banner__inner:not(
      :has(.webtraffic-coupon-banner__desc:not([hidden]))
    )::before {
    display: none;
  }

  .webtraffic-coupon-banner__inner:not(
      :has(.webtraffic-coupon-banner__desc:not([hidden]))
    ) {
    flex-wrap: nowrap;
    min-height: 44px;
    height: 44px;
    padding: 0 36px;
    gap: 6px;
    justify-content: center;
  }

  .webtraffic-coupon-banner__inner:not(
      :has(.webtraffic-coupon-banner__desc:not([hidden]))
    )
    .webtraffic-coupon-banner__close {
    top: 50%;
    transform: translateY(-50%);
  }

  body.has-webtraffic-promo-banner:has(
      .webtraffic-coupon-banner__desc[hidden]
    ),
  body.has-webtraffic-promo-banner:not(
      :has(.webtraffic-coupon-banner__desc:not([hidden]))
    ) {
    padding-top: 44px;
  }

  body.has-webtraffic-promo-banner:has(
      .webtraffic-coupon-banner__desc[hidden]
    )
    .hec-header,
  body.has-webtraffic-promo-banner:not(
      :has(.webtraffic-coupon-banner__desc:not([hidden]))
    )
    .hec-header {
    top: 44px;
  }

  body.admin-bar.has-webtraffic-promo-banner:has(
      .webtraffic-coupon-banner__desc[hidden]
    )
    .hec-header,
  body.admin-bar.has-webtraffic-promo-banner:not(
      :has(.webtraffic-coupon-banner__desc:not([hidden]))
    )
    .hec-header {
    top: calc(46px + 44px);
  }
}

/* ===========================
	 NEWSLETTER FOOTER SECTION
	 =========================== */
.site-newsletter-footer {
  background: var(--hec-primary, #5b4beb);
  padding: 56px 20px;
  position: relative;
  overflow: hidden;
}

/* Decorative corner leaves (simple SVG shapes) */
.site-newsletter-footer::before,
.site-newsletter-footer::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 240px;
  height: 240px;
  transform: translateY(-50%);
  opacity: 0.85;
  pointer-events: none;
}

.site-newsletter-footer::before {
  left: -70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cpath d='M30 175C70 95 140 55 230 42c-12 42-28 76-49 104-30 40-70 63-124 70-13 2-25 2-36 1 2-12 7-25 15-44Z' fill='%23fcd34d'/%3E%3Cpath d='M70 200c40-55 88-93 146-116' stroke='%235b4beb' stroke-width='10' stroke-linecap='round' opacity='0.12'/%3E%3C/svg%3E")
    no-repeat center/contain;
}

.site-newsletter-footer::after {
  right: -70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cpath d='M230 175C190 95 120 55 30 42c12 42 28 76 49 104 30 40 70 63 124 70 13 2 25 2 36 1-2-12-7-25-15-44Z' fill='%2322c7b8'/%3E%3Cpath d='M190 200c-40-55-88-93-146-116' stroke='%235b4beb' stroke-width='10' stroke-linecap='round' opacity='0.12'/%3E%3C/svg%3E")
    no-repeat center/contain;
}

.site-newsletter-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.site-newsletter-footer__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
}

.site-newsletter-footer__form {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  backdrop-filter: blur(2px);
}

.site-newsletter-footer__input {
  width: 340px !important;
  max-width: 70vw !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  border: 0 !important;
  outline: none !important;
  font-size: 14px !important;
  color: #111827 !important;
  background: #ffffff !important;
}

.site-newsletter-footer__button {
  padding: 14px 18px !important;
  border-radius: 12px !important;
  border: 0 !important;
  background: #fcd34d !important;
  color: #111827 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.site-newsletter-footer__note {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .site-newsletter-footer {
    padding: 44px 16px;
  }
  .site-newsletter-footer__title {
    font-size: 28px;
  }
  .site-newsletter-footer__form {
    display: flex;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .site-newsletter-footer__input {
    width: 100%;
    max-width: none;
  }
}

/* ===========================
	 FOOTER META (privacy + contact)
	 =========================== */
.site-footer-meta {
  background: #f5f5f5;
  padding: 32px 160px 0;
}

.site-footer-meta__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer-meta__left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 280px;
  flex: 1 1 680px;
}

.site-footer-meta__icon {
  color: var(--hec-primary, #5b4beb);
  flex: 0 0 auto;
  line-height: 0;
  margin-top: 2px;
}

.site-footer-meta__text {
  color: #111827;
  font-size: 14px;
  line-height: 1.4;
  max-width: 720px;
}

.site-footer-meta__right {
  flex: 0 0 auto;
}

.site-footer-meta__contact {
  color: #111827;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.site-footer-meta__contact:hover {
  text-decoration: underline;
}

.site-footer-meta__divider {
  max-width: 1400px;
  margin: 18px auto 0;
  border-top: 1px solid #d1d5db;
}

/* ===========================
	 FOOTER BAR
	 =========================== */
.site-payment-footer {
  background: #f5f5f5;
  border-top: 0;
  padding: 14px 160px 28px;
}

.site-payment-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.site-payment-footer__left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  flex-direction: column;
  min-width: 0;
}

.site-payment-footer__label {
  font-weight: 600;
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

.site-payment-footer__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.site-payment-footer__card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.site-payment-footer__card img {
  height: 26px;
  width: auto;
  display: block;
}

.site-payment-footer__right {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  white-space: nowrap;
}

.site-payment-footer__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  color: #374151;
  font-size: 14px;
}

.site-payment-footer__link {
  color: #374151;
  text-decoration: none;
  font-weight: 500;
}

.site-payment-footer__sep {
  color: #9ca3af;
}

.site-payment-footer__copy {
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

/* Black multi-column footer */
.hec-footer {
  background: #000;
  color: #fff;
  padding: 64px 20px 28px;
}

.hec-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.hec-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hec-footer__logoRow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hec-footer__mark {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hec-footer__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
}

.hec-footer__desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
  max-width: 460px;
}

.hec-footer__payments {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.hec-footer__mid {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}

.hec-footer__midInner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 980px;
  justify-content: space-between;
}

.hec-footer__paymentsWrap {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.hec-footer__payItem {
  border-radius: 999px;
  height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hec-footer__payImg {
  height: 30px !important;
  width: auto !important;
  max-width: 92px !important;
  object-fit: contain !important;
  display: block !important;
}

.hec-footer__copyright {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.5;
  margin: auto;
}

.hec-footer__bottom {
  max-width: 1200px;
  margin: 22px auto 0;
  padding: 18px 20px 0;
  border-top: 1px solid green;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.hec-footer__social {
  margin-top: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hec-footer__social--brand {
  margin-top: 14px;
}

.hec-footer__socialLink {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hec-footer__socialLink svg {
  display: block;
}

.hec-footer__socialLink:hover,
.hec-footer__socialLink:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hec-footer__socialIcon {
  width: 18px;
  height: 18px;
  display: block;
}

.hec-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hec-footer__h {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  color: #000000;
  border-radius: 999px;
  background: #facc15;
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: fit-content;
}

.hec-footer__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
}

.hec-footer__chatBtn {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  font: inherit !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-align: left !important;
  cursor: pointer !important;
}

.hec-footer__chatBtn:hover,
.hec-footer__chatBtn:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.hec-footer__link:hover,
.hec-footer__link:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.hec-footer__line {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hec-footer__line a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hec-footer__ratingWrap {
  margin-top: 10px;
  width: fit-content;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 12px;
}

.hec-footer__ratingWrap--mid {
  margin-top: 0;
  height: auto;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hec-footer__trustpilotLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}

.hec-footer__trustpilotLink:hover {
  opacity: 0.92;
}

.hec-footer__ratingImg {
  margin: 0 !important;
  height: 64px !important;
  width: auto !important;
  max-width: 220px !important;
  display: block !important;
}

.hec-footer__disclaimer {
  max-width: 1200px;
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .hec-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .hec-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .hec-footer {
    padding: 44px 16px 22px;
  }

  body.home .wt-compare-section,
  body.front-page .wt-compare-section {
    display: none !important;
  }

  .hec-footer__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hec-footer__col {
    align-items: center;
    text-align: center;
  }

  .hec-footer__chatBtn {
    text-align: center !important;
  }

  .hec-footer__mid {
    padding: 0 16px;
    justify-content: flex-start;
  }

  .hec-footer__midInner {
    border-radius: 24px;
  }

  .hec-footer__payments {
    flex-wrap: wrap;
  }

  .hec-footer__midInner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hec-footer__midInner {
    gap: 12px;
    justify-content: center;
  }

  .hec-footer__paymentsWrap {
    justify-content: center;
    width: 100%;
  }

  .hec-footer__h {
    padding: 7px 12px;
    font-size: 13px;
  }

  .hec-footer__bottom {
    padding: 16px 16px 0;
    justify-content: flex-start;
  }

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

  .hec-footer__name {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .site-payment-footer {
    padding: 14px 20px 22px;
  }

  .site-payment-footer__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .site-payment-footer__right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    white-space: normal;
  }

  .site-payment-footer__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.site-payment-footer__link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-payment-footer {
    padding: 14px 16px 22px;
  }

  .site-payment-footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
  }

  .site-payment-footer__left {
    align-items: center;
    width: 100%;
  }

  .site-payment-footer__cards {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .site-payment-footer__right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: normal;
  }

  .site-payment-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .site-payment-footer__sep {
    margin: 0 6px;
  }
  .site-footer-meta {
    padding: 18px 16px 0;
  }
  .site-footer-meta__left {
    flex: 1 1 100%;
  }
  .site-footer-meta__right {
    width: 100%;
    text-align: center;
  }
}

/* ===========================
   DEFAULT PAGE CONTENT (About / Privacy)
   =========================== */
.hec-about {
  background: #ffffff;
  padding: 70px 16px;
}
.hec-about__content a {
  color: var(--hec-primary, #5b4beb);
  font-weight: 700;
  text-decoration: none !important;
  text-underline-offset: 3px;
}

.hec-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 64px;
  align-items: center;
}

.hec-about__left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hec-about__bubbles {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1.2;
}

.hec-about__bubble {
  position: absolute;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.15;
}

.hec-about__bubbleNum {
  font-size: 44px;
  letter-spacing: 0.2px;
  line-height: 1;
  margin: 0 0 12px;
}

.hec-about__bubbleText {
  font-size: 24px;
  font-weight: 500;
  opacity: 0.95;
  font-family: Poppins, sans-serif;
  max-width: 170px;
  line-height: 1.25;
  margin: 0;
}

.hec-about__bubble--a {
  width: 270px;
  height: 270px;
  left: 40px;
  top: 36px;
  background: #9b2c86;
}

.hec-about__bubble--b {
  width: 220px;
  height: 220px;
  right: 2px;
  top: 250px;
  background: #3a46b8;
}

.hec-about__bubble--c {
  width: 200px;
  height: 200px;
  left: 120px;
  bottom: 2px;
  background: #0e1636;
}

.hec-about__dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.18);
}

.hec-about__dot--1 {
  left: 16px;
  top: 120px;
}

.hec-about__dot--2 {
  right: 12px;
  top: 70px;
}

.hec-about__dot--3 {
  right: 54px;
  bottom: 120px;
}

.hec-about__dot--4 {
  left: 58px;
  bottom: 62px;
}

.hec-about__dot--5 {
  left: 270px;
  top: 10px;
}

.hec-about__title {
  margin: 0;
  font-size: 1.8em;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  line-height: 1.1;
  color: #111827;
}

.hec-about__kicker {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: var(--hec-primary);
}

.hec-about__content {
  margin-top: 18px;
  color: rgba(17, 24, 39, 0.72);
  font-size: 16px;
  font-family: Poppins, sans-serif;
  line-height: 1.75;
}

.hec-about__content p {
  margin: 0 0 14px;
}

.hec-about__heading {
  margin: 22px 0 12px;
  color: var(--hec-primary);
  font-size: 22px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.hec-about__subhead {
  margin: 22px 0 10px;
  color: var(--hec-primary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.hec-aboutReviewsHead {
  padding: 18px 16px 26px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  background: white;
}

.hec-aboutReviewsHead__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hec-aboutReviewsHead__title {
  margin: 0;
  color: #111827;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.2;
}

.hec-aboutReviewsHead__brand {
  color: var(--hec-header-login-bg, #dc2626);
}

.hec-aboutReviewsHead__subtitle {
  margin-top: 8px;
  color: rgba(17, 24, 39, 0.55);
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 800;
}

/* ===========================
   REVIEWS CARDS (site-wide)
   =========================== */
.wt-review-card {
  border: 2px solid var(--hec-primary, #5b4beb);
}

.wt-review-country {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wt-review-country__flag {
  font-size: 1.15em;
  line-height: 1;
}

/* ===========================
   SITE REVIEWS (blog single + order received)
   Full homepage carousel section with "Customer Reviews" title.
   =========================== */
.hec-siteReviews {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 48px;
}

body.hec-blog-single .hec-siteReviews {
  margin-top: 56px;
}

body.woocommerce-order-received.hec-thankyou-page .hec-siteReviews {
  margin-top: 0;
}

.hec-siteReviews .wt-reviews-section {
  width: 100%;
}

.hec-siteReviews .wt-reviews-title {
  font-weight: 700;
}

@media (max-width: 640px) {
  .hec-aboutReviewsHead__title {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .hec-about {
    padding: 54px 16px;
  }

  .hec-about__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  /* Mobile/tablet: show content first, circles after */
  .hec-about__right {
    order: 1;
  }

  .hec-about__left {
    order: 2;
  }
}

@media (max-width: 640px) {
  .hec-about {
    padding: 44px 16px;
  }

  .hec-about__bubbles {
    width: min(380px, 100%);
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
  }

  /* Prevent overlap on small screens */
  .hec-about__bubble {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .hec-about__dot {
    display: none;
  }

  .hec-about__bubble--a {
    width: 240px;
    height: 240px;
  }

  .hec-about__bubble--b {
    width: 220px;
    height: 220px;
  }

  .hec-about__bubble--c {
    width: 210px;
    height: 210px;
  }

  .hec-about__bubbleNum {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hec-about__title {
    font-size: 28px;
  }

  .hec-about__heading {
    font-size: 20px;
  }
}

.hec-default-page-content {
  margin: 0 auto;
  padding: 24px 16px;
  line-height: 1.7;
}

.hec-default-page-content h2 {
  margin: 0 0 14px;
  line-height: 1.2;
}

.hec-default-page-content h3 {
  margin: 22px 0 10px;
  line-height: 1.25;
}

.hec-default-page-content p {
  margin: 0 0 12px;
}

.hec-default-page-content ul {
  margin: 0 0 12px;
  padding-left: 18px;
}

.hec-default-page-content ol {
  margin: 0 0 12px;
  padding-left: 22px;
}

.hec-default-page-content li {
  margin: 6px 0;
}

.hec-default-page-content--privacy,
.hec-default-page-content--terms {
  background: #ffffff;
  padding: 34px 220px;
  position: relative;
  z-index: 3;
}

.hec-default-page-content--privacy h3,
.hec-default-page-content--terms h3 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #111827;
}

.hec-default-page-content--terms a {
  color: var(--hec-primary);
  font-weight: 700 !important;
  text-decoration: none !important;
}

.hec-policyLink {
  color: var(--hec-primary) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.hec-policyLink:hover {
  text-decoration: underline !important;
}

.hec-chatTrigger {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--hec-primary) !important;
  font-weight: 700 !important;
  font-family: Poppins, sans-serif !important;
  cursor: pointer !important;
}

.hec-chatTrigger:hover {
  text-decoration: underline !important;
}

/* ===========================
   404 PAGE
   Make the 404 content fill the viewport height.
   =========================== */
body.error404 {
  background: #eef1f6;
}

body.error404 .site-main {
  min-height: calc(100vh - 110px);
  display: flex;
}

body.error404 .site-main > .hec-404 {
  flex: 1;
  display: flex;
}

.hec-404 {
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  text-align: center;
}

.hec-404__inner {
  max-width: 760px;
}

.hec-404__code {
  font-size: clamp(72px, 12vw, 140px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--hec-text, #111827);
  margin: 0 0 8px;
}

.hec-404__title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 28px);
  color: var(--hec-text, #111827);
}

.hec-404__desc {
  margin: 0 0 18px;
  color: var(--hec-muted, #6b7280);
  font-size: 16px;
  line-height: 1.6;
}

.hec-404__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 9999px;
  border: 1px solid var(--hec-border, #e5e7eb);
  background: var(--hec-bg, #ffffff);
  color: var(--hec-text, #111827);
  text-decoration: none !important;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  transition:
    background-color 160ms ease,
    border-color 160ms ease;
}

.hec-404__button:hover,
.hec-404__button:focus-visible {
  background: #ffffff;
  border-color: var(--hec-primary, #5b4beb);
  outline: none;
}

@media (max-width: 640px) {
  body.error404 .site-main {
    min-height: calc(100vh - 90px);
  }
}

.hec-waIcon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 8px !important;
  color: #12d24c !important;
  vertical-align: -2px !important;
}

@media (max-width: 640px) {
  .hec-default-page-content--privacy,
  .hec-default-page-content--terms {
    padding: 26px 18px;
  }
}

/* ===========================
	 CONTACT FORM
	 =========================== */
.hec-pageHero {
  position: relative;
  overflow: hidden;
  background: #eef1f6;
  padding: 58px 16px 130px;
}

.hec-pageHero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hec-pageHero__crumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.55);
}

.hec-pageHero__crumbLink {
  color: rgba(17, 24, 39, 0.55);
  text-decoration: none;
}

.hec-pageHero__crumbLink:hover {
  text-decoration: underline;
}

.hec-pageHero__crumbSep {
  color: rgba(17, 24, 39, 0.35);
}

.hec-pageHero__crumbCurrent {
  color: rgba(17, 24, 39, 0.55);
}

.hec-pageHero__title {
  margin: 14px 0 0;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.1;
  color: #111827;
}

.hec-pageHero__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  display: block;
  z-index: 1;
}

.hec-pageHero__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hec-pageHero__dot {
  position: absolute;
  border-radius: 999px;
}

.hec-pageHero__dot--lg {
  width: 64px;
  height: 64px;
  left: 140px;
  bottom: 18px;
  background: #2e35b6;
}

.hec-pageHero__dot--sm {
  width: 16px;
  height: 16px;
  left: 260px;
  bottom: 58px;
  background: rgba(17, 24, 39, 0.12);
}

.hec-pageHero__dot--xs {
  width: 12px;
  height: 12px;
  right: 140px;
  bottom: 76px;
  background: rgba(17, 24, 39, 0.12);
}

@media (max-width: 860px) {
  .hec-pageHero {
    padding: 46px 16px 118px;
  }

  .hec-pageHero__title {
    font-size: 38px;
  }

  .hec-pageHero__dot--lg {
    left: 38px;
  }

  .hec-pageHero__dot--xs {
    right: 28px;
  }
}

@media (max-width: 640px) {
  .hec-pageHero {
    padding: 40px 16px 104px;
  }

  .hec-pageHero__title {
    font-size: 32px;
  }

  .hec-pageHero__wave {
    height: 170px;
  }
}

.hec-contactPage {
  background: #ffffff;
  padding: 70px 16px;
}

.hec-contactPage__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.hec-contactPage__title {
  margin: 0;
  color: #111827;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
}

.hec-contactPage__kicker {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: rgba(17, 24, 39, 0.55);
}

.hec-contactPage__desc {
  margin: 16px 0 26px;
  color: rgba(17, 24, 39, 0.65);
  font-size: 18px;
  font-family: Poppins, sans-serif;
  line-height: 1.55;
}

.hec-contactPage__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hec-contactPage__item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hec-contactPage__icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex: 0 0 auto;
}

.hec-contactPage__icon--site {
  background: #9b2c86;
}

.hec-contactPage__icon--email {
  background: #3a46b8;
}

.hec-contactPage__icon--phone {
  background: #0e1636;
}

.hec-contactPage__meta {
  min-width: 0;
}

.hec-contactPage__label {
  font-weight: 700;
  color: #111827;
  font-family: Poppins, sans-serif;
}

.hec-contactPage__value {
  margin-top: 2px;
  color: rgba(17, 24, 39, 0.7);
  font-family: Poppins, sans-serif;
  overflow-wrap: anywhere;
}

.hec-contactPage__value a {
  color: rgba(17, 24, 39, 0.7);
  text-decoration: none;
}

.hec-contactPage__value a:hover {
  text-decoration: underline;
}

.hec-contactPage__hint {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(17, 24, 39, 0.55);
  font-family: Poppins, sans-serif;
}

.hec-contactCard {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  padding: 26px 20px 22px;
}

.hec-contactCard__title {
  font-size: 20px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  color: #111827;
}

.hec-contactPage .hec-contact-form {
  max-width: none;
  margin: 16px 0 0;
}

.hec-contactPage .hec-contact-field input,
.hec-contactPage .hec-contact-field textarea {
  background: #f3f4f6;
  border: 1px solid #f3f4f6;
}

.hec-contact-help {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(17, 24, 39, 0.55);
  font-family: Poppins, sans-serif;
}

.hec-contact-consent {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(17, 24, 39, 0.7);
  font-family: Poppins, sans-serif;
}

.hec-contact-consent input[type="checkbox"] {
  margin-right: 10px;
}

.hec-contact-consent a {
  color: var(--hec-primary) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.hec-contact-consent a:hover {
  text-decoration: underline !important;
}

.hec-contact-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .hec-contactPage__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .hec-contactPage {
    padding: 44px 16px;
  }

  .hec-contactPage__title {
    font-size: 26px;
  }

  .hec-contactCard {
    padding: 22px 18px 18px;
  }
}

.hec-contact-form {
  max-width: 620px;
  margin: 0 auto;
}

.hec-contact-field {
  margin: 18px 0;
}

.hec-contact-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.hec-required {
  color: #ef4444;
  font-weight: 700;
}

.hec-contact-field input,
.hec-contact-field textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 18px;
  background: #ffffff;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
}

.hec-contact-field input {
  height: 56px;
}

.hec-contact-field textarea {
  min-height: 220px;
  resize: vertical;
}

.hec-contact-field input:focus,
.hec-contact-field textarea:focus {
  border-color: rgba(91, 75, 235, 0.55);
  box-shadow: 0 0 0 3px rgba(91, 75, 235, 0.12);
}

.hec-contact-actions {
  margin-top: 16px;
}

.hec-contact-submit {
  background: var(--hec-primary, #5b4beb) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 12px 22px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.hec-contact-submit:hover {
  opacity: 0.95 !important;
}

.hec-contact-notice {
  max-width: 620px;
  margin: 0 auto 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
}

.hec-contact-notice--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.hec-contact-notice--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

/* ===========================
   WebTraffic + Elementor spacing fixes
   =========================== */

/*
  Remove Elementor container padding where the WebTraffic form is present.
  Elementor sets --display:flex on the wrapper, which injects default gap/padding.
*/
.elementor-41 .elementor-element.elementor-element-2ebc6c8,
body .e-con-full:has(.webtraffic-form),
body .e-con:has(.webtraffic-form) {
  --display: block !important;
  --padding-top: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-block-start: 0px !important;
  --padding-block-end: 0px !important;
  --padding-inline-start: 0px !important;
  --padding-inline-end: 0px !important;
  --gap: 0px !important;
  padding: 0 !important;
}

.elementor-41 .elementor-element.elementor-element-2ebc6c8 > .e-con-inner,
body .e-con-full:has(.webtraffic-form) > .e-con-inner,
body .e-con:has(.webtraffic-form) > .e-con-inner {
  --padding-top: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-block-start: 0px !important;
  --padding-block-end: 0px !important;
  --padding-inline-start: 0px !important;
  --padding-inline-end: 0px !important;
  --gap: 0px !important;
  padding: 0 !important;
}

/* Optional fallback: if you add `webtraffic-section` class to the Elementor container */
body .webtraffic-section,
body .webtraffic-section > .e-con-inner {
  --display: block !important;
  --padding-block-end: 0px !important;
  padding-block-end: 0 !important;
  padding-bottom: 0 !important;
  padding: 0 !important;
}

/* WebTraffic: visitor count pills — row on first paint (before/without JS relayout) */
.webtraffic-form
  #visitor-presets.visitor-count-presets:not(:has(.wt-visitor-count-row)) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.webtraffic-form #visitor-presets .wt-visitor-count-row {
  width: 100%;
}

/* WebTraffic: mobile show 2 service cards per row */
@media (max-width: 767px) {
  .webtraffic-form {
    max-width: 100%;
    min-width: 0;
    overflow-x: visible;
  }

  .webtraffic-form .cart-section {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: calc(50vw - 50% + 16px) !important;
    padding-right: calc(50vw - 50% + 16px) !important;
    width: auto !important;
    max-width: none !important;
    background: #fff !important;
  }

  .webtraffic-form .services.service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100%;
    max-width: 100%;
  }

  .webtraffic-form .services.service-cards .service {
    padding: 24px 16px !important;
    min-height: 82px !important;
    min-width: 0;
  }

  .webtraffic-form .services.service-cards .details-wrapper {
    min-width: 0;
    gap: 8px !important;
  }

  .webtraffic-form .services.service-cards .info .type {
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    margin-right: 26px;
  }

  .webtraffic-form .services.service-cards .service-icon {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
  }
}

/* ===========================
   HOME PAGE: LARGE SCREENS (24" monitor+)
   Keep Elementor content centered and not awkwardly stretched.
   =========================== */
@media (min-width: 1400px) {
  body.home .elementor-section.elementor-section-boxed > .elementor-container,
  body.front-page
    .elementor-section.elementor-section-boxed
    > .elementor-container,
  body.home .e-con > .e-con-inner,
  body.front-page .e-con > .e-con-inner,
  body.home .e-con-full > .e-con-inner,
  body.front-page .e-con-full > .e-con-inner {
    width: 100% !important;
    max-width: 950px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1920px) {
  body.home .elementor-section.elementor-section-boxed > .elementor-container,
  body.front-page
    .elementor-section.elementor-section-boxed
    > .elementor-container,
  body.home .e-con > .e-con-inner,
  body.front-page .e-con > .e-con-inner,
  body.home .e-con-full > .e-con-inner,
  body.front-page .e-con-full > .e-con-inner {
    max-width: 1560px !important;
  }
  .webtraffic-form {
    padding: 40px 40px 0px 40px !important;
  }
}

/* ==========================
   BLOG: Showcase cards (shortcode)
   Usage: [hec_blog_showcase]
   ========================== */
.hec-blogShowcase {
  background: var(--hec-banner-bg, #0b1020);
  color: var(--hec-banner-text, #ffffff);
  padding: 68px 16px;
  overflow: hidden;
}

.hec-blogShowcase__heading {
  max-width: 1240px;
  margin: 0 auto 40px;
  padding: 0 8px;
  text-align: center;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.hec-blogShowcase__headingAccent {
  font-weight: 900;
}

.hec-blogShowcase__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  gap: 18px;
}

.hec-blogShowcase__nav {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: transparent !important;
  color: var(--hec-banner-text, #ffffff) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition:
    transform 120ms ease,
    background-color 120ms ease,
    border-color 120ms ease !important;
}

.hec-blogShowcase__nav:hover {
  transform: translateY(-1px) !important;
  background: var(--hec-banner-pill-bg, rgba(255, 255, 255, 0.12)) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
}

.hec-blogShowcase__nav:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.22);
  outline-offset: 2px;
}

.hec-blogShowcase__viewport {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scroll-padding-left: 2px;
  scroll-padding-right: 2px;
  align-self: stretch;
  min-height: 0;
}

.hec-blogShowcase__viewport::-webkit-scrollbar {
  display: none;
}

.hec-blogShowcase__track {
  display: flex;
  gap: 40px;
  align-items: stretch;
  padding: 4px 2px 2px;
  min-height: 100%;
}

.hec-blogShowcase__card {
  --hec-blogShowcase-card-gap: 40px;
  flex: 0 0 calc((100% - (2 * var(--hec-blogShowcase-card-gap))) / 3);
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 100%;
}

.hec-blogShowcase__media {
  display: block;
  flex: 0 0 auto;
}

.hec-blogShowcase__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

.hec-blogShowcase__img--placeholder {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hec-blogShowcase__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin-top: 18px;
}

.hec-blogShowcase__meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(160, 174, 192, 0.95);
}

.hec-blogShowcase__title {
  margin: 10px 0 0;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.hec-blogShowcase__title a {
  color: #ffffff;
  text-decoration: none !important;
}

.hec-blogShowcase__title a:hover {
  color: green;
}

.hec-blogShowcase__excerpt {
  flex: 1 1 auto;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(160, 174, 192, 0.95);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  min-height: calc(1.75em * 4);
}

.hec-blogShowcase__btn {
  margin-top: auto;
  padding-top: 28px;
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #ffffff;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.hec-blogShowcase__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .hec-blogShowcase__inner {
    grid-template-columns: 48px 1fr 48px;
  }

  .hec-blogShowcase__track {
    gap: 28px;
  }

  .hec-blogShowcase__card {
    --hec-blogShowcase-card-gap: 28px;
    flex-basis: calc((100% - var(--hec-blogShowcase-card-gap)) / 2);
  }

  .hec-blogShowcase__title {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .hec-blogShowcase {
    padding: 54px 16px;
  }

  .hec-blogShowcase__heading {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .hec-blogShowcase__headingAccent {
    font-weight: 900;
  }

  .hec-blogShowcase__inner {
    grid-template-columns: 1fr;
  }

  .hec-blogShowcase__nav {
    display: none;
  }

  .hec-blogShowcase__track {
    gap: 22px;
  }

  .hec-blogShowcase__card {
    flex-basis: 100%;
  }

  .hec-blogShowcase__title {
    font-size: 28px;
  }
}

/* ==========================
   WooCommerce: Thank You (Order received)
   WebTraffic overrides checkout/thankyou.php
   ========================== */
.wt-thankyou {
  max-width: 1120px;
  margin: 28px auto 0;
  padding: 0 16px;
}

.wt-thankyou__panel {
  background: #ffffff;
  border: 1px solid var(--hec-border, #e5e7eb);
  border-radius: 18px;
  padding: 22px;
}

.wt-thankyou__hero {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.wt-thankyou__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(91, 75, 235, 0.08);
  color: var(--hec-primary, #5b4beb);
  border: 1px solid rgba(91, 75, 235, 0.14);
  flex: 0 0 auto;
}

.wt-thankyou--failed .wt-thankyou__panel {
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(220, 38, 38, 0.02);
}

.wt-thankyou--failed .wt-thankyou__icon {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  border: 1px solid rgba(220, 38, 38, 0.18);
}

.wt-thankyou__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  color: var(--hec-text, #111827);
}

.wt-thankyou__subtitle {
  margin-top: 4px;
  color: rgba(17, 24, 39, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.wt-thankyou__kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 12px;
}

.wt-thankyou__kpi {
  border: 1px solid var(--hec-border, #e5e7eb);
  border-radius: 14px;
  padding: 12px 12px;
  background: #ffffff;
}

.wt-thankyou__kpiLabel {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.55);
}

.wt-thankyou__kpiValue {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--hec-text, #111827);
}

.wt-thankyou__note {
  margin-top: 8px;
  color: rgba(17, 24, 39, 0.72);
  font-size: 14px;
}

.wt-thankyou__actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wt-thankyou__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.2);
  background: #ffffff;
  color: var(--hec-text, #111827);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.wt-thankyou__btn:hover {
  border-color: rgba(17, 24, 39, 0.35);
}

.wt-thankyou__btn--primary {
  background: var(--hec-primary, #5b4beb);
  border-color: var(--hec-primary, #5b4beb);
  color: #ffffff;
}

.wt-thankyou__btn--primary:hover {
  background: var(--hec-primary-700, #4a3dd8);
  border-color: var(--hec-primary-700, #4a3dd8);
}

.wt-thankyou__bottomThanks {
  text-align: center;
  margin: 26px auto 0;
  padding: 14px 16px;
  max-width: 900px;
  border: 1px dashed rgba(17, 24, 39, 0.22);
  border-radius: 16px;
  color: rgba(17, 24, 39, 0.8);
  background: rgba(17, 24, 39, 0.02);
  font-weight: 800;
}

/* Friendly styling for default Woo blocks below the hero */
.wt-thankyou__after {
  max-width: 1120px;
  margin: 16px auto 0;
  padding: 0 16px;
}

.wt-thankyou__after .woocommerce-order-details,
.wt-thankyou__after .woocommerce-customer-details {
  margin-top: 18px;
}

.wt-thankyou__after .woocommerce-order-details > h2,
.wt-thankyou__after .woocommerce-customer-details > h2,
.wt-thankyou__after .woocommerce-order-details > h3,
.wt-thankyou__after .woocommerce-customer-details > h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  color: var(--hec-text, #111827);
  margin: 0 0 12px;
}

.wt-thankyou__after table.shop_table,
.wt-thankyou__after table.woocommerce-table {
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--hec-border, #e5e7eb);
  border-radius: 16px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.wt-thankyou__after table.shop_table thead th,
.wt-thankyou__after table.woocommerce-table thead th {
  background: rgba(17, 24, 39, 0.04);
  font-weight: 800;
  padding: 14px 14px;
  border: 0;
}

.wt-thankyou__after table.shop_table tbody th,
.wt-thankyou__after table.shop_table tbody td,
.wt-thankyou__after table.woocommerce-table tbody th,
.wt-thankyou__after table.woocommerce-table tbody td,
.wt-thankyou__after table.shop_table tfoot th,
.wt-thankyou__after table.shop_table tfoot td,
.wt-thankyou__after table.woocommerce-table tfoot th,
.wt-thankyou__after table.woocommerce-table tfoot td {
  padding: 14px 14px;
  border: 0;
  border-top: 1px solid var(--hec-border, #e5e7eb);
  vertical-align: top;
}

.wt-thankyou__after .woocommerce-table__product-name,
.wt-thankyou__after .woocommerce-table__product-name a {
  color: var(--hec-text, #111827);
  font-weight: 800;
  text-decoration: none;
}

.wt-thankyou__after .woocommerce-customer-details .woocommerce-columns,
.wt-thankyou__after .woocommerce-customer-details .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.wt-thankyou__after .woocommerce-column {
  float: none;
  width: auto;
}

.wt-thankyou__after .woocommerce-customer-details address {
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--hec-border, #e5e7eb);
  border-radius: 16px;
  padding: 14px 14px;
  font-style: normal;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.82);
}

.wt-thankyou__after .woocommerce-customer-details address a {
  color: var(--hec-text, #111827);
  text-decoration: none;
}

@media (max-width: 780px) {
  .wt-thankyou__after .woocommerce-customer-details .woocommerce-columns,
  .wt-thankyou__after .woocommerce-customer-details .col2-set {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .wt-thankyou__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .wt-thankyou__panel {
    padding: 18px;
  }
}
