/* Wrapper */
.business-plans-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 1424px !important;
  
}
.business-plan-main-heading {
    max-width: 670px;
    padding-bottom: 0px;
    margin-bottom: 35px;
    font-size: 72px;
    line-height: 69px;
    font-weight: 400;
    color: #030001;
}

.tab-buttons {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-wrap : wrap;
}

.tab-button {
  padding: 14px 26px;
  border: solid 1px #000000;
  cursor: pointer;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.3px;
  font-size: 17px;
  line-height: 17px;
  background-color: transparent;
  color: #000000;
  transform: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease !important;
  text-transform: uppercase;
}

.tab-button:hover {
  background-color: #CFCFCF;
  border: solid 1px #000000;
  color: #000000;
  transform: none;
}

.tab-button.active {
  background-color: #030001;
  color: #fff;
}
.plan-check svg,
.check-core,
.check-mapping,
.check-autonomy {
  width: 24px !important;
  height: 24px !important;
  background: transparent !important;
  fill: none !important;
}
}

/* Tab content */
.tab-contents {} {
  display: none;
  margin-top: 20px;
}

.tab-content {
  margin-top: 0px;
}


.tab-content.active {
  display: block;
}


.plan-items {
  display: flex;
  flex-direction: column;
/*   gap: 35px; */
}

.plan-item {} {
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 37px; 
  font-size: 24px;
  line-height: 1.2;
  color: #191919;
  font-weight: 600;
}

.plan-header {
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 19px; 
  font-size: 24px;
  line-height: 1.2;
  color: #191919;
  font-weight: 600;
}

.plan-title-header {
  margin-bottom: 16px;
}

.plan-points-wrapper {
  display: flex;
  justify-content: right;

}

.plan-points {
  display: flex;
  gap: 8px;
  justify-content: right;
  color: #191919;
}

.plan-point {
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  border-radius: 41px;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.plan-first-point {
  background-color: #00ceaf;
}
.plan-second-point {
  background-color: #0085ff;
}
.plan-third-point {
  background-color: #035cb5;
}

/* Plan details table */
.plan-details {
  display: table;
  width: 100%;
  border-collapse: collapse;
  color: #191919;
}

.plan-row {
  display: flex;
  border-bottom: 0px solid #000000;
  border-top: 1px solid #000000;
  padding-top:16px;
  padding-bottom: 47px; 
  font-size: 17px;
  justify-content: space-between;
}

.plan-title, .plan-description, .plan-check {
  display: table-cell;
  vertical-align: middle;

}

.plan-title {
  width: 280px !important;
  line-height: 24px;
}

.plan-description {
  width: 629px !important;
  line-height: 24px;
}

.plan-checks {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-right: 20px;
  max-width: 300px;
  width: 100%;
}

.plan-check {
  max-width: 424px;
  display: flex;
  width: 100%;

}

@media (max-width: 1024px) {
  .plan-description {
    width: 233px !important;
  }
.business-plan-main-heading {  
  font-size: 64px;
  }
   .plan-checks {
    align-items: center;

  }
}

@media (max-width: 850px) {
  .plan-details-first-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .plan-description {
    width: 273.5px !important;
    padding-left: 20px;
  }
  .plan-checks {
    align-items: center;

  }
}

/* Small tablets and below (768px and below) */
@media (max-width: 767px) {
  .business-plan-main-heading {  
  font-size: 42px;
  line-height: 40px;
  }
  
  .plan-items {
    gap: 60px;
  }

  .plan-row:first-child {
    border-top: 1px solid #000;
  }

  .plan-row:last-child {
    border-bottom: 0;
  }

  .plan-points-wrapper {
    justify-content: flex-start;
  }

  .plan-points {
    flex-wrap: wrap;
    gap: 6px;
  }

  .plan-point {
    padding: 4px 14px;   
    font-size: 11px;
  }

  .plan-details {
    display: block;
  }

  .plan-row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-top: none;
    border-bottom: 1px solid #000;
    padding-top: 16px;
    padding-bottom: 47px;
  }

  .plan-title, .plan-description, .plan-check {
    display: block;
    padding: 0;
    max-width: 100%;
  }

  .plan-description {
    max-width: 100%;
    padding-left: 55px;
    min-height: 10px;
    row-gap: 32px;
  }

  .plan-checks {
    flex-direction: row;
    gap: 20px;
    padding-right: 0;
  }

  .plan-check {
    max-width: 100%;
    justify-content: flex-start;
  }

  .check-core, .check-mapping, .check-autonomy {
    width: 24px;
    height: 24px;
  }

  .plan-description {
    width: 100% !important;
  }
  .plan-header {
    padding-bottom: 17px;
  }

  .plan-header {
  padding-top: 73px;
}
}

@media (max-width: 1440px) {

  .business-plans-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
}