@import url("../libs/bootstrap/css/bootstrap.min.css");
@import url("../libs/fontawesome/css/all.min.css");
@import url("../css/general.css");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100..900&family=Outfit:wght@100..900&display=swap");

:root {
  --font-family: "Onest", sans-serif;
}

html {
  overflow: initial !important;
}

body {
  background-color: #fafafa;
}

/* header css */

nav.cwp-nav-menu label.cwp-menu-close {
  display: none;
}

.cwp-main-header {
  width: 100%;
  background: #fff;
  padding: 22px 10px;
  z-index: 9999999999;
  position: relative;
}

.cwp-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cwp-main-header .container {
  max-width: 1375px;
  width: 100%;
}

.cwp-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.cwp-nav-list a {
  text-decoration: none;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  transition: 0.3s;
}

.cwp-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 164px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 1;
  border-radius: 10px;
  padding: 10px 9px 10px 9px;
}

.cwp-has-dropdown:hover .cwp-dropdown-menu {
  display: block;
}

.cwp-dropdown-menu li a {
  color: #000;
  line-height: 36px !important;
  padding: 0;
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  width: 100%;
  display: flex;
  justify-content: start;
  border-radius: 10px;
  padding: 0px 8px;
  margin: 5px 0;
}

.cwp-dropdown-menu li a:hover {
  background: #5641f3;
  color: #fff;
}

.cwp-nav-list a:hover {
  color: #5641f3;
}

.cwp-nav-item.cwp-has-dropdown a svg {
  margin-left: 11px;
}

.cwp-btn-download {
  color: #5641f3;
  text-decoration: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  padding: 20px 32px;
  border: 1px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #9810fa 0%, #155dfc 100%) border-box;

  border-radius: 120px;
  display: inline-block;
  transition: 0.3s;
}

.cwp-btn-download:hover {
  background: #5641f3;
  color: #fff;
}

.cwp-account-link {
  color: #000000;
  text-decoration: unset;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s;
}

.cwp-account-link:hover {
  color: #5641f3;
}

.cwp-header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cwp-nav-toggle,
.cwp-menu-icon,
.cwp-mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .cwp-custom-dev-features {
    margin-bottom: 50px;
  }
  #development .cwp-calculation-graph-wrapper {
    margin: 0;
  }
  section#ecommerce {
    padding: 0px 20px 100px 20px;
  }
  .cwp-built-growth-tabs {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .cwp-built-growth-container .container {
    position: unset !important;
  }
  .cwp-online-store-section {
    padding-top: 0;
  }
  .cwp-built-growth-container {
    height: auto !important;
    min-height: auto !important; 
  }
  .cwp-built-growth-preview {
    width: 100%;
    max-width: 100%;
  }
  .cwp-set-standard-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .cwp-header-actions,
  .cwp-account-link {
    display: none;
  }
  .cwp-set-standard-card {
    max-width: 100%;
  }
  section.cwp-review-section {
    min-height: auto;
  }
  .cwp-set-standard-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .cwp-template-help-flex-wrapper {
    flex-direction: column;
    gap: 125px;
  }
  .cwp-menu-icon {
    display: block;
    cursor: pointer;
  }

  .cwp-menu-icon span::before {
    content: "";
    top: -8px;
    position: absolute;
  }

  .cwp-menu-icon span::after {
    content: "";
    top: 8px;
    position: absolute;
  }

  .cwp-nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 310px;
    height: 100vh;
    background: #fff;
    padding: 80px 30px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-in-out;
    z-index: 1000;
  }

  .cwp-main-header {
    width: 100%;
    background: #fff;
    padding: 14px 10px;
    z-index: 9999999999;
    position: relative;
  }

  nav.cwp-nav-menu label.cwp-menu-close {
    padding: 0;
  }

  nav.cwp-nav-menu i.fa-solid.fa-xmark {
    color: #5641f3;
    font-size: 20px;
    font-weight: 600;
  }

  nav.cwp-nav-menu label.cwp-menu-close {
    display: block;
  }

  header.cwp-main-header i.fa-solid.fa-bars {
    color: #5641f3;
    font-size: 20px;
  }

  .cwp-nav-list {
    flex-direction: column;
    gap: 25px;
  }

  .cwp-nav-list a {
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .cwp-mobile-only {
    display: block;
  }

  .cwp-nav-toggle:checked ~ .cwp-nav-menu {
    left: 0;
  }

  .cwp-nav-toggle:checked ~ .cwp-menu-icon span {
    background: transparent;
  }

  .cwp-nav-toggle:checked ~ .cwp-menu-icon span::before {
    transform: rotate(45deg);
    top: 0;
  }

  .cwp-nav-toggle:checked ~ .cwp-menu-icon span::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .cwp-menu-close {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    padding: 20px;
    text-align: right;
  }

  @media (max-width: 991px) {
    .cwp-menu-close {
      display: block;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 1001;
    }

    .cwp-nav-toggle:checked ~ .cwp-nav-menu {
      left: 0;
      display: block;
    }
  }
}

/* header css */

/* Bannner css */

section.cwp-banner-wrapper {
  position: relative;
  overflow: hidden;
}

.banner-t-ai-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 70px;
}

.banner-ai-text {
  position: relative;
  display: flex;
  padding: 8px 25px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 60px;
  border: 1px solid #dbdfe9;

  background: linear-gradient(90deg, #9810fa, #155dfc);
  color: #fff;
  font-family: "Inter Tight";
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 55.166px;
  letter-spacing: -0.881px;
  height: 52px;

  z-index: 1;
  /* Bahar ka glow dikhane ke liye visible zaroori hai */
  overflow: visible;

  animation:
    floating 3s ease-in-out infinite,
    outerGlow 3s ease-in-out infinite;
}

.banner-ai-text::before {
  content: "";
  position: absolute;

  inset: 0;
  border-radius: inherit;
  padding: 2px;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  animation: rotateGlow 2.5s linear infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes outerGlow {
  0%,
  100% {
    box-shadow: 0 0 15px rgba(152, 16, 250, 0.5);
  }
  50% {
    box-shadow: 0 0 35px rgba(21, 93, 252, 0.8);
  }
}

@keyframes rotateGlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes floating {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.banner-ai-text span,
.banner-ai-text svg {
  position: relative;
  z-index: 3;
}

.cwp-built-growth-tab-item.active {
  padding: 22px 28px;
  border-color: #0000ff36;
}

section.cwp-banner-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 237px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  z-index: 2;
  pointer-events: none;
}

.cwp-banner-wrapper {
  position: relative;
  width: 100%;
  min-height: 657px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-image: url("../images/cubewp-home/banner\ background.png");
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

h1.cwp-banner-title img {
  margin: -2px -12px -11px -12px;
}

.cwp-banner-container {
  z-index: 10;
  max-width: 800px;
  padding: 20px;
}

.cwp-banner-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 52px;
  line-height: 62.6px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-top: 29px;
}

.cwp-banner-ai-tag {
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  padding: 6px 18px;
  border-radius: 50px;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 30px;
  line-height: 55.17px;
  letter-spacing: -0.88px;
}

p.cwp-banner-description {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 13px 0 13px 0;
}

.cwp-banner-btn {
  display: inline-block;
  padding: 22px 38px 19px 38px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  background: #ff6900;
  border: 1px solid #ff6900;
  margin: 17px 0 13px 0;
  box-shadow: none;
}

.cwp-banner-btn:hover {
  cursor: pointer;
  background: #ffffff61;
  color: #ff6900;
}

.cwp-banner-btn:hover svg path {
  stroke: #ff6900;
}

a.cwp-banner-btn svg {
  margin: -1px 0px 2px 8px;
}

.cwp-banner-float {
  position: absolute;
  z-index: 5;
  animation: floatAnimation 2.7s ease-in-out infinite;
}

.cwp-banner-img-1 {
  top: 26%;
  left: 19%;
  animation-delay: 0s;
}

.cwp-banner-img-2 {
  top: 21%;
  right: 22%;
  animation-delay: 1s;
}

.cwp-banner-img-3 {
  bottom: 0%;
  left: 20%;
  animation-delay: 2s;
}

.cwp-banner-img-4 {
  bottom: 0;
  right: 19%;
  animation-delay: 3s;
}

span.cwp-banner-avatars {
  margin-right: 4px;
}

.cwp-banner-badge {
  color: #040404;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 37px 0 -8px 0;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(2deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  .cwp-banner-wrapper {
    text-align: center;
    overflow: hidden;
    position: relative;
    min-height: 300px;
  }

  .cwp-banner-ai-tag {
    font-size: 16px;
  }

  .cwp-banner-float {
    display: none;
  }

  .cwp-banner-container {
    width: 100% !important;
    max-width: 100%;
  }

  .cwp-banner-title {
    font-size: 28px !important;
    line-height: 1.2;
    margin: 0;
  }

  .cwp-banner-title br,
  .cwp-banner-description br {
    display: none;
  }

  .cwp-banner-description {
    font-size: 16px !important;
    line-height: 23px !important;
    margin: 15px 0;
  }

  .cwp-banner-badge {
    font-size: 12px;
    padding: 8px 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .cwp-banner-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 13px;
    box-sizing: border-box;
    font-size: 16px;
  }

  .banner-ai-text {
    font-size: 20px;
    height: 32px;
    animation: none !important;
  }

  .banner-ai-text svg {
    width: 19px;
  }

  .banner-t-ai-wrapper {
    padding-left: 15px;
  }
}

/* Bannner css */

/* Cubewp Ai buld css */

.wpvender-ai-build-content {
  text-align: center;
  background-image: radial-gradient(#d1d1d1 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 70px 0px 47px 0;
  background-color: #f5f5f5;
  border: 1px solid #dbdfe9;
  border-radius: 12px;
  overflow: hidden;
}

a.cwp-built-growth-btn.btn-primary {
  color: #fff;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #5641f3;
  border-radius: 120px;
  padding: 22px 38px;
  border: 1px solid #5641f3;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: unset;
}

a.cwp-built-growth-btn.btn-outline {
  color: #5641f3;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: transparent;
  border-radius: 120px;
  padding: 22px 38px;
  border: 1px solid #5641f3;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: unset;
}

a.cwp-built-growth-btn.btn-outline:hover {
  background: #5641f3;
  color: #fff;
}

a.cwp-built-growth-btn.btn-primary:hover {
  background: transparent;
  color: #5641f3;
  border-color: #5641f3;
}

.wpvender-ai-build-container-main {
  margin-top: 50px;
  margin-bottom: 75px;
}

.wpvender-ai-build-container .container {
  max-width: 1398px;
  width: 100%;
}

.wpvender-ai-build-header {
  margin-bottom: 0;
  position: relative;
}

.wpvender-ai-build-title {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0;
}

.wpvender-ai-build-highlight {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #5641f3;
}

.wpvender-ai-build-badge {
  position: absolute;
  right: 10%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  bottom: -154%;
}

.wpvender-ai-build-badge svg {
  margin: 6px -4px -10px 0px;
}

.wpvender-ai-build-badge-text {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: -6px -5px 0px 4px;
}

.wpvender-ai-build-badge-text {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.wpvender-ai-build-main-img {
  width: 100%;
  display: block;
  height: auto;
}

.wpvender-ai-build-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(
    178.57deg,
    rgba(250, 250, 250, 0) 1.22%,
    #fafafa 69.25%
  );
  margin-top: -86px;
}

.wpvender-ai-build-btn-primary,
.wpvender-ai-build-btn-secondary {
  padding: 22px 38px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpvender-ai-build-btn-primary {
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #5641f3;
  color: #ffffff;
  transition: 0.3s;
  border: 1px solid #5641f3;
}

.wpvender-ai-build-btn-secondary {
  background-color: transparent;
  color: #5641f3;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #5641f3;
  transition: 0.3s;
}

.wpvender-ai-build-btn-primary:hover {
  background-color: transparent;
  color: #5641f3;
  border-color: #5641f3;
}

.wpvender-ai-build-btn-secondary:hover {
  background-color: #5641f3;
  color: #fff;
  border-color: #5641f3;
}

.wpvender-ai-build-btn-primary:hover span svg path {
  stroke: #5641f3;
}

.wpvender-ai-build-btn-secondary:hover span svg path {
  stroke: #fff;
}

@media (max-width: 768px) {
  .wpvender-ai-build-title {
    font-size: 28px;
  }
  #ecommerce .cwp-calculation-graph-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .wpvender-ai-build-actions {
    flex-direction: column;
    align-items: center;
  }

  .wpvender-ai-build-badge {
    position: static;
    justify-content: center;
    margin-bottom: 20px;
  }

  .wpvender-ai-build-highlight {
    font-size: 28px;
    line-height: 20px;
  }

  .wpvender-ai-build-container-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .wpvender-ai-build-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .wpvender-ai-build-actions {
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
  }

  .wpvender-ai-build-btn-primary {
    padding: 12px 18px;
    font-size: 16px;
  }

  a.wpvender-ai-build-btn-secondary {
    font-size: 16px;
    padding: 12px 18px;
  }
}

/* Cubewp Ai buld css */

/* Cubewp leading brand css */

.cwp-leading-brand-main-section {
  padding: 79px 0 45px 0;
  text-align: center;
  overflow: hidden;
}

.cwp-leading-brand-main-header {
  margin-bottom: 40px;
}

.cwp-leading-brand-main-badge {
  color: #6b7280;
  padding: 8px 16px;
  border-radius: 50px;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: #eaedf1;
}

.cwp-leading-brand-main-badge svg {
  margin-right: 3px;
}

.cwp-leading-brand-main-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 0;
}

.cwp-leading-brand-main-title span {
  color: #5641f3;
  font-weight: 700;
}

.cwp-leading-brand-main-subtitle {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 0;
}

.cwp-leading-brand-main-container {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
  gap: 19px;
}

.cwp-leading-brand-main-container img {
  cursor: pointer;
}

.cwp-leading-brand-main-row {
  display: flex;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  padding: 20px 0;
}

.cwp-leading-brand-main-track {
  display: flex;
  flex-shrink: 0;
  gap: 32px;
  align-items: center;
  min-width: 100%;
}

.cwp-leading-brand-main-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.cwp-leading-brand-main-row-ltr .cwp-leading-brand-main-track {
  animation: scroll-ltr 30s linear infinite;
}

.cwp-leading-brand-main-row-rtl .cwp-leading-brand-main-track {
  animation: scroll-rtl 30s linear infinite;
}

@keyframes scroll-ltr {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.cwp-leading-brand-main-row:hover .cwp-leading-brand-main-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .cwp-leading-brand-main-title {
    font-size: 21px;
  }

  .cwp-leading-brand-main-subtitle {
    font-size: 16px;
  }

  .cwp-leading-brand-main-track {
    gap: 30px;
  }
}

/* Cubewp leading brand css */

/* Cubewp custom tabs css */

.cwp-custom-dev-content-sections {
  background: #ffffff;
}

.cwp-custom-dev-tabs-wrapper {
  position: sticky;
  top: 20px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 117px 0 50px 0;
  transition: all 0.3s ease;
}

.cwp-custom-dev-tabs-list {
  display: flex;
  padding: 10px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #dbdfe9;
  margin: 0;
  background: #f7f7f8;
}

.cwp-custom-dev-tab {
  padding: 18px 24px;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  margin: 0 7px;
  background: linear-gradient(90deg, #635bff 0%, #8c52ff 0%, transparent 0%);
  transition: color 0.3s ease;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
}

.cwp-custom-dev-tab.active {
  background: linear-gradient(90deg, #635bff 0%, #8c52ff 100%);
  color: white;
}

.cwp-custom-dev-content-sections .cwp-custom-dev-badge-2 {
  background: #dbeafe;
  border-radius: 120px;
  color: #155dfc;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 8px 16px 8px 32px;
  position: relative;
}

.cwp-custom-dev-content-sections .cwp-custom-dev-badge-2:before {
  content: ".";
  font-size: 43px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -6px;
  left: 14px;
}

section#development .cwp-custom-dev-visual {
  max-width: 608px !important;
  width: 100%;
}

.cwp-custom-dev-section {
  min-height: 80vh;
  padding: 146px 20px 100px 20px;
  display: flex;
  align-items: center;
}

.cwp-custom-dev-content-sections #development {
  background: #fcfcfc;
  padding: 98px 20px 76px 20px;
}

.cwp-custom-dev-content-sections #development .container {
  max-width: 1376px;
  width: 100%;
}

section#development h2.development span {
  color: #155dfc;
}

.cwp-custom-dev-content-sections #design .container {
  max-width: 1160px;
  width: 100%;
}

.cwp-custom-dev-hero {
  display: flex;
  justify-content: space-between;
}

.cwp-custom-dev-text {
  width: 100%;
  max-width: 650px;
}

.cwp-custom-dev-visual {
  width: 100%;
  max-width: 320px;
}

.cwp-custom-dev-badge {
  background: #efecfe;
  border-radius: 120px;
  color: #5641f3;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 8px 16px 8px 32px;
  position: relative;
}

span.cwp-custom-dev-badge:before {
  content: ".";
  font-size: 43px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -6px;
  left: 14px;
}

.cwp-custom-dev-text h2 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-top: 31px;
  margin-bottom: 12px;
}

.cwp-custom-dev-text p {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
  max-width: 634px;
  width: 100%;
}

.cwp-custom-dev-text h2 span {
  color: #5641f3;
  font-weight: 700;
}

.cwp-custom-dev-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 55px;
}

.cwp-custom-dev-feature strong {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.cwp-custom-dev-feature svg {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

li.cwp-custom-dev-tab.cwp-active span {
  text-shadow: 0px 0px 8px #5641f3;
}

.cwp-custom-dev-feature small {
  color: #666666;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.cwp-custom-dev-feature {
  display: flex;
  gap: 16px;
  align-items: start;
}

.cwp-custom-dev-tab span {
  position: relative;
  z-index: 2;
}

.cwp-custom-dev-tab.cwp-active {
  color: #fff;
  border-color: transparent;
}

.cwp-custom-dev-tab {
  position: relative;
  padding: 18px 24px;
  cursor: pointer;
  border-radius: 120px;
  margin: 0 7px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  transition: 0.4s;
}

.cwp-custom-dev-tab::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 28px;
  box-sizing: border-box;
  background: #5641f3;
  color: #ffffff;
  z-index: 2;
  clip-path: var(--cwp-clip, inset(0 100% 0 0));
  transition: clip-path 0.1s linear;
}

.cwp-custom-dev-tab.cwp-active {
  box-shadow: 0px 10px 15px -3px rgba(86, 65, 243, 0.3);
  background-color: #5641f3;
}

.cwp-custom-dev-visual {
  background-color: #1a1a1a;
  padding: 0 0 0 0;
  border-radius: 16px;
}

.cwp-custom-dev-visual-header {
  background-color: #151515;
  padding: 12px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #1e2939;
}

.cwp-custom-dev-visual-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mockup-header .header-title {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 13px;
}

.mockup-search input {
  width: 100%;
  border: 1px solid #3a3d45;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 16px;
  border-top: 1px solid #364153;
  background: #252525;
  color: #fff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.cwp-custom-dev-visual-header-add-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mockup-search input::placeholder {
  color: #4a5565;
}

.mockup-section-title {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 11px;
}

.mockup-section-title span.arrow-down svg {
  margin-right: 12px;
}

.widgets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-height: 479px;
  overflow-y: auto;
  padding-right: 5px;
}

.widget-card {
  background: #202228;
  border: 1px solid #2d3037;
  border-radius: 10px;
  padding: 28px 13px 16px 13px;
  text-align: center;
  transition: background 0.3s;
  cursor: pointer;
}

.widget-card:hover {
  background: #2a2d35;
}

.cwp-custom-dev-mockup {
  padding: 16px;
}

.widget-icon {
  width: 40px;
  height: 40px;
  background: #2d3037;
  margin: 0 auto 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-card .widget-label {
  color: #d1d5dc;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
}

.widgets-grid::-webkit-scrollbar {
  width: 4px;
}

.widgets-grid::-webkit-scrollbar-thumb {
  background: #3a3d45;
  border-radius: 10px;
}

.cwp-custom-dev-section-video-pop-btn {
  padding: 15px 22px;
  color: #000;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  border: 2px solid #dbdfe9;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.cwp-custom-dev-visual {
  position: relative;
  margin-top: -43px;
}

.cwp-float-left {
  position: absolute;
  left: -93px;
  top: 52%;
  transform: translateY(-50%);
  color: #fff;
  padding: 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: start;
  box-shadow: 0px 25px 50px -12px #00000040;
  background: linear-gradient(135deg, #e60076 0%, #9810fa 100%);
}

.cwp-float-badge.cwp-float-left span.cwp-float-text {
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-float-card {
  position: absolute;
  right: -80px;
  background: #ffffff;
  padding: 17px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.cwp-float-card.cwp-float-right-bottom strong {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-float-card.cwp-float-right-bottom small {
  color: #6a7282;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-float-card.cwp-float-right-bottom {
  flex-direction: column;
}

.progress-cwp-inner {
  display: flex;
  gap: 8px;
  margin: 0;
  align-items: center;
}

.cwp-float-dot.green {
  background: #22c55e;
  width: 12px;
  height: 12px;
  border-radius: 120px;
  display: flex;
}

.custom-progress-wrapper {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #f6339a 0%, #ff2056 100%);
  border-radius: 120px;
  margin-top: 8px;
}

.cwp-float-card.cwp-float-right-top span {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.cwp-float-right-top {
  top: 10%;
  right: -131px;
  width: 159px;
}

.cwp-float-right-bottom {
  bottom: 4%;
  right: -92px;
}

@keyframes smoothFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes smoothFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.cwp-calculation-graph-badge-nocode {
  display: inline-block;
  animation: smoothFloat 3s ease-in-out infinite;
}

.cwp-calculation-graph-badge-features {
  display: inline-block;
  animation: smoothFloat 3.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.cwp-calculation-graph-badge-nocode {
  display: inline-block;
  animation: smoothFloat 3s ease-in-out infinite;
}

@keyframes smoothFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.cwp-calculation-graph-badge-nocode {
  display: inline-block;
  animation: smoothFloat 3s ease-in-out infinite;
}

.cwp-calculation-graph-badge-features {
  display: inline-block;
  animation: smoothFloat 3.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.cwp-float-card.cwp-float-right-top {
  display: inline-block;
  animation: smoothFloat 4s ease-in-out infinite;
  animation-delay: 0.2s;
}

.cwp-float-badge.cwp-float-left {
  display: inline-block;
  animation: smoothFloat 3.8s ease-in-out infinite;
  animation-delay: 0.7s;
}

.cwp-float-card.cwp-float-right-bottom {
  display: inline-block;
  animation: smoothFloat 4.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

.cwp-float-dot.green {
  background: #22c55e;
}

.cwp-custom-dev-section-video-pop-container {
  margin-top: 50px;
}

.cwp-custom-dev-section-video-pop-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.cwp-custom-dev-section-video-pop-icon {
  color: #7c7fff;
  font-size: 22px;
}

.cwp-custom-dev-section-video-pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
}

.cwp-custom-dev-section-video-pop-modal {
  width: 90%;
  max-width: 800px;
  background: #000;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.cwp-custom-dev-section-video-pop-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  transition: background 0.2s ease;
}

.cwp-custom-dev-section-video-pop-close:hover {
  background: rgba(0, 0, 0, 0.85);
}

.cwp-calculation-graph-wrapper {
  position: relative;
}

.cwp-calculation-graph-label {
  color: #b2bec3;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.cwp-calculation-graph-main-card {
  background: #fff;
  border-radius: 24px;
  position: relative;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #e5e7eb;
  width: 100%;
  border: unset;
}

p.cwp-extensive-collection-label {
  background: linear-gradient(
    90deg,
    rgba(243, 232, 255, 0.2) 0%,
    rgba(219, 234, 254, 0.2) 100%
  );
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 16px;
  border-radius: 120px;
  margin-bottom: 22px;
}

p.cwp-extensive-collection-label svg {
  margin-right: 8px;
}

.cwp-calculation-graph-hero {
  background-color: #155dfc;
  padding: 20px 24px;
  border-radius: 24px 24px 0 0;
}

.cwp-calculation-graph-hero h1 {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}

.cwp-calculation-graph-hero p {
  margin-top: 4px;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffffcc;
  margin-bottom: 0;
}

.cwp-calculation-graph-wrapper {
  width: 100%;
  max-width: 608px;
}

section#ecommerce .cwp-calculation-graph-wrapper {
  width: 100%;
  max-width: 498px;
}

.cwp-sales-trend {
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  margin-top: 24px;
  border-radius: 14px;
  padding: 21px 21px 13px 21px;
}

.cwp-product-graph-wrapper {
  margin-top: 24px;
}

.cwp-product-graph-title {
  color: #364153;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cwp-product-graph-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.cwp-product-graph-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cwp-product-graph-icon {
  width: 40px;
  height: 40px;
  background: #00a63e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.cwp-product-graph-name {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-product-graph-price {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6a7282;
}

.cwp-product-graph-growth {
  color: #00a63e;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

section#development .cwp-custom-dev-text {
  padding: 57px 0px;
  margin: 7px -10px 0px 0px;
}

section#development .cwp-calculation-graph-wrapper {
  margin: 3px 0px 0 35px;
}

.cwp-calculation-graph-sec-text h2 {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 4px 0 0 4px;
}

.cwp-calculation-graph-cubewp-toast {
  position: absolute;
  top: -43px;
  right: -71px;
  padding: 20px;
  border-radius: 16px;
  width: 267px;
  color: white;
  z-index: 10;
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #ffffff5e;
}

.cwp-calculation-graph-toast-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cwp-calculation-graph-toast-title strong {
  color: #ffffff;
  font-family: Arial;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-calculation-graph-toast-title span {
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin-top: 2px;
}

.cwp-calculation-graph-toast-title {
  display: flex;
  flex-direction: column;
}

.cwp-calculation-graph-cubewp-toast p {
  margin: 0;
  color: #ffffff;
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  letter-spacing: 0px;
  margin-top: 10px;
}

.cwp-calculation-graph-content {
  padding: 24px 24px 0px 24px;
  position: relative;
}

.cwp-purple-light {
  border: 1px solid #e9d4ff;
  background: linear-gradient(135deg, #faf5ff 0%, #eef2ff 100%);
  padding: 21px;
  margin-bottom: 24px;
}

.cwp-blue-light {
  border: 1px solid #c6d2ff;
  background: linear-gradient(135deg, #eef2ff 0%, #eff6ff 100%);
  padding: 21px;
  margin-bottom: 24px;
}

.cwp-calculation-graph-section {
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 24px;
}

.cwp-graph-overflow-x {
  max-height: 575px;
  overflow-y: auto;
}

section#ecommerce {
  padding: 125px 20px 100px 20px;
}

.cwp-graph-overflow-x::-webkit-scrollbar {
  width: 4px;
}

.cwp-graph-overflow-x::-webkit-scrollbar-track {
  background: transparent;
}

.cwp-graph-overflow-x::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

.cwp-graph-overflow-x::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cwp-calculation-graph-sec-header {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

section.cwp-calculation-graph-section.cwp-pink-light {
  border: 1px solid #fccee8;
  background: linear-gradient(135deg, #fdf2f8 0%, #fff1f2 100%);
}

section.cwp-calculation-graph-section.cwp-pink-light
  .cwp-calculation-graph-item {
  border: 1px solid #fccee8;
}

.cwp-calculation-graph-sec-text h3 {
  margin: 0;
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

.cwp-calculation-graph-sec-text p {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4a5565;
  margin: 5px 0px 1px 5px;
}

.cwp-calculation-graph-sec-icon.purple {
  margin: 5px -5px 0px 5px;
}

.cwp-calculation-graph-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.cwp-calculation-graph-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
}

.cwp-calculation-graph-item {
  background: white;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  padding: 13px;
}

.cwp-calculation-graph-item i {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #a29bfe;
}

section.cwp-calculation-graph-section.cwp-blue-light
  .cwp-calculation-graph-item {
  border: 1px solid #c6d2ff;
}

section.cwp-calculation-graph-section.cwp-purple-light
  .cwp-calculation-graph-item {
  border: 1px solid #e9d4ff;
}

.cwp-calculation-graph-item:hover {
  cursor: pointer;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.cwp-calculation-graph-item {
  transition: 0.4s;
}

.cwp-calculation-graph-item span {
  display: block;
  color: #364153;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 8px;
}

.cwp-calculation-graph-badge-nocode {
  position: absolute;
  left: -50px;
  top: 130px;
  background: white;
  padding: 17px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #e5e7eb;
}

.cwp-calculation-graph-badge-nocode span {
  display: block;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #101828;
  margin-top: 8px;
}

.cwp-calculation-graph-badge-features {
  position: absolute;
  left: -30px;
  bottom: -23px;
  background: white;
  padding: 15px;
  border-radius: 12px;
  z-index: 5;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #e5e7eb;
}

.cwp-calculation-graph-dot-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cwp-calculation-graph-dot {
  width: 12px;
  height: 12px;
  background: #00c950;
  border-radius: 50%;
}

.cwp-calculation-graph-badge-features strong {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.cwp-calculation-graph-badge-features p {
  margin: 0;
  color: #6a7282;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.cwp-custom-dev-tabs-list {
  display: flex;
  padding: 10px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #dbdfe9;
  margin: 0;
  background: #f7f7f8;
  position: relative;
}

section#ecommerce span.cwp-custom-dev-badge-2 {
  background: #dcfce7;
  color: #00a63e;
}

section#ecommerce h2.development-3 span {
  color: #00a63e;
}

section#ecommerce h2.development-3 span {
  color: #00a63e;
}

section#ecommerce .cwp-calculation-graph-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
}

.cwp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #00a63e;
  border-radius: 24px 0px 0px 24px;
  max-width: 80px;
  width: 100%;
  padding: 24px;
}

.cwp-sidebar-item.growth {
  width: 40px;
  height: 40px;
}

.cwp-sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

.cwp-calculation-graph-main-card {
  background: #fff;
  border-radius: 24px 24px 24px 24px;
  position: relative;
}

.cwp-badge-woocommerce-wrraper h4 {
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

header.cwp-card-header {
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}

h2.cwp-main-analytics {
  color: #364153;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
}

.cwp-card-content {
  padding: 24px 33px 0 24px;
  max-height: 500px;
  overflow-y: auto;
}

.cwp-badge-woocommerce-wrraper span {
  color: #ffffff;
  font-family: Arial;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
  text-align: left;
}

.cwp-badge.live-growth-check {
  background: #ffffff;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #e5e7eb;
  padding: 17px;
  bottom: 49%;
  left: -29%;
}

@keyframes softPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes gentleFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.cwp-badge.live-analytics,
.cwp-badge.live-growth-check,
.cwp-badge.woocommerce {
  display: inline-block;
  transition: all 0.3s ease;

  animation: softPulse 3s infinite ease-in-out;
}

.cwp-badge:hover {
  animation-play-state: paused;
  transform: scale(1.1);
}

.cwp-bar-graph {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.cwp-bar-graph-item-wrapper .bar {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1s ease-out;
}

.cwp-bar-graph.animate .bar {
  transform: scaleY(1);
}

.cwp-badge.live-growth-check p {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #101828;
  margin-top: 8px;
}

.cwp-badge.woocommerce p {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 8px !important;
  margin-bottom: 0;
}

.cwp-badge-woocommerce-wrraper span h4 {
  margin: 0;
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.cwp-badge-woocommerce-wrraper {
  display: flex;
  gap: 8px;
  align-items: center;
}

header.cwp-card-header h2 {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 13px;
}

.cwp-card-header p {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4a5565;
  margin-top: 10px;
}

.cwp-performance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.cwp-card.performance {
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff 0%, #faf5ff 100%);
  border-radius: 14px;
  padding: 17px;
  transition: 0.3s;
}

.cwp-card.performance:hover {
  cursor: pointer;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.cwp-card.performance h3 {
  margin-bottom: 4px;
  color: #4a5565;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.cwp-card.performance .value {
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

section#ecommerce .container {
  max-width: 1244px;
  width: 100%;
}

.cwp-card.performance .change.positive {
  color: #00a63e;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

section#directory .container {
  width: 100%;
  max-width: 1399px;
}

section#directory .cwp-custom-dev-text {
  margin: 18px 0 0 0;
}

section#directory {
  background: #fcfcfc;
  padding: 97px 20px 100px 20px;
}

section#directory span.cwp-custom-dev-badge-2 {
  background: #ffedd4;
  color: #f54900;
}

section#directory .cwp-custom-dev-text h2 span {
  color: #f54900;
  letter-spacing: 0.7px;
}

.cwp-sales-trend h3 {
  color: #364153;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cwp-bar-graph-item-wrapper span {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  color: #6a7282;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin-top: 16px;
}

.cwp-bar-graph-item-wrapper {
  width: 100%;
  max-width: 36.578125px;
}

.cwp-bar-graph {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-top: 20px;
}

.cwp-bar-graph .bar {
  background: #00a63e;
  border-radius: 10px 10px 0 0;
  display: flex;
  width: 100%;
  max-width: 36.578125px;
}

.cwp-badge {
  position: absolute;
  background: #22c55e;
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
}

.cwp-badge.woocommerce {
  top: -27px;
  right: -157px;
  box-shadow: 0px 25px 50px -12px #00000040;
  background: #00a63e;
  padding: 20px;
}

.cwp-badge-d-t-wrraper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cwp-badge-d-t-wrraper span {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #101828;
  margin: 0;
}

.cwp-badge-d-t-wrraper h5 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #00c950;
  margin: 0;
}

.cwp-badge.live-analytics p {
  margin: 0;
  margin-top: 8px;
  color: #6a7282;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.cwp-badge.live-analytics {
  bottom: -27px;
  left: -24%;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 17px;
  width: 160px;
}

section#directory .cwp-calculation-graph-wrapper {
  width: 100%;
  max-width: 653px;
}

.cwp-directory-craft-main-card {
  background: #fff;
  border-radius: 14px;
  border: 0.93px solid #e5e7eb;
  box-shadow: 0px 23.22px 46.44px -11.15px #00000040;
}

.cwp-directory-craft-header {
  padding: 30px 22px;
  background: linear-gradient(90deg, #ff6900 0%, #f54900 100%);
  border-radius: 14px 14px 0 0;
}

.cwp-directory-craft-search-box {
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 13px 10px 13px;
  background: #ffffffe5;
}

.cwp-directory-craft-search-box input {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  font-family: Arial;
  font-weight: 400;
  font-size: 14.86px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000;
}

.cwp-directory-craft-search-box input::placeholder {
  color: #6a7282;
}

.cwp-directory-craft-content {
  padding: 22px;
  padding-bottom: 10px;
}

.cwp-directory-craft-list-item {
  border-radius: 10px;
  display: flex;
  align-items: start;
  padding: 14px;
  margin-bottom: 14px;
  gap: 14px;
  background: #f9fafb;
  transition: 0.4s;
  border: 1px solid transparent;
}

.cwp-directory-craft-list-item:hover {
  border: 1px solid #fc5f0024;
  cursor: pointer;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.cwp-directory-craft-thumb {
  width: 75px;
  height: 75px;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff8904 0%, #f54900 100%);
}

.cwp-directory-craft-info {
  flex-grow: 1;
  margin: -3px 0 0px 0px;
}

.cwp-directory-craft-info h3 {
  margin: 0;
  color: #101828;
  font-family: Arial;
  font-weight: 700;
  font-size: 14.86px;
  line-height: 22.29px;
  letter-spacing: 0px;
}

.cwp-directory-craft-info p {
  margin: 5px -1px 5px 1px;
  color: #6a7282;
  font-family: Arial;
  font-weight: 400;
  font-size: 11.15px;
  line-height: 14.86px;
  letter-spacing: 0px;
}

.cwp-directory-craft-rating {
  color: #101828;
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 18.58px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-directory-craft-rating {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.cwp-directory-craft-rating span {
  margin: 0;
  color: #6a7282;
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 11.15px;
  line-height: 14.86px;
  letter-spacing: 0px;
}

.cwp-directory-craft-view-btn {
  color: white;
  border: none;
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 13px;
  line-height: 18.58px;
  letter-spacing: 0px;
  text-align: center;
  background: #f54900;
  border-radius: 10px;
  padding: 7px 14px;
}

.cwp-directory-craft-footer {
  height: 118px;
  position: relative;
  border-top: 1px solid #eee;
  background: linear-gradient(135deg, #ffedd4 0%, #ffd6a8 100%);
  border-radius: 0 0 14px 14px;
}

.cwp-directory-craft-map-overlay {
  width: 100%;
  height: 100%;
  background-image: url("../images/cubewp-home/map-craft.png");
  border-radius: 0 0 14px 14px;
}

.cwp-directory-craft-pin {
  position: absolute;
}

.cwp-directory-craft-counter-card {
  position: absolute;
  right: -23px;
  bottom: -25px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #ffffff;
  box-shadow: 0px 12px 16px -5px rgba(0, 0, 0, 0.1);
  padding: 14px;
}

@keyframes cwp-subtle-shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(1px, 1px) rotate(1deg);
  }

  50% {
    transform: translate(0, -1px) rotate(-1deg);
  }

  75% {
    transform: translate(-1px, 1px) rotate(0.5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.cwp-directory-craft-counter-card {
  animation: cwp-subtle-shake 3s infinite ease-in-out;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
}

.cwp-directory-craft-counter-card:hover {
  animation: cwp-subtle-shake 0.5s infinite linear;
}

.cwp-directory-craft-counter-text small {
  display: block;
  color: #6a7282;
  font-family: Arial;
  font-weight: 400;
  font-size: 11.15px;
  line-height: 14.86px;
  letter-spacing: 0px;
}

.cwp-directory-craft-counter-text strong {
  color: #101828;
  font-family: Arial;
  font-weight: 700;
  font-size: 14.86px;
  line-height: 22.29px;
  letter-spacing: 0px;
}

@media (max-width: 767px) {
  .cwp-custom-dev-tabs-list {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow: auto;
  }

  .cwp-badge.woocommerce {
    top: 91%;
    right: 15px;
  }

  .cwp-card-content::-webkit-scrollbar {
    width: 4px;
  }

  .cwp-card-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .cwp-card-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .cwp-card-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .cwp-card-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }

  .cwp-calculation-graph-cubewp-toast {
    position: absolute;
    top: -102px;
    right: -24px;
    padding: 20px;
    border-radius: 16px;
    width: 267px;
    color: white;
    z-index: 10;
    background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
    box-shadow: 0px 25px 50px -12px #00000040;
    border: 1px solid #ffffff5e;
  }

  .cwp-float-right-top {
    top: 10%;
    right: -51px;
  }

  .cwp-custom-dev-tab {
    padding: 12px 16px;
    font-size: 14px;
    white-space: nowrap;
    min-width: max-content;
  }

  .cwp-custom-dev-hero {
    flex-direction: column;
    gap: 40px;
  }

  .cwp-custom-dev-text,
  .cwp-custom-dev-visual {
    width: 100%;
  }

  .cwp-custom-dev-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .widgets-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwp-float-left,
  .cwp-float-right-top,
  .cwp-float-right-bottom {
    display: none;
  }

  .cwp-custom-dev-section {
    padding: 30px 15px;
  }

  .cwp-custom-dev-text h2 {
    font-size: 18px;
    line-height: 27px;
  }

  .cwp-custom-dev-text p {
    font-size: 16px;
    line-height: 25px;
  }

  .cwp-custom-dev-section-video-pop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cwp-calculation-graph-grid.three-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwp-calculation-graph-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwp-float-left {
    left: 0;
  }

  .cwp-custom-dev-text,
  .cwp-custom-dev-visual {
    width: 100%;
    max-width: 100%;
  }

  .cwp-custom-dev-tabs-wrapper {
    padding: 15px;
  }

  .cwp-float-card.cwp-float-right-top {
    right: 0;
    top: 3%;
  }

  .cwp-leading-brand-main-title {
    margin-top: 10px;
  }

  .cwp-leading-brand-main-subtitle {
    margin: 0;
  }

  .cwp-leading-brand-main-badge {
    font-size: 12px;
  }

  .cwp-leading-brand-main-container {
    margin: 0;
  }

  .cwp-float-right-bottom {
    right: 0;
  }

  .cwp-custom-dev-content-sections #design .container {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cwp-custom-dev-hero {
    flex-direction: column;
    gap: 50px;
  }

  .cwp-calculation-graph-wrapper {
    max-width: 100%;
  }

  .cwp-calculation-graph-cubewp-toast {
    right: 0;
  }

  .cwp-calculation-graph-badge-nocode {
    left: 0;
  }

  .cwp-calculation-graph-grid.three-col {
    grid-template-columns: repeat(4, 1fr);
  }

  section#ecommerce .cwp-calculation-graph-wrapper {
    max-width: 100%;
  }

  .cwp-badge.woocommerce {
    right: 0;
  }

  section#directory .cwp-calculation-graph-wrapper {
    max-width: 100%;
  }

  .cwp-built-growth-tabs {
    display: flex;
    flex-direction: row;
    gap: 12px;
    max-width: 563px;
    width: 100%;
    overflow: auto;
    width: 100%;
    max-width: 100%;
  }

  .cwp-built-growth-tab-item {
    position: relative;
    min-width: 386px;
  }

  .cwp-built-growth-wrapper {
    flex-direction: column;
  }

  .cwp-built-growth-preview {
    max-width: 100%;
  }

  .cwp-set-standard-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .cwp-review-content-display h2.cwp-review-quote {
    font-size: 30px;
    line-height: 42px;
  }

  section.cwp-review-section {
    padding-bottom: 65px;
  }

  .cwp-footer-section {
    padding: 50px 33px;
    background: #171130;
  }

  .cwp-footer-links-grid {
    max-width: 100%;
    width: 100%;
  }

  .cwp-built-growth-tabs {
    max-width: 100%;
    flex-direction: row;
  }

  .cwp-custom-dev-text,
  .cwp-custom-dev-visual {
    width: 100%;
    max-width: 100%;
  }

  .cwp-custom-dev-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .widgets-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cwp-float-left {
    left: 10px;
    top: 40%;
    transform: scale(0.85);
  }

  .cwp-float-right-top {
    right: 10px;
    top: 5%;
    transform: scale(0.85);
  }

  .cwp-float-right-bottom {
    right: 20px;
    bottom: 5%;
    transform: scale(0.85);
  }
}

/* Cubewp custom tabs css */

/*Choose from Our Extensive Collection css  */

.cwp-extensive-collection-container {
  background-image: url(..//images/cubewp-home/extensive-background.png);
  padding: 97px 0;
  background-color: #000000f7;
  object-fit: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.cwp-extensive-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cwp-extensive-content h4 {
  background: linear-gradient(
    90deg,
    rgba(243, 232, 255, 0.2) 0%,
    rgba(219, 234, 254, 0.2) 100%
  );
  width: fit-content;
  margin-bottom: 22px;
  border-radius: 120px;
  padding: 8px 16px;
  color: #fff;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cwp-extensive-content h2 {
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 12px;
}

.cwp-extensive-collection-container
  .cwp-extensive-content
  p.cwp-extensive-collection-label {
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.cwp-extensive-content p {
  margin: 0;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-extensive-content h2 span {
  font-weight: 700;
  color: #5641f3;
}

.cwp-extensive-col-container-wrapper {
  margin-top: 55px;
}

.cwp-extensive-col-container-wrapper-content-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cwp-extensive-collection-card {
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
  position: relative;
  transition: transform 0.3s ease;
  border: 0.69px solid #e5e7eb;
  box-shadow:
    0px 5.56px 6.94px -4.17px #0000001a,
    0px 13.89px 17.36px -3.47px #0000001a;
  cursor: pointer;
}

.cwp-extensive-collection-dots {
  display: flex;
  align-items: center;
  justify-content: start;
}

.cwp-extensive-collection-btn {
  background-color: #ffffff !important;
  border: none;
  padding: 12px 24px;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.3s ease;

  box-shadow:
    0px 5.56px 6.94px -4.17px #0000001a,
    0px 13.89px 17.36px -3.47px #0000001a;
}

.cwp-extensive-collection-overlay a {
  text-decoration: unset;
}

.cwp-extensive-collection-btn-text {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.cwp-extensive-collection-btn-text {
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 13.35px;
  line-height: 100%;
  display: inline-block;
}

.cwp-extensive-collection-btn:hover {
  transform: scale(1.05);
}

.cwp-extensive-collection-header {
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  background: #f3f4f6;
  border-bottom: 0.69px solid #e5e7eb;
}

.cwp-extensive-collection-dots span {
  height: 7px;
  width: 7px;
  background-color: #ff6467;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.cwp-extensive-collection-dots span:nth-child(2) {
  background-color: #fdc700;
}

.cwp-extensive-collection-dots span:nth-child(3) {
  background-color: #05df72;
}

.cwp-extensive-collection-body {
  position: relative;
  line-height: 0;
}

.cwp-extensive-collection-body img {
  max-width: 290px;
  height: 365px;
  display: block;
  width: 100%;
  object-position: top;
  object-fit: cover;
}

button.cwp-extensive-collection-btn img {
  height: 100%;
  width: 100%;
}

.cwp-extensive-collection-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cwp-overlay-color);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: #5641f3cc;
  backdrop-filter: blur(3.4723052978515625px);
}

.cwp-extensive-collection-btn {
  background: #fff;
  color: #333;
  border: none;
  padding: 7px 12px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  font-family: sans-serif;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.cwp-extensive-collection-card:hover .cwp-extensive-collection-overlay {
  opacity: 1;
}

.cwp-extensive-collection-card:hover .cwp-extensive-collection-btn {
  transform: translateY(0);
}

.cwp-extensive-col-container-wrapper-content {
  overflow: hidden;
  width: 100%;
  display: flex;
}

.cwp-extensive-col-container-wrapper-content-inner {
  display: flex;
  flex-shrink: 0;
}

.cwp-extensive-col-container-wrapper-content.ltr {
  margin-top: 19px;
}

.rtl .cwp-extensive-col-container-wrapper-content-inner {
  animation: marquee-rtl 40s linear infinite;
}

.ltr .cwp-extensive-col-container-wrapper-content-inner {
  animation: marquee-ltr 40s linear infinite;
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes marquee-ltr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.cwp-extensive-collection-card {
  width: 290px;
  flex-shrink: 0;
  position: relative;
}

.cwp-extensive-col-container-wrapper-content:hover
  .cwp-extensive-col-container-wrapper-content-inner {
  animation-play-state: paused;
}

.cwp-extensive-botttom-btns {
  margin-top: 55px;
}

.cwp-extensive-botttom-btns-content a {
  text-decoration: unset;
}

.cwp-extensive-botttom-btns-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cwp-extensive-botttom-btns p {
  margin: 0;
  margin-top: 22px;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

a.cwp-extensive-premiuim {
  color: #fff;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #5641f3;
  border-radius: 120px;
  padding: 22px 38px;
  border: 1px solid #5641f3;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

a.cwp-extensive-templates {
  color: #fff;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: transparent;
  border-radius: 120px;
  padding: 22px 38px;
  border: 1px solid #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

a.cwp-extensive-templates:hover {
  background-color: #5641f3;
  border-color: #5641f3;
}

a.cwp-extensive-premiuim:hover {
  border-color: #fff;
  background: transparent;
}

@media (max-width: 767px) {
  .cwp-extensive-botttom-btns-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 10px;
  }

  .cwp-extensive-botttom-btns-content a,
  .cwp-extensive-botttom-btns-content button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .cwp-extensive-content h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .cwp-extensive-content p {
    font-size: 15px;
    line-height: 26px;
  }
}

/*Choose from Our Extensive Collection css  */

/*  cwp Built for Growth css */

.cwp-leading-brand-main-track img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.cwp-built-growth-container {
  padding: 100px 20px;
  min-height: 300vh;
}

.cwp-online-store-image-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
}
.cwp-online-store-image-wrapper img {
  transition: 0.4s;
}

.cwp-online-store-card:hover {
  scale: 1.03;
}

.cwp-online-store-card {
  transition: 0.4s;
}

.cwp-online-store-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  /* Animation: Name, Duration, Timing, Loop, Direction */
  animation: cwp-floating-move 1.5s ease-in-out infinite alternate;
}

/* Uper aur Neechay movement ka loop */
@keyframes cwp-floating-move {
  0% {
    transform: translateY(0px); /* Original position */
  }
  100% {
    transform: translateY(-15px); /* 15px uper move kry gi */
  }
}

.cwp-online-store-image-wrapper img:hover {
  scale: 1.02 !important;
  transition: 0.5s;
}

.cwp-built-growth-container .container {
  max-width: 1408px;
  width: 100%;
  position: sticky;
  top: -19%;
}

.cwp-built-growth-header {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .cwp-built-growth-header {
    margin-bottom: 50px;
  }
}

.cwp-built-growth-title {
  font-size: 32px;
  margin: 15px 0;
}

.cwp-built-growth-title span {
  font-weight: 700;
  color: #5641f3;
}

.cwp-built-growth-header p.cwp-built-growth-subtitle {
  margin: 18px 0 -5px 0;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-built-growth-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cwp-built-growth-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 563px;
  width: 100%;
}

.cwp-built-growth-tab-item.active .cwp-built-growth-icon {
  transform: rotate(6deg);
}

.cwp-built-growth-icon.purple img {
  transition: 0.4s;
}

.cwp-built-growth-tab-item {
  display: flex;
  align-items: center;
  padding: 28px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 2px solid #dbdfe9;
  gap: 28px;
  box-shadow: 0px 20px 25px -5px #0000001a;
}

.cwp-built-growth-badge {
  background-color: #e0e0ff !important;
  border-radius: 120px;
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

button.span-style-cwp {
  border: unset;
  background: linear-gradient(90deg, #f3e8ff 0%, #dbeafe 100%);
  border-radius: 120px;
  padding: 4px 16px;
  margin: 3px 0 -2px 0;
}

.cwp-built-growth-tab-item {
  position: relative;
}

.cwp-built-growth-preview.cwp-target-cwp-payments .cwp-built-growth-image-box {
  background: #155dfc69;
}

.cwp-built-growth-tab-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 24px;
  width: 4px;
  height: 90px;
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(0px, 12px);
  transition: 0.4s;
}

.cwp-built-growth-tab-item.active::before,
.cwp-built-growth-tab-item:hover::before {
  opacity: 1;
  transform: translate(0px, 0px);
}

.cwp-built-growth-tab-content h4 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 4px 0 -4px 4px;
}

.cwp-built-growth-tab-content p {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  margin: 0;
  margin: 12px 0 -3px 5px;
}

.cwp-built-growth-tab-content a {
  color: #5641f3;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.08px;
  vertical-align: middle;
  margin: 0;
  margin-top: -26px;
}

.cwp-built-growth-preview {
  border-radius: 16px;
  padding: 38px 33px;
  position: relative;
  overflow: hidden;
  max-width: 730px;
  width: 100%;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #f3f4f6;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.cwp-built-growth-preview h3 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  margin: 0px 0 0px -2px;
}

.cwp-built-growth-pane {
  display: none;
  animation: fadeInUp 0.5s ease forwards;
}

.cwp-built-growth-pane.active {
  display: block;
}

.cwp-built-growth-pane-badge {
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
}

.cwp-built-growth-image-box {
  margin: 26px 0;
  border-radius: 15px;
  padding: 20px;
  background: linear-gradient(
    90deg,
    rgba(152, 16, 250, 0.3) 0%,
    rgba(21, 93, 252, 0.3) 100%
  );
  height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cwp-built-growth-preview p {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  color: #666666;
  margin: 3px 0 0 -3px;
}

.cwp-built-growth-preview.cwp-target-cwp-frontend h3 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-built-growth-preview.cwp-target-cwp-frontend p {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  margin: 0;
}

button.cwp-built-growth-btn.btn-primary {
  color: #fff;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #5641f3;
  border-radius: 120px;
  padding: 22px 38px;
  border: 1px solid #5641f3;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

button.cwp-built-growth-btn.btn-outline {
  color: #5641f3;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: transparent;
  border-radius: 120px;
  padding: 22px 38px;
  border: 1px solid #5641f3;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

button.cwp-built-growth-btn.btn-outline:hover {
  background: #5641f3;
  color: #fff;
  border-color: #5641f3;
}

button.cwp-built-growth-btn.btn-primary:hover {
  background: transparent;
  color: #5641f3;
  border-color: #5641f3;
}

.cwp-built-growth-tab-item.active {
  padding: 22px 28px;
  border-color: #0000ff36;
}

.cwp-built-growth-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  transform: translateY(20px);
  animation: slideUpBtn 0.5s 0.2s ease forwards;
}

.cwp-built-growth-btn {
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.btn-primary {
  background: var(--cwp-primary);
  color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid #ccc;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpBtn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cwp-built-growth-icon.pink {
  background: #fdf2f8;
  border-radius: 120px;
  color: #ec4899;
}

.cwp-built-growth-icon.green {
  background: #ecfdf5;
  color: #10b981;
}

.cwp-built-growth-icon.navy {
  background: #f1f5f9;
  color: #1e293b;
}

.cwp-built-growth-detail-btn {
  display: inline-block;
  margin-top: 10px;
  color: var(--cwp-primary);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
}

.cwp-built-growth-tab-item:hover .cwp-built-growth-detail-btn,
.cwp-built-growth-tab-item.active .cwp-built-growth-detail-btn {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  margin: 8px 0px 0px 5px;
}

.cwp-built-growth-tab-content {
  display: flex;
  flex-direction: column;
}

.cwp-built-growth-preview.cwp-target-cwp-social {
  background: #fff1f2;
}

.cwp-built-growth-preview.cwp-target-cwp-booking {
  background: #f0fdf4;
}

.cwp-built-growth-preview.cwp-target-cwp-forms {
  background: #e5e2fe;
}

.cwp-built-growth-preview.cwp-target-cwp-payments {
  background: #f0f9ff;
}

.cwp-built-growth-preview.cwp-target-cwp-reviews {
  background: #f8edd9;
}

.cwp-built-growth-preview.cwp-target-cwp-reviews .cwp-built-growth-image-box {
  background: #d0870052;
}

.cwp-built-growth-pane-badge {
  color: #000000;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  background: #ffffff;

  padding: 6px 16px;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.cwp-built-growth-pane-badge::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 100px;
  padding: 1px;
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.cwp-built-growth-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin: 28px 0 0px 6px;
}

@media (max-width: 991px) {
  .cwp-built-growth-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .cwp-built-growth-container {
    padding: 50px 15px;
  }

  .cwp-built-growth-tabs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 15px;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cwp-built-growth-tabs::-webkit-scrollbar {
    display: none;
  }

  .cwp-built-growth-tab-item {
    flex: 0 0 280px;
    max-width: 280px;
    gap: 18px;
    flex-direction: column;
    align-items: start;
  }

  .cwp-built-growth-tab-content h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .cwp-built-growth-tab-content a {
    font-size: 14px;
    margin: 0;
  }

  .cwp-built-growth-preview {
    width: 100%;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .cwp-built-growth-header {
    text-align: center;
  }

  .cwp-platform-container .container {
    padding: 0;
  }

  .cwp-platform-container {
    padding: 50px 20px !important;
  }

  .cwp-grid-layout {
    overflow: auto;
    max-width: 100%;
    display: flex !important;
  }

  .cwp-performance-grid {
    overflow: auto;
    display: flex;
  }

  .cwp-card.performance {
    min-width: 200px;
  }

  .cwp-calculation-graph-main-card {
    max-width: 100%;
    overflow: hidden;
  }

  h1.cwp-banner-title img {
    width: 106px;
    margin: 0;
  }

  .cwp-grid-item {
    min-width: 190px;
  }

  .cwp-label {
    width: 100%;
    text-align: left;
  }

  .cwp-template-help-browser-content {
    padding: 32px 32px 13px 32px !important;
  }

  .cwp-built-growth-title {
    font-size: 28px;
  }

  .cwp-built-growth-pane h3 {
    font-size: 22px;
  }

  .cwp-built-growth-actions {
    flex-direction: column;
    width: 100%;
  }

  .cwp-built-growth-btn {
    width: 100%;
    justify-content: center;
  }

  .cwp-built-growth-tab-item {
    padding: 8px;
  }
}

/*  cwp Built for Growth css */

/* Cwp online store css */

.cwp-online-store-section {
  padding: 100px 20px;
  background-color: #ffffff;
}

.cwp-online-store-container {
  display: flex;
  gap: 17px;
  justify-content: center;
}

section.cwp-online-store-section .container {
  max-width: 1393px;
  width: 100%;
}

.cwp-online-store-card {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cwp-online-store-image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: inherit;
  cursor: pointer;
}

.cwp-online-store-image-wrapper img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.cwp-online-store-image-wrapper:hover img {
  transform: scale(1.1);
}

.cwp-online-store-bg-cream {
  background-color: #fff6e7;
}

.cwp-online-store-bg-blue {
  background-color: #eff0ff;
}

.cwp-online-store-bg-purple {
  background-color: #fef2ff;
}

.cwp-online-store-content {
  padding: 45px 28px 0 26px;
}

.cwp-online-store-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
  margin-bottom: 12px;
}

.cwp-online-store-text {
  margin: 0;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

.cwp-online-store-image-wrapper {
  padding: 0;
  margin-top: 39px;
}

@media (max-width: 768px) {
  .cwp-online-store-container {
    flex-direction: column;
    align-items: center;
  }

  .cwp-online-store-card {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cwp-online-store-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .cwp-online-store-card {
    flex-direction: column !important;
    padding: 40px 30px;
    text-align: center;
  }

  .cwp-online-store-content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .cwp-online-store-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .cwp-online-store-title {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .cwp-online-store-section {
    padding: 0;
  }

  .cwp-online-store-card {
    padding: 30px 20px;
  }

  .cwp-online-store-title {
    font-size: 22px;
  }

  .cwp-online-store-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .cwp-built-growth-header {
    padding: 0 15px;
    text-align: center;
  }

  .cwp-built-growth-title {
    font-size: 24px;
  }
}

/* Cwp online store css */

/* Cwp platform css */

.cwp-platform-container {
  padding: 100px 20px;
}

.cwp-platform-container .container {
  max-width: 1177px;
  width: 100%;
}

.cwp-bottom-line {
  position: absolute;
  background: linear-gradient(90deg, #ff8904 0%, #ffb900 50%, #ff8904 100%);
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.cwp-platform-card {
  border-radius: 10px;
  padding: 90px 66px 90px 48px;
  position: relative;
  background:
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(135deg, #fff7ed 0%, #ffffff 50%, #fff7ed 100%);
  border: 1px solid #e5e7eb;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
  overflow: hidden;
  margin-bottom: 55px;
}

.cwp-bottom-line {
  width: 0%;
  transition: width 2s ease-out;
  will-change: width;
}

.cwp-platform-badge {
  position: absolute;
  top: 11px;
  left: 14px;
  padding: 8px 18px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff6900 0%, #fe9a00 100%);
  border: 2px solid #ffffff;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cwp-platform-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.cwp-platform-brand-logo {
  margin: -2px 0 55px -4px;
}

.cwp-platform-stats-row
  .cwp-platform-stat-box:nth-child(2)
  .cwp-platform-icon-user {
  margin: 5px 0 0 -3px;
}

.cwp-platform-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 48px;
  line-height: 48.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 12px;
}

.cwp-platform-highlight {
  color: #e17100;
}

.cwp-platform-description {
  margin: 0;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-platform-info {
  width: 100%;
  max-width: 485px;
}

.cwp-platform-stats-wrapper {
  width: 100%;
  max-width: 487px;
}

.cwp-platform-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.cwp-platform-stat-box {
  border: 1px solid #ffedd4;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  padding: 16px 25px 20px 25px;
  border-radius: 16px;
  transition: 0.4s;
}

.cwp-platform-stat-box:hover {
  cursor: pointer;
  box-shadow: 0px 21px 95px -43px #00000040;
  background: #ffecc19e;
}

.cwp-platform-stat-value {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.cwp-platform-stats-row .cwp-platform-stat-box:nth-child(2) {
  background: linear-gradient(135deg, #eff6ff 0%, #faf5ff 100%);
  padding-bottom: 22px;
  border-color: #dbeafe;
}

.cwp-platform-stat-label {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
  margin: 0;
}

.cwp-platform-status-bar {
  padding: 25px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.4s;
}

.cwp-platform-status-bar:hover {
  cursor: pointer;
  box-shadow: 0px 21px 95px -43px #00000040;
  background: #c6f7df;
}

.cwp-platform-staus-content {
  display: flex;
  flex-direction: column;
}

.cwp-platform-staus-content {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4a5565;
  margin: 0;
}

.cwp-platform-staus-content strong {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #101828;
  margin: 0;
}

.cwp-platform-button {
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  background: linear-gradient(90deg, #ff6900 0%, #fe9a00 100%);
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  box-shadow:
    0px 4px 6px -4px #ff69004d,
    0px 10px 15px -3px #ff69004d;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  transition: 0.3s;
}

a.cwp-platform-button:hover {
  border: 1px solid #ff6900;
  background: transparent;
  color: #ff6900;
}

a.cwp-platform-button:hover svg path {
  stroke: #ff6900;
}

.cwp-platform-footer-note {
  text-align: center;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin-top: 22px;
  margin-bottom: 0;
}

.cwp-platform-secondary-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cwp-platform-secondary-heading span {
  color: #888;
  background: #f3f4f6;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 120px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
}

.cwp-platform-logo-grid {
  display: flex;
  justify-content: space-between;
  gap: 21px;
  margin-top: 22px;
}

.cwp-platform-logo-item {
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  height: 98px;
}

.cwp-platform-logo-item:hover {
  background: #ececfe;
  border-radius: 16px;
  border: 1px solid transparent;

  background-image:
    linear-gradient(#ececfe, #ececfe),
    linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.cwp-platform-logo-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 172px;
  height: 4px;
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  opacity: 1;
  transition: transform 0.4s ease;
  transform-origin: center;
}

.cwp-platform-logo-item:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.cwp-platform-logo-item {
  background: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  padding: 25px;
}

.cwp-platform-logo-active {
  border: 2px solid #6366f1;
}

@media (max-width: 768px) {
  .cwp-platform-content {
    grid-template-columns: 1fr;
  }

  .cwp-platform-card {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .cwp-platform-content {
    flex-direction: column;
    gap: 0;
  }

  .cwp-platform-info,
  .cwp-platform-stats-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .cwp-platform-brand-logo {
    margin: 0 auto 20px;
  }

  .cwp-platform-stats-row {
    justify-content: center;
    gap: 20px;
  }

  .cwp-platform-status-bar {
    justify-content: center;
    margin: 25px auto;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .cwp-platform-card {
    padding: 40px 20px;
  }

  .cwp-platform-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .cwp-platform-stats-row {
    flex-direction: column;
    align-items: center;
  }

  .cwp-platform-stat-box {
    width: 100%;
    max-width: 280px;
    padding: 20px;
  }

  .cwp-platform-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }

  .cwp-platform-logo-item {
    padding: 15px;
    display: flex;
    justify-content: center;
  }

  .cwp-platform-logo-item img {
    max-width: 100px;
  }

  .cwp-platform-secondary-heading {
    margin-top: 40px;
    font-size: 14px;
  }

  .cwp-platform-button {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cwp-platform-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .cwp-platform-staus-content {
    font-size: 13px;
  }
}

/* Cwp platform css */

/*  Cwp user active  css  */

.cwp-active-user-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
}

.cwp-active-user-container .container {
  max-width: 928px;
  width: 100%;
  padding: 18px 0 20px 0;
}

.cwp-active-user-item:not(:last-child) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-right: 67px;
  margin: 2px 15px 0 5px;
}

.cwp-active-data-main {
  display: flex;
  justify-content: space-between;
}

.cwp-active-user-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 72px;
  background: linear-gradient(
    180deg,
    rgba(152, 16, 250, 0) 0%,
    #9810fa 50%,
    rgba(152, 16, 250, 0) 100%
  );
}

.cwp-active-user-item {
  text-align: center;
  flex: 1;
  margin: 4px 22px 0 -26px;
}

.cwp-active-user-number {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 64px;
  line-height: 110.00000000000001%;
  letter-spacing: -3%;
  margin-bottom: 8px;
}

.cwp-active-user-label {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  text-align: center;
  color: #666666;
}

.cwp-active-user-container {
  position: relative;
}

@media (max-width: 1024px) {
  section.cwp-active-user-section {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .cwp-active-data-main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .cwp-active-user-item {
    flex: 0 0 40%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cwp-active-user-section {
    padding: 40px 0;
  }

  .cwp-active-data-main {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .cwp-active-user-item {
    flex: 0 0 100%;
  }

  .cwp-active-user-number {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .cwp-active-user-label {
    font-size: 16px;
  }

  .cwp-active-user-container img {
    width: 100%;
    height: auto;
    opacity: 0.6;
  }
}

@media (max-width: 480px) {
  .cwp-active-user-number {
    font-size: 28px;
  }

  .cwp-active-user-container {
    gap: 20px;
  }
}

/*  Cwp user active  css  */

/*Cwp templates help css */

.cwp-template-help-section {
  padding: 100px 0 147px 0;
}

.cwp-template-help-left-side {
  max-width: 608px;
  width: 100%;
}

section.cwp-template-help-section .container {
  max-width: 1350px;
  width: 100%;
}

.cwp-template-help-flex-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.cwp-template-help-right-side {
  max-width: 590px;
  width: 100%;
  margin: -43px 0 0 0;
}

span.cwp-extensive-collection-btn-text img {
  width: 100%;
  height: 100%;
}

.cwp-template-help-mockup-container {
  position: relative;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 24px;
}

span.cwp-template-help-header-title {
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-template-help-browser-header {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #4f39f6 0%, #9810fa 100%);
  border-radius: 24px 24px 0 0;
}

.cwp-template-help-header-dots {
  display: flex;
  gap: 8px;
}

.cwp-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-orange {
  background: #f54900;
}

.dot-yellow {
  background: #f0b100;
}

.dot-green {
  background: #00a63e;
}

.cwp-template-help-browser-content {
  padding: 28px 32px 74px 32px;
}

.cwp-label {
  color: #364153;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.cwp-custom-select {
  border: 1px solid #e2e8f0;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  background: #f8fafc;
}

.cwp-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 24px;
}

.cwp-grid-item:hover {
  cursor: pointer;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.cwp-grid-item {
  padding: 18px 18px 15px 18px;
  border-radius: 14px;
  display: flex;
  align-items: start;
  gap: 12px;
  border: 2px solid #e5e7eb;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  flex-direction: column;
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  transition: 0.4s;
}

.cwp-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-blue {
  background: linear-gradient(135deg, #2b7fff 0%, #00b8db 100%);
}

.i-purple {
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 100%);
}

.i-green {
  background: linear-gradient(135deg, #00c950 0%, #00bc7d 100%);
}

.i-orange {
  background: linear-gradient(135deg, #ff6900 0%, #fb2c36 100%);
}

.i-violet {
  background: linear-gradient(135deg, #615fff 0%, #ad46ff 100%);
}

.i-pink {
  background: linear-gradient(135deg, #f6339a 0%, #ff2056 100%);
}

.i-yellow {
  background: linear-gradient(135deg, #f0b100 0%, #ff6900 100%);
}

.i-red {
  background: linear-gradient(135deg, #fb2c36 0%, #f6339a 100%);
}

.cwp-template-help-right-side button.span-style-cwp {
  border: unset;
  background: linear-gradient(90deg, #f3e8ff 0%, #dbeafe 100%);
  border-radius: 120px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: -6px 0 0 0;
}

@keyframes softFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.cwp-template-help-floating-card {
  animation: softFloat 3s ease-in-out infinite;
  display: inline-block;
  will-change: transform;
}

.cwp-template-help-floating-card {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: white;
  padding: 17px 25px;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #e5e7eb;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}

.cwp-check-box {
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #00c950 0%, #00bc7d 100%);
}

.cwp-badge-text strong {
  display: block;
  color: #101828;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-badge-text span {
  color: #6a7282;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

.cwp-top-badge {
  background: #f5f3ff;
  color: #7c3aed;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.cwp-main-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 24px 0 0 0px;
}

.cwp-highlight {
  color: #5641f3;
  font-weight: 700;
}

.cwp-description {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 26px 0 28px 0;
}

.cwp-feature-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 50px 0;
}

.cwp-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
}

.cwp-check-circle {
  color: #5641f3;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  background: #e0e7ff;
  align-items: center;
  justify-content: center;
}

.cwp-set-standard-card:hover img {
  scale: 1.1;
}

.cwp-set-standard-card img {
  transition: 0.3s;
}

a.cwp-start-building {
  background: #5641f3;
  color: white;
  border: 1px solid #5641f3;
  padding: 22px 38px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: unset;
  transform: translateY(0px);
}

a.cwp-start-building:hover {
  background: transparent;
  transform: translateY(-2px);
  color: #5641f3;
}

a.cwp-start-building:hover svg path {
  stroke: #5641f3;
}

.cwp-select-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 21px;
}

.cwp-real-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 12px 17px;
  border-radius: 14px;
  cursor: pointer;
  outline: none;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #101828;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.cwp-real-select:focus {
  border-color: #7c3aed;
}

.cwp-custom-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.cwp-real-select option {
  padding: 10px;
  background: #fff;
}

header.cwp-calculation-graph-hero h2 {
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .cwp-template-help-section {
    padding: 60px 0;
  }

  .cwp-template-help-flex-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .cwp-template-help-left-side,
  .cwp-template-help-right-side {
    width: 100%;
    text-align: center;
  }

  .cwp-template-help-mockup-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .cwp-grid-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .cwp-template-help-floating-card {
    right: 10px;
    bottom: -20px;
    padding: 10px;
    transform: scale(0.9);
  }

  .cwp-main-title {
    font-size: 28px;
  }

  .cwp-feature-list li {
    justify-content: center;
    text-align: left;
    font-size: 14px;
  }

  .cwp-start-building {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .cwp-grid-layout {
    grid-template-columns: 1fr;
  }

  .cwp-template-help-floating-card {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    justify-content: center;
    transform: scale(1);
  }

  .cwp-main-title {
    font-size: 24px;
  }
}

/*Cwp templates help css */

/* Cwp set standard css */

.cwp-set-standard-section {
  padding: 0 20px 75px 20px;
}

.cwp-set-standard-header {
  margin-bottom: 50px;
}

.cwp-set-standard-badge {
  background: #ebebff;
  color: #6366f1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.cwp-set-standard-title {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #111;
}

.cwp-set-standard-title span {
  color: #6366f1;
}

.cwp-set-standard-desc {
  color: #666;
  font-size: 16px;
}

.cwp-set-standard-grid-container {
  gap: 17px;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cwp-set-standard-card:hover {
  cursor: pointer;
  box-shadow: 0px 25px 77px -12px #00000045;
  transform: scale(1.01);
}

.cwp-set-standard-card:hover a.cwp-set-standard-btn {
  background: transparent;
  color: #5641f3;
  border-color: #5641f3;
}

.cwp-set-standard-card:hover a.cwp-set-standard-btn svg path {
  stroke: #5641f3;
}

.cwp-set-standard-card a.cwp-set-standard-btn:hover svg path {
  stroke: #fff;
}

.cwp-set-standard-card a.cwp-set-standard-btn:hover {
  background: #5641f3;
  color: #fff;
}

.cwp-set-standard-card {
  background: #ffffff;
  max-width: 331px;
  width: 100%;
  padding: 18px 23px 18px 24px;
  box-shadow: 0px 14px 86.8px 0px #0000001a;
  border-radius: 20px;
  text-align: left;
  transition: 0.4s;
}

.cwp-set-standard-btn:hover svg path {
  stroke: #fff;
}

.cwp-set-standard-icon {
  margin-bottom: 33px;
}

.cwp-set-standard-card-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 20px;
  line-height: 27.39px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 8px;
}

.cwp-set-standard-card-text {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #000;
  width: 80%;
  max-width: 800px;
  position: relative;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

a.cwp-built-growth-btn.btn-primary:hover svg {
  stroke: #5641f3;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cwp-set-standard-btn {
  background: #f7f7f8;
  border: 1px solid #dbdfe9;
  text-decoration: unset;
  padding: 22px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 120px;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s;
  gap: 8px;
}

section.cwp-set-standard-section .container {
  max-width: 1397px;
  width: 100%;
}

.cwp-set-standard-btn:hover {
  background: #5641f3;
  color: #fff;
  border-color: #5641f3;
}

@media (max-width: 767px) {
  .cwp-set-standard-section {
    padding: 60px 0;
  }

  .cwp-built-growth-header {
    margin-bottom: 40px;
    text-align: center;
  }

  .cwp-built-growth-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .cwp-set-standard-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cwp-set-standard-card {
    padding: 20px;
    text-align: center;
    width: 100%;
    min-width: 304px;
  }

  .cwp-set-standard-btn {
    justify-content: center;
    padding: 13px;
    font-size: 18px;
  }

  .cwp-set-standard-grid-container {
    width: 100%;
    display: flex;
    overflow: auto;
    padding: 20px;
  }

  .cwp-set-standard-icon {
    margin: 0 auto 15px auto;
  }

  .cwp-set-standard-card-title {
    font-size: 18px;
  }

  .cwp-set-standard-btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cwp-built-growth-title {
    font-size: 24px;
  }

  .cwp-set-standard-grid-container {
    grid-template-columns: 1fr;
  }

  .cwp-built-growth-badge {
    font-size: 12px;
  }

  .cwp-set-standard-card-text {
    font-size: 14px;
  }
}

/* Cwp set standard css */

/* Cwp review css */

.cwp-review-container {
  display: grid;
  grid-template-columns: 395px 1fr;
  gap: 32px;
}

.cwp-review-video-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cwp-review-video-box {
  position: relative;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.cwp-review-user-info h4 {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 2px;
}

.cwp-review-user-info {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.cwp-review-user-info p {
  color: #dbdfe9;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.cwp-review-video-box.active,
.cwp-review-video-box:hover {
  height: 295px;
  border-color: #5641f3;
}

.cwp-review-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: brightness(0.7);
}

.cwp-review-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #ffffffe5;
}

.cwp-review-video-box.active .cwp-review-play-btn {
  color: #fff;
  background: linear-gradient(90deg, #9810fa 0%, #155dfc 100%);
  width: 70px;
  height: 70px;
}

.cwp-review-video-box.active .cwp-review-play-btn svg path {
  stroke: #fff;
  fill: #fff;
  height: 28px;
  width: 28px;
}

.cwp-review-play-btn svg {
  height: 24px;
  width: 24px;
  margin: 0 0 0 7px;
}

.cwp-review-content-display h2.cwp-review-quote {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 45px;
  line-height: 59.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 22px 0;
  position: relative;
}

.cwp-img-review img {
  position: absolute;
  top: 0;
  right: 0;
}

.cwp-review-content-display p.cwp-review-text {
  margin: 0;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-review-footer {
  margin-top: 57px;
  border-top: 1px solid #dbdfe9;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cwp-review-footer img {
  filter: brightness(0);
}

.cwp-review-inner strong {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 17.6px;
  letter-spacing: -0.32px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.cwp-review-inner p {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.32px;
  vertical-align: middle;
  margin: 0;
}

.cwp-review-content-display {
  background: #fff;
  padding: 44px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  box-shadow: 0px 25px 50px -12px #00000040;
  padding-bottom: 42px;
  position: relative;
}

.cwp-review-content-display h2.cwp-review-quote span {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 4px;
}

.cwp-review-content-display h2.cwp-review-quote span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #facc15;
  transform: rotate(-2deg);
  z-index: -1;
}

.cwp-review-content-item {
  display: none;
}

.cwp-review-content-item.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cwp-review-modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.cwp-review-modal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
}

#cwp-review-video-iframe {
  width: 100%;
  height: 450px;
}

.cwp-review-close {
  color: #fff;
  float: right;
  font-size: 30px;
  cursor: pointer;
}

.cwp-revie-botttm-main {
  text-align: center;
  margin-top: 55px;
}

section.cwp-review-section .container {
  max-width: 1398px;
  width: 100%;
  position: sticky;
  top: 17%;
}

.cwp-revie-botttm-main p.cwp-review-botttom {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 12px;
}

.cwp-built-growth-tab-item.active .cwp-built-growth-icon img {
  transform: scale(1.1);
}

.cwp-revie-botttm-main a.cwp-review-botttom-btn {
  background: #5641f3;
  color: #fff;
  text-decoration: unset;
  border-radius: 120px;
  padding: 22px 38px;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: 0.3s;
}

.cwp-revie-botttm-main a.cwp-review-botttom-btn:hover {
  cursor: pointer;
  color: #5641f3;
  background: transparent;
  border: 1px solid #5641f3;
}

.cwp-revie-botttm-main a.cwp-review-botttom-btn:hover svg path {
  stroke: #5641f3;
}

.cwp-revie-botttm-main {
  text-align: center;
  margin-top: 59px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.cwp-revie-botttm-main a.cwp-review-botttom-btn svg {
  margin-left: 8px;
}
section.cwp-review-section {
  padding: 74px 20px;
  padding-bottom: 100px;
  min-height: 150vh;
}

@media (max-width: 767px) {
  .cwp-review-section {
    padding: 60px 0;
  }

  .cwp-review-footer {
    margin-top: 23px;
  }

  .cwp-review-video-box.active,
  .cwp-review-video-box:hover {
    height: 179px;
  }

  .cwp-built-growth-header p.cwp-built-growth-subtitle {
    font-size: 17px;
    line-height: 26px;
  }

  section.cwp-review-section {
    padding: 30px 15px;
  }

  section.cwp-review-section .container {
    padding: 0;
  }

  .cwp-review-content-display p.cwp-review-text {
    font-size: 17px;
    line-height: 24px;
  }

  .cwp-review-content-display h2.cwp-review-quote {
    font-size: 20px;
    line-height: 33px;
  }

  .cwp-built-growth-header {
    text-align: center;
    padding: 0 15px;
  }

  .cwp-built-growth-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .cwp-review-container {
    flex-direction: column;
    display: flex;
    gap: 30px;
  }

  .cwp-review-video-sidebar {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 15px;
    scrollbar-width: none;
  }

  .cwp-review-video-sidebar::-webkit-scrollbar {
    display: none;
  }

  .cwp-review-video-box {
    min-width: 200px;
    flex-shrink: 0;
  }

  .cwp-review-content-display {
    padding: 20px;
    margin: 0 15px;
    border-radius: 20px;
  }

  .cwp-img-review {
    margin-bottom: 15px;
  }

  .cwp-img-review img {
    width: 40px;
  }

  .cwp-review-quote {
    font-size: 20px;
    line-height: 1.4;
  }

  .cwp-review-footer {
  }

  .cwp-review-footer img {
    max-width: 100px;
  }

  .cwp-revie-botttm-main {
    flex-direction: column;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .cwp-revie-botttm-main p.cwp-review-botttom {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }

  .cwp-revie-botttm-main a.cwp-review-botttom-btn {
    padding: 14px;
    font-size: 15px;
  }

  .cwp-review-botttom-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cwp-built-growth-title {
    font-size: 22px;
  }

  .cwp-review-quote {
    font-size: 18px;
  }

  .cwp-review-video-box {
    min-width: 180px;
  }
}

/* Cwp review css */

/* Cwp-faq css */

.cwp-faq-section {
  padding: 100px 20px;
  background: #f5f4ff;
}

section.cwp-faq-section .container {
  max-width: 947px;
  width: 100%;
}

span.cwp-faq-icon svg {
  width: 15px;
}

.cwp-faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.cwp-faq-badge {
  background: #ebebff;
  color: #6366f1;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
}

.cwp-faq-title {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #111;
}

.cwp-faq-title span {
  color: #6366f1;
}

.cwp-faq-desc {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.cwp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cwp-faq-item {
  overflow: hidden;
  transition: 0.3s ease;
}

.cwp-faq-question {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #ffffff;
  border-radius: 20px;
}

.cwp-faq-question h3 {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin: 0;
}

.cwp-faq-icon {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  border: 1px solid #dbdfe9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cwp-faq-item.active .cwp-faq-icon svg path {
  stroke: #fff;
  fill: #fff;
}

.cwp-faq-item.active .cwp-faq-icon {
  transform: rotate(180deg);
  background: #6366f1;
}

.cwp-faq-item.active .cwp-faq-icon::before {
  color: #fff;
}

.cwp-faq-answer {
  display: none;
  padding: 30px;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-faq-answer p {
  margin: 0;
  max-width: 1055px;
}

@media (max-width: 767px) {
  .cwp-faq-section {
    padding: 50px 0;
  }

  .cwp-built-growth-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .cwp-built-growth-title {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 15px;
  }

  .cwp-faq-list {
    padding: 0 15px;
  }

  .cwp-faq-question {
    padding: 15px 20px;
    cursor: pointer;
  }

  .cwp-faq-question h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 25px;
  }

  .cwp-faq-icon svg {
    width: 14px;
    transition: transform 0.3s ease;
  }

  .cwp-faq-item.active .cwp-faq-icon svg {
    transform: rotate(180deg);
  }

  .cwp-faq-icon {
    width: 24px;
    height: 24px;
  }

  .cwp-faq-answer {
    padding: 0 20px 15px;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Cwp-faq css */

/* Cwp-ready-to-unlock  css */
.cwp-ready-top-unlock-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: url(..//images/cubewp-home/ready-to-unlock.png);
  height: 544px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -94px;
}

.cwp-ready-top-unlock-container {
  margin: 0 auto;
  padding-top: 140px;
  position: relative;
}

.cwp-ready-top-unlock-shape {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}

.cwp-ready-top-unlock-title {
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 64px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 22px;
}

.cwp-ready-top-unlock-stroke {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.6);
  margin: 13px 0 0 0;
  font-size: 54px;
}

.cwp-ready-top-unlock-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 22px 38px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  background: linear-gradient(
    90deg,
    rgba(152, 16, 250, 0.2) 0%,
    rgba(21, 93, 252, 0.2) 100%
  );
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.cwp-ready-top-unlock-btn:hover {
  background: linear-gradient(90deg, #4f46e5, #7c3aed);
  box-shadow: 0px 10px 20px rgba(79, 70, 229, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cwp-ready-top-unlock-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .cwp-ready-top-unlock-section {
    padding: 60px 20px;
  }

  .cwp-ready-top-unlock-container {
    padding: 40px 20px;
    text-align: center;
    border-radius: 24px;
  }

  .cwp-ready-top-unlock-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .cwp-ready-top-unlock-stroke {
    display: block;
    font-size: 26px;
    margin-top: 5px;
  }

  .cwp-ready-top-unlock-btn {
    display: flex;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }

  .cwp-ready-top-unlock-btn span svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .cwp-ready-top-unlock-title {
    font-size: 24px;
  }

  .cwp-ready-top-unlock-stroke {
    font-size: 22px;
  }

  .cwp-ready-top-unlock-section {
    height: 300px;
    margin: 0;
    background: #171130;
  }

  .cwp-foooter-top-bar {
    background-color: #1f183c;
    padding: 48px 20px;
  }

  .cwp-foooter-top-item {
    font-size: 13px;
  }
}

/* Cwp-ready-to-unlock css */

/* cwp footer top css */

.cwp-foooter-top-bar {
  background-color: #1f183c;
  padding: 100px 20px;
}

.cwp-foooter-top-container {
  max-width: 1118px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cwp-foooter-top-container .cwp-foooter-top-item:nth-child(3) {
  margin: 0 37px 0 -37px;
}

.cwp-foooter-top-container .cwp-foooter-top-item:nth-child(2) {
  margin: 0 1px 0 -36px;
}

.cwp-foooter-top-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .cwp-foooter-top-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* cwp footer top css */

/* cwp footer css */

.cwp-footer-section {
  padding: 50px 0;
  background: #171130;
}

.cwp-footer-container {
  max-width: 1358px;
  margin: 0 auto;
}

.cwp-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 20px;
  align-items: center;
}

.cwp-footer-brand {
  max-width: 449px;
  width: 100%;
}

.cwp-footer-logo {
  margin-bottom: 22px;
}

.cwp-footer-brand-text {
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.65px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 66px;
}

.cwp-footer-newsletter label {
  display: block;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 31px;
}

.cwp-footer-input-group {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1.38px solid #ffffff;
}

.cwp-footer-input-group button {
  border: unset;
  background: transparent;
}

.cwp-footer-input-group input {
  background: transparent;
  border: none;
  width: 100%;
  outline: none;
  color: #dbdfe980;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 18px;
  line-height: 30.33px;
  letter-spacing: 0%;
}

.cwp-footer-links-grid {
  display: flex;
  gap: 40px;
  flex: 2;
  max-width: 682px;
  justify-content: space-between;
}

.cwp-footer-col h4 {
  margin-bottom: 13px;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-footer-col ul {
  list-style: none;
  padding: 0;
}

.cwp-footer-col ul li {
  margin-bottom: 12px;
}

.cwp-footer-col ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-footer-col ul li a:hover {
  color: #ffffff;
}

.cwp-footer-awards {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  background: #1f183c;
  padding: 50px;
}

.cwp-footer-bottom {
  padding-top: 24px;
  color: #ffffff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.65px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-footer-bottom p {
  margin: 0;
}

.cwp-footer-bottom a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1024px) {
  .cwp-footer-top {
    flex-direction: column;
    gap: 60px;
  }

  .cwp-footer-brand {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .cwp-footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cwp-footer-links-grid {
    grid-template-columns: 1fr;
  }

  .cwp-footer-awards {
    gap: 10px;
  }

  .cwp-award-item img {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .cwp-footer-top {
    flex-direction: column;
    gap: 40px;
  }

  .cwp-footer-brand {
    max-width: 100%;
    text-align: center;
  }

  .cwp-footer-logo {
    margin: 0 auto 20px;
  }

  .cwp-footer-input-group {
    margin: 0 auto;
    max-width: 400px;
  }

  .cwp-footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cwp-footer-section {
    padding: 60px 20px 20px;
  }

  .cwp-footer-links-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cwp-footer-col ul {
    padding: 0;
    list-style: none;
  }

  .cwp-footer-awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
  }

  .cwp-award-item img {
    height: 40px;
    width: auto;
  }

  .cwp-footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
  }

  .cwp-footer-bottom p {
    line-height: 1.6;
  }
}

/* cwp footer css */
