.member-header-text {
  font-family: Poppins;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
  color: rgba(0, 0, 0, 1);
}

.member-content-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  height: 73%;
}
.bottom-content-wrapper-action {
  position: absolute;
  bottom: 64px;
  right: 0;
  width: 386px;
}
.member-body-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(64, 70, 84, 1);
}
.see-pricing {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 2px solid rgba(74, 215, 209, 1);
}

.indicator-left,
.indicator-right {
  cursor: pointer;
}

.pricing-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 90%;
  max-width: 1280px;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 80px;
  overflow: hidden;
  border: 1px solid rgba(202, 202, 202, 1);
}

.row-price {
  display: table-row;
}

.cell {
  display: table-cell;
  border: 1px solid rgba(202, 202, 202, 1);
  border-left: none; /* Prevent overlap for left-side borders */
  border-top: none;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
}

.cell span {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.cell-head {
  padding: 28px 32px;
  text-align: left;
}
.plan-head-text {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: rgba(37, 36, 48, 1);
}

.plan-body-text {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(88, 88, 88, 1);
}

.price-type {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: rgba(64, 70, 84, 1);
}

.price-amount {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}

.price-validity {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  color: rgba(133, 139, 160, 1);
}

.price-cta {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 0, 1);
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
}
.price-cta-fill {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 1);
  border: none;
  outline: none;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}
.price-cta:hover {
  color: inherit;
}
.first-row {
  width: 260px;
  padding: 28px 32px;
  text-align: left;
}

.cell-item-text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}

.left-first-box {
  border-top-left-radius: 4px;
}
.right-first-box {
  border-top-right-radius: 4px;
}
.left-last-box {
  border-bottom-left-radius: 4px;
}
.right-last-box {
  border-bottom-right-radius: 4px;
}

.border-right-none {
  border-right: none;
}

.border-bottom-none {
  border-bottom: none;
}

.price-highlight {
  background: linear-gradient(90deg, #68c1d2 0%, #2bd2b6 99.99%);
  height: 4px;
  width: 100%;
}

.video-embed {
  width: 774px;
  height: 435px;
  border-radius: 24px;
}

@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(32.5vw) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(32.5vw) rotate(360deg);
  }
}

.planet-outer-1 {
  animation: orbit 60s linear infinite;
  animation-delay: 0s;
}

.planet-outer-2 {
  animation: orbit 60s linear infinite;
  animation-delay: -15s;
}

.planet-outer-3 {
  animation: orbit 60s linear infinite;
  animation-delay: -30s;
}

.planet-outer-4 {
  animation: orbit 60s linear infinite;
  animation-delay: -45s;
}

.member-right-img {
  height: 388px;
  aspect-ratio: 1/1;
  width: auto;
}

@keyframes orbit-inner {
  0% {
    transform: rotate(0deg) translateX(20vw) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(20vw) rotate(-360deg);
  }
}

.planet-inner-1 {
  animation: orbit-inner 60s linear infinite;
  animation-delay: 0s;
}

.planet-inner-2 {
  animation: orbit-inner 60s linear infinite;
  animation-delay: -12s;
}

.planet-inner-3 {
  animation: orbit-inner 60s linear infinite;
  animation-delay: -24s;
}

.planet-inner-4 {
  animation: orbit-inner 60s linear infinite;
  animation-delay: -36s;
}
.planet-inner-5 {
  animation: orbit-inner 60s linear infinite;
  animation-delay: -48s;
}

/*  */

.sticky-container-member {
  height: 100vh;
  position: sticky;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
}

/* Mobile tab */

.tabs-section-mobile {
  height: 100vh;
  position: relative;
}

.sticky-container-mobile {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  background: #fff;
}

.tabs-inner-content-mobile {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 16px;
}

.tab-content-mobile {
  display: none;
  text-align: center;
  padding: 20px;
}

.member-header-text-mobile {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00bfd7;
}

.bottom-content-wrapper-action-mobile {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.indicator-left-mobile,
.indicator-right-mobile {
  cursor: pointer;
  width: 30px;
}

.pricing-new- {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 160px;
}
.padding-160 {
  padding: 0 80px;
}

.zefyron-logo-members {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row.row_gap {
  --bs-gutter-x: 32px;
}
.corp-pricing-tab {
  align-items: start !important;
  flex-direction: column !important;
}

.corp-pricing-tab-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.features_text {
  color: #404654;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.price-tab {
  border-radius: 8px;
  background: #f7f9fe;
  width: 100%;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
}

.price-tab-body {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
}
.price-tab-tag {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #000;
}
.price-tab-tag span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #757575;
}
.price-select-cta {
  padding: 5px 15px;
  border-radius: 6px;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.price-select-cta:hover {
  border: none;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.pricing-features-gradient-container {
  border-radius: 16px;
  background: linear-gradient(90deg, #68c1d2 0%, #2bd2b6 99.99%);
  width: 100%;
  padding: 1px;
}
.pricing-features-container {
  height: 100%;
  width: 100%;
  background: #f7f9fe;
  border-radius: 16px;
}
.highlighted-price {
  background: linear-gradient(90deg, #68c1d2 0%, #2bd2b6 99.99%);
  padding: 1px;
  border-radius: 8px;
}
.save-price {
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #404654;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  color: #404654;
}
.save-highlighted {
  border: 1px solid #4ad7d1 !important;
}
.pricing-tab-indicator {
  width: 90%;
  height: 3px;
  border-radius: 6px;
  background: #eaeaea;
  margin: 0 auto;
  position: relative;
}
.pricing-tab-indicator-active {
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, #68c1d2 0%, #2bd2b6 99.99%);
  border-radius: 6px;
  position: absolute;
  transition: all 0.3s ease;
}
.tab-btn.active {
  background-color: transparent !important;
  color: #00bfd7;
  font-weight: 500;
}
.pricing-feature-img {
  width: 332px;
  height: 280px;
}
.testimonial-section--members {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.testimonial-section--members .slick-list.draggable {
  height: auto !important;
}
.testimonial-slider--members .slick-prev {
  left: -70px;
}
.testimonial-section--members-mobile {
  display: none;
}
#pricing-sec {
  max-width: 1400px;
  margin: 0 auto;
}

.container-toggle {
  border-radius: 24px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background: #fff;
  box-shadow: 2px 4px 30px 2px #cacaca33;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.billing-label {
  transition: color 0.3s ease;
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0%;
  color: #585858;
}

.billing-label.active {
  color: #000;
}

.underline_black {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  font-weight: 600;
}

.underline_zefy {
  text-decoration: underline;
  text-decoration-color: #4ad7d1;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.toggle-switch {
  position: relative;
  width: 56px;
  height: 28px;
  background-color: #e5e7eb;
  border-radius: 14px;
  cursor: pointer;
}

.toggle-switch.active {
  background-color: #4ad7d1;
}

.toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 12px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-switch.active .toggle-slider {
  transform: translateX(28px);
}

.savings-badge {
  color: #000;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transform: scale(0.8);
  transition: all 0.3s ease;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #4ad7d1;
}
.padding-40{
  padding: 0 40px !important;
}

.mobile-price-left {
  border: 1px solid #4ad7d1;
  border-radius: 16px;
  padding: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
  /* width: 420px; */
}
.mobile-price-right {
  border: 1px solid #4ad7d1;
  border-radius: 16px;
  padding: 24px;
  background-color: #f4fcff;
  /* width: 420px; */
  /* position: relative; */
}

.body2--mobile {
  font-size: 12px !important;
}
@media (min-width: 1400px) {
  .padding-160 {
    padding: 0 160px !important;
  }
  .member-content-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1500px) {
  .bottom-content-wrapper-action {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .testimonial-slider--members-mobile .slick-next {
    right: 13px !important;
  }
  .testimonial-section--members {
    display: none;
  }
  .testimonial-section--members-mobile-padding {
    padding-left: 40px;
  }
  .testimonial-section--members-mobile .slick-prev {
    top: 53%;
  }
  #pricing-sec {
    max-width: 1120px;
    display: none;
  }
  .zefyron-logo-members {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
  }
  .testimonial-section--members-mobile {
    display: block;
  }

  .testimonial-section--members-mobile .testimonial-slide {
    width: 300px !important;
  }

  .corp-pricing-tab-price {
    flex-direction: column;
    gap: 20px;
  }
  .pricing-feature-img {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .desktop_pricing {
    display: none;
  }

  .pricing-new- {
    display: none;
  }
  .outer-orbit {
    width: 100vw;
    height: 100vw;
    transform-origin: center;
  }

  /* Inner Orbit Styling */
  .inner-orbit {
    width: 80vw;
    height: 80vw;
    border: 2px dashed #cacaca70;
  }

  .innermost-orbit {
    width: 58vw;
    height: 58vw;
    border: 2px dashed #cacaca30;
  }

  @keyframes orbit {
    from {
      transform: rotate(0deg) translateX(50vw) rotate(0deg);
    }
    to {
      transform: rotate(-360deg) translateX(50vw) rotate(360deg);
    }
  }
  @keyframes orbit-inner {
    0% {
      transform: rotate(0deg) translateX(40vw) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(40vw) rotate(-360deg);
    }
  }
  .planet-label {
    font-size: 10px;
    line-height: 15px;
  }
  .outer-orbit-icons,
  .inner-orbit-icons {
    width: 12px;
    height: 12px;
  }

  .member-right-img {
    height: 388px;
    aspect-ratio: 1/1;
    width: auto;
  }

  .video-embed {
    width: 721px;
    height: 223px;
    border-radius: 24px;
    padding: 0 10px;
  }

  .desktop-member-eco {
    display: none !important;
  }
  .member-right-img-mobile {
    width: 100%;
    height: 220px;
  }
  .mobile-padding {
    margin-top: 140px;
  }

  .member-header-text {
    font-size: 28px;
    line-height: 34px;
  }
  .member-body-text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1300px) {
  .pricing-new- {
    padding: 0 40px;
  }
}
