body {
    background-color: #2b2d39;
    /* background-color: #f9f9f9; */
    font-family:  Arial, Helvetica, sans-serif
    font-size: 12pt;
    margin-top: 10px;
}

body.about_us_page {
    background-color: #fff8f7;
    color: #ffffff;
    font-family:  Arial, Helvetica, sans-serif
    font-size: 12pt;
    margin-top: 0px;
    color: #000000;
}

.main_header {
    font-size:  31px;
    text-align: center;
    text-spacing-trim: 10pt;
    padding: 10px;
    letter-spacing: 2px;
    color: #ffffff;

}

.main_header_smaller {
    font-size:  18px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
}

td.td_center_of_3 {
    /* border: 1px solid #ffffff; */
    padding: 10px;
    text-align: center;
}

.button-link {
    color: white;
    background-color: #2b2d39;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;
    margin: 8px;
    border: 2px solid white;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
}

.expand-button-link {
  color: white;
  background-color: #2b2d39;
  padding: 8px 14px;
  text-decoration: none;
  display: inline-block;
  margin: 6px;
  border: 2px solid white;
  transition: all 0.3s ease;
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 12px;
}

a.menu {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 8px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-family: Tahoma;
}

a.menu:hover {
  border-bottom: 1px solid white;
  color: #ffffff;
}
  
a.menu.active {
  border-bottom: 2px solid gold;
}

a.menu:link {
  color: #ffffff;
  text-decoration: none;
}

/* Sticky top menu container */
#top-menu {
    position: fixed; /* or sticky */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #2b2d39;
  }

.td_logo {
    padding-top: 20px;
    width: 100px;
    text-align: center;
    background-color: #2b2d39;
}

table.main_logo {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ffffff;
}

.hidden-section {
  display: none;
  padding: 1rem;
  background-color: #fff8f7;
  border: 1px solid #000;
  max-width: 700px;
  color: #000;
}

body.about_us_page {
  background-color: #fff8f7;
}

td.about_us_text {
  color: #000;
  font-size: 16px;
  /* max-width: 900px; */
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

td.about_us_logos {
  /* background-color: #101519; */
  width: 600px;
  height: 400px;
  size: fixed;
  vertical-align: top;
}

td.about_us_huge_text {
  font-size: 48px;
  font-weight: bold;
  color: #0C1114;
  padding: 0px;
  text-align: center;
  vertical-align: top;
}

td.about_us_huge_text_2 {
  font-size: 40px;
  font-weight: bold;
  color: #0C1114;
  padding: 0px;
  text-align: center;
  vertical-align: top;
}


.about_us_hidden-section {
  display: none;
  padding: 1rem;
  background-color: #fff8f7;
  border: 1px solid #ddd; 
  color: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
  padding: 20px;
  border-radius: 12px;
}

td.card {
  padding: 1rem;
  background-color: #fff8f7;
  border: 1px solid #ddd;
  color: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
  padding: 20px;
  border-radius: 12px;
}

div.footer {
  padding: 2rem;
}

td.price_key {
  font-size: 14px;
  color: #0C1114;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

td.price_value {
  font-size: 14px;
  color: #0C1114;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
.price_row {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.price_row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  z-index: 0;
}

.price_row span {
  background: #fff8f7;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

/* form information */
.contact-form {
  background-color: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 750px;
}

.contact-form h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #111;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007aff;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

button {
  /* background-color: #007aff; */ 
  background-color: #2b2d39;
  color: white;
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

button:hover {
  /* background-color: #005fd1; (darker blue) */
  background-color: #fff8f7;
  color: black;
}

td.price_block {
  /* border-collapse: collapse;  */
  border: 2px dotted #000;
  padding: 5px;
}
