.pricing-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  max-width: 400px;
  width: 100%;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-header {
  position: relative;
  background-color: #0694a7;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-bottom: none;
}

.cx-btn {
  cursor: pointer;
  border-radius: 12px;
  color: rgb(var(--nb4));
  background-color: #0694a7;
  width: 100%;
  display: inline-block;
  padding: 20px;
  text-align: center;
}

.card-title {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.card-subtitle {
  font-size: 1rem;
  opacity: 0.8;
}

.card-body {
  padding: 30px;
  background-color: #f0f1ff;
}
.issue {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  /* margin-left: 60px; */
}

p.issue:before {
  position: absolute;
  content: "";
  height: 2px;
  right: -45px;
  top: 16px;
  width: 30px;
  background: #1191a1;
}
p.issue:after {
  position: absolute;
  content: "";
  height: 2px;
  left: -45px;
  top: 16px;
  width: 30px;
  background: #1191a1;
}
.company {
  margin-top: 27px;
  display: flex;
  gap: 90px;
}
.regs {
  margin-top: 25px;
}
p.issue {
  font-size: 24px;
}
.price {
  font-size: 2rem;
  font-weight: bold;
  color: #1191a1;
  margin-bottom: 20px;
  text-align: center;
}
.h-5 {
  height: 1.25rem;
}
.w-5 {
  width: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.price sub {
  font-size: 1.2rem;
  color: #6c757d;
  margin-left: 5px;
}
.text-blue-500 {
  color: #1191a1;
}
.text-blue-400 {
  color: #04a0b5;
}
.text-blue-300 {
  color: #19bdd3;
}
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 50px;
}

.features li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.features li i {
  color: #04a0b5;
  margin-right: 10px;
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  border-radius: 20px;
}
.gradient-custom {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.cx-btn:hover,
.cx-btn:active,
.cx-btn:focus {
  background-color: #0b7482;
  color: #fff;
}
.cx-btn i {
  transition: all 0.35s ease-in-out;
}
.cx-btn:focus i,
.cx-btn:hover i {
  transform: rotate(-45deg);
}

.cx-badge {
  position: absolute;
  top: 2px;
  left: 7px;
  border-radius: 20px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
.company table td,
.company table th {
  font-weight: 400;
  padding: 10px;
}
@media (min-width: 768px) {
  .company img {
    height: 400px;
    width: 500px;
  }
}
@media (max-width: 768px) {
  .company img {
    width: 90vw;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .boxes {
    order: 1;
    margin-top: -70px;
    margin-bottom: 50px;
  }
}
.boxes .d-flex {
  margin-top: 27px;
  gap: 30px;
}
.box {
  width: 160px;
  height: 80px;
  background: #1d1d1d;
  box-shadow: 2px 3px 2px #08defa;
  color: rgb(236, 230, 230);
  border-radius: 6px;
  padding-left: 10px;
  margin-top: 40px;
}
.box h5 {
  font-size: 14px;
  line-height: 34px;
}
.box p {
  color: rgb(236, 230, 230);
  font-size: 19px;
}
.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .boxes {
    width: 100%;
  }
  .box {
    padding: 20px;
    margin-top: 70px;
    margin-left: -5px;
    background: #1d1d1d;
    box-shadow: 2px 3px 2px #08defa;
    width: 100%;
    height: 120px;
  }
}

@media screen and (max-width: 990px) {
  .company {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
  }
  .px-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-3 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .container.pp {
    max-width: 1100px !important;
  }
}

@media (max-width: 750px) {
  #card {
    margin-left: 2px;
  }
}
