.medical-service-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 20%, rgba(20, 184, 166, 0.28), transparent 32%), radial-gradient(circle at 85% 10%, rgba(236, 72, 153, 0.28), transparent 34%), linear-gradient(135deg, #03428e 0%, #03428e 45%, #03428e 100%);
  padding: 70px 0 120px;
}

.medical-service-hero * {
  box-sizing: border-box;
}

.medical-service-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(20, 184, 166, 0.18), transparent 30%);
}

.medical-service-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  /* background-image:
        linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.8) 1px, transparent 1px);
    background-size: 42px 42px; */
}

.medical-service-hero__blob {
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 999px;
  filter: blur(64px);
  animation: medical-service-hero-blob 9s ease-in-out infinite;
}

.medical-service-hero__blob--right {
  top: -128px;
  right: -128px;
  background: rgba(236, 72, 153, 0.3);
}

.medical-service-hero__blob--left {
  bottom: -160px;
  left: 25%;
  background: rgba(20, 184, 166, 0.2);
  animation-delay: 4s;
}

.medical-service-hero__container {
  position: relative;
}

.medical-service-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.medical-service-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
}

.medical-service-hero__breadcrumb a:hover {
  color: #ffffff;
}

.medical-service-hero__breadcrumb svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-service-hero__breadcrumb span {
  color: #ffffff;
  font-weight: 500;
}

.medical-service-hero__layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 48px;
}

.medical-service-hero__content {
  animation: medical-service-hero-fade-in 0.75s ease both;
}

.medical-service-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.medical-service-hero__badge svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #2dd4bf;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-service-hero__content h1 {
  margin: 24px 0 0;
  max-width: 760px;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #fff;
}

.medical-service-hero__content h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #2dd4bf 0%, #38bdf8 45%, #f472b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.medical-service-hero__content p {
  max-width: 576px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.medical-service-hero__search-wrap {
  position: relative;
  max-width: 672px;
  margin-top: 40px;
}

.medical-service-hero__search-glow {
  position: absolute;
  inset: -4px;
  border-radius: 8px;
  background: linear-gradient(90deg, #14b8a6, #38bdf8, #ec4899);
  opacity: 0.3;
  filter: blur(12px);
  transition: opacity 0.25s ease;
}

.medical-service-hero__search-wrap:focus-within .medical-service-hero__search-glow {
  opacity: 0.6;
}

.medical-service-hero__search-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}

.medical-service-hero__search-input {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}

.medical-service-hero__search-input svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: #0f9f95;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-service-hero__search-input input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 12px 0;
  background: transparent;
  color: #0f172a;
  font-size: 14px;
}

.medical-service-hero__search-input input::placeholder {
  color: #64748b;
}

.medical-service-hero__search-box button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 14px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #03428e, #03428e, #03418d);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
  margin: 0;
}

.medical-service-hero__search-box button:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.medical-service-hero__search-box button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-service-hero__popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.medical-service-hero__popular button {
  border: 0;
  border-radius: 999px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  margin: 0;
}

.medical-service-hero__popular button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.medical-service-hero__stats-card {
  position: relative;
  padding: 26px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.medical-service-hero__label {
  position: absolute;
  top: -12px;
  right: -12px;
  border-radius: 999px;
  padding: 4px 12px;
  background: linear-gradient(90deg, #71bf44, #71bf44, #71bf44);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.medical-service-hero__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.medical-service-hero__stat-item {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); */
}

.medical-service-hero__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(90deg, #03428e, #03428e, #03418d);
  color: #ffffff;
}

.medical-service-hero__stat-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-service-hero__stat-item strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.medical-service-hero__stat-item span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  color: #fff;
}

.medical-service-hero__bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: #ffffff;
  clip-path: ellipse(75% 100% at 50% 100%);
}

@keyframes medical-service-hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes medical-service-hero-blob {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(24px, -18px) scale(1.08);
  }

  66% {
    transform: translate(-18px, 20px) scale(0.96);
  }
}

@media (max-width: 1024px) {
  .medical-service-hero__layout {
    grid-template-columns: 1fr;
  }

  .medical-service-hero__stats {
    display: none;
  }

  .medical-service-hero__content h1 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .medical-service-hero__content h1 {
    font-size: 44px;
  }

  .medical-service-hero__content p {
    font-size: 16px;
  }

  .medical-service-hero__search-box {
    flex-direction: column;
    align-items: stretch;
  }

  .medical-service-hero__search-input {
    width: 100%;
  }

  .medical-service-hero__search-box button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .medical-service-hero__container {
    padding: 32px 16px 64px;
  }

  .medical-service-hero__breadcrumb {
    margin-bottom: 28px;
  }

  .medical-service-hero__content h1 {
    font-size: 36px;
  }

  .medical-service-hero__badge {
    font-size: 11px;
    padding: 6px 12px;
  }

  .medical-service-hero__popular {
    gap: 6px;
  }
}

.medical-service-hero__search-input input {
  box-shadow: unset !important;
  border: unset !important;
  margin: 0;
}

/* css list dịch vụ */
.ta-services {
  width: 100%;
  padding: 48px 0px;
  background: #ffffff;
  box-sizing: border-box;
}

.ta-services *,
.ta-services *::before,
.ta-services *::after {
  box-sizing: border-box;
}

.ta-services__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ta-services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.ta-services__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #03428e;
  text-transform: capitalize;
}

.ta-services__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
  letter-spacing: 2px;
}

.ta-services__desc span {
  font-weight: 700;
  color: #b98a32;
}

.ta-services__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.ta-services__sort span {
  color: #64748b;
  width: 85px;
  display: block;
}

.ta-services__sort select {
  min-height: 40px;
  padding: 8px 12px 8px 12px;
  border: 1px solid #dbe3e3;
  border-radius: 10px;
  background: #ffffff;
  color: #152f2f;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  margin: 0;
}

.ta-services__sort select:focus {
  border-color: #b98a32;
  box-shadow: 0 0 0 3px rgba(185, 138, 50, 0.18);
}

.ta-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ta-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(219, 227, 227, 0.85);
  box-shadow: 0 10px 28px rgba(15, 46, 46, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.ta-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(185, 138, 50, 0.35);
  box-shadow: 0 18px 45px rgba(15, 46, 46, 0.16);
}

.ta-service-card__image {
  position: relative;
  aspect-ratio: 12 / 10;
  overflow: hidden;
  background: #f1f5f5;
}

.ta-service-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.ta-service-card:hover .ta-service-card__image img {
  transform: scale(1.1);
}

.ta-service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(21, 47, 47, 0.72),
      rgba(21, 47, 47, 0.12),
      rgba(21, 47, 47, 0));
}

.ta-service-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
}

.ta-service-card__category span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #b98a32;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 12px rgba(15, 46, 46, 0.12);
  backdrop-filter: blur(8px);
}

.ta-service-card__icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #b98a32;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 20px rgba(15, 46, 46, 0.18);
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  backdrop-filter: blur(8px);
}

.ta-service-card:hover .ta-service-card__icon {
  transform: translateY(0);
  opacity: 1;
}

.ta-service-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ta-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.ta-service-card__body h3 {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 600;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ta-service-card:hover .ta-service-card__body h3 {
  color: #b98a32;
}

.ta-service-card__body p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ta-service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.ta-service-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff6f6;
  color: #000;
  border: 0px solid rgba(185, 138, 50, 0.12);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}

.ta-service-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 0px solid rgba(219, 227, 227, 0.65);
  justify-content: space-between;
}

.ta-service-card__actions button {
  border: 0;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
}

.ta-service-card__detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: transparent;
  color: #b98a32;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  transition: gap 0.3s ease, color 0.3s ease;
}

.ta-service-card__detail:hover {
  gap: 10px;
  color: #9f7222;
}

.ta-service-card__detail svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ta-service-card__register {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 9px 14px;
  border-radius: 999px;
  background: #03428e;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ta-service-card__register:hover {
  background: #9f7222;
  transform: translateY(-1px);
}

.ta-service-card__register svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1199px) {
  .ta-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ta-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ta-services__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .ta-services {
    padding: 40px 16px;
  }

  .ta-services__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ta-services__sort {
    width: 100%;
    justify-content: space-between;
  }

  .ta-services__sort select {
    flex: 1;
  }

  .ta-services__grid {
    grid-template-columns: 1fr;
  }

  .ta-service-card__body {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .ta-service-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ta-service-card__register {
    margin-left: 0;
  }
}

.bs_in_dvu {
  padding-top: 65px;
  padding-bottom: 65px;
}

.sub_tts {
  color: #000;
}

/*css chi tiết dịch vụ */
.ta-service-detail-page {
  color: #1f2937;
  background: #ffffff;
}

.ta-service-detail-page * {
  box-sizing: border-box;
}


/* HERO */

.ta-service-detail-hero {
  position: relative;
  padding: 64px 0 82px;
  background: linear-gradient(to right, #f0f7ff, #fff);
  overflow: hidden;
}

.ta-service-detail-hero:after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -55px;
  height: 110px;
  background: #ffffff;
  border-radius: 50% 50% 0 0;
}

.ta-service-detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: start;
}

.ta-service-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #000;
}

.ta-service-detail-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.ta-service-detail-breadcrumb strong {
  color: #000;
  font-weight: 600;
}

.ta-service-detail-label {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(26, 188, 156, 0.18);
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.ta-service-detail-hero-content h1 {
  margin: 0 0 20px;
  max-width: 720px;
  color: #1d4ed8;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.ta-service-detail-hero-content p {
  max-width: 640px;
  margin: 0 0 28px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.75;
}

.ta-service-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.ta-service-detail-primary-btn,
.ta-service-detail-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  gap: 10px;
}

.ta-service-detail-primary-btn {
  color: #ffffff;
  background: #6cc63f;
  box-shadow: 0 12px 28px rgba(108, 198, 63, 0.35);
}

.ta-service-detail-primary-btn:hover {
  transform: translateY(-2px);
  background: #5ab631;
}

.ta-service-detail-secondary-btn {
  color: #1d4ed8;
  border: 1px solid rgb(29 78 216);
  background: rgba(255, 255, 255, 0.08);
}

.ta-service-detail-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.ta-service-detail-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 560px;
}

.ta-service-detail-hero-meta div {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  backdrop-filter: blur(8px);
}

.ta-service-detail-hero-meta strong {
  display: block;
  margin-bottom: 4px;
  color: #1d4ed8;
  font-size: 24px;
  line-height: 1;
}

.ta-service-detail-hero-meta span {
  color: #000;
  font-size: 13px;
}

.ta-service-detail-hero-image {
  position: relative;
}

.ta-service-detail-hero-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 30, 80, 0.28);
}

.ta-service-detail-hero-card {
  position: absolute;
  left: -28px;
  bottom: 60px;
  max-width: 260px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  display: none;
}

.ta-service-detail-hero-card strong {
  display: block;
  margin-bottom: 8px;
  color: #004b93;
  font-size: 18px;
}

.ta-service-detail-hero-card span {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

/* MAIN */

.ta-service-detail-main {
  padding: 50px 0 72px;
  background: #ffffff;
}

.ta-service-detail-layout {
  /* display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start; */
}

.ta-service-detail-layout .box_single .col {
  padding-bottom: 0;
}

.ta-service-detail-box {
  color: #000;
}

.ta-service-detail-content {
  display: grid;
  gap: 28px;
}

.ta-service-detail-box {
  padding: 24px;
  border: 1px solid #edf2f7;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.ta-service-detail-section-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eaf8f1;
  color: #0f9f62;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  align-items: center;
  gap: 5px;
}

.ta-service-detail-box h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.ta-service-detail-box p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.8;
}

.ta-service-detail-box p:last-child {
  margin-bottom: 0;
}

/* CHECK LIST */

.ta-service-detail-check-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.ta-service-detail-check-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid #e8f1fb;
}

.ta-service-detail-check-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(14, 165, 164, 0.1);
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

.ta-service-detail-check-list p {
  margin: 0;
}

/* BENEFIT */

.ta-service-detail-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ta-service-detail-benefit-item {
  padding: 24px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e7f0fb;
}

.ta-service-detail-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #6cc63f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.ta-service-detail-benefit-item h3 {
  margin: 0 0 10px;
  color: #003f82;
  font-size: 19px;
  line-height: 1.35;
}

.ta-service-detail-benefit-item p {
  margin: 0;
  font-size: 15px;
}

/* PROCESS */

.ta-service-detail-process {
  position: relative;
  display: grid;
  gap: 18px;
}

.ta-service-detail-process-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e9eef5;
}

.ta-service-detail-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #004b93;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.ta-service-detail-process-item h3 {
  margin: 0 0 8px;
  color: #003f82;
  font-size: 20px;
}

.ta-service-detail-process-item p {
  margin: 0;
  font-size: 15px;
}

/* DOCTOR */

.ta-service-detail-doctor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ta-service-detail-doctor-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e7f0fb;
}

.ta-service-detail-doctor-card img {
  width: 104px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.ta-service-detail-doctor-card span {
  display: block;
  margin-bottom: 4px;
  color: #6cc63f;
  font-size: 13px;
  font-weight: 800;
}

.ta-service-detail-doctor-card h3 {
  margin: 0 0 6px;
  color: #003f82;
  font-size: 18px;
}

.ta-service-detail-doctor-card p {
  margin: 0px;
  font-size: 14px;
}

.ta-service-detail-doctor-card a {
  display: inline-flex;
  color: #004b93;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* FAQ */

.ta-service-detail-faq {
  display: grid;
  gap: 14px;
}

.ta-service-detail-faq details {
  border: 1px solid #e8eef5;
  border-radius: 8px;
  background: #f8fbff;
  overflow: hidden;
}

.ta-service-detail-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #003f82;
  font-size: 17px;
  font-weight: 800;
}

.ta-service-detail-faq details p {
  padding: 0 20px 20px;
  margin: 0;
  font-size: 15px;
}

/* SIDEBAR */

.ta-service-detail-sidebar {
  display: grid;
  gap: 22px;
}

.ta-service-detail-sidebar-sticky {
  /* position: sticky;
  top: 24px; */
}

.ta-service-detail-sidebar-card {
  padding: 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #edf2f7;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.ta-service-detail-sidebar-card h3 {
  margin: 0 0 12px;
  color: #004b93;
  font-size: 22px;
  font-weight: 800;
}

.ta-service-detail-sidebar-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.65;
}

.ta-service-detail-mini-form {
  display: grid;
  gap: 12px;
}

.ta-service-detail-mini-form input,
.ta-service-detail-mini-form select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  outline: none;
  color: #1f2937;
  background: #f8fafc;
}

.ta-service-detail-mini-form input:focus,
.ta-service-detail-mini-form select:focus {
  border-color: #6cc63f;
  background: #ffffff;
}

.ta-service-detail-mini-form button {
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #004b93;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.ta-service-detail-mini-form button:hover {
  background: #003f82;
}

.ta-service-detail-contact-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ta-service-detail-contact-list li {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
}

.ta-service-detail-contact-list strong {
  color: #003f82;
  font-size: 14px;
}

.ta-service-detail-contact-list a,
.ta-service-detail-contact-list span {
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.ta-service-detail-related-mini {
  display: grid;
  gap: 10px;
}

.ta-service-detail-related-mini a {
  display: block;
  padding: 13px 14px;
  border-radius: 14px;
  background: #f8fbff;
  color: #334155;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #e7f0fb;
}

.ta-service-detail-related-mini a:hover {
  color: #004b93;
  border-color: #b8d7f2;
}

/* REGISTER CTA */

.ta-service-detail-register {
  padding: 70px 0;
  background: #6cc63f;
  overflow: hidden;
}

.ta-service-detail-register-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 52px;
  align-items: center;
}

.ta-service-detail-register-content span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.ta-service-detail-register-content h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}

.ta-service-detail-register-content p {
  max-width: 560px;
  margin: 0 0 26px;
  color: #17310d;
  font-size: 16px;
  line-height: 1.75;
}

.ta-service-detail-register-hotline small {
  display: block;
  margin-bottom: 6px;
  color: #17310d;
  font-size: 14px;
}

.ta-service-detail-register-hotline strong {
  display: block;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
}

.ta-service-detail-register-form {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(23, 49, 13, 0.2);
}

.ta-service-detail-register-form h3 {
  margin: 0 0 18px;
  color: #004b93;
  font-size: 22px;
  font-weight: 800;
}

.ta-service-detail-register-form form {
  display: grid;
  gap: 12px;
}

.ta-service-detail-register-form input,
.ta-service-detail-register-form textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  outline: none;
  color: #1f2937;
  font-size: 14px;
}

.ta-service-detail-register-form input {
  height: 48px;
  padding: 0 14px;
}

.ta-service-detail-register-form textarea {
  min-height: 92px;
  padding: 14px;
  resize: vertical;
}

.ta-service-detail-register-form input:focus,
.ta-service-detail-register-form textarea:focus {
  background: #ffffff;
  border-color: #6cc63f;
}

.ta-service-detail-register-form button {
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #6cc63f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.ta-service-detail-register-form button:hover {
  background: #5ab631;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .ta-service-detail-hero-grid,
  .ta-service-detail-layout,
  .ta-service-detail-register-grid {
    grid-template-columns: 1fr;
  }

  .ta-service-detail-sidebar-sticky {
    position: static;
  }

  .ta-service-detail-hero-image img {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .ta-service-detail-hero {
    padding: 46px 0 70px;
  }

  .ta-service-detail-hero-content h1 {
    font-size: 34px;
  }

  .ta-service-detail-hero-content p {
    font-size: 16px;
  }

  .ta-service-detail-hero-meta {
    grid-template-columns: 1fr;
  }

  .ta-service-detail-hero-card {
    position: static;
    margin-top: 16px;
    max-width: none;
  }

  .ta-service-detail-main {
    padding: 48px 0;
  }

  .ta-service-detail-box {
    padding: 24px;
    border-radius: 22px;
  }

  .ta-service-detail-box h2 {
    font-size: 25px;
  }

  .ta-service-detail-benefit-grid,
  .ta-service-detail-doctor-list {
    grid-template-columns: 1fr;
  }

  .ta-service-detail-doctor-card {
    grid-template-columns: 86px 1fr;
  }

  .ta-service-detail-doctor-card img {
    width: 86px;
    height: 104px;
  }

  .ta-service-detail-register {
    padding: 50px 0;
  }

  .ta-service-detail-register-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .ta-service-detail-hero-content h1 {
    font-size: 29px;
  }

  .ta-service-detail-hero-actions {
    display: grid;
  }

  .ta-service-detail-primary-btn,
  .ta-service-detail-secondary-btn {
    width: 100%;
  }

  .ta-service-detail-hero-image img {
    height: 260px;
    border-radius: 22px;
  }

  .ta-service-detail-check-list div,
  .ta-service-detail-process-item {
    grid-template-columns: 1fr;
  }

  .ta-service-detail-register-form {
    padding: 22px;
  }
}

/* fix chi tiết dịch vụ */
.service-related .service-related__wrap {
  background: #ffffff;

}

/* Tag */
.service-related .service-related__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(11, 167, 130, 0.1);
  color: #0ba782;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.service-related .service-related__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0ba782;
}

/* Title */
.service-related .service-related__title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 20px;
  line-height: 1.4;
}

/* List */
.service-related .service-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Item */
.service-related .service-related__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-related .service-related__item:hover {
  background: #f8fafc;
  color: #6cc63f;
}

/* Arrow */
.service-related .service-related__item svg {
  width: 18px;
  height: 18px;
  stroke: rgba(17, 24, 39, 0.35);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.service-related .service-related__item:hover svg {
  stroke: #0ba782;
  transform: translateX(4px);
}

/* spacing between item */
.service-related .service-related__list li+li {
  margin-top: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .service-related .service-related__wrap {
    padding: 24px;
    border-radius: 20px;
  }

  .service-related .service-related__title {
    font-size: 20px;
  }

  .service-related .service-related__item {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.booking-form .booking-form__wrap {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Header */
.booking-form .booking-form__header {
  background: #6cc63f;
  padding: 16px;
  color: #ffffff;
}

.booking-form .booking-form__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.booking-form .booking-form__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.booking-form .booking-form__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
  text-transform: capitalize;
}

.booking-form .booking-form__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

/* Form */
.booking-form .booking-form__form {
  padding: 16px;
  margin-bottom: 0;
}

.booking-form .booking-form__group {
  margin-bottom: 20px;
}

.booking-form .booking-form__group label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #000;
}

/* Input + Select */
.booking-form .booking-form__group input,
.booking-form .booking-form__group select {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  outline: none;
  font-size: 15px;
  color: #111827;
  transition: all 0.3s ease;
  box-sizing: border-box;
  box-shadow: unset;
}

.booking-form .booking-form__group input::placeholder {
  color: #9ca3af;
}

.booking-form .booking-form__group input:focus,
.booking-form .booking-form__group select:focus {
  border-color: #0ba782;
  box-shadow: 0 0 0 5px rgba(11, 167, 130, 0.12);
}

/* Select */
.booking-form .booking-form__group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 50px;
}

/* Button */
.booking-form .booking-form__button {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 8px;
  background: #1d4ed8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 24px rgba(11, 167, 130, 0.25);
  margin: 0;
}

.booking-form .booking-form__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(11, 167, 130, 0.35);
}

.booking-form .booking-form__button:active {
  transform: translateY(0);
}

.booking-form .booking-form__button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.booking-form .booking-form__button:hover svg {
  transform: translateX(4px);
}

/* Privacy text */
.booking-form .booking-form__privacy {
  margin-top: 16px;
  text-align: center;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .booking-form .booking-form__header {
    padding: 24px;
  }

  .booking-form .booking-form__form {
    padding: 24px;
  }

  .booking-form .booking-form__title {
    font-size: 24px;
  }

  .booking-form .booking-form__group input,
  .booking-form .booking-form__group select,
  .booking-form .booking-form__button {
    height: 52px;
  }
}

.thien-an-advantages {}

.thien-an-advantages .advantages-header {
  margin-bottom: 24px;
}

.thien-an-advantages .advantages-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eaf8f1;
  color: #0f9f62;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  align-items: center;
  gap: 5px;
}

.hotline-card__button {
  color: #000 !important;
}

.thien-an-advantages .advantages-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0ea5a4;
}

.thien-an-advantages h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.thien-an-advantages .advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.thien-an-advantages .advantage-item {
  padding: 20px;
  border: 1px solid rgba(229, 231, 235, 0.7);
  border-radius: 16px;
  background: #f9fafb;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.thien-an-advantages .advantage-item:hover {
  border-color: rgba(14, 165, 164, 0.4);
  background: rgba(14, 165, 164, 0.04);
}

.thien-an-advantages .advantage-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(14, 165, 164, 0.1);
  color: #0ea5a4;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.thien-an-advantages .advantage-item:hover .advantage-icon {
  background: #6cc63f;
  color: #ffffff;
}

.thien-an-advantages .advantage-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thien-an-advantages h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.thien-an-advantages p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 640px) {
  .thien-an-advantages .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .thien-an-advantages h2 {
    font-size: 30px;
  }
}

.ivf-process {}

.ivf-process__header {
  margin-bottom: 24px;
}

.ivf-process__badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eaf8f1;
  color: #0f9f62;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  align-items: center;
  gap: 5px;
}

.ivf-process__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0d9488;
}

.ivf-process__title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.ivf-process__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ivf-process__item {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 32px;
}

.ivf-process__item:last-child {
  padding-bottom: 0;
}

.ivf-process__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ivf-process__number {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #6cc63f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.25);
}

.ivf-process__line {
  width: 1px;
  flex: 1;
  margin: 8px 0;
  background: #e5e7eb;
}

.ivf-process__content {
  flex: 1;
  padding-top: 6px;
}

.ivf-process__content h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.ivf-process__content p {
  max-width: 576px;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

.ivf-process__list li {
  margin: 0 !important;
}

@media (min-width: 768px) {

  .ivf-process__title {
    font-size: 30px;
  }

  .ivf-process__item {
    gap: 24px;
  }
}

.hotline-card {
  overflow: hidden;
  border-radius: 16px;
  background: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  background-image: url(/wp-content/uploads/2026/06/bg_fome.jpg);
}

.hotline-card,
.hotline-card * {
  box-sizing: border-box;
}

.hotline-card a {
  color: inherit;
  text-decoration: none;
}

.hotline-card__body {
  padding: 24px;
}

.hotline-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hotline-card__icon-box {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.hotline-card__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hotline-card__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hotline-card__phone {
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.hotline-card__phone:hover {
  color: #facc15;
}

.hotline-card__desc {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.hotline-card__button {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  background: #ffffff;
  color: #0f766e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 10px 15px rgba(255, 255, 255, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hotline-card__button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 14px 20px rgba(255, 255, 255, 0.2);
}

.hotline-card__button:active {
  transform: translateY(0);
  box-shadow: 0 6px 10px rgba(255, 255, 255, 0.14);
}

.hotline-card__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hotline-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  line-height: 1.4;
}

.hotline-card__row-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.hotline-card__row-value {
  text-align: right;
  font-weight: 500;
}

.hotline_lhs {
  padding: 0;
}

.appointment-section {
  background-color: #ffffff;
}

.single-dich_vu .appointment-section {
  padding-bottom: 65px;
}

.ta-service-detail-section-tag:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0d9488;
}

.thienan-ivf-faq {
  border: 1px solid rgba(219, 226, 232, 0.7);
  border-radius: 12px;
  background: #ffffff;
  padding: 0 20px;
  overflow: hidden;
}

.thienan-ivf-faq details {
  padding: 20px 0;
}

.thienan-ivf-faq details+details {
  border-top: 1px solid #e5e7eb;
}

.thienan-ivf-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}

.thienan-ivf-faq summary::-webkit-details-marker {
  display: none;
}

.thienan-ivf-faq summary>span:first-child {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2937;
  transition: color 0.2s ease;
}

.thienan-ivf-faq details:hover summary>span:first-child {
  color: #0f9f8f;
}

.thienan-ivf-faq .faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #0f9f8f;
  background: rgba(15, 159, 143, 0.1);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.thienan-ivf-faq details:hover .faq-icon {
  color: #ffffff;
  background: #0f9f8f;
}

.thienan-ivf-faq .faq-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.thienan-ivf-faq details[open] .faq-icon svg {
  transform: rotate(45deg);
}

.thienan-ivf-faq p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

@media (min-width: 768px) {
  .thienan-ivf-faq summary>span:first-child {
    font-size: 16px;
  }
}

.ta-service-detail-primary-btn img {
  width: 20px;
}

.ta-service-detail-secondary-btn svg {
  width: 20px;
  height: 20px;
}