h3.montoport-our-standards__card-title {
  font-family: 'Ghotam' !important;
}
.elementor-widget-montoport_our_standards {
  width: 100%;
}

.montoport-our-standards {
  box-sizing: border-box;
  width: 100%;
}

.montoport-our-standards__inner {
  width: 1066px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 32px);
  padding-right: clamp(16px, 4vw, 32px);
  box-sizing: border-box;
}

.montoport-our-standards__header {
  display: grid;
  grid-template-columns: 1fr minmax(160px, 38%);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.montoport-our-standards__header--no-title {
  grid-template-columns: 1fr;
}

.montoport-our-standards__header--no-title .montoport-our-standards__intro {
  text-align: left;
  max-width: 42ch;
  justify-self: start;
}

.montoport-our-standards__title {
  margin: 0;
  font-family: "Berlingske Serif", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  text-align: left;
}

.montoport-our-standards__intro {
  margin: 0;
  color: #54585a;
  text-align: right;
  font-family: 'Ghotam' !important;
  font-size: 12px;
  font-weight: 325;
  line-height: 16px;
}

.montoport-our-standards__intro p {
  margin: 0 0 0.75em;
}

.montoport-our-standards__intro p:last-child {
  margin-bottom: 0;
}

.montoport-our-standards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}

.montoport-our-standards__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  min-width: 0;
}

.montoport-our-standards__img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.montoport-our-standards__media {
  position: relative;
  width: 100%;
  margin-bottom: clamp(16px, 2vw, 24px);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(0, 0, 0, 0.04);
}

.montoport-our-standards__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.montoport-our-standards__card-title {
  margin: 0 0 10px;
  font-family: 'Ghotam';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  text-align: left;
}

.montoport-our-standards__card-body {
  margin: 0;
  font-family: 'Ghotam';
  font-size: 12px;
  font-weight: 325;
  line-height: 16px;
  color: #54585a;
  text-align: left;
}

.montoport-our-standards__card-body p {
  margin: 0 0 0.75em;
}

.montoport-our-standards__mobile-nav {
  display: none;
}

@media (max-width: 992px) {
  .montoport-our-standards__header {
    grid-template-columns: 1fr;
  }

  .montoport-our-standards__intro {
    text-align: left;
    max-width: 42ch;
  }

  .montoport-our-standards__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  h3.montoport-our-standards__card-title {
    font-family: 'Ghotam' !important;
    padding-top: 30px;
  }

  .montoport-our-standards__inner {
    overflow: hidden;
  }

  .montoport-our-standards__grid {
    --os-slide-gap: 0px;
    --os-slides-per-view: 1;
    display: flex;
    gap: var(--os-slide-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .montoport-our-standards__grid::-webkit-scrollbar {
    display: none;
  }

  .montoport-our-standards__card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .montoport-our-standards__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .montoport-our-standards__mobile-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .montoport-our-standards__mobile-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: rgba(84, 88, 90, 0.2);
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .montoport-our-standards__mobile-dot.is-active {
    width: 26px;
    border-radius: 5px;
    background: rgba(84, 88, 90, 0.35);
  }

  .montoport-our-standards__mobile-next {
    width: 22px;
    height: 22px;
    border: 0;
    background: transparent;
    color: #8f9396;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
  }
}
