* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main_heading {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.human_svg-wrapper {
  width: 80vw;
  height: 85vh;
  /* height: 800px; */
  /* aspect-ratio: 1/0.7; */
  margin: auto;
  overflow: visible;
  position: relative;
}

.body-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Indicators */
.point {
  fill: red;
  cursor: pointer;
  transition: 0.3s;
}

/* hover trigger */

/* main dot */
.head_point {
  fill: rgba(255, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: all;

  transform: scale(1);
  transform-box: fill-box;
  transform-origin: center;

  transition: transform 0.25s ease, fill 0.25s ease;
}

/* hover */
.head_point:hover {
  fill: rgba(255, 0, 0, 0.815);
  transform: scale(1.5);
}
.active {
  fill: rgba(255, 0, 0, 0.815);
  transform: scale(1.5);
}
.label {
  font-size: 14px;
  fill: blue;
  font-weight: 600;
  pointer-events: none;
  font-size: 22px;
}
.body-options {
  max-width: 400px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.option-group label {
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.option-group {
  position: absolute;
  display: none;
  background: #13d4e2;
  padding: 20px 15px 12px;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: max-content;
  transform: translate(-50%, -120%);
}

.close_select {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.close_select:hover {
  color: red;
}

.option_wrapper {
  display: flex;
  flex-direction: column;
  background: #7feff7;
  border-radius: 5px;
  width: max-content;
  gap: 1px;
}
.option_wrapper a {
  padding: 3px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.option_wrapper a:hover {
  background: #f1f1f1;
}

.option_wrapper a.selected {
  background: #ffdddd;
  font-weight: 600;
}
/*  */
.this_container {
  width: min(95%, 1200px);
  margin-inline: auto;
}
.print_brand_logo .brand__logo img {
  width: 160px;
  margin-inline: auto;
  display: block;
}
.print_brand_logo .brand__logo {
  position: relative;
}
.print_brand_logo .brand__logo::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.middle__site_data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #e9e9e9;
}
.loca_tion,
.ph_one {
  border-right: 5px solid #000;
}
.ph_one,
.fax_x {
  text-align: end;
}
.fax_x {
  text-align: start;
}
.ph_one {
  text-align: center;
}
.loca_tion,
.e_mail {
  text-align: end;
}
.loca_tion a,
.ph_one a,
.fax_x a,
.e_mail a,
.web_site a {
  display: block;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-weight: 16px;
  padding: 5px 15px;
}
.lower__site_data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 10px; */
  /* margin-top: 10px; */
  margin-bottom: 10px;
  /* text-align: center; */
  background: #e9e9e9;
}
.service_check_box {
  padding-block: min(40px, 60px);
}
.service__check_wrapper {
  width: min(95%, 70%);
  margin-inline: auto;
  margin-top: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.service__check {
  font-size: 20px;
  font-weight: 600;
}

.service__check input {
  margin-right: 6px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.87) 0.5px 1.95px 2.6px;
  border: none;
  outline: none;
}
.service__input_wrapper {
  padding-top: 30px;
}
.service__input {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 20px;
}

.service__input label {
  white-space: nowrap;
}

.service__input input,
.service__input textarea {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
  padding: 6px 10px 3px;
}
.service__input textarea {
  border: none;
}
.bottom_service_wrapper {
  padding-bottom: 30px;
}
.bottom__text {
  margin-top: 5px;
  font-size: 20px;
}
.instruction_location {
  margin-bottom: 60px;
  height: 80vh;
}
.location_map_img {
  margin-top: 80px;
}
.location_map_img img {
  width: min(95%, 600px);
  aspect-ratio: 1/0.5;
  margin-inline: auto;
  display: block;
}
.instruction_location ul {
  margin-left: 30px;
}
.instruction_location ul li {
  font-size: 20px;
}
.instruction_location h2 {
  margin-bottom: 15px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.body_part_footer {
  border-top: 2px solid #000;
}
.body_part_footer .lower__site_data {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.body_part_footer .loca_tion,
.body_part_footer .ph_one {
  border-right: 2px solid #000;
}
