.home-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}
.home-container h2 {
  font-size: 46px;
  font-weight: 700;
  color: #0f395c;
  margin-bottom: 2rem;
}

.text-container {
  color: #044c4e;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-top: 1rem;
}

.text-container p {
  margin-bottom: 1.35rem;
}

.card-image-container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  text-align: justify;
}

.image-container img {
  margin-top: 1rem;
}

.submit-button {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  color: white;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  transition: background 0.3s ease, transform 0.2s ease;
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 0.8) 100%);
  border-color: unset;
  text-decoration: none;
}

.submit-button:hover {
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 1) 100%);
  transform: scale(1.05);
}

.wave-container {
  height: 1000px;
}

#waveSection3 {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 70%,
      rgba(255, 255, 255, 1) 100%
    ),
    url(/static/images/about_us/wave-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  color: white;
}

.image-card-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 15rem;
  justify-content: center;
  gap: 2rem;
}

.section-header {
  color: #067577;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0rem;
}

.section-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: row;
}

/* Container for the price table */
.price-table {
  position: relative;
  text-align: center;
  color: #0f395c;
  margin: 3rem auto;
  padding: 2rem;
  border-radius: 8px;
}

.table {
  box-shadow: 0px 4px 4px 0px #00000040;
}

/* Table heading style */
.table-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #2c3e50;
  text-align: center;
}

/* Table styling */
table.table caption {
  font-size: 1rem;
  font-weight: 400;
  color: #34495e;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
}

table.table th,
table.table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border: 1px solid #1A629E
}

table.table th {
  background-color: #eef6fc;
  color: #0f395c;
  font-size: 1.1rem;
}

table.table td {
  background-color: #ffffff;
  font-size: 1rem;
  color: #044C4E;
  
}

table.table tr:hover td {
  background-color: #ecf0f1;
}

table.table td:last-child {
  color: #067577;
  font-weight: bold;
}

.estimated-table p {
  font-weight: 700;
  text-align: justify;
  color: #0f395c;
  font-size: 18px;
}
