/* ============================================
   ZIA HOME PAGE - Custom Styles
   ============================================ */

/* ========================================
   CSS Variables
   ======================================== */
:root {
  --zwc-darkBG: #020013;
  --zwc-white: #fff;
  --zwc-text-dark: #111;
  --zwc-text-body: #333;
  --zwc-text-muted: #86829d;
  --zwc-primary-blue: #005AD6;
  --zwc-primary-red: #ea0000;
  --zwc-border-light: #d9e1f0;
  --zwc-section-gap: clamp(60px, 8vw, 120px) 0;
  --zwc-content-max: 1280px;
  --zwc-content-padding: 0 20px;
  --zwc-h2-size: clamp(36px, 4vw, 56px);
  --zwc-h3-size: clamp(20px, 1.6vw, 24px);
  --zwc-p-size: clamp(16px, 1.3vw, 19px);
  --zwc-section-pb: clamp(50px, 5vw, 70px);
}

/* ========================================
     Global Typography
     ======================================== */
.zw-template-inner h2 {
  color: var(--zwc-text-dark);
  font-family: var(--zf-primary-compactbold);
  font-size: var(--zwc-h2-size);
  line-height: normal;
  letter-spacing: -1.12px;
  text-align: center;
}

.zw-template-inner h3 {
  font-family: var(--primaryfont-bold);
  font-size: var(--zwc-h3-size);
  line-height: 1.33;
  letter-spacing: -0.24px;
  color: var(--zwc-text-dark);
}

.zw-template-inner p {
  font-size: var(--zwc-p-size);
  line-height: 1.84;
  letter-spacing: -0.19px;
  color: var(--zwc-text-body);
  text-align: center;
}

.zwc-span-block {
  display: block;
}

/* ========================================
     Utility Classes
     ======================================== */
.zwc-section-divider {
  max-width: 1280px;
  margin: 0 auto;
  height: 1px;
  background-color: #e5e5e5;
}

.zwc-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zwc-section-title--light {
  color: var(--zwc-white);
}

/* Gradient text for "Agentic" */
.zwc-text-gradient {
  background: linear-gradient(93deg, #20F 14.24%, #FF12B0 135.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ========================================
     CTA Buttons
     ======================================== */
.cta-btn {
  font-family: var(--zf-primary-semibold), sans-serif;
  padding: 18px 32px;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
}

.zwc-cta-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-right: 22px;
}

.zwc-cta-link span {
  font-family: var(--primaryfont-bold);
  font-size: 15px;
  line-height: 1.6;
  color: var(--zwc-primary-blue);
  text-transform: uppercase;
}
.zwc-mail-id span {
text-transform: unset;
font-size:18px;
}

.zwc-cta-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url('/sites/zweb/images/agents/agents-home-sprite.svg');
  background-repeat: no-repeat;
  background-position: -53px -6px;
  transform: translateY(-50%);
  background-size: 230px;
}

/* Login/Non-login visibility */
body .loginCase,
body .nonLoginCase {
  display: none;
}

body.non-umain .loginCase {
  display: none;
}

body.body-umain .nonLoginCase {
  display: none;
}

body.non-umain .nonLoginCase {
  display: inline-block;
}

/* ========================================
     Section 1: Hero Banner
     ======================================== */
.zwc-bnr-sec {
  background: #000;
  color: var(--zwc-white);
  padding: clamp(60px, 6vw, 90px) 0 0;
  overflow: hidden;
  position: relative;
}

.zwc-bnr-sec .content-wrap {
  position: unset;
}

.zwc-bnr-cnt {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}

.zwc-bnr-cnt h1 span {
  display: block;
}

.zwc-bnr-cnt h1 {
  font-size: clamp(36px, 4.8vw, 85px);
  line-height: 1.1;
  font-family: var(--primaryfont-semibold);
  margin-bottom: 25px;
}

.zwc-bnr-cnt .zwc-bnr-gdnt {
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.25;
  background: linear-gradient(to right, #f0f, #8000ff, #0080ff);
  -webkit-background-clip: text;
  color: transparent;
  display: block;
  font-family: var(--primaryfont-semibold);
  padding-bottom: 60px;
}

.zwc-bnr-sec .zwc-bnr-gdnt {
  margin-bottom: clamp(70px, 15.6vw, 235px);
}

.zwc-bnr-sec p {
  color: #ebebeb;
  text-align: left;
}

.zwc-bnr-lft {
  max-width: 688px;
  width: 52%;
}

.zwc-bnr-lft p {
  margin-bottom: 40px;
}

.zwc-bnr-lft .cta-btn {
  margin-bottom: 50px;
}

.zwc-bnr-rht,
.bnr-art-anime {
  position: absolute;
  top: 200px;
  right: -400px;
  max-width: 1180px;
  width: 98%;
}
.zwc-bnr-lft{
  position: relative;
  z-index: 1;
}
.bnr-art-anime {
  right: 130px;
  top: -110px;
}

.zwc-bnr-img {
  position: relative;
  z-index: 1;
}

/* Floating Screenshots */
.zwc-floating-screens {
  position: relative;
  width: 90%;
  max-width: 1280px;
  /* height: 500px; */
  margin: -80px auto 0;
  pointer-events: none;
  z-index: 5;
  padding-bottom: 650px;
}

.zwc-float-img {
  position: absolute;
  border-radius: 12px;
}

/* Main image - center */
.zwc-sales-assistant {
  /* width: 650px;
    height: auto; */
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  max-width: 1120px;
  width: 85%;
  filter: drop-shadow(0 64px 104px rgba(0, 0, 0, 0.06));
}

/* Sub image - left */
.zwc-marketplace {
  /* width: clamp(320px, 32vw, 420px); */
  /* height: auto; */
  top: 49%;
  left: 0%;
  z-index: 3;
  box-shadow: 0 64px 104px 0 rgba(0, 0, 0, 0.06);
}

/* Sub image - right */
.zwc-support-agent {
  /* width: clamp(240px, 22vw, 280px); */
  /* height: auto; */
  top: -27%;
  right: 1%;
  left: auto;
  z-index: 3;
  box-shadow: 0 64px 104px 0 rgba(0, 0, 0, 0.06);
}

/* Floating screens animation - left and right cards */
@keyframes zwc-float-updown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.middle-animated .zwc-floating-screens .zwc-marketplace {
  animation: zwc-float-updown 3s ease-in-out infinite;
}

.middle-animated .zwc-floating-screens .zwc-support-agent {
  animation: zwc-float-updown 3s ease-in-out infinite 0.5s;
}

/* Banner Form Popup */
.zwc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.zwc-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zwc-form-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  transform: translateX(500px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
  z-index: 999;
  padding: 78px 48px 48px 48px;
  background-color: #fff;
  max-width: 460px;
  width: 100%;
  text-align: left;
}

.zwc-form-container.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.zwc-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0;
  border: 0;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
  color: #000;
}

body.form-active {
  overflow: hidden;
}

/* ========================================
     Section 2: Digital Workforce
     ======================================== */
.zwc-workforce-section {
  background-color: var(--zwc-white);
  padding: var(--zwc-section-gap);
  padding-bottom: 0;
}

.zwc-workforce-content {
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.zwc-workforce-content p {
  margin-bottom: clamp(30px, 3.5vw, 50px);
}

.zwc-workforce-img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide mobile image on desktop */
.zwc-workforce-mobile-img {
  display: none;
}

/* Zia Grid Animation */
.zwc-zia-grid {
  position: relative;
  width: 880px;
  aspect-ratio: 880 / 790;
}

.zwc-zia-card {
  position: absolute;
  transition: transform 0.3s ease;
}

.zwc-zia-card:hover {
  transform: translateY(-15px);
  z-index: 3;
}

/* Center card - default raised position, no hover */
.zwc-zia-card-detect-sentiment {
  transform: translateY(-15px);
  z-index: 2;
}

.zwc-zia-card-detect-sentiment:hover {
  transform: translateY(-15px);
}

.zwc-zia-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Individual card positions */
.zwc-zia-card-analyze-data {
  left: 0%;
  top: 29.11%;
  width: 28.86%;
  height: 43.92%;
}

.zwc-zia-card-conversations {
  left: 17.27%;
  top: 17.72%;
  width: 28.18%;
  height: 43.54%;
}

.zwc-zia-card-chat-assistant {
  left: 34.2%;
  top: 6.46%;
  width: 28.3%;
  height: 44.05%;
}

/* Chat assistant card - default active state (badge always visible) */
.zwc-zia-card-chat-assistant .zwc-zia-badge {
  /* opacity: 1;
  visibility: visible; */
}

.zwc-zia-card-smart-routing {
  left: 16.48%;
  top: 41.14%;
  width: 30.34%;
  height: 43.54%;
}

.zwc-zia-card-smart-tagging {
  left: 50.68%;
  top: 17.09%;
  width: 30.34%;
  height: 44.3%;
}

.zwc-zia-card-generate-reports {
  left: 51.93%;
  top: 40.89%;
  width: 30.8%;
  height: 45.44%;
}

.zwc-zia-card-view-analytics {
  left: 68.64%;
  top: 28.48%;
  width: 31.14%;
  height: 45.32%;
}

.zwc-zia-card-automate-tasks {
  left: 33.86%;
  top: 53.42%;
  width: 32.05%;
  height: 46.2%;
}

/* Center Zia card */
.zwc-zia-card-detect-sentiment {
  left: 31.93%;
  top: 25.95%;
  width: 33.98%;
  height: 23.54%;
}

/* Badge styles */
.zwc-zia-badge {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.zwc-zia-card:hover .zwc-zia-badge {
  opacity: 1;
  visibility: visible;
}

.zwc-zia-card-detect-sentiment:hover .zwc-zia-badge {
  opacity: 0;
  visibility: hidden;
}

.zwc-zia-badge-text {
  display: inline-block;
  position: relative;
  background: var(--zwc-white);
  padding: 10px 15px;
  border-radius: 40px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.09);
  font-family: var(--primaryfont-bold);
  font-size: 13px;
  line-height: normal;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  color: var(--zwc-text-dark);
  white-space: nowrap;
  text-align: center;
}

.zwc-zia-badge-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--zwc-white);
}

/* ========================================
     Section 3: Agentic Platform
     ======================================== */
.zwc-platform-section {
  background-color: var(--zwc-white);
  position: relative;
  overflow: visible;
  padding: var(--zwc-section-gap);
  min-height: 200vh;
}

.zwc-platform-section .content-wrap {
  text-align: center;
  position: sticky;
  top: 60px;
  min-height: calc(100vh - 200px);
}

.zwc-platform-bg-img {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.zwc-platform-bg-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.zwc-platform-text {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 20;
  padding-bottom: clamp(20px, 6.7vw, 100px);
}

.zwc-platform-nav {
  display: flex;
  gap: clamp(20px, 3.3vw, 50px);
  align-items: center;
  justify-content: center;
  margin: clamp(18px, 1.6vw, 25px) 0 0;
  flex-wrap: wrap;
}

.zwc-platform-nav li {
  font-family: var(--primaryfont-bold);
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: -0.15px;
  color: var(--zwc-text-dark);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.zwc-platform-nav li+li::before {
  content: '';
  display: block;
  width: 1px;
  height: 19px;
  background-color: var(--zwc-text-dark);
  opacity: 0.3;
  margin-right: clamp(20px, 3.3vw, 50px);
}

.zwc-platform-nav li.zwc-nav-active {
  color: var(--zwc-primary-blue);
}

/* Stacking cards container */
.zwc-stack-cards-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  height: clamp(300px, 26vw, 400px);
  margin: clamp(20px, 2vw, 30px) auto 0;
  text-align: left;
}

.zw-template-inner .zwc-agent-card-text p {
  text-align: left;
}

/* Agent Card */
.zwc-agent-card {
  background-color: var(--zwc-white);
  border-radius: 10px;
  box-shadow: 0px 64px 104px 0px rgba(0, 0, 0, 0.06);
  padding: clamp(24px, 2.6vw, 40px) clamp(20px, 3.3vw, 50px) clamp(24px, 2.6vw, 40px) clamp(20px, 2.6vw, 40px);
  width: 100%;
  position: relative;
  z-index: 1;
}

.zwc-agent-icon {
  width: clamp(44px, 3.7vw, 56px);
  height: clamp(44px, 3.7vw, 56px);
}

.zwc-agent-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zwc-agent-card-text {
  margin-top: clamp(20px, 1.6vw, 24px);
}

.zwc-agent-card-text p {
  margin-top: clamp(8px, 0.8vw, 12px);
}

.zwc-agent-card .zwc-cta-link {
  margin-top: clamp(20px, 1.6vw, 24px);
}

/* Stacking card styles */
.zwc-stack-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    z-index 0s linear 0.15s;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.zwc-stack-card.zwc-card-active {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 10;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    z-index 0s linear;
}

.zwc-stack-card.zwc-card-stacked {
  opacity: 1;
}

/* Reverse animation - coming from stack */
.zwc-stack-card.zwc-card-reverse {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.3s ease-out,
    z-index 0s linear;
}

/* ========================================
     Section 4: Build Steps
     ======================================== */
.zwc-build-section {
  position: relative;
  z-index: 2;
  padding: var(--zwc-section-gap);
  background-color: #f8f9fb;
}

.zwc-build-section .content-wrap {
  text-align: center;
}

.zwc-steps-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  margin: clamp(40px, 3.3vw, 50px) 0 0;
}

.zwc-step-item {
  min-width: 200px;
  max-width: 280px;
  position: relative;
  border: 1px solid #D9E1F0;
  filter: drop-shadow(0 64px 104px rgba(0, 0, 0, 0.05));
}

.zwc-step-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.zwc-step-item--1::before {
  background: linear-gradient(90deg, #e84393 0%, #c44b8b 100%);
}

.zwc-step-item--2::before {
  background: linear-gradient(90deg, #c44b8b 0%, #9b3ba8 100%);
}

.zwc-step-item--3::before {
  background: linear-gradient(90deg, #9b3ba8 0%, #6c2eb5 100%);
}

.zwc-step-item--4::before {
  background: linear-gradient(90deg, #6c2eb5 0%, #4a20b0 100%);
}

.zwc-step-content {
  padding: clamp(20px, 1.6vw, 24px) clamp(20px, 1.5vw, 22px) clamp(36px, 2.4vw, 36px);
  height: 100%;
  background: #fff;
}

.zwc-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--zwc-white);
  font-family: var(--primaryfont-bold);
  font-size: 12px;
  letter-spacing: -0.12px;
  color: #fff;
  border: 5px solid #d9d9d9;
  background-color: #000000;

}

.zwc-step-content p {
  margin-top: clamp(14px, 1.2vw, 18px);
}

.zw-template-inner .zwc-step-content p {
  text-align: left;
}

/* ========================================
     Section 5: Agent Products
     ======================================== */
.zwc-products-section {
  background-color: var(--zwc-white);
  padding: var(--zwc-section-gap);
  /* padding-bottom: 300px; */
  position: relative;
}

.zwc-products-bg {
  top: auto;
  bottom: 0;
}

.zwc-products-bg img {
  transform: scaleY(-1);
}

.zwc-products-text {
  max-width: 800px;
  margin: 0 auto;
}

.zwc-products-text p {
  margin-top: clamp(16px, 1.3vw, 20px);
}

.zwc-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin: clamp(40px, 4vw, 60px) auto 0;
  max-width: 1060px;
}

.zwc-product-item {
  text-align: center;
}

.zwc-product-icon-layer {
  width: 208px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7c5c52b;
  border: 3px solid #FFFFFF;
  border-radius: 38px;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.zwc-product-icon-wrap {
  width: 180px;
  height: 180px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.04); */
  border: 2px solid var(--zwc-white);
  transition: border-color 0.3s ease;
  position: relative;
  background-color: var(--zwc-white);
  z-index: 1;
}

/* .zwc-product-icon-wrap::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    z-index: -1;
    transition: border-color 0.3s ease;
  } */

.zwc-product-link:hover .zwc-product-icon-wrap {
  border-color: var(--zwc-primary-blue);
}

.zwc-product-link:hover .zwc-product-icon-wrap::before {
  border-color: var(--zwc-primary-blue);
}

.zwc-product-icon-wrap img {
  width: clamp(44px, 4.5vw, 64px);
  height: clamp(44px, 4.5vw, 64px);
  object-fit: contain;
}

.zw-template-inner .zwc-product-name {
  font-family: var(--primaryfont-bold);
  font-size: 16px;
  line-height: normal;
  color: var(--zwc-text-dark);
  text-transform: uppercase;
  text-align: center;
}

/* ========================================
     Section 6: Testimonial
     ======================================== */
.zwc-testimonial-section {
  background: linear-gradient(178deg, rgb(5, 0, 29) 10%, rgb(21, 0, 132) 114%);
  padding: var(--zwc-section-gap);
}

.zwc-testimonial-section h2 {
  color: var(--zwc-white);
  text-align: left;
}

.zwc-testimonial-content {
  display: flex;
  flex-wrap: wrap;
  /* gap: clamp(40px, 4vw, 60px); */
  max-width: 1047px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 60px;
}

.zwc-testimonial-heading {
  /* flex: 0 0 420px; */
  /* min-width: 280px; */
  max-width: 420px;
}

/* Navigation arrows */
.zwc-testimonial-nav {
  display: flex;
  gap: 12px;
  margin-top: clamp(30px, 3vw, 45px);
}

.zwc-testimonial-prev,
.zwc-testimonial-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  color: var(--zwc-white);
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
}

.zwc-testimonial-prev.zwc-nav-disabled,
.zwc-testimonial-next.zwc-nav-disabled {
  opacity: 0.3;
  cursor: default;
}

/* .zwc-testimonial-prev:hover,
  .zwc-testimonial-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
  } */

.zwc-testimonial-prev::before,
.zwc-testimonial-next::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/sites/zweb/images/agents/agents-home-sprite.svg');
  background-repeat: no-repeat;
  background-size: 280px;
}

.zwc-testimonial-prev::before {
  background-position: 0 -270px;
  background-position: -6px -5px;
}

.zwc-testimonial-next::before {
  background-position: 0 -300px;
  background-position: -33px -5px;
}

/* Testimonial slider */
.zwc-testimonial-slider {
  flex: 1 1 0;
  min-width: 300px;
  overflow: hidden;
}

/* Quote icon */
.zwc-quote-icon {
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.zwc-quote-icon::before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background-image: url('/sites/zweb/images/agents/agents-home-sprite.svg');
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: -103px 0;
}

.zw-template-inner .zwc-quote-text {
  font-family: var(--zf-primary-regularserif);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.43;
  color: var(--zwc-white);
  text-align: left;
}

/* Company logo box */
.zwc-company-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zwc-white);
  border-radius: 8px;
  padding: clamp(16px, 1.5vw, 24px) clamp(24px, 2vw, 32px);
  margin-top: clamp(30px, 2.6vw, 40px);
  min-width: 140px;
  min-height: 60px;
}

/* Company logo sprite */
.zwc-company-logo {
  display: block;
  line-height: 0;
  /* width: 120px;
  height: 40px;
  background-image: url('/sites/zweb/images/agents/agents-home-sprite.svg');
  background-repeat: no-repeat;
  background-size: auto; */
}

/* .zwc-logo-1 {
  background-position: 0 0;
}

.zwc-logo-2 {
  background-position: 0 -50px;
}

.zwc-logo-3 {
  background-position: 0 -100px;
}

.zwc-logo-4 {
  background-position: 0 -150px;
}

.zwc-logo-5 {
  background-position: 0 -200px;
} */

/* Slick slider overrides for testimonials */
.zwc-testimonial-slider .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.zwc-testimonial-slider .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.zwc-testimonial-slide {
  padding-right: 20px;
}

/* ========================================
     Section 7: First Agent CTA
     ======================================== */
.zwc-first-agent-section {
  padding: clamp(80px, 10.6vw, 160px) 0 clamp(40px, 4vw, 60px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(232, 218, 255, 0.4) 0%, rgba(255, 255, 255, 1) 50%);
}

.zwc-first-agent-section .content-wrap {
  text-align: center;
  position: relative;
}

.zwc-first-agent-bg-img {
  position: absolute;
  top: 0;
  /* left: 50%;
    transform: translateX(-50%); */
  width: 100%;
  max-width: 1724px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.zwc-first-agent-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zwc-first-agent-text {
  position: relative;
  z-index: 1;
}

.zwc-cta-cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1060px;
  margin: clamp(50px, 5.3vw, 80px) auto 0;
  background-color: var(--zwc-white);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  padding: clamp(40px, 4vw, 60px) clamp(15px, 2vw, 25px);
  border: 1px solid #D9E1F0;
}

.zwc-cta-card {
  flex: 1 1 0;
  text-align: center;
  padding: 0 clamp(20px, 2vw, 30px);
  min-width: 0;
}

.zwc-cta-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.zwc-cta-card-icon::before {
  content: '';
  display: block;
  background-image: url('/sites/zweb/images/agents/agents-home-sprite.svg');
  background-repeat: no-repeat;
  background-size: 230px;
}

.zwc-icon-zia::before {
  width: 44px;
  height: 44px;
  background-position: 0 -380px;
}

.zwc-icon-sales::before {
  width: 54px;
  height: 54px;
  background-position: -173px -2px;
}

.zwc-cta-card h3 {
  margin: clamp(16px, 2.5vw, 24px) 0;
}

.zwc-zia-title,
.zwc-webinar-title,
.zwc-sales-title {
  padding-top: 70px;
  position: relative;
}

.zwc-zia-title::before,
.zwc-webinar-title::before,
.zwc-sales-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/sites/zweb/images/agents/agents-home-sprite.svg');
  background-repeat: no-repeat;
  background-size: 230px;
}

.zwc-zia-title::before {
  width: 54px;
  height: 54px;
  background-image: url(/sites/zweb/images/producticon/agents.svg);
  background-size: auto;
}

.zwc-webinar-title::before {
  width: 62px;
  height: 49px;
  background-position: -108px -3px;
}

.zwc-sales-title::before {
  width: 54px;
  height: 54px;
  background-position: -173px -2px;
}

.zwc-card-separator {
  display: block;
  width: 1px;
  background-color: #D9E1F0;
}

/* ========================================
     Section 8: Footer CTA
     ======================================== */

.zwc-footer-cta-section h2,
.zwc-footer-cta-section p {
  color: var(--zwc-white);
}

.zwc-footer-cta-section h2 {
  max-width: 70%;
  margin-inline: auto;
}

.zwc-footer-cta-section .content-wrap {
  background: linear-gradient(176deg, rgb(5, 0, 29) 10%, rgb(21, 0, 132) 108%);
  padding: clamp(60px, 8vw, 120px) 20px;
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.zwc-footer-cta-content {
  max-width: 801px;
  margin: 0 auto;
}

.zwc-footer-cta-desc {
  font-family: var(--primaryfont-regular);
  font-size: 19px;
  line-height: 1.84;
  letter-spacing: -0.19px;
  color: var(--zwc-white);
  margin-top: 16px;
  margin-bottom: clamp(30px, 3.3vw, 50px);
}

.zwc-signup-btn {
  display: inline-block;
  padding: 20px 35px;
  background-color: var(--zwc-primary-red);
  color: var(--zwc-white);
  text-decoration: none;
  font-family: var(--primaryfont-bold);
  font-size: 16px;
  line-height: 1.875;
  text-transform: uppercase;
  box-shadow: 0px 20px 40px 0px rgba(234, 0, 0, 0.1);
  transition: background-color 0.3s ease;

}

.zwc-signup-btn:hover {
  background-color: #cc0000;
}

.zwc-video-section img {
  display: block;
  margin-inline: auto;
}

.zwc-video-section {
  --zwc-section-gap: clamp(60px, 8vw, 120px) 0 0;
  padding: var(--zwc-section-gap)
}
.zwc-arrow-hide::after {
display:none;
}

/* ========================================
     Responsive Breakpoints
     ======================================== */

/* 1199px - Tablet adjustments */
@media only screen and (max-width: 1280px) {
  .zwc-bnr-cnt h1 {
    width: 95%;
  }

  /* Platform section - disable stacking animation */
  .zwc-platform-section {
    position: relative;
    min-height: auto;
  }

  .zwc-platform-section .content-wrap {
    position: relative;
    top: auto;
    min-height: auto;
    flex-direction: column;
    align-items: center;
  }

  .zwc-platform-text {
    width: 100%;
    text-align: center;
  }

  /* Hide tab navigation */
  .zwc-platform-nav {
    display: none;
  }

  /* Stack cards container - 2x2 grid layout */
  .zwc-stack-cards-container {
    position: relative;
    height: auto;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Cards - static display, no animation */
  .zwc-stack-card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    transition: none !important;
  }

  .zwc-stack-card.zwc-card-active,
  .zwc-stack-card.zwc-card-stacked,
  .zwc-stack-card.zwc-card-reverse {
    transform: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }
}

@media only screen and (max-width: 1199px) {

  .zwc-bnr-rht,
  .zwc-floating-screens {
    display: none;
  }

  .zwc-bnr-lft {
    margin-inline: auto;
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin-top: 0;
  }

  .zwc-bnr-sec .zwc-bnr-gdnt {
    margin-bottom: 30px;
  }

  .zwc-bnr-sec p {
    text-align: center;
  }

  .zwc-bnr-cnt h1 {
    margin-inline: auto;
  }

  /* Zia Grid responsive */
  .zwc-zia-grid {
    width: 660px;
  }

  .zwc-zia-badge {
    margin-bottom: 16px;
  }

  .zwc-zia-badge-text {
    padding: 8px 12px;
    font-size: 12px;
  }

  .zwc-zia-badge-text::after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 8px;
  }
}

/* 991px - Stack layouts */
@media only screen and (max-width: 991px) {
  /* .zwc-bnr-lft {
      width: 100%;
    } */

  .zwc-bnr-sec .zwc-bnr-gdnt {
    margin-bottom: 80px;
  }

  .zwc-platform-bg-img {
    bottom: -90px;
  }

  .zwc-footer-cta-section h2 {
    max-width: 100%;
  }

  /* Testimonial responsive - 320px to 991px same layout */
  .zwc-testimonial-heading,
  .zwc-testimonial-slider {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .zwc-testimonial-heading {
    text-align: center;
    max-width: 100%;
  }

  .zwc-testimonial-section h2 {
    text-align: center;
  }

  .zwc-testimonial-content {
    position: relative;
    padding-bottom: 70px;
    gap: 20px;
  }

  .zwc-testimonial-slider {
    max-width: 80%;
    margin: 0 auto;
  }

  .zwc-testimonial-slide {
    text-align: center;
  }

  .zw-template-inner .zwc-quote-text {
    text-align: center;
  }

  .zwc-testimonial-slide .zwc-quote-icon {
    display: flex;
    justify-content: center;
  }

  .zwc-testimonial-slide .zwc-company-logo-box {
    display: inline-flex;
    justify-content: center;
    /* min-width: 200px; */
    padding: 20px 40px;
  }

  .zwc-testimonial-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }

  .zwc-bnr-cnt h1 {
    width: 90%;
  }

  .zwc-testimonial-slide {
    padding-right: 0;
  }

  .zwc-testimonial-content {
    width: 80%;
  }

  /* Hide animation, show image on tablet/mobile */
  .zwc-zia-grid {
    display: none;
  }

  .zwc-workforce-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }
.zwc-company-logo-box img {
    max-width: 90px;
}
}

/* 767px - Mobile adjustments */
@media only screen and (max-width: 767px) {
  .zwc-step-item {
    width: 100%;
  }

  .zwc-cta-cards {
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }

  .zwc-cta-card {
    width: 100%;
    padding: 0;
  }

  .zwc-card-separator {
    width: 100%;
    height: 1px;
  }

  .zwc-bnr-sec .zwc-bnr-gdnt {
    margin-bottom: 0;
  }

  /* Stack cards - single column layout */
  .zwc-stack-cards-container {
    grid-template-columns: 1fr;
  }

  .zwc-testimonial-content {
    width: 100%;
  }
}

/* 480px - Small mobile */
@media only screen and (max-width: 480px) {

  .zwc-form-container {
    padding: 78px 28px 160px 28px;
  }

  .zwc-bnr-lft,
  .zwc-bnr-cnt h1 {
    width: 100%;
  }
}