.decor-dental-tl {
  position: absolute;
  top: -1.5rem;
  left: -2.5rem;
  width: 6rem;
  height: 6rem;
}

.decor-img-tl {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decor-dental-br {
  position: absolute;
  bottom: -2rem;
  right: -2.5rem;
  width: 7rem;
  height: 7rem;
}

.decor-img-br {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-wrapper {
  position: relative;
}

.hero-pink-shape {
  position: absolute;
  z-index: 0;
  top: -1.5rem;
  right: 0px;
  width: 16rem;
  height: 16rem;
  border-radius: 9999px;
  background-color: rgb(251 207 232 / 0.6);
}

.hero-image {
  position: relative;
  z-index: 10;
  width: 420px;
  height: 360px;
  object-fit: cover;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.hero-wave {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1rem;
  background-image: linear-gradient(
    to right,
    #f9a8d4,
    #fbcfe8,
    rgb(251 207 232 / 0)
  );
}

.team-detail-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: flex-start;
}

.team-left {
  position: relative;
}

.vertical-pink-background {
  position: absolute;
  inset: 0px;
  z-index: 0;
  border-radius: 1rem;
  background-color: #e8ba5317;
}

.team-images-stack {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.member-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-width: 1px;
  border-color: var(--bg-main-2);
}

.member-image {
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
}

.badge-years {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgb(255 255 255 / 1);
  color: var(--gold);
  font-family: var(--font-2);
  font-weight: 700;
  border-radius: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.social-bar {
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.5rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-fb {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-tw {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-ig {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-in {
  width: 1.25rem;
  height: 1.25rem;
}

.team-right > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-bottom: calc(1.5rem * 0);
}

.doctor-name {
  font-family: var(--font-1);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  color: var(--text-main);
}

.doctor-qual {
  color: var(--gold);
  font-weight: 600;
  font-family: var(--font-2);
}

.doctor-description {
  font-family: var(--font-2);
  color: var(--text-muted);
  line-height: 1.75rem;
}

.doctor-description > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: var(--bg-main-1);
  border-width: 1px;
  border-color: var(--bg-main-2);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.details-col > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-bottom: calc(0.5rem * 0);
}

.detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-label {
  font-family: var(--font-2);
  color: var(--text-muted);
}

.detail-value {
  font-family: var(--font-2);
  font-weight: 600;
  color: var(--text-muted);
}

.skills-section > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.skills-title {
  font-family: var(--font-1);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-main);
}

.skills-list > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.skill-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.skill-name {
  font-family: var(--font-2);
  color: var(--text-muted);
  font-weight: 500;
}

.skill-percent {
  color: var(--gold-hover);
  font-weight: 600;
}

.skill-bar {
  height: 0.5rem;
  background-color: rgb(229 231 235 / 1);
  border-radius: 9999px;
  overflow: hidden;
}

.skill-fill {
  height: 100%;
  background-color: var(--gold);
  border-radius: 9999px;
}

.info-cards-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3.5rem;
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.info-card {
  font-size: var(--fs-6);
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--bg-main-2);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: var(--bg-main-1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.info-card:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-address {
  width: 1.25rem;
  height: 1.25rem;
}

.card-title {
  font-family: var(--font-1);
  font-weight: 700;
  color: var(--text-main);
}

.card-text {
  font-family: var(--font-2);
  color: var(--text-muted);
  font-size: var(--fs-3);
  line-height: 1.5rem;
}

.info-card-highlight {
  font-size: var(--fs-6);
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--bg-main-2);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: var(--bg-main-1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.info-card-highlight:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.icon-call {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-mail {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-time {
  width: 1.25rem;
  height: 1.25rem;
}

.appointment-section {
  width: 100%;
  background-color: rgb(44 35 103 / 1);
  position: relative;
  overflow: hidden;
}

.footer {
  width: 100%;
  background-color: rgb(44 35 103 / 1);
  color: rgb(255 255 255 / 1);
}

.footer-brand > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.footer-links > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-bottom: calc(0.5rem * 0);
}

.footer-newsletter > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.lazy-assets {
  display: none;
}

#i833gp {
  width: 90%;
}

#iy5gh3 {
  width: 78%;
}

#i06et8 {
  width: 95%;
}

#io2ibm {
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}

@media (max-width: 992px) {
  .lg\:hidden {
    display: none;
  }

  [data-gjs-name="Hero Container"] {
    flex-direction: column;
    gap: 24px;
  }

  [data-gjs-name="Team Grid"] {
    grid-template-columns: 1fr;
  }

  [data-gjs-name="Appointment Container"] {
    flex-direction: column;
  }

  [data-gjs-name="Info Cards Grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-gjs-name="Footer Grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .team-left {
    order: 1;
  }
  .team-right {
    order: 2;
  }
  [data-gjs-name="Hero Title"] {
    font-size: 2rem;
  }

  [data-gjs-name="Info Cards Grid"] {
    grid-template-columns: 1fr;
  }

  [data-gjs-name="Appointment Form"] {
    grid-template-columns: 1fr;
  }

  [data-gjs-name="Footer Grid"] {
    grid-template-columns: 1fr;
  }

  [data-gjs-name="Footer Notice Container"] {
    flex-direction: column;
    gap: 12px;
  }

  [data-gjs-name="Footer Notice Form"] {
    width: 100%;
  }

  [data-gjs-name="Notice Input"] {
    width: 100%;
  }

  #icucn8 {
    display: none;
  }

  #inis6h {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  #ipophe {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }

  #itq63d {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #ixrg7i {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
