.pl-32 {
  margin-left: 32px;
}

.related-page-card,
.popular-page-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
  transition: all 0.3s ease;
}

.related-page-card:hover,
.popular-page-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 139, 148, 0.1);
}

.related-page-card .arrow-icon,
.popular-page-card .arrow-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: var(--text);
  transition: fill 0.3s ease;
}

.related-page-card:hover .arrow-icon,
.popular-page-card:hover .arrow-icon {
  fill: var(--primary);
}

.hospital-page-bar {
  padding: 17px 16px 17px 32px;
}

.hospitals-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 80px;
}

.hospital-box {
  border: 5px solid var(--light-white);
  padding: 32px 40px;
  border-radius: 8px;
}

.nh-media-sns-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--golden);
  flex-shrink: 0;
  display: block;
}

.nh-spacer {
  width: 10px;
  height: 10px;
}

/* .page-spacer {
  margin: 40px 0px;
  padding: 80px;
  background: var(--primary);
} */

.health-checkup {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  object-fit: cover;
}

.check-animal-img {
  height: 269px;
  border-radius: 8px;

  width: 395px;
  object-fit: cover;
}

.health-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.health-table td,
.health-table th {
  border: 1px solid var(--gray);
  padding: 24px 23px 32px;
}

.health-table tbody tr:nth-child(even) {
  background-color: var(--light-white-2);
}
.health-table th {
  padding: 12px;
}

.td-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}
.plan {
  vertical-align: top;
}

.course-name {
  text-align: center;
  font-weight: 700;
}

.label-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.label-circle-transparent {
  background: transparent;
}

.hospital-ul li {
  position: relative;
  padding-left: 18px;
}

.hospital-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--golden);
  flex-shrink: 0;
  display: block;
}

.col-course {
  background: var(--dark-gray);
}
.col-light {
  background: var(--brown);
}
.col-standard {
  background: var(--light-sky);
}
.col-premium {
  background: var(--deep-yellow);
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.info-box-left {
  min-width: 214px;
  padding: 40px 20px;
}
.info-box {
  border: 1px solid var(--gray);
}
.info-box-right-inner {
  padding: 34px 40px 34px;
}
.info-box-right-inner {
  padding: 34px 40px 34px;
}

/* steps */
.method-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.step-item {
  display: flex;
  gap: 20px;
  position: relative;
}

.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: -34px;
  width: 2px;
  background: var(--golden);
}
.step-item.step-item-magenta:not(:last-child)::after {
  background: var(--magenta);
}
.step-item.step-item-primary:not(:last-child)::after {
  background: var(--primary);
}
.nh-text-magenta {
  color: var(--magenta);
}
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--lgiht-blue);
  border: 2px solid var(--golden);
  color: var(--golden);
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.2px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-content h4 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.step-content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  margin-bottom: 16px;
}

/* Buttons */
.btn-yellow {
  background: var(--light-yellow);
  border-radius: 4px;
  padding: 25px 40px;
  font-size: 16px;
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 41px;
  display: flex;
  justify-content: space-between;
  gap: 92px;
}

.method-img {
  width: 240px;
  height: 164px;
  object-fit: cover;
  border-radius: 8px;
}

.btn-yellow:hover {
  background: var(--golden);
  color: var(--white);
}

.step-num-magenta {
  color: var(--magenta);
  border: 2px solid var(--magenta);
}
.step-num-primary {
  color: var(--primary);
  border: 2px solid var(--primary);
}

.step-block-text {
  display: inline-block;
  width: 100%;
  max-width: 296px;
}

.health-doctor-info-right {
  padding-left: 40px;
  border-left: 1px solid var(--gray);
}

.method-img-doctor {
  height: 197px;
  width: 197px;
  border: 8px solid var(--aqua);
  border-radius: 100%;
}

.health-table-second table {
  width: 100%;
  border-collapse: collapse;
}

.health-table-second th,
.health-table-second td {
  padding: 32px 24px;

  text-align: center;
  border: 1px solid var(--gray);
}

.health-table-second thead th {
  padding: 12px 24px;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
}

.health-table-second thead th:first-child {
  width: 197px;
  background-color: var(--dark-gray);
}

.health-table-second thead th:nth-child(2) {
  width: 296px;
  background-color: var(--primary);
}

.health-table-second thead th:nth-child(3) {
  width: 296px;
  background-color: var(--golden);
}

.health-table-second tbody td:first-child {
  background-color: var(--light-white-2);
  font-weight: 700;
  color: var(--text);
}

.health-table-second tbody td:nth-child(2) {
  background-color: var(--white);
}

.health-table-second tbody td:nth-child(3) {
  background-color: var(--light-yellow);
  font-weight: 700;
}

.button-pdf {
  color: var(--white);
  width: 100%;
  max-width: 312px;
  min-width: 312px;
  background: var(--text);
  border-radius: 41px;
  bottom: 2px solid var(--text);
  padding: 24px 32px 24px 40px;
}

.health-doctor-image {
  width: 100%;
  border-radius: 8px;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .hospitals-section-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-bottom: 80px;
  }
  .pl-32 {
    margin-left: 0;
  }
  .hospital-strip-left {
    min-width: 100%;
    padding: 42px;
  }
  .payment-image {
    width: 100%;
  }
  .info-left {
    border-right: 0;
    border-bottom: 1px solid var(--gray);
    padding-right: 0px;
    padding-bottom: 48px;
  }
  .table-responsive {
    display: block;
  }

  .health-second,
  .health-table {
    min-width: 600px;
  }
  .step-content {
    gap: 0px !important;
  }
  .health-doctor-info-right {
    padding-left: 0px;
    border-left: none;
  }
  .check-animal-img {
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .hospitals-section-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-bottom: 80px;
  }
  .pl-32 {
    margin-left: 0;
  }
  .hospital-strip-left {
    min-width: 100%;
    padding: 42px;
  }
  .payment-image {
    width: 100%;
  }
  .info-left {
    border-right: 0;
    border-bottom: 1px solid var(--gray);
    padding-right: 0px;
    padding-bottom: 48px;
  }
  .table-responsive {
    display: block;
  }

  .health-second,
  .health-table {
    min-width: 600px;
  }
  .step-content {
    gap: 0px !important;
  }
  .health-doctor-info-right {
    padding-left: 0px;
    border-left: none;
  }
  .check-animal-img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive {
    display: block;
  }

  .health-table {
    min-width: 100%;
  }
  .step-content {
    gap: 0px !important;
  }
  .check-animal-img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pet-img {
    width: 100%;
  }
  .step-block-text {
    display: inline;
  }
}
@media (min-width: 1200px) and (max-width: 1201px) {
}
