.banner .pricing-header {
  width: 100%;
  background: linear-gradient(to right, #7ac013, #005a9c);
  padding: 60px 20px;
  text-align: center;
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tab {
  padding: 40px 0px 0px 0px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.text-tab1 {
  color: #ffffff;
}

p.starter-tab {
  color: #fff!important;
  font-weight: 700;
  font-size: 18px;
}

.tab-btn {
  padding: 10px 20px;
  background-color: white;
  color: #0057d8;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.tab-btn.active {
  background-color: #0057d8;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-buttons {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.card .icon {
  font-size: 3em;
  color: #007bff;
  margin-bottom: 20px;
}

.card h3 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card .price {
  font-size: 2.2em;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 5px;
}

.card .billing {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 25px;
}

.card p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.5;
  margin-bottom: 10px;
}

.card p:last-of-type {
  margin-bottom: 30px;
}

.card:last-child .price {
  color: #007bff;
  font-size: 1.6em;
  margin-bottom: 0;
}

.card:last-child .billing {
  color: #666;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 25px;
}

.card a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  font-size: 0.9em;
  transition: color 0.2s ease-in-out;
  margin-top: auto;
  display: block;
}

.card a:hover {
  color: #0056b3;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}

.fa-minus:before, .fa-subtract:before {
  content: "\f068";
  width: 8px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 4px;
}

table .toggle-button {
  position: relative;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #0057d8;
  margin: 10px 0;
}

.billing {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
  margin: 6px 0;
}

.card a {
  color: #0057d8;
  font-size: 14px;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .pricing-grid {
    flex-direction: column;
    align-items: center;
  }
}

.tiers-container {
  gap: 60px;
  padding: 30px 1px 24px 0px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

th, td {
  padding: 18px 25px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}

th {
  background-color: #f5f7fa;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

td {
  color: #4b5563;
  font-size: 1.1em;
  line-height: 1.5;
  white-space: nowrap;
}

.feature-group td:first-child {
  font-weight: 700;
  color: #1f2937;
  white-space: normal;
}

.feature-group:hover {
  background-color: #fdfdfd;
}

.feature-details {
  display: none;
  background-color: #fcfcfc;
}

.feature-details td {
  font-size: 0.85em;
  color: #6b7280;
  white-space: normal;
}

.fa-check {
  color: #10B981;
  font-size: 1.1em;
}

.fa-times {
  color: #EF4444;
  font-size: 1.1em;
}

.toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
  color: #1f2937;
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: inherit;
  transition: color 0.2s ease;
  width: 100%;
  text-align: left;
}

.toggle-button .icon-fixed-width {
  display: inline-block;
  width: 1.2em;
  text-align: center;
  flex-shrink: 0;
  margin-right: 12px;
  transition: transform 0.3s ease;
}

.toggle-button:hover {
  color: #2563EB;
}

.toggle-button:hover .icon-fixed-width {
  color: #2563EB;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: none;
}

.feature-group + .feature-details {
  border-top: none;
}

.feature-details:last-of-type {
  border-bottom: 1px solid #f0f0f0;
}

.feature-group:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.toggle-button .fa-plus,
.toggle-button .fa-minus {
  transition: transform 0.3s ease;
}

.toggle-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.3);
  border-radius: 4px;
}

@media (max-width: 768px) {
  div#tab2 {
    background: #0057d8;
    padding: 25px 0px 25px 0px;
  }

  .container-over {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
  }

  table {
    min-width: 650px;
  }

  th, td {
    padding: 12px 15px;
    font-size: 0.85em;
  }

  th:first-child,
  td:first-child {
    min-width: 180px;
  }

  td {
    white-space: nowrap;
  }

  .feature-group td:first-child,
  .feature-details td {
    white-space: normal;
  }

  .toggle-button {
    font-size: 0.9em;
  }

  .toggle-button .icon-fixed-width {
    width: 1em;
    margin-right: 8px;
  }

  .feature-details td {
    padding-left: 35px;
  }

  .container-over::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to left, rgba(0,0,0,0.05), transparent);
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
  }

  .container-over:hover::after {
    opacity: 0;
  }
}

@media (max-width: 480px) {
  th, td {
    padding: 10px 12px;
    font-size: 0.8em;
  }

  th:first-child,
  td:first-child {
    min-width: 150px;
  }

  .feature-details td {
    padding-left: 25px;
  }
}

.toggle-button:focus {
outline: none!important;
border-radius: 0!important;
box-shadow: none;
}

.container-over-over {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  border: 1px solid #e0e0e0;
  position: relative;
}

.top-section {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.print-button {
  background-color: #ffb100;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.print-button:hover {
  background-color: #e69c00;
}

.clarity-section {
  text-align: center;
  margin-bottom: 50px;
}

.clarity-section p {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}

.expert-button {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.expert-button:hover {
  background-color: #0056b3;
}

.faq-heading {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-bottom: 50px;
}

.faq-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.faq-item h3 {
  font-size: 18px;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.faq-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .print-button,
  .expert-button {
    width: 100%;
    box-sizing: border-box;
  }

  .print-button {
    margin-bottom: 20px;
  }

  .clarity-section {
    margin-bottom: 30px;
  }
}

.sportsplus-pricing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.pricing-container {
  background-color: #000000;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}

.pricing-text {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.4;
}

.contact-link {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #003d7a;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pricing-container {
    padding: 40px 25px;
  }

  .pricing-text {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .expert-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .pricing-container {
    padding: 30px 20px;
    border-radius: 10px;
  }

  .pricing-text {
    font-size: 1.3em;
    margin-bottom: 25px;
  }

  .expert-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

.tiers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 20px;
  padding: 30px;
  justify-content: center;
  width: 100%;
}

.tier {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  width: 250px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 60px;
}

div#tab2 {
  background: #0057d8;
  padding: 80px;
}

.tier-icon-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
}

.tier-icon {
  color: #fff;
  font-size: 36px;
}

.blue-bg { background-color: #3498db; }
.lightblue-bg { background-color: #5dade2; }
.gray-bg { background-color: #95a5a6; }
.lightgreen-bg { background-color: #82e0aa; }
.green-bg { background-color: #2ecc71; }

.tier-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
}

.tier-description {
  font-size: 0.95em;
  color: #555;
  line-height: 1.4;
  margin-bottom: 15px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tier-effective {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.price-highlight {
  font-size: 1.3em;
  color: #007bff;
  font-weight: bolder;
}

.tier-note {
  font-size: 0.85em;
  color: #777;
  line-height: 1.4;
  margin-top: auto;
}

@media (max-width: 1100px) {
  .tiers-container {
    flex-direction: column;
    align-items: center;
  }

  .tier {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .tier {
    width: 90%;
  }
}
