.pricing-btn {
  background-color: #02557d;
  color: white;
  border-radius: 25px;
  height: 45px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  /* font-size: 22px; */
  font-size: clamp(14px, 5vw, 22px);
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}
.extraLight {
  border-bottom: 2px solid #ffffff;
}
.pricing-btn:hover {
  background-color: #005fa3;
  transform: scale3d(1, 1.05, 1);
  box-shadow: 0 4px 12px rgba(0, 119, 192, 0.3);
}
.pricing-btn-light {
  background-color: white;
  color: #1e293b;
  border-radius: 25px;
  height: 40px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}
.pricing-containers {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  /* max-width: 55%; */
  align-items: stretch;
  overflow-x: auto;
  font-size: 30px;
  padding: 10px 20px;
}
.card-divider {
  border: none;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 16px;
  width: calc(100% + 40px);
  margin-bottom: 16px;
  margin-left: -20px;
}
.box-container {
  background-color: white;
  color: #1e293b;
  display: flex;
  font-size: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  flex: 1 1 calc(25% - 30px);
  /* min-width: 280px; */
  max-width: 320px;
  box-shadow: 0px 0px 10px #00000063;
}
.box-container>p {
  align-self: flex-start;
  padding-left: 20px;
  margin-bottom: 0;
}
.highlight {
  color: #4dabf7;
  font-weight: 600;
}

.card-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: auto;
  text-align: center;
}
.pricing-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
}
.features {
  display: grid;
  grid-template-rows: repeat(6, 40px);
  justify-items: center;
  align-items: center;
  gap: 0;
  margin: 32px 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
}
.features img {
  width: 30px;
  height: 30px;
}
.types {
  display: grid;
  grid-template-rows: repeat(5, 40px);
  align-items: center;
  list-style: none;
  gap: 0;
  padding-left: 0;
  margin-bottom: 80px;
}
.space {
  margin-top: 320px;
}
.text-price {
  font-size: 60px;
}
.price span {
  font-size: 17px;
  color: #555;
}
.text {
  font-size: 16px;
  color: #006494;
  text-align: start;
}
.monthly {
  background-color: #f0f0f0;
}
.yearly {
  background-color: #edf9ff;
}
.types {
  display: grid;
  grid-template-rows: repeat(6, 40px);
  align-items: center;
  list-style: none;
  gap: 0;
  padding-left: 0;
  margin: 0;
}
.types li {
  font-size: 16px;
  font-weight: 500;
  color: #1e293b;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.service-types {
  align-items: flex-start;
  text-align: left;
  background-color: #f0f0f0;
}
.service-types h2,
.service-types h3 {
  color: #1e293b;
  font-size: 18px;
}
.service-types h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-types h3 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
.service-types .types span {
  font-size: 14px;
  margin-bottom: 8px;
  color: #1e293b;
}
.addons {
  list-style: none;
  text-decoration: none;
}
.addons li a {
  color: #16529f;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.addons li a:hover {
  text-decoration: underline;
}
/* Enterprise CARD */
.enterprise-full {
  background-color: #edf1ff;
  width: 100%;
  /* max-width: 900px; */
  max-width: 65%;
  border-radius: 10px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 80px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px #00000063;
}

.enterprise-full-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.enterprise-text h4 {
  font-size: 35px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.enterprise-text p {
  font-size: 16px;
  color: #1e293b;
  margin-top: 6px;
}

.pricing-btn-full {
  background-color: #204b6a;
  color: white;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  width: 260px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease all;
}

.pricing-btn-full:hover {
  background-color: #005fa3;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 119, 192, 0.3);
}

@media (max-width: 768px) {
  .enterprise-full-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .pricing-btn-full {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .box-container {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .pricing-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
    padding-top: 15px;
  }
  .service-types h2 {
    font-size: 34px;
  }
  .service-types .types span {
    font-size: 22px;
  }
  .box-container {
    width: 520px;
    font-size: 24px;
    max-width: 100%;
    min-width: 85%;
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header-main {
    position: static !important;
  }
  .pricing-containers {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  .box-container>p {
    font-size: 8px;
  }
  .box-container {
    padding: 16px;
    max-width: 100%;
    font-size: 22px;
    border-radius: 8px;
  }
  .price {
    font-size: 24px;
    text-align: center;
  }

  .text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .box-container {
    flex: 1 1 calc(20% - 30px);
    max-width: calc(22% - 26px);
  }
}

@media (max-width: 1199px) {
  .pricing-containers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    padding: 12px;
  }

  .box-container>p {
    font-size: 14px;
  }
  .service-types h2 {
    font-size: 18px;
  }
  .space {
    display: none !important;
    margin-top: 0 !important;
  }
  .card-divider {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .box-container:not(.enterprise-full) {
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .box-container:not(.enterprise-full) .text-price {
    font-size: 20px;
  }
  .box-container:not(.enterprise-full) .pricing-btn {
    font-size: 12px;
    height: 30px;
    width: 20vw;
    margin-top: 18px;
  }
  .box-container:not(.enterprise-full) .features img {
    width: 18px;
    height: 18px;
  }
  .box-container:not(.enterprise-full) .price span,
  .box-container:not(.enterprise-full) .types li,
  .box-container:not(.enterprise-full) .text {
    font-size: 10px;
  }
  .box-container:not(.enterprise-full) .text-head {
    font-size: 16px;
    padding-left: 6px;
  }
  .enterprise-full {
    grid-column: span 3;
    width: 100%;
    margin: 0 auto;
  }
  .enterprise-text h4 {
    font-size: 18px;
  }
  .enterprise-text p {
    font-size: 12px;
  }
  .pricing-btn-full {
    font-size: 14px;
    padding: 8px 16px;
    width: 180px;
  }
}


@media (max-width: 480px) {
  .pricing-containers {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }

  .box-container {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    font-size: 16px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .box-container>p {
    font-size: 9px;
    text-align: center;
    padding-left: 0;
  }

  .text-price {
    font-size: 20px !important;
  }

  .price span {
    font-size: 14px;
  }

  .pricing-btn {
    font-size: 16px;
    width: 90%;
    height: 40px;
  }

  .features img {
    width: 20px;
    height: 20px;
  }

  .text {
    font-size: 13px;
    text-align: center;
  }

  .types li {
    font-size: 14px;
  }

  .enterprise-full {
    flex-direction: column;
    padding: 16px;
    gap: 10px;
  }

  .service-types h3 {
    font-size: 8px;
  }

  .enterprise-text h4 {
    font-size: 20px;
  }

  .enterprise-text p {
    font-size: 14px;
  }

  .pricing-btn-full {
    width: 90%;
    font-size: 16px;
    padding: 8px 12px;
  }
}