.footer-container,
.footer-red-bg,
.footer-dark-bg {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 100px;
  color: #fff;
  margin-top: 40px;
  padding: 0;
  background: none;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  min-height: 600px;
  height: auto;
}

.footer-red-bg,
.footer-dark-bg {
  width: 100%;
  min-height: 400px;
  position: relative;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
}

.footer-red-bg {
  background: #D72323;
  z-index: 1;
}

.footer-dark-bg {
  background: #362f2f;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-section-footer {
  position: absolute;
  left: 97px;
  top: 53.15px;
  width: 655px;
  height: 299px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.promo-title-container {
  width: 655px;
  height: 108px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.promo-title {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-align: left;
  line-height: normal;
}

.promo-description-container {
  width: 655px;
  height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.promo-description {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-align: left;
  line-height: 24px;
}

.promo-button-container {
  width: 243px;
  height: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.promo-button-footer {
  width: 243px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 24px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.promo-button-footer .arrow {
  font-size: 22px;
  margin-left: 8px;
}

.promo-image-footer {
  position: absolute;
  left: 856px;
  top: 0.15px;
  width: 440px;
  height: 378px;
  object-fit: contain;
}

.footer-content-wrapper {
  position: relative;
  z-index: 2;
}

.iso-certificates {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.iso-certificates img {
  height: 118px;
  width: auto;
  object-fit: contain;
}

.divider {
  width: 1151px;
  height: 1px;
  background: #D9D9D9;
  margin: 32px auto 0 auto;
}

.contact-and-services-container {
  width: 1235px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
}

.contact-info-row {
  width: 989px;
  margin: 0 auto 32px auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.contact-block {
  width: 411px;
  display: flex;
  flex-direction: column;
}

.contact-block-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
}

.contact-block ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
}

.branch-info-block {
  width: 558px;
  display: flex;
  flex-direction: column;
}

.service-blocks-container {
  width: 1275px;
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  flex: 1;
}

.vertical-divider {
  position: absolute;
  top: 0;
  width: 0;
  height: 227px;
  border-right: 1px solid #D9D9D9;
  z-index: 2;
}

.service-block {
  width: 231px;
  height: 223px;
  padding: 0 5px;
}

.service-block-title {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
}

.service-block ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
  margin-left: -16px;
  margin: 0;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Inter', sans-serif;
}

.service-block ul li {
  margin-bottom: 14px;
}

.bottom-footer-section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo-and-copyright {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-logo-and-copyright img {
  width: 201px;
  height: 85px;
  object-fit: contain;
}

.footer-logo-and-copyright span {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
  line-height: 30px;
  letter-spacing: 0;
}

.footer-links-social {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links-social a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
}

.footer-links-social span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
}

.footer-links-social img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  border-radius: 4px;
}

.floating-action-icons {
  position: fixed;
  width: 203px;
  height: 183px;
  right: -30px;
  bottom: 40px;
  z-index: 9999;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.floating-action-icons img {
  width: 40px;
  height: 41px;
  border-radius: 20px;
}

/* Dời khối y tế sang trái 3px */
.service-block.medical {
  position: relative;
  left: -10px;
} 