body {
  background-color: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
}
.maindiv{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 13, 46, 0.767) 1%, #000 100%);
    overflow-y: scroll;
}
.heading{
    color: rgba(255, 255, 255, 0.904);
    font-size: 60px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 40px;
}
.subhead{
    color: rgba(255, 255, 255, 0.623);
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 10px;
}
.greybox {
  display: flex;
  align-items: center;
  background-color: #1e2832;
  border-radius: 20px;
  padding: 3px;
  width: fit-content;
  margin: 20px auto;
}

.greybox .box {
  color: #9ca3af;
  padding: 6px 16px;
  border-radius: 18px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.greybox .box.active {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
.greybox .box .tag {
  background-color: #003b2d;
  color: #a8ffcf;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 500;
}
.greybox .box:hover {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
body {
  background-color: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.pricing-container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-card {
  background-color: #111;
  border-radius: 12px;
  padding: 25px;
  width: 280px;
  transition: 0.3s ease;
  border: 1px solid #222;
}

.pricing-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pricing-card h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0;
}

.pricing-card span {
  font-size: 14px;
  color: #aaa;
}

.save {
  color: #00ba7c;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 15px;
  width: max-content;
  background-color: #003b2d;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card li {
  margin: 8px 0;
  font-size: 13px;
  color: #ccc;
  padding-bottom: -4px;
}
.supergrok {
  background-color: #1b1b1b;
  border-radius: 8px;
  padding: 12px;
  margin-top: 15px;
}

.supergrok h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.supergrok li {
  font-size: 14px;
  color: #aaa;
}

.pricing-card:hover {
  background-color: #1a1a1a;
  transform: translateY(-4px);
}

.pricing-card {
  transition: all 0.3s ease;
  cursor: pointer;
}
li svg {
  padding-top: 4px;
  margin-top: 2px;  
}

/* business-banner */
.business-banner-container {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
  margin-left: 3px;
} 

.business-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, #162839, #131313);
  color: white;
  padding: 14px 22px;
  border-radius: 10px;
  width: 890px;
  box-shadow: 0 0 5px rgba(255,255,255,0.05);
}

.business-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.business-info .icon {
  color: gold;
  font-size: 20px;
}

.business-info h3 {
  margin: 0;
  font-size: 15px;
}

.business-info p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #bbb;
}

.button {
  background: #f1f3f5;
  color: black;
  border: none;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.button:hover {
  background: #e5e5e5;
}

/* tables */
.compare-table {
  
  color: white;
  font-family: "Inter", sans-serif;
  padding: 20px;
  width: 890px;
  margin: 30px auto 50px;
}

.compare-table h3 {
  margin-bottom: 10px;
  padding-bottom: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #161616;
  border-radius: 10px;
  overflow: hidden;
  border: #161616 15px solid;
  border-top: #161616 3px solid;
  margin-bottom: 30px;
}

th, td {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #2a2a2a;
}

th {
  background: #161616;
  font-weight: 600;
  align-items: center;
  padding-top: -7px;
  height: 50px;
}

svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
  fill: none;
}

.tick {
  stroke: #3ba55c;
}

.cross {
  stroke: #999;
}

tr:last-child td {
  border-bottom: none;
}
/* radio button */
.bottomDiv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: red;
  color: white;
  text-align: center;
  line-height: 80px;

}
/* radio wrapper */
.radio {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
}
/* hide native radio */
.radio input {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* margin-left: 60px; */
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #666;
  box-sizing: border-box;
  transition: all 0.18s ease;
  display: block;

}
.radio input:checked ~ .checkmark {
  background-color: #1d9bf0;
  border-color: #1d9bf0;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4.8px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.radio input:checked ~ .checkmark::after {
  display: block;
}
.radio input:focus + .checkmark {
  box-shadow: 0 0 0 3px rgba(29,155,240,0.18);
}

.title-with-radio {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  margin-left: 90%;
  margin-top: -30px;

}

