.service-hero--company {
  background:
  linear-gradient(135deg, rgb(10 49 46 / 90%) 0%, rgb(14 86 79 / 84%) 45%, rgb(4 55 73 / 84%) 100%),
    url('/img/company/4.jpg') center/cover no-repeat;
}

.company-info-card {
  background: #fff;
  border: 1px solid rgba(13, 148, 136, 0.14);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(15, 118, 110, 0.08);
}

.company-info-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.company-info-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.company-info-row:last-child {
  border-bottom: none;
}

.company-info-row__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  align-self: start;
  padding-top: 0.1rem;
}

.company-info-row__value {
  color: #334155;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}

.company-info-table--compact .company-info-row {
  grid-template-columns: 130px 1fr;
  padding: 0.65rem 0;
}

.company-intro-panel {
  background: linear-gradient(180deg, #f0fdf9 0%, #ecfdf5 100%);
  border: 1px solid rgba(13, 148, 136, 0.14);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(15, 118, 110, 0.08);
}

.company-subsidiary-card {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(13, 148, 136, 0.04) 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 20px;
  padding: 1.6rem;
}

.company-subsidiary-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.company-subsidiary-card__text {
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.7;
}

.company-timeline {
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(13, 148, 136, 0.3);
}

.company-timeline__item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.company-timeline__item:last-child {
  margin-bottom: 0;
}

.company-timeline__item::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 1rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0d9488;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.35);
  transform: translateX(-5px);
  z-index: 1;
}

.company-timeline__marker {
  text-align: right;
  padding-top: 10px;
  line-height: 1.2;
}

.company-timeline__year {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f766e;
  line-height: 1.2;
}

.company-timeline__month {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.04em;
  margin-top: 0.2rem;
}

.company-timeline__body {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.company-timeline__body--with-img {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
}

.company-timeline__text {
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.7;
}

.company-timeline__img-wrap {
  flex-shrink: 0;
}

.company-timeline__img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.company-greeting-photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 118, 110, 0.18);
}

.company-greeting-photo__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.company-greeting-photo__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(13, 148, 136, 0.9));
  padding: 1rem 0.3rem;
}

.company-greeting-photo__inner {
  color: #fff;
}

.company-greeting-photo__name {
  font-size: 1.1rem;
  font-weight: 700;
}

.company-greeting-photo__title {
  font-size: 0.85rem;
  opacity: 0.88;
}

.company-greeting-sign {
  border-left: 4px solid #0d9488;
  padding-left: 1rem;
  margin-top: 2rem;
}

.company-greeting-sign__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.company-greeting-sign__title {
  font-size: 0.82rem;
  color: #64748b;
}

.company-access-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.company-access-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(13, 148, 136, 0.1);
  color: #0d9488;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.company-access-card__detail {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.company-access-card__transit {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 1.25rem;
}

.company-access-card__transit-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0d9488;
}

.company-photo-gallery {
  position: relative;
}

.company-photo-gallery__main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 118, 110, 0.15);
  position: relative;
  background: #f0fdf9;
}

.company-photo-gallery__main-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}

.company-photo-gallery__main-img.fading {
  opacity: 0;
}

.company-photo-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.6rem;
  margin-top: 0.75rem;
}

.company-photo-gallery__thumb {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.company-photo-gallery__thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.company-photo-gallery__thumb.active {
  border-color: #0d9488;
}

.company-photo-gallery__thumb-img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  display: block;
}

.company-photo-gallery__dots {
  display: none;
}

.company-myanmar-business__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.company-myanmar-business__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.5;
}

.company-myanmar-business__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d9488;
  margin-top: 0.45rem;
  flex-shrink: 0;
}

.company-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(13, 148, 136, 0.04) 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 14px;
  padding: 0.75rem 1.25rem;
}

.company-access-map {
  border-radius: 14px;
  overflow: hidden;
  margin-top: 1rem;
}

.company-access-map__iframe {
  display: block;
  width: 100%;
}

.company-cert-badge__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0d9488;
}

.company-cert-badge__value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
}

.bg-cta {
  background: linear-gradient(135deg, #f0fdfa 0%, #d1fae5 50%, #ecfdf5 100%);
}

.company-cta-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.9) 0%, rgba(13, 148, 136, 0.86) 55%, rgba(20, 184, 166, 0.82) 100%),
    url('/img/company/10.jpg') center/cover no-repeat;
  color: #fff;
}
.company-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12), transparent 24%);
}
.company-cta-section > .container {
  position: relative;
  z-index: 1;
}
.company-cta-section .btn-light {
  border: none;
}
.company-cta-section .btn-light:hover {
  background: #fff;
  color: var(--bs-primary);
}

.company-member-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(15, 118, 110, 0.15);
}

.company-member-card__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(13, 148, 136, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f0fdfb;
}

.company-member-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-member-card__info {
  min-width: 0;
}

.company-member-card__info .h6 {
  font-size: 1.05rem;
}

.company-member-card__info .small {
  font-size: 0.82rem;
}

@media (max-width: 991px) {
  .company-timeline__item {
    grid-template-columns: 64px 1fr;
    gap: 1rem;
  }

  .company-timeline__item::before {
    left: -1.5rem;
    transform: translateX(-5px);
  }

  .company-timeline__img {
    width: 90px;
    height: 60px;
  }

  .company-timeline__body--with-img {
    grid-template-columns: 1fr;
  }

  .company-photo-gallery__thumbs {
    grid-template-columns: repeat(5, 1fr);
  }

  .company-photo-gallery__thumb-img {
    height: 80px;
  }

  .company-photo-gallery__main-img {
    height: 280px;
  }

  .company-slider-thumb__img {
    height: 100px;
  }

  .company-info-row {
    grid-template-columns: 120px 1fr;
  }
}

@media (max-width: 575px) {

  .company-info-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .company-info-row__label {
    font-size: 0.75rem;
  }

  .company-member-card {
    padding: 1.5rem 1.25rem;
  }

  .company-member-card__avatar {
    width: 100px;
    height: 100px;
  }
}
