* {
  --light-200: #FFFFFF05;
}

p,
.section-header p {
  color: black;
}

.bg-gray {
  background: var(--light);
}

.bg-blue {
  background-image: url('../img/testimonial-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header .header-nav .logo {
  width: 220px;
  max-width: 100%;
}

.header .header-nav .main-nav>li .submenu li a {
  white-space: normal;
  word-break: break-word;
  width: 90%;
  padding: 10px 0 0;
}

.submenu .sub-menu-list li:first-child {
  font-size: 18px;
  font-weight: 800;
  color: var(--gray-900);
}

.shipping-section-thirteen .shipping-item-thirteen .content .title,
.shipping-section-thirteen .shipping-item-thirteen .content p {
  color: black;
}

.choose-item-eleven .choose-overlay .choose-icon {
  background: var(--primary);
}

.choose-item-eleven:hover .choose-icon {
  background: var(--primary) !important;
}

.choose-item-eleven .choose-overlay .choose-icon i {
  color: white;
}

.choose-item-eleven .choose-overlay .img-1 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}


iframe {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.doctor-info .doctor-info-detail .doctor-location,
.doctor-info .doctor-info-detail .doctor-location .location-title {
  display: block;
}

.doctor-info .doctor-info-detail {
  padding: 10px 0;
}

.custom-title {
  font-size: 20px;
  font-weight: 600;
}

.article-item .article-img img {
  width: 100%;
}



.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 60px;
  z-index: 9;
}

.quick-contact img {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  z-index: 9;
}

.facility-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 24px 0;
}

.facility-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.facility-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.facility-gallery-item {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: transform .2s;
}

.facility-gallery-item:hover {
  transform: scale(1.03);
}

.facility-gallery-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

#facility-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#facility-lightbox.active {
  display: flex;
}

#facility-lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .6);
}

#lb-close,
#lb-prev,
#lb-next {
  position: fixed;
  background: rgba(255, 255, 255, .15);
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

#lb-close:hover,
#lb-prev:hover,
#lb-next:hover {
  background: rgba(255, 255, 255, .3);
}

#lb-close {
  top: 20px;
  right: 24px;
}

#lb-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

#lb-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* ── Cover ─────────────────────────────────── */
.fac-cover-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  background: var(--gray-100);
}

.fac-cover-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fac-cover-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, transparent 55%);
  pointer-events: none;
}

.fac-cover-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  z-index: 1;
}

.fac-cover-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

/* ── Title (no-image fallback) ─────────────── */
.fac-title-plain {
  font-size: 26px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
  line-height: 1.25;
}

.fac-title-bar {
  width: 40px;
  height: 3px;
  background: var(--primary-gradient);
  border-radius: 2px;
  margin-bottom: 22px;
}

/* ── Lead description ──────────────────────── */
.fac-lead {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-600);
  background: var(--primary-transparent);
  border-left: 3px solid var(--primary);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-bottom: 24px;
}

/* ── Body rich text ────────────────────────── */
.fac-body {
  font-size: 15px;
  line-height: 1.85;
  color: var(--gray-700);
  margin-bottom: 32px;
}

.fac-body h2,
.fac-body h3,
.fac-body h4 {
  color: var(--gray-900);
  font-weight: 600;
  margin: 24px 0 10px;
}

.fac-body p {
  margin-bottom: 14px;
}

.fac-body ul,
.fac-body ol {
  padding-left: 1.5rem;
  margin-bottom: 14px;
}

.fac-body li {
  margin-bottom: 6px;
}

/* ── Section label ─────────────────────────── */
.fac-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.fac-label::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  flex-shrink: 0;
}

.fac-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gray-200);
}

/* ── Video ─────────────────────────────────── */
.fac-video-section {
  margin-bottom: 32px;
}

/* ── Gallery ───────────────────────────────── */
.fac-gallery-section {
  margin-bottom: 8px;
}

.facility-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 0;
}

.facility-gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: zoom-in;
  transition: transform .25s;
}

.facility-gallery-item:hover {
  transform: scale(1.03);
}

.facility-gallery-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.facility-gallery-item::after {
  content: '\f00e';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(49, 109, 255, .42);
  border-radius: 10px;
  opacity: 0;
  transition: opacity .2s;
}

.facility-gallery-item:hover::after {
  opacity: 1;
}

/* ── Lightbox ──────────────────────────────── */
#facility-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#facility-lightbox.active {
  display: flex;
}

#lb-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 8px 48px rgba(0, 0, 0, .6);
  transition: opacity .15s;
}

#lb-close,
#lb-prev,
#lb-next {
  position: fixed;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 10000;
}

#lb-close:hover,
#lb-prev:hover,
#lb-next:hover {
  background: rgba(255, 255, 255, .25);
}

#lb-close {
  top: 20px;
  right: 24px;
}

#lb-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

#lb-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lb-counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .06em;
  z-index: 10000;
  pointer-events: none;
}

/* ── Not found ─────────────────────────────── */
.fac-not-found {
  text-align: center;
  padding: 60px 20px;
  background: var(--light);
  border-radius: 12px;
  border: 1px solid var(--gray-200);
}

.fac-not-found h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
}

.fac-not-found p {
  color: var(--gray-500);
  margin-bottom: 24px;
}

/* ── Sidebar card ──────────────────────────── */
.fac-sidebar {
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
  position: sticky;
  top: 24px;
}

.fac-sidebar-head {
  padding: 14px 18px;
  background: var(--primary-transparent);
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  gap: 8px;
}

.fac-sidebar-head span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--primary);
}

.fac-sidebar-head::before {
  content: '';
  width: 3px;
  height: 16px;
  background: var(--primary-gradient);
  border-radius: 2px;
  flex-shrink: 0;
}

.fac-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fac-sidebar-list li {
  border-bottom: 1px solid var(--gray-100);
}

.fac-sidebar-list li:last-child {
  border-bottom: none;
}

.fac-sidebar-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  text-decoration: none;
  transition: background .15s;
}

.fac-sidebar-link:hover {
  background: var(--light-900);
}

.fac-sidebar-thumb {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 9px;
  overflow: hidden;
  background: var(--gray-100);
}

.fac-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}

.fac-sidebar-link:hover .fac-sidebar-thumb img {
  transform: scale(1.08);
}

.fac-sidebar-info {
  flex: 1;
  min-width: 0;
}

.fac-sidebar-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s;
}

.fac-sidebar-link:hover .fac-sidebar-name {
  color: var(--primary);
}

.fac-sidebar-desc {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fac-sidebar-arrow {
  color: var(--gray-300);
  font-size: 11px;
  flex-shrink: 0;
  transition: color .15s, transform .2s;
}

.fac-sidebar-link:hover .fac-sidebar-arrow {
  color: var(--primary);
  transform: translateX(3px);
}


.facility-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.facility-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.facility-gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.facility-gallery-item:hover img {
  transform: scale(1.05);
}

.facility-gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%);
  padding: 22px 10px 8px;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.facility-gallery-item:hover .facility-gallery-item-overlay {
  opacity: 1;
}

.facility-gallery-item-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

#facility-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

#facility-lightbox.active {
  display: flex;
}

#lb-img {
  max-width: 90vw;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

#lb-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  max-width: 600px;
  padding: 0 16px;
  min-height: 22px;
}

#lb-prev,
#lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  z-index: 10001;
}

#lb-prev {
  left: 16px;
}

#lb-next {
  right: 16px;
}

#lb-prev:hover,
#lb-next:hover {
  background: rgba(255, 255, 255, 0.25);
}

#lb-close {
  position: fixed;
  top: 16px;
  right: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  z-index: 10001;
}

#lb-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  .facility-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .facility-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.svc-cover-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  background: var(--gray-100);
  box-shadow: 0 4px 24px rgba(49, 109, 255, .10);
}

.svc-cover-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-cover-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .60) 0%, rgba(0, 0, 0, .08) 55%, transparent 100%);
  pointer-events: none;
}

.svc-cover-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 30px;
  z-index: 1;
}

.svc-cover-title h1 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.svc-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(49, 109, 255, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 20px;
  margin-bottom: 10px;
  backdrop-filter: blur(4px);
}

.svc-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.svc-label::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--primary-gradient);
  border-radius: 2px;
  flex-shrink: 0;
}

.svc-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gray-200);
}

.svc-body {
  font-size: 16px;
  line-height: 1.88;
  color: var(--gray-700);
}

.svc-body h2,
.svc-body h3,
.svc-body h4 {
  color: var(--gray-900);
  font-weight: 600;
  margin: 26px 0 10px;
}

.svc-body p {
  margin-bottom: 14px;
}

.svc-body ul,
.svc-body ol {
  padding-left: 1.4rem;
  margin-bottom: 14px;
}

.svc-body li {
  margin-bottom: 6px;
}

.svc-not-found {
  text-align: center;
  padding: 64px 20px;
  background: var(--light);
  border-radius: 14px;
  border: 1px solid var(--gray-200);
}

.svc-not-found i {
  font-size: 52px;
  color: var(--gray-300);
  margin-bottom: 18px;
  display: block;
}

.svc-not-found h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
}

.svc-not-found p {
  color: var(--gray-500);
  margin-bottom: 24px;
}

.svc-sidebar-col {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.svc-related-widget {
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .05);
}

.svc-widget-head {
  padding: 13px 18px;
  background: var(--primary-transparent);
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  gap: 10px;
}

.svc-widget-head::before {
  content: '';
  width: 3px;
  height: 18px;
  background: var(--primary-gradient);
  border-radius: 2px;
  flex-shrink: 0;
}

.svc-widget-head span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--primary);
}

.svc-widget-head i {
  font-size: 15px;
  color: var(--primary);
  margin-left: auto;
}

.svc-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-sidebar-list li {
  border-bottom: 1px solid var(--gray-100);
}

.svc-sidebar-list li:last-child {
  border-bottom: none;
}

.svc-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background .15s;
}

.svc-sidebar-link:hover {
  background: var(--light-900);
}

.svc-sidebar-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 9px;
  overflow: hidden;
  background: var(--gray-100);
}

.svc-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .3s;
}

.svc-sidebar-link:hover .svc-sidebar-thumb img {
  transform: scale(1.08);
}

.svc-sidebar-info {
  flex: 1;
  min-width: 0;
}

.svc-sidebar-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s;
}

.svc-sidebar-link:hover .svc-sidebar-name {
  color: var(--primary);
}

.svc-sidebar-sub {
  font-size: 13px;
  color: var(--gray-400);
}

.svc-sidebar-arrow {
  color: var(--gray-300);
  font-size: 10px;
  flex-shrink: 0;
  transition: color .15s, transform .2s;
}

.svc-sidebar-link:hover .svc-sidebar-arrow {
  color: var(--primary);
  transform: translateX(3px);
}

.booking-form-card .section-inner-header h2 {
  font-size: 22px;
}

.booking-form-card .contact-form-card {
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
}

.booking-form-card .contact-form-card .card-body {
  padding: 24px 22px;
}

.booking-form-card .form-group-btn .btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 991px) {
  .svc-sidebar-col {
    position: static;
  }
}

@media (max-width: 767px) {
  .svc-cover-title h1 {
    font-size: 19px;
  }

  .svc-cover-wrap {
    aspect-ratio: 16 / 10;
  }

  .svc-cover-title {
    padding: 18px 20px;
  }
}



.fac-cover-title h1,
.fac-title-plain {
  font-size: 30px;
}

.fac-lead {
  font-size: 16px;
  line-height: 1.85;
}

.fac-body {
  font-size: 16px;
  line-height: 1.9;
}

.fac-body p,
.fac-body li {
  font-size: 16px;
}

.fac-body h2 {
  font-size: 22px;
}

.fac-body h3 {
  font-size: 20px;
}

.fac-body h4 {
  font-size: 18px;
}

.fac-label {
  font-size: 15px;
}

.fac-sidebar-head span {
  font-size: 13px;
}

.fac-sidebar-name {
  font-size: 15px;
}

.fac-sidebar-empty {
  font-size: 15px;
}

.fac-not-found h2 {
  font-size: 24px;
}

.fac-not-found p {
  font-size: 16px;
}

.fac-cover-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.fac-cover-badge--plain {
  background: var(--primary-transparent);
  border-color: var(--primary);
  color: var(--primary);
  margin-bottom: 10px;
}

.fac-title-block {
  margin-bottom: 4px;
}

.fac-gallery-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  padding: 1px 7px;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 2px;
  line-height: 1.6;
}

.fac-label i {
  font-size: 12px;
}

.facility-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: zoom-in;
}

.fac-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(49, 109, 255, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .22s;
  border-radius: 10px;
}

.fac-gallery-overlay i {
  color: #fff;
  font-size: 22px;
}

.facility-gallery-item:hover .fac-gallery-overlay {
  opacity: 1;
}

.fac-sidebar-head-icon {
  color: var(--primary);
  font-size: 15px;
}

.fac-sidebar-empty {
  font-size: 13px;
  color: var(--gray-500);
  padding: 14px 18px;
  margin: 0;
}

/* ── Sidebar list ──────────────────────────── */
.fac-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fac-sidebar-list li {
  border: none;
}

.fac-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
  border-radius: 10px;
  border-left: 3px solid transparent;
  transition: background .18s, border-color .18s;
  position: relative;
}

.fac-sidebar-link:hover {
  background: var(--primary-transparent);
  border-left-color: var(--primary);
}

.fac-sidebar-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 9px;
  overflow: hidden;
  background: var(--gray-100);
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
}

.fac-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}

.fac-sidebar-link:hover .fac-sidebar-thumb img {
  transform: scale(1.1);
}

.fac-sidebar-num {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 5px 0 0 0;
  letter-spacing: .03em;
}

.fac-sidebar-name {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-800);
  margin: 0;
  line-height: 1.45;
  transition: color .15s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fac-sidebar-link:hover .fac-sidebar-name {
  color: var(--primary);
}

.fac-sidebar-arrow {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  font-size: 11px;
  transition: background .18s, color .18s, border-color .18s, transform .2s;
}

.fac-sidebar-link:hover .fac-sidebar-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateX(2px);
}

.fac-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}

.fac-body ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: var(--gray-700);
}

.svc-body ul li::before,
.fac-body ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
  color: var(--primary);
  background: var(--primary-transparent);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  text-align: center;
}

.svc-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}

.svc-body ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: var(--gray-700);
}
