body {
  background-color: white;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#header .nav-list ul .submenu {
  background-color: #007bff;
}

#header .nav-list ul .submenu2 {
  background-color: #007bff;
}

#header .header {
  background-color: #007bff;
}

/* Table */
.pricing-section {
  margin: 16rem 0;
  padding: 4rem 1.5rem;
  background-color: #ffffff;
  color: #000000;
}

.pricing-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: clamp(3rem, 8vw, 4rem);
  font-weight: 700;
}

.section-title span {
  color: #007bff;
}

.section-subtitle {
  margin-top: 0.5rem;
  color: #000000;
  font-size: 1.5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.price-card {
  background-color: #f9f9f9;
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.price-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 0.5rem;
}

.price.free {
  color: #2ecc71;
}

.description {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
}

.price-card.highlight {
  border: 2px solid #007bff;
  background-color: #f0f7ff;
}

.pricing-cta {
  margin-top: 3rem;
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-size: 2rem;
}

.cta-button:hover {
  background-color: #4d94ff;
  transform: translateY(-2px);
}
/* End table */

/* Textblok */
.textlosseles {
  justify-content: flex-start;
  margin-top: 13%;
  margin-left: 5%;
}

.textlosseles p {
  font-size: 2rem;
  font-weight: 400;
  max-width: 900px;
  margin-top: 1%;
}

.textlosseles h1 {
  font-size: 6rem;
  font-weight: 400;
  max-width: 1200px;
  margin-top: 5%;
}

.textblok1link {
  border-bottom: 2px solid rgb(0, 0, 92);
}

/* Button */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #66b3ff;
  border: 1px solid transparent;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: 15px 50px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  margin-left: 6%;
  margin-top: 3%;
}

.button-5:hover,
.button-5:focus {
  background-color: #4d94ff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
/* End button */

/* End footer */
.footer {
  margin-top: 10%;
}
/* End textblok */

@media screen and (max-width: 767px) {
  #boldtext {
    font-size: 2.5rem;
  }

  .price-table-container {
    font-size: 2.5rem;
  }

  .price-table {
    flex-direction: column;
    margin-right: 0;
    margin-top: 5%;
  }

  .first-colum {
    border-right: none;
  }

  .second-colum {
    border-right: none;
  }

  .row1 {
    display: flex;
    border-bottom: 3px solid #ccc;
    flex-direction: column;
  }

  .cell {
    flex: 1;
    padding: 40px;
    text-align: center;
  }

  .cell:first-child {
    border-bottom: 3px solid #ccc;
  }

  .textlosseles {
    margin-top: 30%;
  }

  .textlosseles p {
    font-size: 2rem;
    font-weight: 400;
    max-width: 350px;
    margin-top: 5%;
  }

  .textlosseles h1 {
    font-size: 4.8rem;
    font-weight: 400;
    max-width: 1200px;
    margin-top: 5%;
  }

  .footer {
    margin-top: 25%;
  }

  .h1table h1 {
    margin-top: 15%;
  }

  .button-5 {
    font-size: 2rem;
    margin-top: 5%;
  }
}

/* Media Query for tablet 2 */
@media only screen and (min-width: 750px) and (max-width: 1200px) {
  #boldtext {
    font-size: 2.5rem;
  }

  .price-table-container {
    font-size: 2.5rem;
  }

  .price-table {
    flex-direction: column;
    margin-right: 0;
  }

  .first-colum {
    border-right: none;
  }

  .second-colum {
    border-right: none;
  }

  .row1 {
    display: flex;
    border-bottom: 3px solid #ccc;
    flex-direction: column;
  }

  .cell {
    flex: 1;
    padding: 40px;
    text-align: center;
  }

  .cell:first-child {
    border-bottom: 3px solid #ccc;
  }

  .textlosseles p {
    font-size: 2rem;
    font-weight: 400;
    max-width: 750px;
    margin-top: 5%;
  }

  .textlosseles h1 {
    font-size: 4.8rem;
    font-weight: 350;
    max-width: 1200px;
    margin-top: 5%;
  }

  .button-5 {
    font-size: 3rem;
    margin-top: 5%;
  }
}
