/* General Container */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Section Header */
h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

p {
  text-align: center;
  font-size: 1.125rem;
  color: #4a5568;
  margin-top: 0.5rem;
  padding: 0 1.5rem;
}

.divider {
  height: 0.25rem;
  width: 6rem;
  background-color: #e01d28;
  opacity: 0.75;
  margin: 1rem auto;
  border-radius: 0.25rem;
}

/* Pricing Cards Layout */
.pricing-wrapper {
  max-width: 100%;
  margin: 1rem auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-details1 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .pricing-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}

/* Individual Card */
.card {
  width: 90%;
  max-width: 20rem;
  margin: 2rem 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.card-1 {
  height: 336px;
}

.card.popular {
  background-color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.card-header {
  background-color: #10182F;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 0.875rem;
}

.card-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1rem 0 0.5rem;
  letter-spacing: 0.05em;
}
.card-title1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 0 0.5rem;
  letter-spacing: 0.05em;
}

.card-price {
  text-align: center;
  font-size: 0.875rem;
  color: #10182F;
  padding-bottom: 1.5rem;
}
.card-price1 {
  text-align: center;
  font-size: 3.875rem;
  color: #10182F;
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.card-price-1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

.card-description {
  font-size: 0.875rem;
  padding: 0 2rem;
  text-align: left;
}

.card-description-1 {
  font-size: 0.875rem;
  padding: 0 2rem 1rem 2rem;
  text-align: center;
}

/* Features List */
.features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 0 1.5rem;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.features svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #2f855a;
  margin-right: 0.75rem;
}

/* Select Button */
.select-button {
  display: block;
  width: 100%;
  background-color: #e01d28;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  border: none;
}
.mt-card-1 {
  margin-top: 3rem;
}

.select-button:hover {
  background-color: #4a5568;
}

/* Footer */
footer {
  padding-top: 1rem;
  text-align: center;
}

footer a {
  text-decoration: none;
}

footer span {
  font-family: sans-serif;
  border-bottom: 2px solid #bee3f8;
  transition: color 0.3s ease;
}

footer span:hover {
  color: #bee3f8;
}

footer svg {
  height: 1.25rem;
  padding: 0 0.5rem;
  cursor: pointer;
  fill: #bee3f8;
  transition: fill 0.3s ease;
}

footer svg:hover {
  fill: #90cdf4;
}

/* Pricing more Details*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 2px solid #cccccc;
  text-align: left;
  padding: 15px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* Container for the terms section */
.terms-section {
  max-width: 1060px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Open Sans', sans-serif;
  background-color: #f9f9f9;
  border-radius: 8px;
  line-height: 1.6;
  color: #333;
  margin-top: 30px;
}

/* Section heading */
.terms-section h2 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #222;
}

/* Subheadings */
.terms-section h3 {
  font-size: 20px;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #444;
}

/* Paragraph text */
.terms-section p {
  font-size: 16px;
  margin-bottom: 1rem;
}

/* Lists for terms */
.terms-section ul,
.terms-section ol {
  font-size: 16px;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.euro-symbol {
  font-size: 0.65em;
  transform: rotate(-10deg);
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  opacity: 0.8;
  font-weight: 400;
  color: #555;
}

/* .euro-symbol {
  font-size: 0.65em;
  transform: rotate(-10deg);
  display: inline-block;
  color: #555;
} */

.les_price {
  font-size: 62px; 
  font-weight: bold; 
  margin-top: -10px;
  text-align: center;
  color: #10182F;
  padding-bottom: 1.5rem;
}

.free{
  color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .terms-section {
    padding: 1rem;
  }

  .terms-section h2 {
    font-size: 20px;
  }

  .terms-section h3 {
    font-size: 18px;
  }

  .terms-section p,
  .terms-section ul,
  .terms-section ol {
    font-size: 15px;
  }

  .les_price {
    font-size: 60px;
  }

}
