@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;
}

body {
  background-color: #FAFAFA;
}



/* header css */

nav.cwp-nav-menu label.cwp-menu-close {
  display: none;
}

/* Mobile popup menu elements should not show on desktop */
.cwp-nav-menu .cwp-nav-popup-top,
.cwp-nav-menu .cwp-header-actions {
  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: 992px) {

  .cwp-header-actions,
  .cwp-account-link {
    display: none;
  }

  /* Show header actions inside the mobile header popup */
  .cwp-nav-menu .cwp-header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
  }

  .cwp-nav-menu .cwp-account-link {
    display: inline-flex;
  }

  .cwp-btn-download {
    font-size: 16px;
    padding: 14px 22px;
  }

  .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-nav-menu .cwp-nav-popup-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -40px 0 12px;
  }

  .cwp-nav-popup-logo img {
    height: 26px;
    width: auto;
    display: block;
  }

  nav.cwp-nav-menu label.cwp-menu-close {
    padding: 0;
    line-height: 0;
  }


  .cwp-main-header {
    width: 100%;
    background: #fff;
    padding: 14px 10px;
    z-index: 9999999999;
    position: relative;
  }


  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 */



.banner-t-ai-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}


.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;
 
  overflow: visible; 

  animation: none !important;
   
}


 
.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: none !important;
  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;
}

section.cwp-banner-wrapper {
  position: relative;
  overflow: hidden;
}

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 {
  width: 100%;
  min-height: 717px;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-image: url("..//images/pricing-plan/banner-background.png");
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 116px;
}

h1.cwp-banner-title img {
  margin: 0px 0px -12px -11px;
}


.cwp-banner-container {
  z-index: 10;
  max-width: 800px;
  padding: 20px;
  position: relative;
}

/* Banner: reuse money-back badge in top banner */
@media (max-width: 767px) {
  .cwp-money-back-guarantee-badge.cwp-banner-guarantee-badge {
    position: absolute;
    bottom: 0;
    right: 10px;
    opacity: 1;
    width: 66px !important;
    left: auto;
  }
}

.cwp-banner-guarantee-badge {
  position: absolute;
  bottom: 0px;
  left: -9%;
}

/* Reuse the money-back badge inside the banner. */
.cwp-banner-guarantee-badge {
  margin: 0 auto 14px;
  width: 88px !important;
}

.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: 0;
}

.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: #000000;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 22px 0 18px;
}

.cwp-inline-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5641F3;
  vertical-align: middle;
  margin: 0 10px;
}

.cwp-banner-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cwp-banner-meta-icon {
  width: 16px;
  height: 16px;
  color: #5641F3;
  flex: 0 0 auto;
}


.cubewp-pricing-banner-tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 16px 20px 20px;
  position: relative;
}

.cubewp-pricing-banner-tab-wrapper {
  position: relative;
  display: flex;
  padding: 10px;
  border-radius: 50px;
  width: fit-content;
  border: 1px solid #DBDFE9;
  background: #FFFFFF;
}

.cubewp-pricing-banner-tab-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111111;
  text-align: left;
  user-select: none;
  position: absolute;
  right: 57px;
  top: 0px;
}

.cubewp-pricing-banner-tab-note-icon {
  flex: 0 0 auto;
}

.cubewp-pricing-banner-tab-note-icon svg {
  display: block;
}

.cubewp-pricing-banner-tab-note-icon path {
  stroke: #5641F3;
}

.cubewp-pricing-banner-tab-note-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.cubewp-pricing-banner-tab-note-kicker {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
}

.cubewp-pricing-banner-tab-note-strong {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .cubewp-pricing-banner-tab-container {
    flex-direction: column;
    gap: 10px;
  }

  .cubewp-pricing-banner-tab-note {
    justify-content: center;
    text-align: center;
  }
}

.cwp-pricing-plan-price span.price-amount {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 52px;
  line-height: 64.11px;
  letter-spacing: 0px;
  color: #000000;
}

.cubewp-pricing-banner-tab-input {
  display: none;
}

#annual:checked~label[for="annual"],
#lifetime:checked~label[for="lifetime"] svg path {
  fill: #fff;
}

/* Same toggle behavior for duplicated tab groups (e.g. compare table). */
.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="annual"]:checked~label[data-pricing-label="annual"],
.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="lifetime"]:checked~label[data-pricing-label="lifetime"] svg path {
  fill: #fff;
}

.cubewp-pricing-banner-tab-icon svg path {
  /* Force default icon color even if SVG has inline fill attributes. */
  fill: #5641F3 !important;
}

#annual:checked~label[for="annual"],
#lifetime:checked~label[for="lifetime"] svg path {
  fill: #fff !important;
  stroke: #ffff;
}

.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="annual"]:checked~label[data-pricing-label="annual"],
.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="lifetime"]:checked~label[data-pricing-label="lifetime"] svg path {
  fill: #fff !important;
  stroke: #ffff;
}

.cubewp-pricing-banner-tab-label {
  position: relative;
  z-index: 2;
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 120px;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #5641F3;
  transition: 0.3s;
}

.cubewp-pricing-banner-tab-slider {
  position: absolute;
  top: 8px;
  left: 8px;
  height: calc(100% - 16px);
  width: calc(50% - 8px);
  background-color: var(--primary-purple);
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(94, 66, 243, 0.3);
  transition: transform var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

#annual:checked~.cubewp-pricing-banner-tab-slider {
  transform: translateX(0);
}

#lifetime:checked~.cubewp-pricing-banner-tab-slider {
  transform: translateX(100%);
}

.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="annual"]:checked~.cubewp-pricing-banner-tab-slider {
  transform: translateX(0);
}

.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="lifetime"]:checked~.cubewp-pricing-banner-tab-slider {
  transform: translateX(100%);
}

#annual:checked~label[for="annual"],
#lifetime:checked~label[for="lifetime"] {
  color: #ffffff;
  box-shadow: 0px 10px 15px -3px #0000004D;
  background: #5641F3;
}

.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="annual"]:checked~label[data-pricing-label="annual"],
.cubewp-pricing-banner-tab-wrapper input.cubewp-pricing-banner-tab-input[data-pricing="lifetime"]:checked~label[data-pricing-label="lifetime"] {
  color: #ffffff;
  box-shadow: 0px 10px 15px -3px #0000004D;
  background: #5641F3;
}

/* JS-backed active state (used to guarantee correct styling in table/sticky clones). */
.cubewp-pricing-banner-tab-label.is-active {
  color: #ffffff;
  box-shadow: 0px 10px 15px -3px #0000004D;
  background: #5641F3;
}

.cubewp-pricing-banner-tab-label.is-active svg path {
  fill: #fff !important;
  stroke: #fff;
}

.cubewp-pricing-banner-tab-icon {
  font-size: 18px;
}

/* Compact Annual / Lifetime toggle inside the compare table (and sticky clone). */
.cubewp-pricing-banner-tab-wrapper--compare {
  padding: 5px 6px;
  border-radius: 40px;
}

.cubewp-pricing-banner-tab-wrapper--compare .cubewp-pricing-banner-tab-label {
  padding: 8px 14px;
  gap: 6px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
}

.cubewp-pricing-banner-tab-wrapper--compare .cubewp-pricing-banner-tab-icon {
  font-size: 14px;
  line-height: 0;
}

.cubewp-pricing-banner-tab-wrapper--compare .cubewp-pricing-banner-tab-icon svg {
  width: 16px;
  height: 16px;
}

.cubewp-pricing-banner-tab-wrapper--compare .cubewp-pricing-banner-tab-slider {
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(50% - 5px);
  border-radius: 28px;
  box-shadow: 0 4px 12px rgba(94, 66, 243, 0.22);
}

.cwp-banner-btn {
  display: inline-block;
  padding: 22px 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-top: 32px;
  box-shadow: none;
}


.cwp-banner-btn:hover {
  cursor: pointer;
  box-shadow: 0px 25px 50px -12px #00000040;
}

a.cwp-banner-btn svg {
  margin-left: 8px;
}


.cwp-banner-float {
  position: absolute;
  z-index: 5;
  animation: floatAnimation 6s ease-in-out infinite;
}

.cwp-banner-img-1 {
  top: 2%;
  left: 35%;
  animation-delay: 0s;
}

.cwp-banner-img-2 {
  top: 53%;
  right: 20%;
  animation-delay: 1s;
}

.cwp-banner-img-3 {
  bottom: 42%;
  left: 22%;
  animation-delay: 2s;
}

.cwp-banner-img-4 {
  bottom: 0;
  right: 19%;
  animation-delay: 3s;
}



@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;
    padding-top: 50px;
  }


  .banner-ai-text {
    font-size: 20px;
    height: 32px;
    animation: none !important;
}

.banner-ai-text svg {
  width: 19px;
  
}

  .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;
  }

  .cubewp-pricing-banner-tab-label {

    padding: 13px 24px;

  }



  .cwp-banner-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 13px;
    box-sizing: border-box;
    font-size: 16px;
  }
}

/* Bannner css */



/* Cwp pricing plan css */

.cwp-pricing-plan-container-inner {
  display: flex;
  gap: 8px;
}


.cwp-pricing-tab-content {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cwp-pricing-plan-container .container {
  max-width: 1376px;
  width: 100%;
}

.cwp-pricing-plan-container {
  background-color: transparent;
  margin-top: -105px;
  position: relative;
  z-index: 9;
  padding-bottom: 150px;

}



.cwp-license-counter {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  width: 90px;
  padding: 4px 10px;
}


.cwp-pricing-plan-container.liftime {
  display: none;
}

.cwp-license-counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 120px;
  padding: 0.53px;
  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;
}

.counter-btn {
  background: none;
  border: none;
  color: #5641F3;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0;
}

.counter-display {
  background: #5641F3;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.53px solid #DBDFE9;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 13.56px;
  line-height: 8.02px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-pricing-plan-card {
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DBDFE9;
  padding: 30px;
}


.cwp-pricing-plan-card.cwp-featured {
  border: 1px solid #5e42f3;
  box-shadow: 0 20px 40px rgba(94, 66, 243, 0.08);
}


.cwp-pricing-plan-container-inner .cwp-pricing-plan-card {
  max-width: 337px;
}


.cwp-pricing-plan-card.cwp-featured .cwp-why-box strong {
  color: #000000;
}

.cwp-pricing-plan-card.cwp-featured .cwp-why-box {
  box-shadow: 0px 24px 48px -12px #5C5CAD1F;
  border: 0.5px solid #5C2EDE;
  border-radius: 12px;
  background: #F5F4FF;
}

.cwp-most-popular {
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  margin: 10px 0;
}

.cwp-pricing-plan-card-main > .cwp-most-popular {
  background: #5641f3;
  border-radius: 20px 20px 0 0;
  margin: 0;
  padding: 10px 12px;
}


.cwp-pricing-plan-title {
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 32px;
}


.cwp-pricing-plan-card.freelancer-plan h3.cwp-pricing-plan-title.cwp-color-pink {
  color: #000;
}


.cwp-pricing-plan-card.cwp-featured h3.cwp-pricing-plan-title.cwp-color-gold {
  color: #000;
}


.cwp-pricing-plan-card.ultimate-plan h3.cwp-pricing-plan-title.cwp-color-pink {
  color: #000;
}


.cwp-pricing-plan-card-main {
  background-color: #5641F3;
  border-radius: 20px;
  margin-top: -45px;
}


.cwp-pricing-plan-price span.cwp-old-price {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 100;
  font-size: 29.42px;
  line-height: 64.11px;
  letter-spacing: 0px;
  text-decoration: line-through;
  text-decoration-color: #FF0000;
}

.cwp-save-badge {
  background: #7BFFAF;
  padding: 2px 6px;
  border-radius: 5px;
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-left: 8px;
}

.cwp-pricing-plan-price {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 52px;
  line-height: 64.11px;
  letter-spacing: 0px;
  color: #000000;
}

.cwp-pricing-plan-price span {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
}

.cwp-old-price {
  font-size: 28px;
  color: #cbd5e0;
  text-decoration: line-through;
  margin-right: 8px;
}

.cwp-pricing-plan-description {
  margin: 22px 0 26px;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid #E6E8F0;
  background: #F7F8FC;
  box-shadow: 0px 10px 24px -18px rgba(17, 24, 39, 0.25);

  color: #4B5563;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}


.cwp-pricing-plan-description strong {
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #111827;
  margin-bottom: 6px;
  display: inline-block;
}

.cwp-pricing-plan-button {
  display: block;
  text-align: center;
  background: #5e42f3;
  text-decoration: none;
  padding: 18px;
  border-radius: 120px;
  transition: 0.3s;
  box-shadow: 0px 10px 15px -3px #5641F34D;
  color: #FFFFFF;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  transition: 0.4a;
  border: 1px solid transparent;
  cursor: pointer;
}


.cwp-pricing-plan-button:hover {
  border: 1px solid #5e42f3;
  background: transparent;
  color: #5e42f3;
  box-shadow: unset;
}

.cwp-pricing-plan-button.is-loading {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.9;
}

.cwp-pricing-plan-button.is-loading:hover {
  border: 1px solid transparent;
  background: #5e42f3;
  color: #FFFFFF;
  box-shadow: 0px 10px 15px -3px #5641F34D;
}

.cwp-pricing-plan-button.is-loading::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  animation: cwp-btn-spin 0.8s linear infinite;
}

@keyframes cwp-btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Non-featured plan buttons: transparent default + blur glow on hover.
   Keep the featured/primary (inside `.cwp-pricing-plan-card-main`) button unchanged. */
.cwp-pricing-plan-card:not(.cwp-featured) .cwp-pricing-plan-button:not(.is-loading) {
  background: transparent;
  color: #5e42f3;
  border: 1px solid rgba(94, 66, 243, 0.45);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cwp-pricing-plan-card:not(.cwp-featured) .cwp-pricing-plan-button:not(.is-loading)::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, rgba(94, 66, 243, 0.55) 0%, rgba(94, 66, 243, 0.0) 60%),
    radial-gradient(circle at 70% 70%, rgba(94, 66, 243, 0.45) 0%, rgba(94, 66, 243, 0.0) 55%);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: -1;
}

.cwp-pricing-plan-card:not(.cwp-featured) .cwp-pricing-plan-button:not(.is-loading):hover {
  background: #5e42f3;
  color: #ffffff;
  border-color: #5e42f3;
  box-shadow: 0px 18px 40px -28px rgba(94, 66, 243, 0.95);
}

.cwp-pricing-plan-card:not(.cwp-featured) .cwp-pricing-plan-button:not(.is-loading):hover::after {
  opacity: 1;
}

.cwp-pricing-plan-content {
  margin-top: 55px;
}

.cwp-section-label {
  margin-top: 0;
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 9px;
}

.cwp-badge-missing img {
  margin-right: 4px;
}

.cwp-feature-list li,
.cwp-sub-list li,
.cwp-peace-list li {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 14px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  gap: 5px;
  margin-bottom: 6px;
  align-items: center;
}

.cwp-pricing-plan-content ul {
  padding: 0;
}

ul.cwp-feature-list {
  min-height: 395px;
}

/* "New" tag + tooltip for Core Directory Builder */
.cwp-feature-tooltip {
  position: relative;
  flex-wrap: nowrap;
}

.cwp-feature-tooltip > svg {
  flex: 0 0 auto;
}

.cwp-feature-tooltip-trigger {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: help;
  outline: none;
  min-width: 0;
  flex-wrap: nowrap;
}

.cwp-feature-tooltip-text {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
}

.cwp-feature-tooltip-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(86, 65, 243, 0.22);
  border-radius: 8px;
}

.cwp-pricing-plan-card.freelancer-plan .cwp-bonus-box {
  margin-top: 30px;
}

.cwp-pricing-plan-card-main .cwp-bonus-box.cwp-bonus-active {
  margin-top: 60px;
}

.cwp-feature-tag-new {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: #5e42f3;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
  margin-top: 6px;
}

.cwp-feature-tooltip-card {
  position: absolute;
  left: 28px;
  bottom: calc(100% + 12px);
  width: min(320px, calc(100vw - 48px));
  background: #ffffff;
  border: 1px solid #e6e4f7;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(29, 33, 64, 0.18);
  padding: 12px 12px 10px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  pointer-events: none;
}

.cwp-feature-tooltip-card::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 100%;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-right: 1px solid #e6e4f7;
  border-bottom: 1px solid #e6e4f7;
  transform: translateY(-6px) rotate(45deg);
}

.cwp-feature-tooltip-title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px;
}

.cwp-feature-tooltip-body {
  font-size: 12px;
  line-height: 1.45;
  color: #4b4f6a;
  margin: 0 0 10px;
}

.cwp-feature-tooltip-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.cwp-feature-tooltip-list li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #1d2140;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.cwp-feature-tooltip-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #5641F3;
  margin-top: 6px;
  flex: 0 0 6px;
}

.cwp-feature-tooltip:hover .cwp-feature-tooltip-card,
.cwp-feature-tooltip:focus-within .cwp-feature-tooltip-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Reuse tooltip UI inside comparison table cells */
.cwp-compare-table .cwp-compare-feature-tooltip.cwp-feature-tooltip {
  display: inline-flex;
  align-items: flex-start;
}

.cwp-compare-table .cwp-compare-feature-tooltip .cwp-feature-tooltip-card {
  left: 0;
}

.cwp-compare-table .cwp-compare-feature-tooltip .cwp-feature-tooltip-card::after {
  left: 20px;
}

@media (max-width: 768px) {
  .cwp-feature-tooltip-card {
    left: 0;
  }
  .cwp-feature-tooltip-card::after {
    left: 22px;
  }
}


.cwp-pricing-plan-card.ultimate-plan .cwp-footer-status {
  background: #5e42f3;
  color: #fff;
}


.cwp-pricing-plan-card.ultimate-plan .cwp-badge-missing {
  background: #5C2EDE;
  color: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
}


.cwp-bonus-box {
  border: 0.91px solid #DBDFE9;
  border-radius: 18px;
  padding: 27px 20px 0 25px;
  margin-top: 55px;
  position: relative;
  overflow: hidden;
  width: 275px;
}


.cwp-pricing-plan-card.cwp-featured h4.cwp-bonus-title {
  color: #000000;
}

.cwp-pricing-plan-card.cwp-featured .cwp-badge-exclusive {
  background: #5C2EDE;
  color: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
}


.cwp-badge-missing,
.cwp-badge-exclusive {
  display: inline-block;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 14px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  border: 1px solid #DBDFE9;
  background: #F9F9F9;
  padding: 3px 16px;
  border-radius: 120px;
}

.cwp-bonus-title {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 12px;
}

.cwp-bonus-text {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0;
  margin-top: 4px !important;
  padding-bottom: 22px;
  border-bottom: 1px solid #DBDFE9;
  margin-bottom: 22px;
}

.cwp-bonus-sub-section p.cwp-sub-label {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 9px;
}

.cwp-why-box {
  border: 0.5px solid #DBDFE9;
  box-shadow: 0px 24px 48px -12px #5C5CAD1F;
  padding: 18px 12px;
  border-radius: 12px;
}

.cwp-why-box strong {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 4px;
}


.cwp-pricing-plan-card.personal h3.cwp-pricing-plan-title.cwp-color-pink {
  color: #000;
}

.cwp-pricing-plan-card.personal {
  border-top: 5px solid #00A63E;
}

.cwp-pricing-plan-card.ultimate-plan {
  border-top: 5px solid #F54900;
}

.cwp-pricing-plan-card.freelancer-plan {
  border-top: 5px solid #E60076;
}


.cwp-why-box p {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
}


.cwp-pricing-plan-card.cwp-featured .cwp-bonus-box.cwp-bonus-active {
  border: 0.91px solid #5641F3;
}

.cwp-pricing-plan-card.ultimate-plan h4.cwp-bonus-title {
  color: #000;
}


.cwp-pricing-plan-card.ultimate-plan .cwp-bonus-box {
  border: 0.91px solid #5641F3;
}

.cwp-pricing-plan-card.ultimate-plan .cwp-why-box strong {
  color: #000000;
}

.cwp-pricing-plan-card.ultimate-plan .cwp-why-box {
  box-shadow: 0px 24px 48px -12px #5C5CAD1F;
  border: 0.5px solid #5C2EDE;
  border-radius: 12px;
  background: #F5F4FF;
}

.cwp-pricing-plan-card.ultimate-plan .cwp-badge-exclusive {
  background: #5C2EDE;
  color: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
}

.cwp-footer-status {
  background: #cbd5e0;
  margin: 22px -31px -1px -28px;
  padding: 15px 9px;
  text-align: center;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 15.71px;
  line-height: 23.56px;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.cwp-status-active {
  background: #5e42f3;
  color: #fff;
}


.cwp-peace-footer {
  padding-top: 55px;
}

.cwp-peace-footer ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .cwp-pricing-plan-container {
    margin-top: 0;
    padding: 0;
  }

  .cwp-pricing-plan-container-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .cwp-pricing-plan-container-inner .cwp-pricing-plan-card {
    max-width: 45%;
    flex: 1 1 45%;
    padding: 25px;
  }

  .cwp-pricing-plan-price {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .cwp-pricing-plan-container {
    padding-bottom: 60px;
  }

  .cwp-pricing-plan-container-inner .cwp-pricing-plan-card {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 20px;
  }

  .cwp-pricing-plan-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cwp-pricing-plan-price {
    font-size: 36px;
    line-height: 1.2;
  }

  .cwp-old-price {
    font-size: 22px;
  }

  .cwp-pricing-plan-button {
    font-size: 16px;
    padding: 15px;
  }

  .cwp-bonus-box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }

  .cwp-pricing-plan-card-main {
    margin-top: 0;
  }

  .cwp-pricing-plan-content {
    margin-top: 30px;
  }

  .cwp-pricing-plan-container-inner {
    display: flex;
    flex-wrap: nowrap !important;
    overflow: auto;
    justify-content: space-between !important;
  }

  .cwp-pricing-plan-container-inner .cwp-pricing-plan-card {
    min-width: 312px;
  }
}

@media screen and (max-width: 480px) {
  .cwp-pricing-plan-price {
    font-size: 32px;
  }

  .cwp-feature-list li {
    font-size: 13px;
  }
}


/* Cwp pricing plan css */


/* Cwp prize growth css */



.cwp-price-growth-badge svg {
  margin: 0 4px 1px 0;
}

.cwp-price-growth-badge {
  padding: 8px 17px;
  border-radius: 50px;
  display: inline-block;
  background: linear-gradient(90deg, #F3E8FF 0%, #DBEAFE 100%);
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #9810FA;
}

.cwp-price-growth-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 48.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-top: 22px;
  margin-bottom: 12px;
}

.cwp-price-growth-title span {
  color: #5641F3;
  font-weight: 700;
}

.cwp-price-growth-subtitle {
  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: 0;
}

.cwp-price-growth-list-container {
  background: #FFFFFF;
  border: 1px solid #DBDFE9;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  margin-top: 55px;
}

.cwp-price-growth-item {
  display: flex;
  align-items: center;
  padding: 42px 30px 20px 30px;
  transition: background 0.3s ease;
  border-bottom: 1px solid #DBDFE9;
  gap: 22px;
  cursor: pointer;
}

.cwp-price-growth-item:last-child {
  border-bottom: none;
}

.cwp-price-growth-item:hover {
  background: #5e42f312;
}



.cwp-price-growth-icon img {
  max-width: 100%;
  height: auto;
}

.cwp-price-growth-content h3 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 4px;
}

.cwp-price-growth-content p {
  margin: 0;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.cwp-price-growth-footer {
  margin-top: 40px;
}

.cwp-price-growth-section {
  background: #FFFFFF;
  padding: 100px 20px;
  text-align: center;
}

.cwp-price-growth-section .container {
  max-width: 899px;
  width: 100%;
}

.cwp-price-growth-btn {
  color: #fff;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: #FF6900;
  border: 1px solid #DBDFE9;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
}


.cwp-price-growth-footer {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.cwp-price-growth-btn:hover {
  background: transparent;
  border-color: #FF6900;
  color: #FF6900;
}

.cwp-price-growth-btn:hover svg path {
  stroke: #FF6900;
}


@media screen and (max-width: 1024px) {
  .cwp-price-growth-section {
    padding: 60px 20px;
  }

  .cwp-price-growth-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .cwp-price-growth-item {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .cwp-price-growth-section {
    padding: 40px 15px;
  }

  .cwp-price-growth-title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 15px;
  }

  .cwp-price-growth-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .cwp-price-growth-list-container {
    margin-top: 35px;
  }

  .cwp-price-growth-item {
    flex-direction: column;
    text-align: center;
    padding: 25px 15px;
    gap: 15px;
  }

  .cwp-price-growth-content h3 {
    font-size: 18px;
  }

  .cwp-price-growth-content p {
    font-size: 14px;
    line-height: 1.4;
  }

  .cwp-price-growth-footer {
    margin-top: 35px;
  }

  .cwp-price-growth-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 14px 20px;
  }

  .cwp-price-growth-badge {
    font-size: 12px;
    padding: 6px 14px;
  }
}

@media screen and (max-width: 480px) {
  .cwp-price-growth-title {
    font-size: 24px;
  }

  .cwp-price-growth-subtitle {
    font-size: 14px;
  }

  .cwp-price-growth-item {
    min-width: 400px;
  }

  .cwp-price-growth-list-container {
    display: flex;
    overflow: auto;
  }
}

/* Cwp prize growth css */



/* Cwp money back css */

.cwp-money-back-main {
  background-color: #FAFAFA;
  padding: 50px 20px;
}

.cwp-money-back-guarantee-section {
  max-width: 1067px;
  margin: auto;
  border-radius: 12px;
  padding: 36px 50px;
  background: #FFFFFF;
  border: 1px solid #DBDFE9;
  z-index: 9;
  position: relative;
  margin-bottom: 40px;
}

.cwp-money-back-guarantee-content-wrapper {
  display: flex;
  align-items: end;
  gap: 30px;
}

.cwp-money-back-guarantee-badge {
  flex-shrink: 0;
  width: 200px;
}

.cwp-money-back-guarantee-section .cwp-money-back-guarantee-badge.cwp-banner-guarantee-badge {
  width: auto;
}

.cwp-money-back-guarantee-badge img {
  width: 100%;
  height: auto;
}

.cwp-money-back-guarantee-text-content {
  flex-grow: 1;
}

.cwp-money-back-guarantee-title {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 7px;
}

.cwp-money-back-guarantee-desc {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.89px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 29px;
}

.cwp-money-back-guarantee-salutation {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.89px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
  margin: 0;
}

.cwp-money-back-guarantee-signature-area {
  margin-top: 32px;
  position: relative;
}

img.money-back-badge {
  position: absolute;
  width: auto;
  top: 29px;
  left: 35px;
}

.cwp-money-back-guarantee-signature {
  margin-bottom: 0;
  max-width: 254px;
}

.cwp-money-back-guarantee-signature img {
  width: 100%;
  height: auto;
}

.cwp-money-back-guarantee-meta {
  display: flex;
  flex-direction: column;
}

.cwp-money-back-guarantee-name {
  margin: 0;
  color: #000000;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.89px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-money-back-guarantee-designation {
  margin: 0;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.89px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

@media (max-width: 768px) {
  .cwp-money-back-guarantee-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cwp-money-back-guarantee-section {
    padding: 30px 20px;
  }

  .cwp-money-back-guarantee-signature {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 1024px) {
  .cwp-money-back-main {
    padding: 100px 20px;
  }

  .cwp-money-back-guarantee-section {
    max-width: 90%;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cwp-money-back-main {
    padding: 60px 15px;
  }

  .cwp-money-back-guarantee-section {
    padding: 30px 20px;
    margin: 0px !important;
    text-align: center;
 
  }

  .cwp-money-back-guarantee-content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cwp-money-back-guarantee-badge {
    width: 80px;
  }

  .cwp-money-back-guarantee-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .cwp-money-back-guarantee-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .cwp-money-back-guarantee-signature-area {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cwp-money-back-guarantee-signature {
    max-width: 180px;
    margin: 0 auto 10px;
  }

  .cwp-money-back-guarantee-name,
  .cwp-money-back-guarantee-designation,
  .cwp-money-back-guarantee-salutation {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .cwp-money-back-guarantee-section {
    padding: 25px 15px;
  }

  .cwp-money-back-guarantee-title {
    font-size: 18px;
  }
}

/* Cwp money back css */



/* cwp growth counter css */

/* comparison table section */
.cwp-compare-section {
  padding: 90px 0 60px;
  background: linear-gradient(180deg, #fafaff 0%, #f5f4ff 100%);
}

.cwp-compare-header {
  text-align: center;
  margin-bottom: 24px;
}

.cwp-compare-kicker {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(86, 65, 243, 0.12);
  color: #5641f3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.cwp-compare-title {
  margin: 16px 0 8px;
  color: #10153d;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
}

.cwp-compare-subtitle {
  margin: 0;
  color: #555b74;
  font-size: 18px;
  line-height: 1.5;
}

.cwp-compare-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.cwp-compare-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #dedbf8;
  border-radius: 12px;
  background: #ffffff;
  color: #303556;
  font-size: 14px;
  font-weight: 500;
}

.cwp-compare-toggle input {
  accent-color: #5641f3;
}

.cwp-compare-table-wrap {
  border: 1px solid #dcd8fa;
  border-radius: 16px;
  overflow: auto;
  /* Subtle tint on the outer container (rows stay white). */
  background: #fcfbff;
  box-shadow: 0 12px 32px rgba(36, 27, 99, 0.08);
}

.cwp-compare-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: #1d2140;
}

.cwp-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f0edff;
  color: #281f7c;
  border-bottom: 1px solid #dcd8fa;
  font-size: 15px;
  font-weight: 700;
  padding: 16px;
  text-align: center;
}

.cwp-compare-table thead th.cwp-compare-th-ultimate {
  /* Match default header styling (only Agency stays blue). */
  background: #f0edff;
  color: #281f7c;
}

/* Second header row (price + CTA) sits below the first sticky row */
.cwp-compare-table thead tr.cwp-compare-plan-row th {
  top: var(--cwp-compare-head-row1, 56px);
  z-index: 3;
  background: #ffffff;
  color: #1d2140;
  border-bottom: 1px solid #f0eff9;
  padding: 12px 16px 14px;
}

.cwp-compare-table thead tr.cwp-compare-plan-row th.cwp-compare-th-ultimate {
  /* Match Starter/Freelancer in plan row */
  background: #ffffff;
  color: #1d2140;
}

/* Compare plan row: only one billing panel visible at a time (Annual vs Lifetime). */
.cwp-compare-plan-panels {
  position: relative;
}

.cwp-compare-table-wrap[data-pricing-mode="annual"] .cwp-compare-plan-panel[data-pricing-panel="lifetime"],
.cwp-compare-table-wrap[data-pricing-mode="lifetime"] .cwp-compare-plan-panel[data-pricing-panel="annual"],
.cwp-compare-sticky-head[data-pricing-mode="annual"] .cwp-compare-plan-panel[data-pricing-panel="lifetime"],
.cwp-compare-sticky-head[data-pricing-mode="lifetime"] .cwp-compare-plan-panel[data-pricing-panel="annual"] {
  display: none;
}

.cwp-compare-plan-price {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1;
}

.cwp-compare-plan-price .cwp-old-price,
.cwp-compare-plan-price .cwp-old-price,
.cwp-compare-plan-price .cwp-old-price {
  font-size: 16px;
  line-height: 1.1;
}

.cwp-compare-plan-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 999px;
}

/* Sticky (page-level) compare header bar */
.cwp-compare-sticky-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 140ms ease;
}

.cwp-compare-sticky-head.is-active {
  opacity: 1;
  pointer-events: auto;
}

.cwp-compare-sticky-head.is-active .cwp-compare-sticky-head-inner {
  border-radius: 0;
}

.cwp-compare-sticky-head-inner {
  border: 1px solid #dcd8fa;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(36, 27, 99, 0.10);
}

.cwp-compare-sticky-head table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.cwp-compare-sticky-head th {
  background: #f0edff;
  color: #281f7c;
  border-bottom: 1px solid #dcd8fa;
  font-size: 15px;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  white-space: nowrap;
}

.cwp-compare-sticky-head tr.cwp-compare-plan-row th {
  background: #ffffff;
  color: #1d2140;
  border-bottom: 1px solid #f0eff9;
  padding: 12px 16px 14px;
}

.cwp-compare-sticky-head tr.cwp-compare-plan-row th.cwp-compare-th-ultimate {
  /* Match Starter/Freelancer in plan row */
  background: #ffffff;
  color: #1d2140;
}

.cwp-compare-sticky-head .cwp-compare-plan-price {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1;
}

.cwp-compare-sticky-head .cwp-compare-plan-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 999px;
}

.cwp-compare-sticky-head th:first-child {
  text-align: left;
  min-width: 280px;
}

.cwp-compare-table thead tr.cwp-compare-plan-row th {
  position: sticky;
}

@media (max-width: 1024px) {
  /* Disable the fixed/sticky compare CTA row on tablet/mobile */
  .cwp-compare-table thead tr.cwp-compare-plan-row th {
    position: static;
    top: auto;
    z-index: auto;
  }

  /* Also disable the cloned fixed header bar on smaller screens */
  .cwp-compare-sticky-head {
    display: none !important;
  }
}

.cwp-compare-sticky-head th.cwp-compare-th-ultimate {
  /* Match default header styling (only Agency stays blue). */
  background: #f0edff;
  color: #281f7c;
}

.cwp-compare-table thead th:first-child {
  text-align: left;
  min-width: 280px;
  left: 0;
  z-index: 5;
  position: sticky;
}

.cwp-compare-table tbody th,
.cwp-compare-table tbody td {
  border-bottom: 1px solid #f0eff9;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.45;
}

.cwp-compare-table tbody th {
  text-align: left;
  font-weight: 500;
  color: #22284e;
  background: #ffffff;
  position: sticky;
  left: 0;
  z-index: 2;
}

.cwp-compare-table tbody td {
  text-align: center;
  font-weight: 600;
  background: #ffffff;
}

.cwp-compare-group-row {
  background: #f0edff;
}

.cwp-compare-table tbody tr.cwp-compare-group-row th,
.cwp-compare-table tbody tr.cwp-compare-group-row td {
  background: #f0edff;
}

.cwp-compare-group-row th {
  /* colspan header rows (e.g. Bonus Add-Ons / Premium Extensions) */
  background: #f0edff;
  color: #4a3fcf;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  position: static;
}

.cwp-compare-new {
  font-size: 14px;
}

.cwp-compare-row-hidden {
  display: none;
}

.cwp-growth-counter-section .container {
  max-width: 1232px;
  width: 100%;
  padding: 0;
}

.cwp-growth-counter-section {
  background: #F5F4FF;
  height: 831px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-top: 790px;
  padding-bottom: 86px;
  margin-top: -244px;
}

/* Add top spacing before "Trusted by builders around the world". */
.cwp-growth-counter-section .cwp-price-growth-header {
  margin-top: 60px;
}

.cwp-growth-counter-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-bottom: 55px;
  gap: 20px;
}

.cwp-growth-counter-stat-item {
  position: relative;
  padding: 10px;
}

.cwp-growth-counter-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 23%;
  height: 60%;
  width: 1px;
  background: #E0E0E0;
}

.cwp-growth-counter-number {
  display: inline-block;
  margin: 0;
  color: #5641F3;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-growth-counter-suffix {
  display: inline-block;
  margin: 0;
  color: #5641F3;
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-growth-counter-label {
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  margin-top: 4px;
}

.cwp-growth-counter-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 0 13px;
}

.cwp-growth-counter-feature-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 26px 20px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D1C5F9;
  gap: 20px;
}

.cwp-growth-counter-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}



.cwp-growth-counter-content h3 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 13px;
}

.cwp-growth-counter-content p {
  margin: 0;
  color: #666666;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .cwp-growth-counter-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwp-growth-counter-stat-item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .cwp-growth-counter-features-grid {
    grid-template-columns: 1fr;
  }

  .cwp-growth-counter-stats-grid {
    grid-template-columns: 1fr;
  }

  .cwp-growth-counter-stat-item::after {
    display: none;
  }
}


@media screen and (max-width: 1024px) {
  .cwp-compare-section {
    padding: 70px 0 40px;
  }

  .cwp-compare-title {
    font-size: 34px;
  }

  .cwp-compare-subtitle {
    font-size: 16px;
  }

  .cwp-growth-counter-section {
    height: auto;
    margin-top: 0;
    padding: 60px 20px;
    justify-content: center;
  }

  .cwp-growth-counter-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .cwp-growth-counter-stat-item:nth-child(2n)::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cwp-compare-section {
    padding: 50px 0 30px;
  }

  .cwp-compare-title {
    font-size: 28px;
  }

  .cwp-compare-toolbar {
    justify-content: flex-start;
  }

  .cwp-compare-toggle {
    width: 100%;
    justify-content: center;
  }

  .cwp-compare-table thead th:first-child {
    min-width: 220px;
  }

  .cwp-growth-counter-section {
    padding: 50px 15px;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .cwp-growth-counter-stats-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .cwp-growth-counter-stat-item::after {
    display: none;
  }

  .cwp-growth-counter-number,
  .cwp-growth-counter-suffix {
    font-size: 32px;
    line-height: 40px;
  }

  .cwp-growth-counter-features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0;
  }

  .cwp-growth-counter-feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 12px;
  }

  .cwp-growth-counter-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .cwp-growth-counter-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .cwp-growth-counter-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {

  .cwp-growth-counter-number,
  .cwp-growth-counter-suffix {
    font-size: 28px;
  }

  .cwp-growth-counter-features-grid {

    display: flex;
    overflow: auto;
  }

  .cwp-growth-counter-feature-card {
    min-width: 350px;
  }
}


/* cwp growth counter css */



/* cwp trusted bussines css */


.cwp-trusted-bussiness-header {
  text-align: center;
  margin-bottom: 50px;
}

.cwp-trusted-bussiness-badge {
  background: #EBE9FF;
  color: #5641F3;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.cwp-trusted-bussiness-title {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  margin: 20px 0 10px;
}

.cwp-trusted-bussiness-title span {
  color: #5641F3;
}

.cwp-trusted-bussiness-subtitle {
  color: #666;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.cwp-trusted-bussiness-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  gap: 16px;
}

.cwp-trusted-bussiness-card {
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 1px solid #DBDFE9;
  background: #FFFFFF;
  text-align: left;
}

.cwp-trusted-bussiness-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.cwp-trusted-bussiness-quote {
  margin-bottom: 29px;
  color: #000000;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cwp-trusted-bussiness-user {
  display: flex;
  align-items: center;
}

.cwp-trusted-bussiness-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
  background: #eee;
}

.cwp-trusted-bussiness-info h4 {
  color: #000000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 2px;
}


.cwp-trusted-bussiness-section {
  padding: 150px 20px;
  text-align: center;
}

.cwp-trusted-bussiness-info span {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
  margin: 0;
}

.cwp-trusted-bussiness-section h2.cwp-price-growth-title {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 44px;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cwp-trusted-bussiness-section h2.cwp-price-growth-title span {
  font-weight: 600;
}

@media (max-width: 991px) {
  .cwp-trusted-bussiness-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cwp-trusted-bussiness-grid {
    grid-template-columns: 1fr;
  }

  .cwp-trusted-bussiness-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .cwp-trusted-bussiness-section {
    padding: 80px 20px;
  }

  .cwp-trusted-bussiness-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cwp-trusted-bussiness-section h2.cwp-price-growth-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .cwp-trusted-bussiness-section {
    padding: 60px 15px;
  }

  .cwp-trusted-bussiness-header {
    margin-bottom: 30px;
  }

  .cwp-trusted-bussiness-section h2.cwp-price-growth-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .cwp-trusted-bussiness-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }

  .cwp-trusted-bussiness-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .cwp-trusted-bussiness-card {
    padding: 20px;
  }

  .cwp-trusted-bussiness-quote {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .cwp-trusted-bussiness-user img {
    width: 40px;
    height: 40px;
  }

  .cwp-trusted-bussiness-info h4 {
    font-size: 15px;
  }

  .cwp-trusted-bussiness-info span {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .cwp-trusted-bussiness-section h2.cwp-price-growth-title {
    font-size: 22px;
  }

  .cwp-trusted-bussiness-badge {
    font-size: 10px;
  }

  .cwp-trusted-bussiness-grid {
    display: flex;
    overflow: auto;
  }

  .cwp-trusted-bussiness-card {
    min-width: 339px;
  }
}

/* cwp trusted bussines css */




/* Cwp-faq css */


.cwp-faq-section {
  padding: 100px 20px;
  background: #F5F4FF;
}

.cwp-price-growth-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.cwp-faq-section .container {
  max-width: 947px;
  width: 100%;
}



.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;
  margin-top: 55px;
}

.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;
}

span.cwp-faq-icon svg {
  width: 15px;
}

.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;
}

@media screen and (max-width: 1024px) {
  .cwp-faq-section {
    padding: 80px 20px;
  }

  .cwp-faq-title {
    font-size: 28px;
  }

  section.cwp-faq-section .container {
    margin: 0;
    padding: 0;
  }

  .cwp-pricing-plan-container {
    margin-top: 0;
    padding: 40px 20px;
  }

  .cwp-pricing-plan-container-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .cwp-pricing-plan-container-inner .cwp-pricing-plan-card {
    max-width: 45%;
    flex: 1 1 45%;
    padding: 25px;
  }

  .cwp-pricing-plan-card-main {

    margin: 0;
  }

  .cwp-banner-wrapper {

    min-height: auto;

  }

  .cwp-pricing-plan-card.cwp-featured {
    width: 100% !important;
    max-width: 100%;
  }

  .cwp-pricing-plan-price {
    font-size: 42px;
  }

  .cwp-price-growth-section {
    padding: 60px 20px;
  }

  .cwp-price-growth-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .cwp-price-growth-item {
    padding: 30px 20px;
  }

  .cwp-money-back-main {
    padding: 100px 20px;
  }

  .cwp-money-back-guarantee-section {
    max-width: 100%;
    padding: 40px;
  }

  .cwp-growth-counter-section {
    height: auto;
    margin-top: 0;
    padding: 60px 20px;
    justify-content: center;
  }

  .cwp-growth-counter-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .cwp-growth-counter-stat-item:nth-child(2n)::after {
    display: none;
  }

  .cwp-trusted-bussiness-section {
    padding: 80px 20px;
  }

  .cwp-trusted-bussiness-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cwp-trusted-bussiness-section h2.cwp-price-growth-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .cwp-faq-section {
    padding: 50px 15px;
  }

  .cwp-faq-header {
    margin-bottom: 30px;
  }

  .cwp-faq-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .cwp-faq-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .cwp-faq-list {
    margin-top: 30px;
    gap: 15px;
    padding: 0 px;
  }

  .cwp-faq-question {
    padding: 20px;
    border-radius: 15px;
  }

  .cwp-faq-question h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 15px;
  }

  .cwp-faq-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  .cwp-faq-answer {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .cwp-faq-badge {
    font-size: 10px;
    padding: 4px 12px;
  }

  .cwp-pricing-plan-container {
    padding-bottom: 60px;
  }

  .cwp-pricing-plan-container-inner .cwp-pricing-plan-card {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 20px;
  }

  .cwp-pricing-plan-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cwp-pricing-plan-price {
    font-size: 36px;
    line-height: 1.2;
  }

  .cwp-old-price {
    font-size: 22px;
  }

  .cwp-pricing-plan-button {
    font-size: 16px;
    padding: 15px;
  }

  .cwp-bonus-box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }

  .cwp-pricing-plan-card-main {
    margin-top: 0;
  }

  .cwp-price-growth-section {
    padding: 40px 15px;
  }

  .cwp-price-growth-title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 15px;
  }

  .cwp-price-growth-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .cwp-price-growth-item {
    flex-direction: column;
    text-align: center;
    padding: 25px 15px;
    gap: 15px;
  }

  .cwp-price-growth-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 14px 20px;
  }

  .cwp-money-back-main {
    padding: 60px 15px;
  }

  .cwp-money-back-guarantee-section {
    padding: 30px 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .cwp-money-back-guarantee-content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cwp-money-back-guarantee-signature-area {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cwp-growth-counter-section {
    padding: 50px 15px;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .cwp-growth-counter-stats-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .cwp-growth-counter-stat-item::after {
    display: none;
  }

  .cwp-growth-counter-feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 12px;
  }

  .cwp-trusted-bussiness-section {
    padding: 60px 15px;
  }

  .cwp-trusted-bussiness-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .cwp-trusted-bussiness-section h2.cwp-price-growth-title {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 480px) {
  .cwp-faq-question h3 {
    font-size: 15px;
  }

  .cwp-faq-title {
    font-size: 22px;
  }

  .cwp-pricing-plan-price {
    font-size: 32px;
  }

  .cwp-price-growth-title {
    font-size: 24px;
  }

  .cwp-growth-counter-number,
  .cwp-growth-counter-suffix {
    font-size: 28px;
  }

  .cwp-trusted-bussiness-section h2.cwp-price-growth-title {
    font-size: 22px;
  }

  .cwp-price-growth-title {

    text-align: center;
  }
}


/* 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: 150px;
  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-top: 13px;
}

.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 screen and (max-width: 1024px) {
  .cwp-ready-top-unlock-section {
    height: auto;
    min-height: 450px;
    margin-top: 0;
    padding: 80px 20px;
  }

  .cwp-ready-top-unlock-container {
    padding-top: 0;
  }

  .cwp-ready-top-unlock-title {
    font-size: 48px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .cwp-ready-top-unlock-section {
    height: auto;
    min-height: 400px;
    padding: 60px 15px;
    margin-top: 0;
    background-size: cover;
    background-position: center;
  }

  .cwp-ready-top-unlock-container {
    padding: 0;
  }

  .cwp-ready-top-unlock-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .cwp-ready-top-unlock-stroke {
    font-size: 30px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
    margin-top: 8px;
  }

  .cwp-ready-top-unlock-btn {
    width: 100%;
    max-width: 300px;
    padding: 18px 25px;
    font-size: 16px;
    justify-content: center;
  }

  .cwp-ready-top-unlock-shape {
    width: 150px;
    top: -50px;
  }

  .cwp-foooter-top-bar {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 480px) {
  .cwp-ready-top-unlock-section {
    min-height: 350px;
    padding: 50px 15px;
  }

  .cwp-ready-top-unlock-title {
    font-size: 26px;
  }

  .cwp-ready-top-unlock-stroke {
    font-size: 24px;
  }

  .cwp-foooter-top-item {
    font-size: 12px;
    text-align: center;
  }
}


/* 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-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.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 screen and (max-width: 1024px) {
  .cwp-foooter-top-bar {
    padding: 60px 20px;
  }

  .cwp-foooter-top-container {
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cwp-foooter-top-bar {
    padding: 40px 15px;
  }

  .cwp-foooter-top-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 280px;
    margin: 0 auto;
  }

  .cwp-foooter-top-item {
    font-size: 15px;
    line-height: 1.4;
    gap: 10px;
  }

  .cwp-foooter-top-item img,
  .cwp-foooter-top-item svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .cwp-foooter-top-bar {
    padding: 35px 15px;
  }

  .cwp-foooter-top-item {
    font-size: 14px;
  }
}


/* 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: 50px;
  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: #fff;
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 18px;
  line-height: 30.33px;
  letter-spacing: 0%;
}

.cwp-footer-input-group input::placeholder {
  color: #fff;
}


.cwp-footer-links-grid {
  display: flex;
  gap: 40px;
  flex: 2;
  max-width: 682px;
  justify-content: space-between;
}

.cwp-footer-col h4 {
  margin-bottom: 22px;
  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;
}

tr.cwp-compare-plan-row span.price-amount {
  font-size: 22px;
}

tr.cwp-compare-plan-row span.cwp-old-price {
  font-size: 18px;
}

.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 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cwp-footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 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 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
  }

  .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;
  }
}

@media (max-width: 1024px) {
  .cwp-footer-links-grid {
    width: 100%;
  }

  .cwp-footer-section {
    padding: 50px 20px;

  }

  .cwp-footer-newsletter label {
    text-align: center;
  }
}

/* cwp footer css */