section {
    background-color: #f8f8f8;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}

.desktop-only {
  display: block;
  padding-top: 20px!important;
}

.mobile-only {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing-container {
  margin: 82px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pricing-header {
  font-size: 34px;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 24px;
  width: 220px;
}

.text-center {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
}

.pricing-grid {
  display: flex;
  gap: 12px;
}

.cards {
  display: flex;
  gap: 20px;
  flex: 1;
}

.card {
  background: #fff;
  border: 1.5px solid #FFCCCC !important;
  border-radius: 10px !important;
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 460px;
  width: 300px;
  min-width: 300px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.card.active {
  border-color: #e60000 !important;
}

.card h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  height: 46px;
  display: flex;
  align-items: center;
}

/* Fake select styles */
.employee-range {
  margin-bottom: 8px;
  position: relative;
}


.fake-select .trigger {
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  color: #000;
}

.card.active .fake-select .trigger {
  background: #f2f2f2 !important;
  border: none !important;
  outline: none !important;
}

.card.active .fake-select {
  position: relative;
}

.fake-select.open .trigger::after {
  transform: translateY(-50%) rotate(-180deg);
}

.fake-select .trigger .trigger-text {
  font-weight: 600;
}

.fake-select .trigger .trigger-text-small {
  font-weight: 400 !important;
}

.fake-select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  margin: 4px 0 0;
  padding: 0px;
  list-style: none;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fake-select.open .options {
  display: block;
}

.fake-select .options li {
  padding: 2px 0;
  cursor: pointer;
  font-size: 18px;
  list-style-type: none;
  font-weight: 500;
  padding-left: 16px;
  margin: 0px;
  border-radius: 4px;
}

.fake-select .options li::before {
  content: none;
}

.fake-select .options li:hover {
  background: #e6e6e6;
}

.fake-select .trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center center;
  background: url("../../images/pricing/chevron.svg") no-repeat center;
  transition: transform 0.2s ease;
  pointer-events: none;
}

/* Other card styles */
.card ul {
  list-style: none;
  margin-bottom: auto;
  font-size: 18px;
  flex: 1;
  padding-left: 10px;
}

.card ul li {
  position: relative;
  padding-left: 20px;
  margin: 2px 0;
}

.card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.card ul li.suite-item::before {
  color: #FF0000;
}

.card ul li.suite-item {
  color: #FF0000 !important;
}

.price {
  margin-bottom: 12px;
  padding-left: 10px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.price-main {
  font-size: 38px;
  font-weight: 500;
  min-width: fit-content;
  line-height: 1;
}

.price-suffix {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 4px;
}

.btn-start,
.btn-buy,
.btn-pro {
  width: 100%;
  height: 54px !important;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: #fed9d9;
  color: #000;
  transition: transform 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card.active .btn-start,
.card.active .btn-buy,
.card.active .btn-pro {
  background: #e60000;
  color: #fff;
}

.features-table {
  margin: 20px 0;
  font-size: 14px;
}

.features-table h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.features-table table {
  width: 100%;
  border-collapse: collapse;
}

.features-table td {
  padding: 8px 0;
  text-align: center;
  border: none;
}

.features-table td:last-child {
  text-align: center;
  font-weight: 500;
}

.more-features {
    margin-top: 0;
}

/* Adjust card height for new content */
.card {
  height: auto;
  min-height: 460px;
}

.features-card {
  cursor: default !important;
}

.features-card h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features-table table {
  width: 100%;
}

.features-table td {
  padding: 8px 0;
  text-align: center;
  border: none;
}

.features-table td:last-child {
  text-align: center;
  font-weight: 500;
}

.mt-4 {
  margin-top: 24px;
}

.card-container {
  display: flex;
  gap: 20px;
  flex: 1;
}

.features-list {
  font-size: 34px;
  font-weight: 500;
  margin-top: 400px;
}

.features-items {
  font-size: 18px;
  font-weight: normal;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 220px;
}

.card-container .card ul {
    margin-top: 0;
}

.addons-card-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.addons-section {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.addons-title {
  font-size: 34px;
  font-weight: 500;
}

.addons-grid {
  display: flex;
  gap: 12px;
}

.addons-names {
  padding-top: 6px;
  width: 220px;
}

.addon-name {
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 220px;
}

.addons-columns {
  display: flex;
  gap: 20px;
  flex: 1;
}

.addon-column {
  width: 300px;
  min-width: 300px;
  background: #fff;
  border: 1.5px solid #FFCCCC;
  border-radius: 10px;
  padding: 6px 0px;
}

.addon-value {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.addons-columns .btn-start,
.addons-columns .btn-buy,
.addons-columns .btn-pro {
  margin-top: 0px;
  width: 100%;
}

a:hover {
    color: unset;
}

.features-section {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.features-title {
  font-size: 34px;
  font-weight: 500;
}

.features-grid {
  display: flex;
  gap: 12px;
}

.features-names {
  padding-top: 6px;
  width: 220px;
}

.feature-name {
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 220px;
}

.features-columns {
  display: flex;
  gap: 20px;
  flex: 1;
}

.feature-column {
  width: 300px;
  min-width: 300px;
  background: #fff;
  border: 1.5px solid #FFCCCC;
  border-radius: 10px;
  padding: 6px 0px;
}

.feature-value {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.static-text {
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
}

.range-display {
  width: 100%;
}

.addon-column.active,
.feature-column.active {
  border-color: #e60000 !important;
}

.btn-start.active,
.btn-buy.active,
.btn-pro.active {
  background: #e60000;
  color: #fff;
}

.card.basic .price .price-main {
  width: 100%;
  text-align: center;
}



@media (min-width: 1200px) and (max-width: 1400px) {

  .pricing-header {
    width: 220px;
  }

  .feature-name {
    width: 220px !important;
  }

  .addon-name {
    width: 220px !important;
  }

  .card-container {
    gap: 10px !important;
  }

  .features-columns {

    gap: 10px !important;
  }

  .addons-columns {
    gap: 10px !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {

  .pricing-header {
    width: 200px;
  }

  .feature-name,
  .addon-name {
    width: 200px !important;
    font-size: 14px !important;
  }

  .card-container {
    gap: 20px !important;
    max-width: 760px !important;
  }

  .features-columns,
  .addons-columns {
    gap: 20px !important;
  }


  .feature-column,
  .addon-column {
    min-width: 240px !important;
    width: 240px !important;
  }

  .card ul {
    font-size: 16px;
  }

}

@media (max-width: 992px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .cards-container {
    display: block !important;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;
  }

  .pricing--header {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .pricing-container {
    margin: 20px 0;
    justify-content: center;
  }

  .pricing-header {
    font-size: 24px;
    width: 200px;
    padding-top: 12px;
  }

  .pricing-grid {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .cards {
    width: 400px;
    min-height: 467px;
  }

  .card {
    padding: 16px;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .pro {
    margin-top: 50px !important;
  }

  .card h3 {
    margin-bottom: 12px;
    padding-left: 10px;
  }

  .static-text {
    width: 100%;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    margin-bottom: 0px;
  }

  .card ul {
    font-size: 16px;
  }

  .price {
    margin-bottom: 8px;
    width: 100%;
  }

  .price-suffix {
    font-size: 16px;
  }

  .btn-start,
  .btn-buy,
  .btn-pro {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }

  /* Features section mobile styles */
  .features-section {
    margin: 24px auto;
  }

  .features-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .features-grid {
    gap: 20px;
    justify-content: center;
  }

  .features-names {
    width: 200px;
  }

  .feature-name {
    height: 36px;
    font-size: 14px;
    width: 100px;
    width: max-content;
  }

  .feature-column {
    width: auto;
    min-width: auto;
    flex: 1;
    border-color: #e60000 !important;
  }

  .feature-value {
    height: 36px;
    font-size: 16px;
  }
  
  .feature-value span {
      text-align: right;
  }

  /* Addons section mobile styles */
  .addons-section {
    margin: 24px auto;
  }

  .addons-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .addons-grid {
    gap: 20px;
    justify-content: center;
  }

  .addons-names {
    width: 200px;
  }

  .addon-name {
    height: 36px;
    font-size: 14px;
    width: max-content;
  }

  .addon-column {
    width: auto;
    min-width: auto;
    flex: 1;
    border-color: #e60000 !important;
  }

  .addon-value {
    height: 36px;
    font-size: 16px;
  }

  .container {
    padding: 0 12px;
  }

  .addons-columns {
    display: block;
    max-width: 220px;
  }

  .features-columns {
    max-width: 220px;
  }

  .fake-select .trigger {
    width: 100% !important;
  }

  .mobile-features,
  .mobile-addons {
    margin-top: 24px;
  }

  .mobile-features h4,
  .mobile-addons h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 35px;
  }

  .mobile-features h4::after,
  .mobile-addons h4::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #e6e6e6;
  }

  .mobile-feature-list,
  .mobile-addon-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .mobile-feature-item,
  .mobile-addon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
  }


  .feature-label,
  .addon-label {
    color: #000;
    font-weight: 500;
  }

  .feature-value,
  .addon-value {
    font-weight: 500;
  }

  .card {
    padding: 24px;
  }

  .card.lite .price {
    margin-top: 12px;
  }

  .show-more-btn,
  .show-less-btn {
    color: #000;
    width: 100%;
    padding: 12px;
    border: none;
    background: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
  }

  .show-more-btn i,
  .show-less-btn i {
    transition: transform 0.1s ease;
  }

  .show-more-btn.active i {
    transform: rotate(180deg);
  }

  .show-less-btn i {
    transform: rotate(180deg);
  }

  .show-less-btn {
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -24px;
  }

  .show-more-btn {
    width: 100%;
    padding: 0px;
    border: none;
    background: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    padding-top: 24px;
  }

  .show-more-btn.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    display: none;
  }

  .mobile-features-content {
    display: none;
    padding: 16px 0;
  }

  .mobile-features-content.active {
    display: block;
  }

}

@media (max-width: 575px) {

  .cards {
    width: 100%;
  }

  .card {
    padding-left: 10px;
    padding-right: 10px;
    width: 280px;
  }

  .features-names {
    width: 100px;
  }

  .addons-names {
    width: 100px;
  }

  .mobile-features h4,
  .mobile-addons h4 {
    font-size: 20px;
  }

  .mobile-feature-item,
  .mobile-addon-item {
    font-size: 14px;
  }

  .feature-value {
    font-size: 14px;
  }


  .pricing-container {
    width: 280px !important;
    margin: 20px auto;
  }

  .price-main {
    font-size: 24px;
  }

  .price-suffix {
    font-size: 14px;
  }

  .pricing--header {
    width: 100%;
    max-width: 400px;
    padding: 10px;
  }

  .pricing--header p {
    font-size: 24px;
    line-height: 28px;
  }

}

.parenthetical {
  opacity: 0.7;
}

.sticky-plan-titles {
  position: fixed;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 920px;
  width: 100%;
  background: transparent;
  z-index: 2000;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.sticky-plan-titles.hidden {
  display: none;
}

.sticky-plan-titles.visible {
  display: flex;
}

.sticky-plan-titles .plan-titles__label {
  width: 220px;
  flex-shrink: 0;
}

.sticky-plan-titles .plan-titles__items {
  flex: 1;
  display: flex;
  gap: 20px;
}

.sticky-plan-titles .plan-titles__item {
  width: 300px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.plan-titles {
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: transparent;
  z-index: 2000;
  padding: 12px 0;
}

.plan-titles.hidden {
  display: none;
}

.plan-titles.visible {
  display: flex;
}

.plan-titles__label {
  width: 232px;
  flex-shrink: 0;
}

.plan-titles__items {
  flex: 1;
  display: flex;
  gap: 20px;
  backdrop-filter: saturate(180%) blur(8px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 6px;
}

.plan-titles__item {
  width: 300px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 12px 0;
}

.plan-titles__item.active {
  color: #e60000;
  /* your accent red */
  font-weight: 600;
}

.cards .card:nth-child(2):hover~.plan-titles .plan-titles__item:nth-child(2),
.plan-titles__item:nth-child(2):hover {
  /* example for the second column */
  color: #e60000;
}

.plan-titles__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  height: 60%;
  width: 1px;
  background: #efefef;
}

.plan-titles__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  height: 60%;
  width: 1px;
  background: #efefef;
}

/* Add responsive styles */
@media (min-width: 1200px) and (max-width: 1400px) {
  .plan-titles {
    max-width: 860px;
  }

  .plan-titles .plan-titles__items {
    gap: 10px;
  }

  .plan-titles .plan-titles__item {
    width: 300px;
  }

  .plan-titles .plan-titles__label {
    width: 232px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .plan-titles {
    max-width: 760px;
  }

  .plan-titles .plan-titles__label {
    width: 212px;
  }

  .plan-titles .plan-titles__items {
    gap: 20px;
  }

  .plan-titles .plan-titles__item {
    width: 240px;
    font-size: 16px;
  }

  .plan-titles__label {
    width: 184px;
  }
}

@media (max-width: 992px) {
  .sticky-plan-titles {
    display: none;
    /* Hide on mobile */
  }
}

.show-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #e60000;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.show-all-btn:hover {
  color: #b50000;
  text-decoration: none;
}

.pro-logo img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  z-index: 10;
}

.suprema-text {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #973045;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.page-id-13552 .pro-logo img {
    top: -35px;
}

.page-id-13552 .suprema-text {
    top: -60px;
    font-size: 10px;
    text-transform: uppercase;
}

.pro {
  position: relative;
}

@media (max-width: 768px) {
    
    .container {
        max-width: unset;
        margin: unset;
    }
}
