.features-v2 {
  padding: 95px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.features-v2-title {
  font-size: 34px;
  font-weight: bold;
  font-family: "Geist", sans-serif !important;
  color: #262365;
  margin-bottom: 80px;
  text-align: center;
}

.features-v2-tables-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.features-v2 .background-overlay {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}

.features-v2-table-wrap {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #262365;
  border-radius: 10px;
  position: relative;
  min-height: 100%;
  width: 100%;
}

.features-v2-table-wrap.active {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
}

.features-v2-table-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  filter: blur(2px);
  border: 1px solid #262365;
  pointer-events: none !important;
}

.features-v2-table-wrap.active .features-v2-table-title {
  background: #f6f5fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.features-v2-table-wrap .features-v2-table-wrap-container {
  overflow-x: auto;
  align-items: flex-start;
  display: none;
  width: 100%;
}

.features-v2-table-wrap.active .features-v2-table-wrap-container {
  display: flex;
}

.features-v2-table-wrap table {
  border: 1px solid rgba(38, 35, 101, 0.25);
  width: 100%;
}

.features-v2-table-wrap .features-v2-table-title svg {
  transform: rotate(180deg);
}

.features-v2-table-wrap.active .features-v2-table-title svg {
  transform: rotate(0deg);
}

.features-v2-table-title {
  width: 100%;
  padding: 20px 50px;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}

.features-v2-table-wrap table svg {
  width: 15px;
  height: 15px;
}

.features-v2-table-wrap table th {
  padding: 20px;
  text-align: center;
  font-family: "Geist", sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  color: #262365;
  border: 1px solid rgba(38, 35, 101, 0.25);
  width: 17.5%;
  vertical-align: middle;
}

.features-v2-table-wrap table td {
  padding: 20px;
  text-align: center;
  font-family: "Avenir", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #262365;
  border: 1px solid rgba(38, 35, 101, 0.25);
  width: 17.5%;
  vertical-align: middle;
}

.features-v2-table-wrap table td.feature-name {
  text-align: left;
  padding-left: 50px;
  width: 30%;
}

.pricing-check path {
  fill: #432dd0;
}

.pricing-cross path {
  fill: #dc3347;
}

@media screen and (max-width: 792px) {
  .features-v2-table-title {
    padding: 20px;
  }
  .features-v2-tables-wrap {
    position: relative;
    width: 100%;
  }
  .features-v2-table-wrap {
    align-items: flex-start;
  }

  .features-v2-table-wrap .features-v2-table-wrap-container {
    overflow-x: auto;
    align-items: flex-start;
  }

  .features-v2-table-wrap table {
    width: 100%;
    table-layout: auto;
  }
  .features-v2-table-wrap table td.feature-name {
    min-width: 200px;
    padding-left: 20px;
  }
  .features-v2-table-wrap table td,
  .features-v2-table-wrap table th {
    min-width: 200px;
  }
  .features-v2-table-wrap::before{
    display: none;
  }
}
