.slc-why-choose-section {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 86% 18%, rgb(var(--slc-ref-accent-light-rgb, 104 183 222) / 0.1), transparent 28rem),
    linear-gradient(180deg, var(--slc-color-canvas-top, #f8fcff) 0%, var(--slc-color-canvas, #edf5fb) 100%);
}

.slc-why-choose-section::before {
  position: absolute;
  inset: 12% auto auto 5%;
  width: min(32rem, 36vw);
  aspect-ratio: 1;
  border: 1px solid rgb(var(--slc-ref-accent-rgb, 46 134 189) / 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-35%);
}

.slc-why-choose-section + .slc-about-shell .slc-why-section {
  margin-top: clamp(2rem, 3.5vw, 4rem);
}

.slc-component,
.slc-component * {
  box-sizing: border-box;
}

.slc-component {
  --slc-body: var(--slc-color-ink-muted, #496b82);
  --slc-heading: var(--slc-color-ink-strong, #12324d);
  --slc-brown: var(--slc-color-action-hover, #125681);
  --slc-button: var(--slc-color-action, #176a9f);
  --slc-yellow: var(--slc-color-highlight, #d6a516);
  --slc-bright-yellow: var(--slc-color-surface-strong, #d7e9f5);
  --slc-soft: var(--slc-color-surface-muted, #e4f0f8);
  --slc-off-white: var(--slc-color-canvas, #edf5fb);
  --slc-rule: var(--slc-color-line, rgb(46 134 189 / 0.15));
  align-items: stretch;
  color: var(--slc-body);
  display: flex;
  direction: rtl;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "IRANSansX", Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  gap: 40px;
  line-height: 24px;
  margin: 0 auto;
  max-width: min(90rem, calc(100% - 3rem));
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(2rem, 3.5vw, 3.5rem);
  position: relative;
  text-align: right;
  width: calc(100% - 120px);
}

.slc-component h1,
.slc-component h2,
.slc-component h3,
.slc-component h4,
.slc-component h5,
.slc-component h6,
.slc-component p,
.slc-component ul,
.slc-component ol,
.slc-component figure,
.slc-component details {
  margin: 0;
}

.slc-component ul {
  list-style: none;
  padding: 0;
}

.slc-component a {
  color: inherit;
  text-decoration: none;
}

.slc-component img,
.slc-component svg {
  display: block;
  height: auto;
  max-width: 100%;
}

.slc-component .slc-intro,
.slc-component .slc-content-grid {
  align-self: stretch;
  flex: 0 1 auto;
  min-width: 0;
}

.slc-component .slc-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 65%;
}

.slc-component .slc-intro-heading,
.slc-component .slc-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.slc-component .slc-intro-heading {
  flex: 0 0 auto;
}

:is(.slc-component, .ce-component, .slc-about-module, .slc-about, .corridor-section) .slc-eyebrow {
  align-items: center;
  align-self: flex-start;
  background: var(--slc-component-regional-badge-background, linear-gradient(90deg, #d7e9f5 0%, #edf5fb 100%));
  border-radius: 999px;
  display: inline-flex;
  height: 52px;
  isolation: isolate;
  margin-inline: 0 auto;
  min-width: 0;
  padding: 2px 31px 0;
  position: relative;
  text-align: center;
  width: 282px;
  color: var(--slc-heading, var(--slc-color-ink-strong, #12324d));
  font-family: "IRANYekanX", "IRANSansX", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 1;
  white-space: nowrap;
}

:is(.slc-component, .ce-component, .slc-about-module, .slc-about, .corridor-section) .slc-eyebrow::before {
  background: var(--slc-component-regional-badge-shadow, linear-gradient(90deg, rgb(46 134 189 / 0.18), transparent));
  border-radius: 999px;
  content: "";
  filter: blur(7px);
  inset: 8px 4px 5px 28px;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
  transform: translateY(12px);
  z-index: -1;
}

:is(.slc-component, .ce-component, .slc-about-module, .slc-about, .corridor-section) .slc-eyebrow::after {
  background: var(--slc-component-regional-badge-sheen, linear-gradient(90deg, rgb(255 255 255 / 0.2), transparent));
  border-radius: inherit;
  content: "";
  inset-block: 1px;
  inset-inline: 1px 32px;
  pointer-events: none;
  position: absolute;
}

.slc-component .slc-eyebrow .slc-list,
.slc-component .slc-eyebrow .slc-list-item {
  width: 100%;
}

.slc-component .slc-eyebrow .slc-list-text,
.slc-component .slc-category-treatment .slc-list-text,
.slc-component .slc-category-care .slc-list-text,
.slc-component .slc-category-wellness .slc-list-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slc-component .slc-eyebrow .slc-list-text {
  color: var(--slc-heading);
  font-family: "IRANYekanX", "IRANSansX", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.slc-component .slc-title h2 {
  color: var(--slc-heading);
  font-family: "IRANYekanX", "IRANSansX", Tahoma, sans-serif;
  font-size: clamp(1.25rem, 2.05vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.slc-component .slc-category-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}

.slc-component .slc-category-treatment,
.slc-component .slc-category-care,
.slc-component .slc-category-wellness {
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  display: block;
  padding: 3px 12px;
  width: max-content;
}

.slc-component .slc-category-treatment {
  background: var(--slc-yellow);
  border-color: rgba(46, 29, 17, 0.26);
}

.slc-component .slc-category-treatment .slc-list-text {
  color: var(--slc-heading);
  text-transform: none;
}

.slc-component .slc-category-care .slc-list-text,
.slc-component .slc-category-wellness .slc-list-text {
  color: #837f7c;
  text-transform: none;
}

.slc-component .slc-description {
  margin-top: clamp(2rem, 3.2vw, 3.5rem);
}

.slc-component .slc-description-copy,
.slc-component .slc-description-copy p {
  color: var(--slc-color-ink-muted, #496b82);
  width: 100%;
}

.slc-component .slc-description-copy p {
  max-width: none;
  text-align: right;
}

.slc-component .slc-description-copy p,
.slc-component .slc-panel-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 14.4px;
}

.slc-component .slc-description-copy p {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.95;
  margin-bottom: 0;
  text-wrap: pretty;
}

.slc-component .slc-cta {
  display: block;
  width: 100%;
}

.slc-component .slc-cta .slc-button {
  align-items: center;
  background: var(--slc-button);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding: 17px 30px;
}

.slc-component .slc-cta .slc-button-content {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: center;
  direction: rtl;
}

.slc-component .slc-cta .slc-button-icon {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 15px;
  line-height: 15px;
  width: 15px;
}

.slc-component .slc-cta .slc-button-icon i {
  font-style: normal;
}

.slc-component .slc-cta .slc-button:hover,
.slc-component .slc-cta .slc-button:focus-visible {
  background: var(--slc-yellow);
  color: var(--slc-heading);
}

.slc-component .slc-content-grid {
  display: grid;
  flex-wrap: nowrap;
  gap: 40px;
  grid-template-columns: 48.6% 46.2%;
  width: 100%;
}

.slc-component .slc-feature-card {
  align-items: stretch;
  background-image: url("../images/afghanistan-transit/rail-tankers.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
  padding: 17px;
  position: relative;
  width: 100%;
}

.slc-component .slc-feature-card::before {
  background: linear-gradient(180deg, rgb(18 50 77 / 0) 0%, rgb(18 50 77 / 0.94) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.slc-component .slc-feature-spacer,
.slc-component .slc-spacer,
.slc-component .slc-spacer-inner {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slc-component .slc-details-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
  min-width: 0;
  position: relative;
  width: 100%;
}

.slc-component .slc-accordion-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  position: relative;
  width: 100%;
}

.slc-component .slc-accordion-widget,
.slc-component .slc-accordion {
  width: 100%;
}

.slc-component .slc-accordion-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.slc-component .slc-accordion-trigger {
  align-items: center;
  border-color: var(--slc-rule);
  border-style: solid;
  border-width: 0 0 1px;
  color: #1f2124;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  list-style: none;
  padding: 17px 30px;
}

.slc-component .slc-accordion-trigger::-webkit-details-marker {
  display: none;
}

.slc-component .slc-accordion-trigger-label {
  display: flex;
  min-width: 0;
}

.slc-component .slc-accordion-trigger-text {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.slc-component .slc-accordion-trigger-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  position: relative;
  width: fit-content;
}

.slc-component .slc-accordion-trigger-icon span {
  align-items: center;
  display: flex;
  height: 15px;
  justify-content: center;
  width: 15px;
}

.slc-component .slc-accordion-trigger-icon i {
  color: #1f2124;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.slc-component .slc-accordion-trigger-icon .slc-opened {
  display: none;
}

.slc-component .slc-accordion-trigger-icon .slc-closed {
  display: flex;
}

.slc-component .slc-accordion-item[open] > .slc-accordion-trigger .slc-opened {
  display: flex;
}

.slc-component .slc-accordion-item[open] > .slc-accordion-trigger .slc-closed {
  display: none;
}

.slc-component .slc-accordion-item > .slc-accordion-panel {
  border: 0;
  min-width: 0;
}

.slc-component .slc-accordion-item:not([open]) > .slc-accordion-panel {
  display: none;
}

.slc-component .slc-accordion-panel {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  width: 100%;
}

.slc-component .slc-panel-inner {
  display: flex;
  flex-direction: row;
  min-width: 0;
  width: 100%;
}

.slc-component .slc-accordion-panel > .slc-panel-inner > .slc-inner {
  align-items: center;
  display: flex;
  direction: rtl;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  max-width: none;
  min-width: 0;
  padding: 0;
  width: 100%;
}

.slc-component .slc-panel-icon {
  flex: 0 1 19%;
  min-width: 0;
}

.slc-component .slc-panel-icon-box {
  align-items: center;
  aspect-ratio: 1;
  background: transparent;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.slc-component .slc-panel-icon-glyph {
  color: var(--slc-heading);
  display: block;
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  line-height: 1;
  text-align: center;
}

.slc-component .slc-panel-icon-box img {
  height: auto;
  width: 100%;
}

.slc-component .slc-panel-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.slc-component .slc-panel-description {
  width: 100%;
}

.slc-component .slc-doctor-card {
  align-items: stretch;
  background: var(--slc-brown);
  border-radius: 20px;
  display: flex;
  direction: rtl;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
  min-height: 176px;
  padding: 14px;
  width: 100%;
}

.slc-component .slc-doctor-card,
.slc-component .slc-doctor-card p {
  color: var(--slc-color-on-action, #fff);
}

.slc-component .slc-doctor-photo {
  align-items: center;
  display: flex;
  flex: 0 0 118.5px;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  min-height: 148px;
  min-width: 0;
}

.slc-component .slc-doctor-photo .slc-ceo-role {
  align-self: stretch;
  text-align: center;
}

.slc-component .slc-doctor-image {
  line-height: 0;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}

.slc-component .slc-doctor-image img {
  aspect-ratio: 1;
  border-radius: 999px;
  display: inline-block;
  filter: grayscale(1);
  object-fit: cover;
  object-position: 50% 35%;
  transition: filter 320ms ease;
  width: 92%;
}

@media (hover: hover) and (pointer: fine) {
  .slc-component .slc-doctor-card:hover .slc-doctor-image img {
    filter: grayscale(0);
  }
}

.slc-component .slc-doctor-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  min-height: 148px;
  min-width: 0;
}

.slc-component .slc-doctor-name h5 {
  color: #fff;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: none;
}

.slc-component .slc-ceo-role {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.slc-component .slc-ceo-quote p {
  font-size: 1rem;
  line-height: 1.55;
}

.slc-component .slc-ceo-quote {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slc-component .slc-ceo-name {
  margin-top: auto;
  justify-content: flex-end;
  padding-inline-end: 0.5rem;
  text-align: left;
  width: 100%;
}

.slc-component .slc-ceo-name h5 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.slc-component .slc-doctor-bio {
  margin-bottom: 0;
}

.slc-component .slc-doctor-bio p {
  color: #cacaca;
}

.slc-component .slc-social-list {
  align-items: center;
  direction: rtl;
  display: flex;
  gap: 8px;
}

.slc-component .slc-social-link {
  align-items: center;
  background: var(--slc-yellow);
  border-radius: 999px;
  color: var(--slc-heading);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.slc-component .slc-social-link svg {
  fill: currentColor;
  height: 13px;
  width: 13px;
}

.slc-component .slc-screen-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.slc-component .slc-invisible,
.slc-component .slc-animated:not(.slc-revealed) {
  opacity: 0;
  visibility: hidden;
}

.slc-component .slc-animated.slc-revealed {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  opacity: 1;
  visibility: visible;
}

@keyframes slc-fade-in-left {
  from { opacity: 0; transform: translate3d(-100%, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes slc-fade-in-right {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes slc-fade-in-up {
  from { opacity: 0; transform: translate3d(0, 100%, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes slc-zoom-in {
  from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
  to { opacity: 1; transform: scale3d(1, 1, 1); }
}

.slc-component .slc-animated.slc-fade-left.slc-revealed { animation-name: slc-fade-in-left; }
.slc-component .slc-animated.slc-fade-right.slc-revealed { animation-name: slc-fade-in-right; }
.slc-component .slc-animated.slc-fade-up.slc-revealed { animation-name: slc-fade-in-up; }
.slc-component .slc-animated.slc-zoom-in.slc-revealed { animation-name: slc-zoom-in; }

@media (max-width: 1024px) {
  .slc-component {
    width: calc(100% - 60px);
  }

  .slc-component .slc-intro {
    width: 58%;
  }

  .slc-component .slc-description {
    margin: 0;
  }

  .slc-component .slc-description-copy,
  .slc-component .slc-description-copy p {
    width: 100%;
  }

  .slc-component .slc-content-grid {
    gap: 20px;
    grid-template-columns: calc(50% - 1px) 1fr;
  }

  .slc-component .slc-accordion-trigger {
    padding: 20px 0;
  }

  .slc-component .slc-accordion-panel {
    padding-top: 20px;
  }

  .slc-component .slc-doctor-card {
    display: none;
  }

  .slc-component .slc-feature-spacer {
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slc-component .slc-panel-icon {
    flex-basis: 23%;
  }
}

@media (max-width: 767.98px) {
  .slc-component {
    flex-wrap: wrap;
    row-gap: 40px;
    width: calc(100% - 40px);
  }

  .slc-component .slc-intro,
  .slc-component .slc-content-grid {
    width: 100%;
  }

  .slc-component .slc-intro {
    align-items: stretch;
  }

  .slc-component .slc-intro-heading {
    align-items: stretch;
  }

  :is(.slc-component, .ce-component, .slc-about-module, .slc-about, .corridor-section) .slc-eyebrow {
    align-self: flex-start;
  }

  .slc-component .slc-eyebrow .slc-list-text {
    white-space: normal;
  }

  :is(.slc-component, .ce-component, .slc-about-module, .slc-about, .corridor-section) .slc-eyebrow {
    height: 46px;
    padding: 2px 24px 0;
    width: 238px;
  }

  :is(.slc-component, .ce-component, .slc-about-module, .slc-about, .corridor-section) .slc-eyebrow::before {
    filter: blur(6px);
    inset: 7px 3px 5px 24px;
    transform: translateY(10px);
  }

  .slc-component .slc-eyebrow .slc-list-text {
    font-size: 15px;
    line-height: 1;
  }

  .slc-component .slc-title {
    text-align: center;
  }

  .slc-component .slc-title h2 {
    font-size: clamp(1.25rem, 5.2vw, 1.4rem);
    line-height: 1.25;
  }

  .slc-component .slc-category-list {
    justify-content: center;
  }

  .slc-component .slc-description {
    align-items: stretch;
    text-align: center;
  }

  .slc-component .slc-description-copy p {
    text-align: center;
  }

  .slc-component .slc-cta {
    text-align: center;
  }

  .slc-component .slc-content-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .slc-component .slc-feature-card {
    height: 223px;
    min-height: 223px;
  }

  .slc-component .slc-feature-spacer {
    min-height: 189px;
  }

  .slc-component .slc-details-column {
    height: auto;
  }

  .slc-component .slc-panel-inner {
    flex-wrap: nowrap;
  }

  .slc-component .slc-panel-icon {
    flex: 0 0 16%;
  }

  .slc-component .slc-doctor-card {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    min-height: 176px;
  }

  .slc-component .slc-doctor-photo,
  .slc-component .slc-doctor-info {
    flex: 0 0 100%;
    min-height: 0;
    width: 100%;
  }

  .slc-component .slc-doctor-image img {
    max-width: 120px;
    width: 24%;
  }

  .slc-component .slc-doctor-image {
    line-height: 0;
  }

  .slc-component .slc-doctor-info {
    gap: 8px;
    justify-content: flex-start;
    min-height: 87.8px;
  }

  .slc-component .slc-doctor-name,
  .slc-component .slc-doctor-bio,
  .slc-component .slc-doctor-socials {
    text-align: center;
  }

  .slc-component .slc-ceo-name {
    padding-inline-end: 0;
  }

  .slc-component .slc-social-list {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slc-component .slc-animated {
    animation: none !important;
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
