.pl-32 {
  margin-left: 32px;
}

.content-description {
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 40px;
}
.noah-tests-wrapper {
  padding-left: 32px;
  margin-bottom: 297px;
}
.noah-tests-wrapper .all-tests {
  display: flex;
  flex-direction: column;
  gap: 57px;
}

.noah-tests-wrapper .test-name {
  font-size: 19.2px;
  color: var(--primary);
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 17px;
  border-bottom: 1px dashed var(--primary);
  margin-bottom: 32px;
}
.noah-tests-wrapper .test-info {
  display: flex;
  flex-flow: row wrap-reverse;
  align-items: start;
  justify-content: space-between;
  row-gap: 16px;
}
.noah-tests-wrapper .test-info .test-description {
  font-size: 16px;
  line-height: 28.8px;
  color: var(--text);
  font-weight: 400;
  display: block;
  max-inline-size: 520px;
  /* flex-flow: row wrap;
  row-gap: 43px; */
}
.noah-tests-wrapper .test-info .test-image {
  aspect-ratio: 1.47;
  width: 240px;
  height: 163px;
  object-fit: cover;
  border-radius: 8px;
}
/* Buttons */
.btn-orange {
  background: var(--light-yellow);
  border-radius: 4px;
  padding: 25px 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 41px;
  display: flex;
  justify-content: space-between;
  gap: 92px;
  margin-top: 43px;
}

.btn-orange:hover {
  background: var(--golden);
  color: var(--white);
}

.page-spacer {
  margin: 40px 0px;
  padding: 80px;
  background: var(--primary);
}

.lab-img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.telephone-box {
  border: 1px solid var(--gray);
}

.telephone-box-left {
  min-width: 197px;
  background: var(--light-white-2);
}
.telephone-box-right {
  padding: 32px 40px;
}

/* Accordion Styles */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-accordion-item {
  background: var(--white);
}

.faq-divider {
  height: 28px;
  width: 1px;
  background: #c4e7ea;
}

.faq-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background: var(--primary);
  cursor: pointer;
  transition: background 0.3s ease;
  gap: 20px;
}

.faq-accordion-header:hover {
  background: var(--deep-sea);
}

.faq-question-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.faq-q-label {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
}

.faq-question {
  font-size: 19.2px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}

.faq-toggle-icon {
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--primary);
  font-size: 16px;
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-accordion-item.faq-active .faq-accordion-content {
  max-height: 500px;
}

.faq-answer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 32px 32px 32px;
  background: var(--white);
  border: 1px solid var(--gray);
}

.faq-a-label {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: var(--golden);
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .btn-orange {
    gap: 18px;
    padding: 16px 28px;
  }
}

@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;
  }
  .telephone-box-left {
    min-width: 100%;
  }
  .faq-question-wrapper,
  .faq-answer-wrapper {
    gap: 16px !important;
  }
  .faq-accordion-header,
  .faq-answer-wrapper {
    gap: 16px !important;
    padding: 24px 16px;
  }
  .noah-tests-wrapper {
    padding-left: 0px;
  }
}

@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;
  }
  .telephone-box-left {
    min-width: 100%;
  }
  .faq-question-wrapper {
    gap: 8px;
  }
  .faq-question-wrapper,
  .faq-answer-wrapper {
    gap: 16px !important;
  }
  .faq-accordion-header,
  .faq-answer-wrapper {
    gap: 16px !important;
    padding: 24px 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pet-img {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1201px) {
}
