.overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top, rgba(0, 92, 128, 0.8), transparent); */

  background: linear-gradient(
      153.85deg,
      rgba(26, 35, 66, 0.23) 56.8%,
      rgba(255, 162, 26, 0.74) 109.34%
    ),
    linear-gradient(
      195.78deg,
      rgba(26, 35, 66, 0.53) 39.38%,
      rgba(36, 156, 191, 0.94) 102.52%
    );
  z-index: 1;
}
.banner-section.banner-pricing {
  margin: 10px 10px 0;
}
.banner-section.banner-pricing .banner-content {
  max-width: 738px;
}

.banner-section.banner-pricing .banner-content p {
  max-width: 738px;
}

.pricing-wrapper {
  padding-top: 82px;
  padding-bottom: 160px;
}

.intro h2 {
  margin-bottom: 41px;
}

.billing-toggle {
  margin: 43px 0 48px;
}

.plan-card {
  flex: 1 1 calc(25% - 1.5rem);
  background: white;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.plan-price {
  display: flex;
  gap: 4px;
  font-weight: 800;
  color: #000;
  margin: 11px 0;
}
.plan-price {
  align-items: baseline;
  justify-content: center;
  margin: 11px 0 0;
}

.plan-price .currency {
  font-size: 16px;
  vertical-align: super;
  position: relative;
  top: -7px;
}

.plan-price .amount {
  font-size: 40px;
  line-height: 54px;
}

.plan-price .duration {
  font-size: 14px;
  vertical-align: sub;
}

/*  */

.plan-note {
  font-size: 15px;
  color: #000;
  /* margin: 12px 0 25px; */
}

.plan-note .box {
  margin: 12px 0 9px;
}

.plan-header .plan-button {
    margin: 16px 0 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  width: 100%;
  text-align: left;
}

.features-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-top: 1px solid #f3f4f6;
}

.features-list li:first-child {
  border-top: none;
}

.features-list .feature-header {
  background-color: #f9fafb;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

.status {
  font-weight: bold;
}

.pricing-table {
  display: flex;
  margin-top: 2rem;
}

.explorer.column,
.free.column,
.pro.column,
.investor.column {
  margin-top: 16px;
  padding-top: 0;
}
.feature-column.column,
.free.column {
  border-right: none;
  border-top-left-radius: 20px;
}
.core.column {
  border-color: #f7be3a;
  background-color: rgba(247, 190, 58, 0.06);
  border-top-left-radius: 20px;
}
.core.column,
.explorer.column {
  /* border-color: #f7be3a; */
  border-top-right-radius: 20px;
  /* background-color: rgba(247, 190, 58, 0.06); */
}
.basic.column {
  border-color: #2a94b2;
  border-right: none;
  background-color: rgba(42, 148, 178, 0.06);
  border-top-left-radius: 20px;
}

.explorer.column,
.pro.column,
.investor.column {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.basic.column + .core.column {
  border-top-left-radius: 0;
}

/* .column.plan-column.explorer */
.column.plan-column.basic,
.column.plan-column.core {
  border-bottom: none;
  position: relative;
}
/* .column.plan-column.explorer::after */
.column.plan-column.basic::after,
.column.plan-column.core::after {
  content: "";
  width: 261px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: -1px;
}
.column.plan-column.core::after {
  background-color: rgba(247, 190, 58, 0.06);
  border: 1px solid #f7be3a;
  border-top: transparent;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .column.plan-column.core::after {
    display: none;
  }
}

.free.column + .core.column.core::after {
  border-bottom-left-radius: 20px;
}

/* .column.plan-column.explorer::after { */
.column.plan-column.basic::after {
  background-color: rgba(42, 148, 178, 0.06);
  border: 1px solid #2a94b2;
  border-right: transparent;
  border-top: transparent;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .column.plan-column.basic::after {
    display: none;
  }
}

.column {
  display: flex;
  flex-direction: column;
  border: 1px solid #ededed;
  flex-shrink: 0;
}

.carousel__item .feature-column {
  width: 100%;
}
.carousel__item .feature-column .feature-row {
  border-left: none;
}
.carousel__item .feature-column .feature-row {
  padding-left: 0;
}

.feature-column {
  width: 285px;
  border-top: none;
  border-left: none;
  border-bottom: none;
  padding: 212px 0 0;
  border-top-left-radius: 20px;
}

.feature-column .feature-row {
  border-left: 1px solid #ededed;
}
.feature-column .feature-row {
  border-left: 1px solid #ededed;
}
.feature-column .feature-row.feature-header {
  border-top-left-radius: 20px;
}
.feature-column .feature-row:last-child {
  border-bottom: 1px solid #ededed;
  border-bottom-left-radius: 20px;
}

.plan-column {
  width: 261px;
  padding: 16px 0 0;
  background-color: white;
}

.plan-header {
  text-align: center;
  padding: 16px 16px 30px;
  /* min-height: 238px; */
}

.plan-header .tooltip-wrapper .custom-tooltip {
  width: 180px;
}

.feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-top: 1px solid #f3f4f6;
  font-size: 0.95rem;
}

.feature-column .feature-row {
  justify-content: flex-start;
  padding-left: 33px;
}

.feature-header {
  font-weight: 700;
  border-top: none;
}
.feature-column.column span {
  font-weight: 700;
  font-size: 16px;
}
.feature-indent span {
  padding-left: 30px;
}
.feature-indent.italic span {
  font-weight: 500;
}

.feature-row {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1rem;
  border-top: 1px solid #ededed;
  font-size: 0.95rem;
}

.feature-column .feature-row {
  justify-content: flex-start;
}

/* Make sure plan columns match row height too */
.plan-column .feature-row {
  justify-content: center;
}

.corporate-plans {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 4rem 2rem;
  color: #fff;
}

.corporate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.corporate-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.corporate-features {
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
}

.feature {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.feature:last-child {
  border-bottom: none;
}

.corporate-accordion {
  margin: 18px 0;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  padding: 5px 10px 5px 0;
  text-align: left;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  justify-content: flex-start;
  transition: background 0.3s;
}

.accordion-header:hover {
  /* background: rgba(255, 255, 255, 0.2); */
  background-color: transparent;
}

.accordion-header .k-button-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.accordion-content {
  padding: 9px 0 6px;
  /* background: rgba(0, 0, 0, 0.4); */
}
.corporate-plans-content .accordion-content p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 6px;
}
.corporate-plans-content .accordion-content p:last-child {
  margin-bottom: 0;
}

.corporate-button {
  font-size: 15px;
  padding: 10px 30px;
  background: #f7be3a;
  color: #000;
  text-decoration: none;
  transition: background 0.3s;
}

.corporate-button:hover {
  background: #f7c145;
}

.register-button {
  background: #0066cc;
  color: #fff;
}

.register-button:hover {
  background: #0052a3;
}

.corporate-plans-wrapper {
  position: relative;
  width: 100%;
  min-height: 662px; /* Adjust as needed */
  display: flex;
  overflow: hidden;
}

.corporate-plans-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.corporate-plans-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.corporate-plans-content {
  width: 100%; /* Adjust this percentage to control how much space content takes */
  max-width: 600px; /* Optional: set a max-width */
  padding: 60px 0;
}
.corporate-plans-content h2 {
  margin-top: 0;
  margin-bottom: 14px;
}
.corporate-plans-content p {
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 14px;
}

.pricing-mobile .splide,
.pricing-mobile .carousel__wrapper {
  padding: 0 34px;
  border: none;
}
.pricing-mobile .splide__arrow:disabled {
  opacity: 0;
}
.pricing-mobile .splide__arrow {
  top: 161px;
  z-index: 10;
}
.pricing-mobile .splide__arrow--prev {
  left: 15px;
}
.pricing-mobile .splide__arrow--next {
  right: 15px;
}
.pricing-mobile .feature-column {
  padding-top: 0;
}

.pricing-mobile .feature-column .feature-row:last-child {
  border-radius: 0;
}

.pricing-mobile .feature-row {
  padding-right: 24px;
  padding-left: 0;
}
.pricing-mobile .plan-header + .feature-row {
  border-top: none;
}
.pricing-mobile .tooltip-wrapper .custom-tooltip {
  width: 150px;
}
.pricing-mobile .plan-header .tooltip-wrapper .custom-tooltip {
  width: 80px;
}

.pricing-mobile .tooltip-wrapper .custom-tooltip.tooltip-top {
  width: 130px;
}
/* .pricing-mobile .tooltip-wrapper .custom-tooltip {
  left: auto;
  right: 30px;
}
.pricing-mobile .tooltip-left.custom-tooltip:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: none;
  border-left: 5px solid #2f2f2f;
  right: auto;
  left: 100%;
} */

.pricing-mobile .splide__list.items-center {
  align-items: flex-start;
}
.pricing-mobile .free.column,
.pricing-mobile .pro.column,
.pricing-mobile .investor.column {
  margin-top: 0;
  border-radius: 0;
}
.pricing-mobile .plan-header {
  min-height: 323px;
  background: linear-gradient(0deg, #f8f8f8, #f8f8f8),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 44px;
  padding-bottom: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
}

.pricing-mobile .plan-price .amount {
  font-size: 44px;
}
.pricing-mobile .plan-price {
  margin: 11px 0 16px;
}
.pricing-mobile .plan-note {
  font-size: 16px;
  margin: 16px 0 38px;
}

.pricing-mobile .plan-column {
  padding-top: 0;
}

.pricing-mobile .feature-column-content span {
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
}
.pricing-mobile .feature-indent span {
  padding-left: 22px;
}
.pricing-mobile .feature-indent.italic span {
  font-weight: 600;
  font-style: normal;
}

.pricing-mobile .splide__slide.column {
  border: none;
}

.pricing-mobile .explorer.column,
.pricing-mobile .core.column {
  background-color: transparent;
  border-radius: 0;
}

.pricing-mobile .basic.column .plan-header {
  border-color: #f7be3a;
  background: rgba(247, 190, 58, 0.06);
}

.pricing-mobile .core.column .plan-header {
  border-color: #f7be3a;
  background: rgba(247, 190, 58, 0.06);
}

@media (max-width: 1600px) {
  .pricing-wrapper {
    padding-block: 60px;
  }

  .pricing-table {
    padding-inline: 15px;
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 1280px) {
  .pricing-wrapper {
    padding-block: 60px;
  }
  .corporate-plans-content {
    padding: 80px 15px;
  }
}
@media (max-width: 1024px) {
  .banner-section.banner-pricing {
    margin: 0;
    border-radius: 0;
  }
  .corporate-plans-container {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .feature-column {
    padding-top: 0;
  }
  .pricing-table {
    overflow: hidden;
    overflow-x: auto;
  }
  .corporate-plans-content {
    padding-block: 60px;
  }
  .accordion-header .k-button-text {
    font-size: 16px;
  }
  .billing-toggle {
    margin: 27px 0 46px;
  }
}
@media (max-width: 424px) {
  .pricing-mobile .plan-header .tooltip-wrapper .custom-tooltip {
    left: 50%;
    top: auto;
    width: 130px;
    bottom: calc(100% + 7px);
    transform: translateX(-50%);
  }
  .pricing-mobile .plan-header .tooltip-wrapper .custom-tooltip:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-top: 5px solid #2f2f2f;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -5px;
  }
  .pricing-mobile .splide,
  .pricing-mobile .carousel__wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 400px) {
  .pricing-mobile .feature-row {
    padding-right: 12px;
  }
}
