.hero-video-text {
  position: relative;
  padding: 60px 24px;
  background-color: var(--bg-main-3);
  overflow: hidden;
  direction: inherit;
}

.hero-video-text::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  pointer-events: none;
  top: -120px;
  left: 10%;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    closest-side,
    rgba(255, 179, 71, 0.25),
    transparent 70%
  );
}

.hero-video-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  pointer-events: none;
  bottom: -160px;
  right: 8%;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    closest-side,
    rgba(191, 34, 125, 0.2),
    transparent 70%
  );
}

.hero-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  align-items: center;
}

.hero-media {
  position: relative;
}

.media-card {
  position: relative;
  border-radius: 12px;
  padding: 0px;
  width: 100%;
  max-width: 335px;
  margin: 0;
  box-shadow: 0px 0px 14px #c9a24dbd;
}
.overlay {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.4;
}
.media-img {
  width: 100%;
  height: 560px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
#i8x54 {
  width: 24px;
  height: 24px;
  stroke: #fff;
}
.play-btn .btn-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--gold);
  box-shadow: 0 10px 20px rgba(255, 179, 71, 0.35),
    0 0 0 6px rgba(255, 179, 71, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.media-card:hover .btn-circle {
  transform: scale(1.05);
  box-shadow: 0 14px 28px rgba(255, 179, 71, 0.45),
    0 0 0 8px rgba(255, 179, 71, 0.18);
}

.play-btn img {
  width: 28px;
  height: 28px;
  color: #1a1a1a;
}
.plyr__video-wrapper {
  height: 600px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  pointer-events: none;
}

.plyr__poster {
  background-size: cover !important;
}
.plyr--video {
  border-radius: 12px !important;
}
.media-caption {
  position: absolute;
  left: 24px;
  bottom: 50px;
  right: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  padding: 12px 16px;
  color: #ffffff;
  display: none;
  font-family: var(--font-1);
  font-size: var(--fs-6);
}

.media-caption .cap-title {
  font-weight: 600;
}

.media-caption .cap-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin-top: 2px;
}

.hero-content {
  text-align: right;
  color: #ffffff;
}

.badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: var(--gold-hover);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  margin-bottom: 16px;
}

.badge-wrap img {
  width: 22px;
  height: 22px;
  color: var(--gjs-t-color-accent);
}

.badge-text {
  font-family: var(--font-2);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 6px 0 18px;
  color: #ffffff;
}

.hero-title .accent {
  color: var(--gjs-t-color-accent);
  display: inline-block;
  margin-right: 8px;
}

.hero-desc {
  font-size: var(--fs-7);
  color: var(--color-1);
  max-width: 640px;
  margin: 0 0 28px 0;
  font-family: var(--font-1);
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.btn-primary {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background-color: var(--gold);
  color: #0f0f11;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 179, 71, 0.35);
  background-color: #ffbe67;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  background-color: #111316;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.btn-dark:hover {
  transform: translateY(-2px);
  color: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-primary img {
  width: 20px;
  height: 20px;
  color: #0f0f11;
}
.hero-content-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.hero-text-block {
  max-width: 48rem;
}

.hero-title {
  font-family: var(--font-1);
  margin-bottom: 0.5rem;
  color: rgb(255 255 255 / 1);
}

.hero-subtitle {
  color: rgb(209 213 219 / 1);
  line-height: 1.625;
  font-family: var(--font-2);
}

.hero-actions:lang(en) {
  justify-content: end;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.75rem;
  font-family: var(--font-2);
}

.primary-cta {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: var(--gold-hover);
  border-width: 1px;
  border-color: rgb(251 191 36 / 0.4);
  color: rgb(0 0 0 / 1);
  font-weight: 600;
  border-radius: 0.375rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: var(--font-2);
}

.primary-cta:hover {
  background-color: var(--gold);
}

.secondary-cta {
  font-family: var(--font-2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--gold-hover);
  color: rgb(229 231 235 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.secondary-cta:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(245 158 11 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.hero-note {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(156 163 175 / 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-note-icon {
  width: 35px;
  height: 35px;
}

.services-section {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--bg-main-1);
  margin: auto;
}

.services-header {
  font-family: var(--font-2);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.articles-title,
.services-title,
.doctors-title,
.before-after-title,
.gallery-main-title {
  color: var(--text-main);
  font-family: var(--font-2);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}

.services-subtitle,
.before-after-subtitle,
.doctors-subtitle,
.gallery-subtitle,
.articles-subtitle {
  color: var(--color-1);
  font-family: var(--font-2);
}

.services-link-articles {
  text-align: start;
  display: block;
  /* width: 100%; */
  margin: 10px 0px;
  color: var(--gold);
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.services-link-articles:hover {
  color: rgb(252 211 77 / 1);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /* background-color: var(--contrast); */
}

.service-card:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.service-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.service-icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  /* background-color: rgb(245 158 11 / 0.1); */
  border-width: 1px;
  border-color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon {
  width: 60px;
  height: 60px;
  padding: 5px;
}

.service-name {
  color: var(--text-main);
  font-size: var(--fs-6);
  font-weight: 600;
  font-family: var(--font-1);
}

.service-desc {
  color: rgb(156 163 175 / 1);
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: var(--font-2);
}

.before-after-section {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--bg-main-1);
  margin: auto;
}

.before-after-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.moreHome {
  font-family: var(--font-2);
  color: var(--gold);
  font-weight: 500;
  border: 1px solid;
  height: fit-content;
  padding: 10px;
  border-radius: 14px;
  line-height: 14px;
}
.moreHome:hover {
  background: var(--contrast-3);
  border: none;
}
/* 
.before-after-item {
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(17 24 39 / 0.2);
}

.before-after-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background-color: rgb(31 41 55 / 0.6);
}

.before-figure {
  background-color: rgb(0 0 0 / 1);
}

.before-image {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.before-caption {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(156 163 175 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.after-figure {
  background-color: rgb(0 0 0 / 1);
}

.after-image {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.after-caption {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(251 191 36 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.before-after-text {
  padding: 1rem;
}

.before-after-case {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(209 213 219 / 1);
} */

.before-after-container {
  border: 1px solid var(--bg-main-2);
  border-radius: 20px;
  max-width: 650px;
  margin: auto;
}

.doctors-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* border-top-width: 1px; */
  /* border-color: rgb(31 41 55 / 0.8); */
}

.doctors-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

/* .doctors-title {
  color: rgb(255 255 255 / 1);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
} */
/* 
.doctors-subtitle {
  color: rgb(156 163 175 / 1);
} */

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.doctor-card {
  border-radius: 0.5rem;
  font-family: var(--font-2);
  overflow: visible;
  background-color: var(--bg-main-1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 11px;
}
[data-theme="light"] .doctor-card {
  border: 1px solid var(--gold);
}
.doctor-card:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.doctor-photo-wrapper {
  display: flex;
  justify-content: space-between;
}
.exper {
  padding-top: 18px;
  color: var(--gold);
  font-weight: 500;
  text-decoration: underline;
}
.doctor-photo {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  border: 3px solid var(--gold);
}

.doctor-content {
  position: relative;
  z-index: 5;
}

.doctor-content {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
}

.doctor-name {
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.doctor-specialty {
  color: var(--color-1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.doctor-bio {
  color: rgb(156 163 175 / 1);
  font-size: 0.875rem;
  line-height: 1.75rem;
}
/* .before-after-container {
  height: 370px !important;
  width: 100% !important;
} */

.clinic-gallery-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top-width: 1px;
  border-color: rgb(31 41 55 / 0.8);
}

.clinic-gallery-header {
  margin-bottom: 2rem;
}

.clinic-gallery-title {
  color: rgb(255 255 255 / 1);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}

.clinic-gallery-subtitle {
  color: rgb(156 163 175 / 1);
}

.clinic-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
}

.gallery-image {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gallery-caption {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgb(0 0 0 / 0.5);
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 1);
  padding: 0.5rem;
}

.articles-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top-width: 1px;
  border-color: rgb(31 41 55 / 0.8);
}

.articles-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.articles-all-link {
  color: rgb(251 191 36 / 1);
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.articles-all-link:hover {
  color: rgb(252 211 77 / 1);
}

.articles-grid {
  font-family: var(--font-2);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.article-card {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--bg-main-1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.article-card:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.article-image {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.article-content {
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  width: 100%;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}
#iyhjbx {
  font-family: var(--font-2);
  color: var(--gold);
}
.article-meta-icon {
  width: 1rem;
  height: 1rem;
}

.article-title {
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.article-excerpt {
  color: rgb(156 163 175 / 1);
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

.article-read-more {
  display: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(251 191 36 / 1);
}

.article-read-more:hover {
  color: rgb(252 211 77 / 1);
}

.article-read-icon {
  width: 1rem;
  height: 1rem;
}

#i1mft3 {
  flex-basis: 100%;
}
#i0s3n {
  font-size: var(--fs-4);
}
#i6fmcy {
  font-size: var(--fs-4);
  width: 90%;
  display: flex;
  align-items: baseline;
  font-family: var(--font-2);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-phone,
#ihygi2 > div,
#i0s3n {
  color: var(--color-1);
}
#iarndi svg {
  stroke: var(--gold);
}
#izsr1j svg {
  fill: var(--gold);
}
#i9r2i > svg {
  stroke: var(--gold);
  width: 80px !important;
  height: 80px !important;
}
#i6fmcy svg {
  width: 40px;
  height: 40px;
}
#ilujfh {
  align-items: center;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}

#ihygi2 {
  padding: 10px;
}

.gjs-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  fill: currentColor;
  width: 50px;
  height: 50px;
}

#idpxgh {
  padding: 10px;
}

#i3gfh9 {
  line-height: 3;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ixnuf {
  padding: 0 !important;
  max-width: 1800px;
}
.tjeme {
  background: #a1a1a1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 7px;
  rotate: 45deg;
}
.tjeme svg {
  width: 25px;
  fill: var(--gold);
  height: 25px;
}
.separator-bullet {
  direction: ltr !important;
}
[data-theme="dark"] .tjeme {
  background: var(--bg-main-3);
}
[data-theme="light"] .tjeme {
  background: var(--bg-main-2);
}
#ip86gl {
  height: 280px;
}
@media (max-width: 992px) {
  .navbar-links {
    gap: 1rem;
  }

  .hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-video {
    height: 420px;
  }

  .hero-content-bar {
    padding: 1.5rem;
  }

  .services-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-header {
    margin-bottom: 1.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .before-after-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctors-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .doctors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clinic-gallery-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .clinic-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .articles-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #iguckj {
    display: none;
  }

  #ijz7p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #ize9a {
    gap: 1rem;
  }

  #ij5fr {
    flex-direction: column;
  }

  #ig8hl {
    width: 60%;
  }

  .hero-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-desc {
    font-size: var(--fs-4);
    margin: 0 auto 24px;
  }

  .hero-actions {
    justify-content: center;
  }

  .media-card {
    margin: 0 auto;
  }

  #ip86gl {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }

  #idlmsa {
    height: 10rem;
  }

  #iegxc7 {
    height: 10rem;
  }

  #iy9es2 {
    height: 10rem;
  }

  #iqtbu4 {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  #iubg3g {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  #ijso4a {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  #i1b169 {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }

  #i2l05z {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  #i4m4zi {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  /* #i8yty3 {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  } */

  #i8juvk {
    display: none;
  }

  #izzirg {
    display: none;
  }
  #ip86gl {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .moreHome {
    font-size: var(--fs-2);
  }
  .hero-title {
    font-size: 2.1rem;
  }

  .media-img {
    height: 420px;
  }

  .play-btn .btn-circle {
    width: 64px;
    height: 64px;
  }

  .badge-wrap {
    margin-bottom: 12px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-dark {
    font-size: var(--fs-2);
    width: 70%;
    justify-content: center;
    border-radius: 50px;
  }

  #iqsq {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .exper {
    font-size: var(--fs-2);
  }
  .tjeme {
    padding: 5px;
    width: 32px;
    height: 32px;
  }
  .tjeme svg {
    width: 22px;
    height: 22px;
  }
  .doctor-content {
    padding: 0.5rem;
  }
  .doctor-specialty {
    font-size: var(--fs-1);
  }
  .doctor-photo {
    width: 5rem;
    height: 5rem;
  }
  .services-header {
    align-items: flex-start;
  }
  .services-subtitle,
  .before-after-subtitle,
  .doctors-subtitle {
    font-size: var(--fs-3);
  }
  .service-icon-wrap {
    width: 75px;
    height: 75px;
  }
  .service-icon {
    width: 65px;
    height: 65px;
  }
  #i6fmcy,
  #ize9a,
  .services-link-articles {
    display: none;
  }
  .hero-video {
    height: 280px;
  }

  .hero-content-bar {
    padding: 1rem;
  }

  .services-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .before-after-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .before-after-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .doctors-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .doctors-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .clinic-gallery-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .clinic-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .articles-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .articles-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #ize9a {
    flex-direction: column;
  }

  #ibmfr {
    height: 100vh;
  }

  #i5hvk {
    height: 100%;
  }

  #ixnuf {
    height: 100vh;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #ij5fr {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #services {
    padding-left: 20px;
    padding-right: 20px;
  }

  #before-after {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #doctors {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #clinic-gallery {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #articles {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #i1b169 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0.5rem;
  }

  #i2l05z {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  /* #i8yty3 {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  } */

  #ikbfe6 {
    height: 8rem;
  }

  #i4m4zi {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #inoe05 {
    display: none;
  }

  #i17ati {
    display: none;
  }

  #ickvbh {
    display: none;
  }

  #i9ojk {
    flex-direction: row;
  }

  #irfrs {
    flex-direction: column;
  }

  #iklxs {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #ih4uh {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #i3uf9 {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #io56b {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #il9dgk {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #ihx18k {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #iccjol {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #ioki2z {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #iy9es2 {
    height: 8rem;
  }

  #ip86gl {
    height: 200px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0.5rem;
  }

  #ijso4a {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #iqtbu4 {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #iubg3g {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }

  #iszal6 {
    display: none;
  }

  #imo0pi {
    display: none;
  }

  #iuub65 {
    display: none;
  }

  #iegxc7 {
    height: 8rem;
  }

  #idlmsa {
    height: 8rem;
  }

  #i2byml {
    font-size: 0.9rem;
  }

  #ifuce5 {
    font-size: 0.9rem;
  }

  #i2c7bf {
    font-size: 0.9rem;
  }

  #i1p9d3 {
    font-size: 0.7rem;
  }

  #ivsa75 {
    font-size: 0.7rem;
  }

  #inhm4q {
    font-size: 0.7rem;
  }

  #ib39h {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  #ifpbg {
    display: none;
  }

  #iodh2 {
    display: none;
  }

  #i9nz3 {
    display: none;
  }

  #i7szg {
    display: none;
  }

  #i4le0l {
    display: none;
  }

  #itafju {
    display: none;
  }

  #ikgaz8 {
    display: none;
  }

  #i6po7k {
    display: none;
  }

  #imork {
    font-size: 0.8rem;
  }

  #irj9l {
    flex-direction: column;
  }

  #ifbbp {
    flex-direction: column;
  }

  #if2v6 {
    flex-direction: column;
  }

  #if5h7a {
    flex-direction: column;
  }

  #idc3pz {
    flex-direction: column;
  }

  #i0474p {
    flex-direction: column;
  }

  #ilvc1o {
    flex-direction: column;
  }

  #iruovk {
    font-size: 0.8rem;
  }

  #i641al {
    flex-direction: column;
  }

  .service-name {
    font-size: var(--fs-4);
  }

  #ilrest {
    display: none;
    font-size: 0.9rem;
  }

  #isqwwk {
    flex-direction: row;
  }

  .article-image {
    height: 16rem !important;
  }

  #itfo0b {
    height: 8rem;
  }

  #izzirg {
    font-size: 0.7rem;
    display: none;
  }

  #iy961f {
    font-size: 0.7rem;
  }

  #i4nqcl {
    flex-direction: column-reverse;
    gap: 20px;
  }

  #imnns6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #igo5n {
    display: none;
  }

  #i8juvk {
    display: none;
  }

  #iguckj {
    display: none;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-sidebar {
    width: 280px;
    right: -280px;
  }
}

@media (max-width: 480px) {
  .mobile-sidebar {
    width: 100vw;
    right: -100vw;
  }

  .sidebar-header {
    padding: 1rem;
  }

  .sidebar-nav {
    padding: 0.5rem 0;
  }

  .sidebar-menu a {
    padding: 1rem;
    font-size: 1.1rem;
  }
}

/* Clinic Gallery Split Design */
.clinic-gallery-split {
  display: flex;
  gap: 30px;
  align-items: start;
  margin-top: 2rem;
}

.gallery-content-section {
  padding: 0;
  width: 40%;
}

.gallery-content-wrapper {
  max-width: 500px;
}

.gallery-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background-color: var(--bg-main-1);
  border-radius: 0.75rem;
  /* border: 1px solid rgb(229 231 235 / 1); */
  transition: all 0.3s ease;
}

.feature-item:hover {
  background-color: var(--bg-main-2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgb(0 0 0 / 0.1);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.feature-text h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.5rem;
  font-family: var(--font-2);
}

.feature-text p {
  font-size: 0.875rem;
  color: rgb(107 114 128 / 1);
  margin: 0;
  font-family: var(--font-2);
  line-height: 1.5;
}

.gallery-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(229 231 235 / 1);
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.875rem;
  color: rgb(107 114 128 / 1);
  font-weight: 500;
  font-family: var(--font-2);
}

/* Swiper Gallery Styles */
.gallery-swiper-section {
  position: relative;
  height: 100%;
  width: 58%;
}

.clinic-gallery-swiper {
  width: 100%;
  height: 500px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 10px 10px -5px rgb(0 0 0 / 0.04);
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.swiper-slide-active .swiper-image {
  transform: scale(1.05);
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 2rem 1.5rem 1.5rem;
  color: white;
}

.slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: var(--font-1);
}

.slide-description {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
  font-family: var(--font-2);
}

/* Swiper Navigation */
.gallery-next,
.gallery-prev,
.doctor-next,
.doctor-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--gold);
  color: var(--gold);
  transition: all 0.3s ease;
}

.gallery-next:hover,
.gallery-prev:hover,
.doctor-next:hover,
.doctor-prev:hover {
  background: var(--gold);
  color: white;
  transform: scale(1.1);
}

.gallery-next::after,
.gallery-prev::after,
.doctor-next::after,
.doctor-prev::after {
  font-size: 18px;
  font-weight: 600;
}

.gallery-pagination,
.doctor-pagination {
  bottom: 2px !important;
}

.gallery-pagination .swiper-pagination-bullet,
.doctor-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--contrast-2);
  opacity: 1;
  transition: all 0.3s ease;
}

.gallery-pagination .swiper-pagination-bullet-active,
.doctor-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
  transform: scale(1.2);
  width: 32px;
  border-radius: 8px;
  height: 12px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons !important;
  font-size: var(--fs-10) !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--gold) !important;
  background: #fff0 !important;
  border: none !important;
}
/* Custom Navigation Dots */
.gallery-custom-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgb(209 213 219 / 1);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  border-color: var(--gold);
}

.dot.active {
  background: var(--gold);
  border-color: var(--gold);
}
.articles-swiper {
  height: 250px;
}
#nav_mobile {
  display: none;
}
@media (max-width: 768px) {
  #nav_mobile {
    display: block !important;
  }
  .clinic-gallery-split {
    flex-direction: column;
    gap: 1rem;
  }

  .doctor-pagination {
    bottom: -4px !important;
  }
  .gallery-pagination {
    display: none;
  }
  .gallery-content-section {
    order: 1;
    width: 100%;
  }

  .gallery-swiper-section {
    order: 2;
    width: 100%;
  }

  .clinic-gallery-swiper {
    height: 400px;
  }
  .clinic-gallery-split {
    gap: 1.5rem;
  }

  .gallery-main-title {
    font-size: 2rem;
  }

  .gallery-content-wrapper {
    max-width: 100%;
  }

  .gallery-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .feature-item {
    padding: 1rem;
  }

  .gallery-stats {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }

  .clinic-gallery-swiper {
    height: 350px;
  }

  .gallery-next,
  .gallery-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .articles-title,
  .services-title,
  .doctors-title,
  .before-after-title,
  .gallery-main-title,
  .gallery-main-title {
    font-size: var(--fs-6);
  }
  .clinic-gallery-split {
    gap: 1rem;
  }

  .gallery-subtitle {
    font-size: 1rem;
  }

  .clinic-gallery-swiper {
    height: 300px;
  }

  .slide-overlay {
    padding: 1.5rem 1rem 1rem;
  }

  .slide-title {
    font-size: 1.25rem;
  }

  .slide-description {
    font-size: 0.9rem;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
  }
}
