/* Pricing Hero Section */
.price-hero {
  padding: 100px 0px 20px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(107, 124, 255, 0.05) 0%,
    transparent 100%
  );
}

.price-header {
  max-width: 800px;
  margin: 0 auto;
}

.price-title {
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--text-primary);
  margin: 0 0 24px;
  text-wrap: balance;
}

.price-subtitle {
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* Header */
section.price-plans {
  margin-top: 90px;
}
.newpricecard-header {
  text-align: center;
  margin-bottom: 3rem;
}

.newpricecard-header-title {
  font-size: clamp(2.5rem, 6vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.newpricecard-header-subtitle {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #9ca3af;
  /* gray-400 */
}

/* Tabs for Mobile View */
.newpricecard-tab-buttons-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.newpricecard-tab-list {
  background-color: #1f2937;
  /* gray-800 */
  padding: 0.25rem;
  border-radius: 9999px;
  display: flex;
  width: 100%;
  max-width: 24rem;
  box-sizing: border-box;
}

.newpricecard-tab-button {
  flex: 1;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #fff;
}

.newpricecard-tab-button.activecard {
  background-color: #374151;
  /* gray-700 */
}

/* Pricing Cards Container */
.newpricecard-pricing-plans-container {
  width: 100%;
}

.newpricecard-tab-content-desktop {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}

.newpricecard-tab-content {
  display: none;
  justify-content: center;
  align-items: stretch;
}

.newpricecard-tab-content.activecard {
  display: flex;
}

/* Pricing Card */
.newpricecard-pricing-card {
  width: 100%;
  max-width: 24rem;
  background-color: #0f1114;
  /* gray-900 */
  border: 1px solid #374151;
  /* gray-700 */
  border-radius: 1.5rem;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.advanceHeighlight {
    border: 1px solid #6b7cff;
}

.newpricecard-pricing-card-shadow {
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.newpricecard-topwrap {
    min-height: 270px;
  /* background: #3f2647; */
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  padding:0px 15px 0px;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  border-bottom: 1px solid #374151;
}

.newpricecard-most-popular-tag {
  position: absolute;
  background: #ffffff;
  top: -11px;
  padding: 7px 15px;
  margin-left: 40px;
  color: #000000;
  border-radius: 0px 0px 10px 10px;
  font-size: 16px;
  font-weight: bold;
}

.newpricecard-most-popular-tag:before {
  content: "";
  position: absolute;
  left: -10px;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #787878;
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.newpricecard-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.newpricecard-card-description {
  color: #9ca3af;
  /* gray-400 */
  font-size: 0.875rem;
  margin: 0rem;
}

.newpricecard-price {
  margin: 1rem 0rem 0rem;
}

.newpricecard-price-value {
  font-size: 2.25rem;
  font-weight: 800;
}
.customPricing {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  display: block;
  color: #9ca3af;
}
.newpricecard-price-unit {
  font-size: 1.25rem;
  color: #9ca3af;
  /* gray-400 */
}
.freeText {
  margin-bottom: 20px;
}

.freeText p {
  margin: 0px;
  font-size: 11px;
}
.newpricecard-mau-info {
  font-size: 0.75rem;
  color: #6b7280;
  /* gray-500 */
  margin-bottom: 0rem;
  text-align: center;
}

.newpricecard-cta-button {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: auto;
}

.newpricecard-cta-button:hover {
  background-color: #e5e7eb;
  /* gray-200 */
}

.newpricecard-trial-info {
  font-size: 0.75rem;
  color: #6b7280;
  /* gray-500 */
  margin-bottom: 1.5rem;
  text-align: center;
}

/* .newpricecard-divider {
  border: 0;
  height: 1px;
  background-color: #374151;
  margin-bottom: 1.5rem;
  width: 100%;
} */
.newpricecard-divider {
    display: none;
}
.newpricecard-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 30px;
}

.newpricecard-feature-item {
  display: flex;
  align-items: flex-start;
}

.newpricecard-material-symbols-rounded {
  margin-right: 0.5rem;
  font-size: 1.5rem;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.material-symbols-rounded.accordion-icon {
   position: relative;
    cursor: default;
}

.material-symbols-rounded.accordion-icon:before {
    content: 'Add on';
    position: absolute;
    font-family: var(--font-family);
    font-size: 10px;
    top: -20px;
    background: #fff;
    color: #000;
    padding: 4px;
    left: -6px;
    display: none;
}
.material-symbols-rounded.accordion-icon:hover:before {
    display: block;
}
.newpricecard-bottomwrap {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.newpricecard-feature-text {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  color: #ccc;
}

.newpricecard-feature-text strong {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.newpricecard-learn-more-link {
  display: block;
  text-align: center;
  color: #60a5fa;
  /* blue-400 */
  font-size: 0.75rem;
  margin-top: 1.5rem;
}

/* Footer Link */
.newpricecard-footer-link {
  background: #fff;
  display: block;
  margin: 4rem auto 0px;
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  width: max-content;
}

/* Mobile-specific styles for hiding tabs and showing all cards */
@media (min-width: 1024px) {
  .newpricecard-tab-buttons-mobile {
    display: none;
  }

  .newpricecard-tab-content {
    display: none !important;
  }

  .newpricecard-tab-content-desktop {
    display: flex;
  }
}

/* Responsive adjustments for mobile */
@media (max-width: 1023px) {
  .newpricecard-tab-content-desktop {
    display: none;
  }

  .newpricecard-tab-content.activecard {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .newpricecard-pricing-card {
    padding: 1.5rem;
  }

  .newpricecard-header-title {
    font-size: 2rem;
  }
  .newpricecard-topwrap {
    min-height: 1px;
  }
  .newpricecard-price {
    margin: 1rem 0rem 1rem;
  }
  section.price-plans {
    margin-top: 20px;
  }
  .price-hero {
    padding: 60px 0px 20px;
  }
}

section.all-features-wrapper {
  margin-top: 90px;
}
.table-container {
  width: 100%;
  max-width: 1200px;
  background-color: #0f1114;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #202122;
}

.table-header {
  text-align: center;
  padding: 1rem 0;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
}

/* Table Structure */
.feature-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.feature-table thead tr {
  background-color: #f0f4f8;
}

.feature-table th,
.feature-table td {
  padding: 1.25rem 1rem;
  text-align: left;
  border-bottom: 1px solid #242526;
  word-wrap: break-word;
  /* Allows long words to break and wrap */
}

.feature-table th {
  font-weight: 600;
  color: #2d3748;
  font-size: 1rem;
  position: relative;
}

.feature-table td {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

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

.feature-table th:first-child,
.feature-table td:first-child {
  width: 30%;
}

.most-popular-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff5252;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Accordion Functionality */
.accordion-header {
  cursor: pointer;
  position: relative;
  user-select: none;
}
.accordion-header td {
    /* color: #6b7cff; */
    background-color: #1c1c1c;
}

.accordion-header td {
  font-weight: bold;
  font-size: 16px;
}

/* Styles for the caret icon */
.accordion-header .material-symbols-rounded {
  transition: transform 0.3s ease;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  /* Default rotation for expanded state */
}

/* Rotate the caret icon when the accordion is collapsed */
.accordion-header.collapsed .material-symbols-rounded {
  transform: translateY(-50%) rotate(180deg);
}

/* Hide accordion content when the header is collapsed */
/* .accordion-header.collapsed+.accordion-content,
        .accordion-header.collapsed+.accordion-content+.accordion-content {
            display: none;
        } */
.accordion-content.collapsed {
  display: none;
}

/* Ensure the content is visible by default */
.accordion-content {
  display: table-row;
}

.accordion-table-row {
  padding-left: 1rem;
}

.accordion-table-row td {
  padding-left: 1.5rem;
}

/* Icons for check and cross */
.icon-check {
  color: #48bb78;
}

.icon-cross {
  color: #f56565;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

/* Mobile View - Responsive Table & Accordion */
@media (max-width: 768px) {
  .table-container {
    overflow-x: hidden;
  }

  .feature-table {
    width: 100%;
    table-layout: fixed;
  }

  .feature-table th:first-child,
  .feature-table td:first-child {
    width: 40%;
  }

  .feature-table th:not(:first-child),
  .feature-table td:not(:first-child) {
    width: 20%;
    text-align: center;
  }

  .feature-table th,
  .feature-table td {
    padding: 0.5rem;
    white-space: normal;
  }

  .accordion-header {
    font-size: 1rem;
    padding: 0.75rem;
  }

  .feature-table th {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .feature-table th {
    font-size: 9px;
  }

  .accordion-header td {
    font-size: 12px;
  }

  .feature-table td {
    font-size: 11px;
  }
}


/* Highlight Premium Column */
/* .feature-table th:nth-child(3),
.feature-table td:nth-child(3) {
  font-weight: bold;          
  border-left: 2px solid #6b7cff;
  border-right: 2px solid #6b7cff;
} */
/* .feature-table th:nth-child(3)::after {
  content: "";
  display: block;
  font-size: 12px;
  color: #fff;
  background: #fbc02d;
  padding: 2px 6px;
  margin-top: 4px;
  border-radius: 6px;
} */
