.pl-32 {
  margin-left: 32px;
}

.payment-image {
  width: 100%;
  max-width: 350px;
}

/* Noah's Thoughts Section */
.noahs-thoughts {
  padding: 80px 0;
  background: var(--white);
}

.noahs-thoughts-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Main Content Area */
.noahs-thoughts-content {
  flex: 1;
  max-width: 900px;
  width: 100%;
}

.content-header {
  margin-bottom: 40px;
}

.content-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--primary);
  padding: 20px 32px;
  background: var(--light-blue) !important;
  position: relative;
  border-radius: 8px;
}
.content-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 28px;
  border-radius: 4px;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  background-color: var(--primary);
}

/* Doctor Profile Section */
.doctor-profile {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  padding-inline: 32px;
}

.doctor-info {
  flex: 1;
}

.company-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.doctor-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 20px;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.profile-link:hover {
  opacity: 0 8;
}

.profile-link .arrow-icon {
  width: 14px;
  height: 14px;
}

.doctor-image {
  width: 400px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.doctor-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

/* Content Text */
.content-text {
  margin-bottom: 80px;
}

.content-text p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  margin-bottom: 24px;
}

.content-text p:last-child {
  margin-bottom: 0;
}

/* Related and Popular Pages Sections */
.related-pages,
.popular-pages {
  margin-bottom: 60px;
}

.popular-pages {
  margin-bottom: 0;
}

.section-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--text);
  position: relative;
  margin-bottom: 32px;
  padding: 18px 32px;
  border-bottom: 1px solid var(--primary);
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 28px;
  border-radius: 4px;
  background-color: var(--primary);
}

.noahs-policy-section {
  border: 5px solid var(--light-white);
  padding: 33px 48px;
  max-inline-size: 790px;
  margin-left: auto;
  border-radius: 8px;
  margin-bottom: 162px;
}

.noahs-policy-section li {
  display: flex;
  gap: 12px;
  font-size: 19px;
  line-height: 30px;
  color: var(--primary);
  font-weight: 700;
}

.nh-golden-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 9px;
  background: var(--golden);
  flex-shrink: 0;
}

.related-pages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.popular-pages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.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);
}

.hospitals-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 80px;
}

.hospital-page-bar {
  padding: 17px 16px 17px 32px;
}

.hospital-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.hospital-strip {
  border: 1px solid var(--gray);
}

.hospital-strip-left {
  background: var(--light-white);
  min-width: 214px;
  max-width: 214px;
  padding: 0px 28px;
}
.hospital-strip-left-bottom {
  padding: 32px 28px;
}
.hospital-strip-right {
  padding: 34px 40px;
}

.nh-media-sns-cell {
  background: var(--white);
  align-content: center;
}

.nh-media-sns-cell--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f7f7f7;
  min-height: 144px;
}
.nh-media-sns-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;

  background: var(--golden);
  flex-shrink: 0;
  display: block;
}

.hospital-red-note {
  height: auto !important;
  width: auto;
}
.hospital-red-note .red-note {
  max-width: 100%;
}
.hospital-red-note .red-note-right {
  padding: 16px 32px;
}
.hospital-red-note .red-note-left {
  width: 57px !important;
  background: var(--red);
  min-width: 57px;
}

.google-calendar-container {
  margin-top: 56px;
  padding-bottom: 80px;
}

.google-top {
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--primary);
}
.google-iframe {
  height: 331px;
}

.doctor-img-1 {
  width: 100%;
  max-width: 395px;
  height: 269px;
  object-fit: cover;
}

.doctor-text {
  width: 100%;
  max-width: 388px;
}

.pet-card {
  border: 1px solid var(--gray);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
}

.pet-img {
  height: 220px;
}

.pet-left {
  padding: 24px 48px 24px 56px;
}

.hospital-gray-container {
  padding: 24px 32px;
  background: var(--light-white);
}
.info-left {
  border-right: 1px solid var(--gray);
  padding-right: 48px;
}

/* Sidebar Highlight Section */
.hospital-highlight .sidebar-highlight {
  background: var(--light-yellow);
  border-radius: 41px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 24px;
  min-width: 312px;
}

.hospital-highlight .highlight-icon {
  width: 46px;
  height: 46px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hospital-highlight .highlight-icon img {
  width: 48px;
  height: 48px;
}

.hospital-highlight .highlight-text {
  color: var(--text);
  font-size: 16px;
  line-height: 22px;
}

.hospital-highlight .highlight-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.hospital-highlight .hospital-highlight-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.hospital-box {
  border: 5px solid var(--light-white);
  padding: 32px 40px;
  border-radius: 8px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .doctor-profile {
    flex-direction: column;
  }

  .doctor-image {
    width: 100%;
    max-width: 400px;
  }

  .popular-pages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .noahs-thoughts {
    padding: 60px 0;
  }

  .content-title {
    font-size: 18px;
    line-height: 36px;
    padding: 16px 20px;
  }

  .doctor-profile {
    gap: 24px;
  }

  .company-name {
    font-size: 18px;
    line-height: 27px;
  }

  .doctor-title {
    font-size: 20px;
    line-height: 30px;
  }

  .content-text {
    margin-bottom: 60px;
  }

  .content-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .related-pages-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .related-pages,
  .popular-pages {
    margin-bottom: 40px;
  }

  .popular-pages {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .noahs-thoughts {
    padding: 40px 0;
  }

  .noahs-thoughts-wrapper {
    gap: 32px;
  }

  .content-title {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 16px;
  }

  .sidebar-highlight {
    padding: 16px;
  }

  .highlight-icon {
    width: 40px;
    height: 40px;
  }

  .highlight-icon img {
    width: 24px;
    height: 24px;
  }
}

@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;
  }
}

@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;
  }
}

@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) {
}
