/************************* root CSS Start *************************/
.zwc-wrapper *{
  text-wrap: pretty;
}
:root {
  /* Colors */
  --zwc-bg-cream: #fff9ed;
  --zwc-bg-white: #ffffff;
  --zwc-bg-peach: #fff5e5;
  --zwc-bg-gray: #fff9ed;
  --zwc-black-color: #000000;
  --zwc-white-color: #ffffff;
  --zwc-green-color: #089949;
  --zwc-blue-color: #4ca8e7;
  --zwc-red-color: #eb3a38;
  --zwc-gray-dark: #78787b;

  /* Typography scales */
  --zwc-h1-text: clamp(32px, 3.75vw, 54px);
  --zwc-h2-large: clamp(30px, 3.33vw, 48px);
  --zwc-h2-text: clamp(30px, 3.33vw, 48px);
  --zwc-h2-highlight: clamp(36px, 4.03vw, 58px);
  --zwc-text-lg: clamp(18px, 1.9vw, 27px);
  --zwc-text-md: clamp(18px, 1.67vw, 24px);
  --zwc-text-base: clamp(16px, 1.57vw, 23px);
  --zwc-text-sm: clamp(16px, 1.41vw, 20px);

  /* Spacing */
  --zwc-section-padding: clamp(50px, 5.56vw, 80px);
  --zwc-padding-lg: clamp(40px, 4.17vw, 60px);
  --zwc-padding-md: clamp(25px, 2.08vw, 30px);
  --zwc-padding-sm: clamp(20px, 1.74vw, 25px);
  --zwc-padding-xs: clamp(15px, 1.39vw, 20px);
  --zwc-margin-md: clamp(20px, 1.6vw, 23px);
  --zwc-gap-lg: clamp(15px, 1.39vw, 20px);
  --zwc-gap-md: clamp(15px, 1.38vw, 18px);
  --zwc-sprite-img: url(//cdn.zoho.com.cn/sites/zweb/images/zoho_general_pages/run-your-business/zwc-sprite.svg);
}
/************************* root CSS End *************************/

/************************* Reusable Utilities Start *************************/
/* Flexbox Utilities */
.zwc-dflex {
  display: flex;
  flex-wrap: var(--zwc-wrap, nowrap);
  justify-content: var(--zwc-just-c, space-between);
  gap: var(--zwc-gap, 0px);
  align-items: var(--zwc-align-i, center);
}

.zwc-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Position Utilities */
.zwc-pos-relative {
  position: relative;
}
.zwc-pos-absolute {
  position: absolute;
}

/* Display Utilities */
.zwc-block {
  display: block;
}

/* Image Utilities */
.zwc-hero-image img,
.zwc-sales-bg img,
.zwc-video-card img,
.zwc-video-card video,
.zwc-card-image-wrapper > img,
.zwc-icon-play img,
.zwc-play-icon img {
  display: block;
}

.zwc-hero-image img,
.zwc-sales-bg img {
  width: 100%;
  height: auto;
}

/* Color Highlights */
.zwc-highlight-sales,
.zwc-highlight-support,
.zwc-highlight-project-manager {
  font-family: var(--primaryfont-semibold);
}

/* .zwc-highlight-sales,
.zwc-card-sales strong {
  color: var(--zwc-blue-color);
}

.zwc-card-support strong,
.zwc-highlight-support {
  color: var(--zwc-green-color);
}

.zwc-card-project-manager strong,
.zwc-highlight-project-manager {
  color: var(--zwc-red-color);
} */

.zwc-highlight-sales,
.zwc-card-sales strong ,
.zwc-card-support strong,
.zwc-highlight-support,
.zwc-card-project-manager strong,
.zwc-highlight-project-manager ,.zwc-highlight-marketer,.zwc-card-marketer strong,.zwc-highlight-teammate,.zwc-card-teammate strong,.zwc-highlight-finance,.zwc-card-finance strong {
  color: #089949;

}

/************************* Reusable Utilities End *************************/

/************************* Hero Section Start *************************/
.zwc-hero-section {
  background-color: var(--zwc-bg-cream);
  padding: clamp(50px, 6vw, 100px) 0 0;
}
.zwc-hero-image::after,
.zwc-hero-image::before,
.zwc-hero-section::before,
.zwc-sprite-bef::before,
.zwc-sprite-aft::after,
.zwc-sales-section .act-btn::before,
.zwc-sales-section .act-btn::after {
  content: "";
  position: absolute;
}

.zwc-hero-image::after,
.zwc-hero-image::before,
.zwc-sprite,
.zwc-sprite-bef::before,
.zwc-sprite-aft::after {
  background: var(--zwc-sprite-img) no-repeat var(--zwc-bg-pos, -3% 40%);
  background-size: var(--zwc-bg-size, 460%) auto;
  display: inline-block;
}
.zwc-first-icon,
.zwc-second-icon {
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
}
.zwc-first-icon::before {
  width: 1.5%;
  height: 3.6%;
  --zwc-bg-pos: 95% 70%;
  --zwc-bg-size: 640%;
  left: 17%;
  bottom: 35%;
  animation: spin 5s linear infinite;
}
.zwc-first-icon::after {
  width: 0.6%;
  height: 1.4%;
  --zwc-bg-pos: 64% 49%;
  --zwc-bg-size: 1100%;
  right: 8%;
  bottom: 20%;
  animation: spin 3s linear infinite;
}
.zwc-second-icon:after {
  width: 0.4%;
  height: 1%;
  --zwc-bg-pos: 75% 48%;
  --zwc-bg-size: 1500%;
  left: 27%;
  bottom: 7%;
  animation: vertical-shaking 3.7s linear infinite;
}
.zwc-second-icon::before {
  width: 1.1%;
  height: 2.7%;
  --zwc-bg-pos: 48% 47%;
  --zwc-bg-size: 800%;
  right: 22%;
  bottom: 31%;
  animation: vertical-shaking 3.7s linear infinite;
}

.zwc-hero-section::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zoho_general_pages/run-your-business/zwc-hero-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 0;
}

.zwc-hero-section h1 {
  font-family: var(--primaryfont-semibold);
  font-size: var(--zwc-h1-text);
  line-height: 1.19;
  color: var(--zwc-black-color);
  margin: 0 0 var(--zwc-margin-md);
  max-width: 840px;
  width: 90%;
  margin-inline: auto;
}

.zwc-hero-section p {
  font-size: var(--zwc-text-md);
  line-height: 1.42;
  margin: 0 0 var(--zwc-padding-sm);
  width: min(90%, 554px);
}

.zwc-hero-section p.zwc-bold {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}

.zwc-hero-image {
  margin-top: var(--zwc-padding-sm);
  width: 100%;
  max-width: 745px;
  z-index: 1;
}
.zwc-cursor-icon {
  left: 31.2%;
  top: 5.2%;
  z-index: 2;
  transform-origin: center center;
  width: 2.9%;
  height: 6.7%;
}
.zwc-cursor-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: draw-line 2s ease-in-out infinite;
}
.zwc-cursor-path-1 {
  animation-delay: 0s;
}
.zwc-cursor-path-2 {
  animation-delay: 0.3s;
}
.zwc-cursor-path-3 {
  animation-delay: 0.6s;
}
.zwc-hero-image::after,
.zwc-hero-image::before {
  z-index: -1;
  width: 3.8%;
  height: 7.8%;
  animation: spin 3s linear infinite;
}
.zwc-hero-image::before {
  right: 15.5%;
  top: 27%;
}
.zwc-hero-image::after {
  left: 7.5%;
  bottom: 30%;
}
.zwc-hero-image .zwc-sprite {
  width: 3.8%;
  height: 11.4%;
  --zwc-bg-pos: 24% 28%;
  bottom: 18.8%;
  right: 30%;
  animation: vertical-shaking 3.7s linear infinite;
}
/* .zwc-sales-section,
.zwc-hero-section {
  max-width: 2000px;
  margin: 0px auto;
} */
/************************* Hero Section End **************************/

/************************* Business Section Start *************************/
.zwc-business-section {
  background-color: var(--zwc-bg-white);
  padding: var(--zwc-section-padding) 0 0;
  overflow-x: hidden;
}
.zwc-business-inner,
.zwc-sales-section h2 .zwc-sales-highlight {
  position: relative;
}

.zwc-business-section h2 {
  line-height: 1.2;
  font-family: var(--primaryfont-bold);
  font-size: var(--zwc-h2-text);
  color: var(--zwc-black-color);
  margin: 0 0 var(--zwc-padding-sm);
  width: min(80%, 650px);
}

.zwc-description {
  font-family: var(--primaryfont-regular);
  font-size: var(--zwc-text-base);
  line-height: 1.4;
  color: var(--zwc-black-color);
  margin: 0 0 var(--zwc-padding-lg);
  width: min(100%, 635px);
}

.zwc-description a {
  font-family: var(--primaryfont-semibold);
  text-decoration: underline;
  color: #016bff;
}
.zwc-description span{
  display: inline-block;
}
/************************* Business Section End **************************/

/************************* Video Cards Carousel Start *************************/
.zwc-video-cards {
  margin: 0 auto var(--zwc-padding-md);
  width: 100%;
  max-width: 972px;
  z-index: 0;
}

.zwc-video-cards::after,
.zwc-video-cards::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.zwc-video-cards::after {
  left: -100%;
}
.zwc-video-cards::before {
  right: -100%;
}

.zwc-video-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin: 0 clamp(7.5px, 0.69vw, 10px);
  outline: none;
}

.zwc-video-card img,
.zwc-video-card video {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.zwc-video-cards .slick-list {
  overflow: visible;
}

.zwc-video-cards.slick-initialized .slick-slide {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.zwc-video-cards.slick-initialized .slick-slide.slick-current {
  transform: scale(1);
}

.zwc-video-cards .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffffb2;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.zwc-video-cards .slick-arrow:before,
.zwc-video-cards .slick-arrow:after {
  background-color: transparent;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}

.zwc-video-cards .slick-prev {
  left: -10%;
}
.zwc-video-cards .slick-next {
  right: -10%;
}
.zwc-video-cards .slick-next:before,
.zwc-video-cards .slick-prev:before {
  border-left: 3px solid var(--zwc-black-color);
  border-bottom: 3px solid var(--zwc-black-color);
  transform: rotate(45deg);
  opacity: 1;
  margin-left: 6px;
  top: 17px;
}
.zwc-video-cards .slick-next::after,
.zwc-video-cards .slick-prev::after {
  border-top: 3px solid var(--zwc-black-color);
  transform: unset;
  bottom: unset;
  left: unset;
  right: unset;
  height: 0px;
  width: 20px;
}

.zwc-video-cards .slick-next:before {
  transform: rotate(-135deg);
  margin-right: 6px;
}

.zwc-play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  cursor: pointer;
  border: none;
}

.zwc-icon-play,
.zwc-play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-icon-play img {
  width: clamp(50px, 5.07vw, 73px);
  height: clamp(50px, 5.07vw, 73px);
}

.zwc-play-button span:last-child {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.81vw, 26px);
  color: var(--zwc-white-color);
  line-height: 1;
}

.zwc-carousel-controls {
  display: flex;
  align-items: center;
  gap: var(--zwc-gap-lg);
  margin: var(--zwc-padding-md) 0px;
}

.zwc-play-pause-btn {
  background-color: var(--zwc-bg-gray);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: var(--zwc-black-color);
}

.zwc-play-pause-btn svg {
  width: 24px;
  height: 24px;
}

.zwc-play-pause-btn.paused .zwc-pause-icon,
.zwc-play-pause-btn .zwc-play-icon {
  display: none;
}

.zwc-play-pause-btn.paused .zwc-play-icon {
  display: block;
}

.zwc-dots {
  display: flex;
  align-items: center;
  gap: 11px;
  background-color: var(--zwc-bg-gray);
  border-radius: 27.5px;
  padding: clamp(15px, 1.6vw, 23px) clamp(20px, 1.81vw, 26px);
}

.zwc-dot {
  width: 9px;
  height: 9px;
  background-color: var(--zwc-gray-dark);
  border-radius: 50%;
  display: block;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.zwc-dot:hover {
  transform: scale(1.2);
}

.zwc-progress-bar.active {
  width: 49px;
  height: 9px;
  background-color: var(--zwc-gray-dark);
  border-radius: 4.5px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.zwc-dot-progress {
  position: relative;
  z-index: 3;
  background-color: var(--zwc-gray-dark);
}

.zwc-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 9px;
  background-color: var(--zwc-black-color);
  border-radius: 4.5px;
  display: block;
  transition: width 0.05s linear;
  z-index: 2;
  pointer-events: none;
}

.zwc-counter {
  background-color: var(--zwc-bg-gray);
  border-radius: 27px;
  padding: clamp(10px, 0.97vw, 14px) clamp(20px, 1.67vw, 24px);
  font-family: var(--primaryfont-regular);
  font-size: var(--zwc-text-sm);
  line-height: 1.27;

  color: var(--zwc-black-color);
  font-variant-numeric: tabular-nums;
}
/************************* Video Cards Carousel End **************************/

/************************* Category Section Start *************************/
.zwc-category-section {
  background-color: var(--zwc-bg-white);
  padding: 80px 0 var(--zwc-section-padding);
}

.zwc-category-inner {
  display: flex;
  gap: var(--zwc-gap-lg);
  justify-content: center;
  align-items: flex-start;
}

.zwc-slick-category {
  max-width: 1440px;
  margin: 0 auto;
}

.zwc-slick-category .slick-slide {
  margin: 0 10px;
}

.zwc-slick-category .slick-list {
  margin: 0 -10px;
}

.zwc-category-inner .zwc-category-card {
  background-color: var(--zwc-bg-peach);
  border-radius: 12px;
  padding: var(--zwc-padding-xs);
  max-width: 434px;
  display: flex;
  gap: var(--zwc-gap-md);
  align-items: center;
  cursor: pointer;
}

.zwc-card-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  width: 205px;
  aspect-ratio: 205 / 131;
}

.zwc-card-image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zwc-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

.zwc-category-card p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.22;
  color: var(--zwc-black-color);
  margin: 0;
}

.zwc-card-content p strong{
  color: #000;
  font-family: var(--primaryfont-bold);
}

.zwc-card-image-wrapper .zwc-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background-color: var(--zwc-white-color);
  border-radius: 16px;
  padding: 8px 8px;
  font-family: var(--primaryfont-regular);
  font-size: 13px;
  color: var(--zwc-black-color);
  text-decoration: none;
  line-height: 1;

  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.zwc-category-card:hover .zwc-watch-btn {
  opacity: 1;
}

.zwc-play-icon {
  width: 16px;
  height: 16px;
}

.zwc-play-icon img {
  width: 16px;
  height: 16px;
}
/************************* Category Section End **************************/

/************************* Sales Section Start *************************/
.zwc-sales-section {
  background-color: var(--zwc-bg-cream);
  padding: var(--zwc-section-padding) 0 0;
  position: relative;
  overflow: hidden;
}

.zwc-sales-section .content-wrap {
  max-width: 1030px;
}

.zwc-sales-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.zwc-sales-section h2,  {
  line-height: 1.2;
  font-family: var(--primaryfont-regular);
  font-size: var(--zwc-h2-large);
  color: var(--zwc-black-color);
  margin: 0 0 var(--zwc-padding-md);
}
.zwc-sales-section .zwc-block{
  line-height: 1.2;
  font-family: var(--primaryfont-regular);
  font-size: var(--zwc-h2-large);
  color: var(--zwc-black-color);
    display: inline-block;
}
.zwc-sales-section .zwc-sales-highlight {
  font-family: var(--primaryfont-bold);
  font-size: var(--zwc-h2-highlight);
}
.zwc-sales-section .zwc-sales-highlight{
    top: -10px;
}
.zwc-text-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 1.4em;
  vertical-align: bottom;
  min-width: 600px;
}

.zwc-text-slider span {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  animation: slideUpText 21s infinite;
  white-space: nowrap;
}

.zwc-text-slider span:nth-child(1) {
  animation-delay: 0s;
}

.zwc-text-slider span:nth-child(2) {
  animation-delay: 3s;
}

.zwc-text-slider span:nth-child(3) {
  animation-delay: 6s;
}

.zwc-text-slider span:nth-child(4) {
  animation-delay: 9s;
}

.zwc-text-slider span:nth-child(5) {
  animation-delay: 12s;
}

.zwc-text-slider span:nth-child(6) {
  animation-delay: 15s;
}

.zwc-text-slider span:nth-child(7) {
  animation-delay: 18s;
}

@keyframes slideUpText {
  0% {
    top: 100%;
    opacity: 0;
  }
  2% {
    top: 0;
    opacity: 1;
  }
  14% {
    top: 0;
    opacity: 1;
  }
  16% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}

.zwc-sales-section .zwc-sales-content > p {
  font-family: var(--primaryfont-regular);
  font-size: var(--zwc-text-base);
  line-height: 1.4;
  color: var(--zwc-black-color);
  margin: 0;
  max-width: 490px;
}

.zwc-sales-section .act-btn {
  align-self: flex-end;
  margin-right: 40px;
  padding: clamp(20px, 2.08vw, 30px) clamp(40px, 4.17vw, 60px);
  font-family: var(--primaryfont-bold);
  font-size: var(--zwc-text-lg);
  color: var(--zwc-black-color);
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  z-index: 1;
}
.zwc-sales-section .act-btn:hover {
  color: var(--zwc-bg-white);
}
.zwc-sales-section .act-btn:hover::before {
  background: var(--zwc-black-color);
}
.zwc-sales-section .act-btn::after,
.zwc-sales-section .act-btn::before,
.zwc-sales-section .act-btn {
  transition: all 0.5s ease-in-out;
  border-radius: 169px;
}

.zwc-sales-section .act-btn::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: var(--zwc-bg-white);
  inset: 4px;
  z-index: -1;
  border: 4px solid transparent;
}
.zwc-sales-section .act-btn::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #eb3a38, #226db4, #089949, #fdb500);
  inset: 0;
  z-index: -2;
}

.zwc-sales-section .act-btn img,
.zwc-sales-section .zwc-sales-highlight img {
  position: absolute;
}

.zwc-sales-section .act-btn img {
  right: -36px;
  top: -32px;
}

.zwc-sales-section .zwc-sales-highlight img {
  display: none;
}

/************************* Sales Section End **************************/

/************************* Video Popup Modal Start *************************/
.zwc-video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.zwc-video-popup.active {
  display: block;
}

.zwc-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.zwc-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.zwc-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50px;
  color: var(--zwc-white-color);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 0px;
}

.zwc-popup-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.zwc-popup-video-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.zwc-popup-video {
  width: 100%;
  position: relative;
}

.zwc-popup-video iframe {
  width: 90%;
  aspect-ratio: 16 / 9;
  display: block;
  background-color: var(--zwc-black-color);
  border-radius: 8px;
  border: none;
  margin: 0px auto;
}

.zwc-popup-prev,
.zwc-popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: var(--zwc-white-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.zwc-popup-prev:hover,
.zwc-popup-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.zwc-popup-prev.zwc-disabled,
.zwc-popup-next.zwc-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.zwc-popup-prev {
  left: -70px;
}

.zwc-popup-next {
  right: -70px;
}

.zwc-popup-prev svg,
.zwc-popup-next svg {
  width: 24px;
  height: 24px;
}
.zwc-video-cards .slick-slide{
  filter: brightness(0.4);
}
.zwc-video-cards .slick-slide.slick-current{
  filter: none;
}
/************************* Video Popup Modal End **************************/

/************************* Responsive Styles Start *************************/
@media screen and (min-width: 2000px){
  .zwc-pos-absolute{
    display: none;
  }
  .zwc-video-cards.slick-initialized .slick-slide.slick-current {
    transform: scale(1.1);
  }
  .zwc-video-cards.slick-initialized .slick-slide{
    transform: scale(.9);
  }
}
@media screen and (min-width: 5000px){
  .zwc-sales-inner{
    position: relative;
    top: 210px;
  }
}
@media screen and (max-width: 1199px) {
  .zwc-category-inner {
    max-width: 780px;
    width: 100%;
}
  .zwc-video-cards .slick-prev {
    left: 0%;
  }

  .zwc-video-cards .slick-next {
    right: 0%;
  }
  .zwc-video-cards::after,
  .zwc-video-cards::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .zwc-category-inner .zwc-category-card{
    max-width: unset;
  }
  .zwc-category-inner {
    max-width: 600px;
}
  .zwc-hero-section {
    padding: 30px 0 0;
  }

  .zwc-text-slider {
    min-width: 370px;
  }

  .zwc-sales-section .zwc-sales-content > p {
    max-width: 378px;
  }
}

@media screen and (max-width: 767px) {
  .zwc-hero-section h1{
    width: 100%;
  }
  .zwc-category-card p,.zwc-hero-section p{
    font-size: 16px;
  }
  .zwc-popup-prev, .zwc-popup-next{
    display: block;
  }
  .zwc-text-slider span{
    font-size: 30px;
  }
  .zwc-hero-section h1,
  .zwc-sales-section h2 {
    margin: 0 0 20px;
  }

  .zwc-hero-section p {
    margin: 0 0 25px;
  }

  .zwc-business-section,
  .zwc-sales-section {
    padding: 50px 0 0;
  }

  .zwc-description {
    margin: 0 0 40px;
  }

  .zwc-carousel-controls,
  .zwc-category-inner {
    gap: 10px;
  }

  .zwc-play-pause-btn {
    width: 44px;
    height: 44px;
  }

  .zwc-play-pause-btn svg {
    width: 20px;
    height: 20px;
  }

  .zwc-dots {
    padding: 15px 20px;
  }

  .zwc-counter {
    padding: 10px 20px;
  }

  .zwc-video-cards .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .zwc-video-cards .slick-arrow:before {
    width: 16px;
    height: 16px;
  }
  .zwc-video-cards .slick-next:before,
  .zwc-video-cards .slick-prev:before {
    top: 12px;
    margin-left: 3px;
  }
  .zwc-video-cards .slick-next:before {
    margin-right: 3px;
  }
  .zwc-video-cards .slick-next::after,
  .zwc-video-cards .slick-prev::after {
    width: 18px;
  }

  .zwc-category-section {
    padding: 0px 0 50px;
  }

  .zwc-slick-category .slick-slide {
    margin: 0 8px;
  }

  .zwc-slick-category .slick-list {
    margin: 0 -8px;
  }

  .zwc-category-inner .zwc-category-card {
    padding: 15px;
    gap: 15px;
  }

  .zwc-card-image-wrapper {
    max-width: 100px;
    aspect-ratio: 0.72;
  }

  .zwc-card-image-wrapper .zwc-watch-btn {
    opacity: 1;
    font-size: 12px;
    padding: 6px 10px;
    width: max-content;
  }

  .zwc-play-icon img,
  .zwc-play-icon {
    width: 14px;
    height: 14px;
  }

  .zwc-sales-inner,
  .zwc-sales-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .zwc-sales-content {
    gap: 40px;
  }

  .zwc-sales-section .act-btn {
    margin-right: 0;
    align-self: center;
  }

  .zwc-play-icon {
    display: none;
  }

  .zwc-text-slider {
    text-align: center;
    min-width: 100%;
  }

  .zwc-text-slider span {
    width: 100%;
  }

  .zwc-sales-section .act-btn img {
    transform: scale(0.9);
  }

  .zwc-hero-section p.zwc-bold {
    font-family: var(--primaryfont-bold);
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .zwc-video-card,
  .zwc-popup-video {
    aspect-ratio: 0.72;
  }

  .zwc-video-card img,
  .zwc-video-card video {
    height: 100%;
    object-fit: cover;
  }

  .zwc-popup-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .zwc-popup-prev,
  .zwc-popup-next {
    width: 40px;
    height: 40px;
  }

  .zwc-popup-prev {
    left: 10px;
  }

  .zwc-popup-next {
    right: 10px;
  }

  .zwc-popup-prev svg,
  .zwc-popup-next svg {
    width: 20px;
    height: 20px;
  }
}
/************************* Responsive Styles End *************************/

@keyframes spin {
  0% {
    transform: rotate(0deg); /* Start at 0 degrees */
  }
  100% {
    transform: rotate(360deg); /* Rotate to 360 degrees */
  }
}
@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes draw-line {
  0% {
    stroke-dashoffset: 200;
    fill-opacity: 0;
  }
  60% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
}
.zwc-category-inner .slick-next,.zwc-category-inner .slick-prev {
  background: #bebebe;
  border-radius: 50%
}

.zwc-category-inner .slick-next.slick-disabled,.zwc-category-inner .slick-prev.slick-disabled {
  pointer-events: none;
  opacity: .2
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  pointer-events: none
}

.zwc-category-inner .slick-next:after,.zwc-category-inner .slick-next:before,.zwc-category-inner .slick-prev:after,.zwc-category-inner .slick-prev:before {
  background: #000
}

.zwc-category-inner .slick-next::before,.zwc-category-inner .slick-prev::before {
  top: 7px
}

.zwc-category-inner .slick-next::after,.zwc-category-inner .slick-prev::after {
  bottom: 7px
}

.zwc-category-inner .slick-prev::after,.zwc-category-inner .slick-prev::before {
  left: 12px
}

.zwc-category-inner .slick-next::after,.zwc-category-inner .slick-next::before {
  right: 12px
}

.zwc-category-inner .slick-next::after,.zwc-category-inner .slick-next::before,.zwc-category-inner .slick-prev::after,.zwc-category-inner .slick-prev::before {
  width: 2px;
  height: 10px
}

.zwc-category-inner .slick-prev {
  left: -55px
}

.zwc-category-inner .slick-next {
  right: -55px
}