.about-hero-dark-section {
  padding: 40px 0 16px;
  background: transparent;
}

.about-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  list-style: none;
  padding: 0;
}

.about-hero-breadcrumb li {
  font-size: 21px;
  font-weight: 500;
  color: #d7e2f6;
  line-height: 1;
}

.about-hero-breadcrumb li a {
  color: #f5f8ff;
}

.about-hero-breadcrumb li i {
  font-size: 12px;
  color: #96abcf;
}

.about-hero-dark {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 52px rgba(2, 6, 14, 0.42);
}

.about-hero-dark__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 12, 21, 0.94) 0%, rgba(23, 18, 28, 0.66) 43%, rgba(7, 8, 13, 0.32) 100%),
    radial-gradient(circle at 18% 78%, rgba(217, 19, 26, 0.22), transparent 45%);
}

.about-hero-dark__content {
  position: absolute;
  left: 52px;
  bottom: 56px;
  z-index: 2;
  max-width: 610px;
  color: #ffffff;
}

.about-hero-dark__content h1 {
  margin-bottom: 14px;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.04;
}

.about-hero-dark__content p {
  margin: 0;
  font-size: 28px;
  line-height: 1.28;
  color: rgba(244, 247, 255, 0.92);
  font-weight: 500;
}

.about-content.about-content--center {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.about-content.about-content--center p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-content.about-content--center .theme-btn-2 {
  margin-left: auto;
  margin-right: auto;
}

body.about-theme-blend {
  background: linear-gradient(180deg, #090d14 0%, #131a24 46%, #1f2933 100%);
  color: #dce7fb;
}

body.about-theme-blend,
body.about-theme-blend * {
  letter-spacing: normal !important;
  word-spacing: normal;
}

body.about-theme-blend .about-section,
body.about-theme-blend .Counter-section,
body.about-theme-blend .service-section-2,
body.about-theme-blend .project-section-2,
body.about-theme-blend .video-section,
body.about-theme-blend .about-intent-section,
body.about-theme-blend .our-story-section,
body.about-theme-blend .about-products-section {
  background: transparent !important;
}

body.about-theme-blend .about-section.section-padding {
  padding-top: 52px;
}

body.about-theme-blend .project-section-2.section-bg {
  background: transparent !important;
}

body.about-theme-blend .section-title h2,
body.about-theme-blend .service-section-2 h2,
body.about-theme-blend .project-content h4,
body.about-theme-blend .project-content-area > p,
body.about-theme-blend .service-section-2 p,
body.about-theme-blend .project-content p {
  color: #edf3ff;
}

body.about-theme-blend .section-title span {
  color: #b6caf4;
}

body.about-theme-blend .counter-main-items {
  position: relative;
  overflow: hidden;
}

body.about-theme-blend .counter-main-items::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 20, 0.62);
  z-index: 0;
}

body.about-theme-blend .counter-main-items > * {
  position: relative;
  z-index: 1;
}

body.about-theme-blend .counter-main-items h2,
body.about-theme-blend .counter-main-items p {
  color: #ffffff;
}

body.about-theme-blend .service-items-2,
body.about-theme-blend .project-wrapper-2 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 17, 27, 0.48);
}

.about-intent-section {
  padding: 10px 0 0;
}

.about-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-intent-grid--duplicate {
  margin-top: 18px;
}

.about-intent-card {
  position: relative;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(20, 28, 40, 0.88), rgba(45, 53, 63, 0.84));
}

.about-intent-card--media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.94) brightness(0.86);
  transition: transform 0.4s ease;
}

.about-intent-card--embed {
  background: #000;
}

.about-intent-video-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.about-intent-card--text {
  padding: 44px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-intent-card--text-right {
  text-align: right;
  align-items: flex-end;
}

.about-intent-card--text-right p {
  text-align: right;
}

.about-intent-card--text h3 {
  margin: 0 0 16px;
  color: #f4f7ff;
  font-size: 19px;
  line-height: 1.28;
}

.about-intent-card--text p {
  margin: 0;
  color: #d8e3f6;
  font-size: 18px;
  line-height: 1.62;
  max-width: 520px;
}

.about-intent-card--video {
  text-decoration: none;
}

.about-intent-card--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 14, 0.26), rgba(4, 8, 14, 0.56));
  z-index: 1;
}

.about-intent-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.84);
  background: rgba(8, 14, 22, 0.62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
  transition: transform 0.28s ease, background-color 0.28s ease;
}

.about-intent-video-play i {
  font-size: 20px;
  margin-left: 3px;
}

.about-intent-video-label {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(10, 15, 24, 0.76);
  color: #f4f7ff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
}

.about-intent-card--video:hover .about-intent-video-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(16, 29, 45, 0.92);
}

.about-intent-card--video:hover img {
  transform: scale(1.04);
}

.about-intent-eyebrow {
  margin-bottom: 14px;
  color: #9fb8e2;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.our-story-section {
  padding: 36px 0 12px;
}

.our-story-container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(14px, 2.5vw, 34px);
  padding-right: clamp(14px, 2.5vw, 34px);
}

.our-story-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.our-story-head::after {
  content: "";
  width: min(220px, 42vw);
  height: 1px;
  background: rgba(184, 201, 232, 0.7);
}

.our-story-head h2 {
  margin: 0;
  color: #f6f8ff;
}

.our-story-head p {
  margin: 0;
  color: #b8c9e8;
  font-size: 18px;
  max-width: 760px;
}

.our-story-slider-wrap {
  position: relative;
}

.our-story-slider {
  padding: 0 4px 2px;
}

.our-story-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.our-story-card__image {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.our-story-card__image--portrait {
  height: 420px;
}

.our-story-card__image--landscape {
  height: 250px;
}

.our-story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-story-card__content {
  padding: 0;
}

.our-story-year {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #9eb8e6;
}

.our-story-card__content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.28;
}

.our-story-card__content p {
  margin: 0;
  color: #d5e2f9;
  font-size: 18px;
  line-height: 1.62;
}

.our-story-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.our-story-points li {
  margin: 0;
  color: #d5e2f9;
  font-size: 18px;
  line-height: 1.62;
}

.our-story-points li + li {
  margin-top: 8px;
}

.our-story-nav {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(8, 13, 20, 0.78);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.25s ease;
}

.our-story-prev {
  left: 8px;
}

.our-story-next {
  right: 8px;
}

.our-story-nav:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
}

.our-story-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.about-products-section {
  padding: 46px 0 24px;
}

.about-products-container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(14px, 2.5vw, 34px);
  padding-right: clamp(14px, 2.5vw, 34px);
}

.about-products-head {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.about-products-head h2 {
  margin: 0 0 10px;
  color: #f6f8ff;
}

.about-products-head p {
  margin: 0;
  color: #bfd1eb;
  font-size: 19px;
  font-weight: 400;
}

.about-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.about-products-slider-wrap {
  position: relative;
}

.about-products-slider {
  padding: 0 4px 8px;
}

.about-products-slider .swiper-slide {
  height: auto;
}

.about-products-slider .about-product-card {
  height: 100%;
}

.about-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.about-product-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.about-product-card__link:hover,
.about-product-card__link:focus {
  color: inherit;
  text-decoration: none;
}

.about-product-card__link:focus-visible {
  outline: 2px solid rgba(184, 209, 245, 0.8);
  outline-offset: 6px;
  border-radius: 10px;
}

.about-product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.35;
  min-height: 300px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin-bottom: 14px;
}

.about-product-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  border-radius: 14px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.about-product-image--hover {
  opacity: 0;
}

.about-product-card:hover .about-product-image--default,
.about-product-card__link:focus-visible .about-product-image--default {
  opacity: 0;
}

.about-product-card:hover .about-product-image--hover,
.about-product-card__link:focus-visible .about-product-image--hover {
  opacity: 1;
}

.about-product-card:hover .about-product-card__media img {
  transform: scale(1.05);
}

.about-product-badge {
  position: absolute;
  top: 12px;
  padding: 7px 12px;
  min-width: 78px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 3;
}

.about-product-badge--rating {
  right: 12px;
  color: #e9f1ff;
  background: rgba(10, 18, 30, 0.88);
  border: 1px solid rgba(160, 188, 224, 0.32);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
}

.about-product-badge--rating i {
  color: #ffbf3d;
  font-size: 12px;
}

.about-products-nav {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(8, 14, 23, 0.78);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  transition: all 0.25s ease;
}

.about-products-prev {
  left: 8px;
}

.about-products-next {
  right: 8px;
}

.about-products-nav:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
}

.about-products-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.about-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  min-height: 30px;
}

.about-product-card__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #c9d8f0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.about-product-card h3 {
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
}

.about-product-price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  min-height: 1.2em;
}

.about-product-price__new {
  color: #edf3ff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.about-product-price__old {
  color: #8f9eb8;
  font-size: 19px;
  font-weight: 400;
  text-decoration: line-through;
}

.clients-marquee-section {
  border-top: 1px solid rgba(184, 201, 232, 0.45);
  margin-top: 20px;
  padding-top: 34px;
}

.clients-marquee-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.clients-marquee-row {
  overflow: hidden;
  position: relative;
}

.clients-marquee-track {
  display: flex;
  width: max-content;
}

.clients-marquee-set {
  display: flex;
  gap: 22px;
  padding-right: 22px;
}

.clients-logo-item {
  flex: 0 0 auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-logo-item img {
  width: auto;
  height: 100%;
  max-width: 220px;
  object-fit: contain;
  border-radius: 10px;
}

.clients-marquee-track--left {
  animation: clientsMarqueeLeft 42s linear infinite;
}

.clients-marquee-track--right {
  animation: clientsMarqueeRight 44s linear infinite;
}

@keyframes clientsMarqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes clientsMarqueeRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-marquee-track--left,
  .clients-marquee-track--right {
    animation: none;
  }
}

.about-wrapper-2 .about-content.about-content--center .about-points {
  margin: 34px 0 0;
  padding: 8px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 24px;
  overflow: visible;
  scrollbar-width: none;
}

.about-wrapper-2 .about-content.about-content--center .about-points::-webkit-scrollbar {
  display: none;
}

.about-wrapper-2 .about-content.about-content--center .about-points li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 280px;
  padding-left: 0;
  position: static;
  list-style: none;
}

.about-wrapper-2 .about-content.about-content--center .about-points li::before {
  content: none !important;
}

.about-wrapper-2 .about-content.about-content--center .about-points li::marker,
.about-hero-breadcrumb li::marker {
  content: "";
}

.about-point-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(236, 244, 255, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.about-point-icon .material-symbols-outlined {
  font-size: 36px;
  line-height: 1;
  color: #edf3ff;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  transition: transform 0.28s ease, color 0.28s ease;
}

.about-wrapper-2 .about-content.about-content--center .about-points li:hover .about-point-icon {
  transform: scale(1.03);
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.about-wrapper-2 .about-content.about-content--center .about-points li:hover .about-point-icon .material-symbols-outlined {
  transform: scale(1.08);
  color: #ffffff;
}

.about-point-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.16;
}

.about-point-text {
  margin: 0;
  color: #d6e2f9;
  font-size: 18px;
  line-height: 1.36;
  max-width: 360px;
}

body.about-theme-blend h1,
body.about-theme-blend h2 {
  font-size: 40px;
  line-height: 1.2;
}

body.about-theme-blend h3,
body.about-theme-blend h4,
body.about-theme-blend .section-title span {
  font-size: 19px;
  line-height: 1.3;
}

body.about-theme-blend p {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .about-products-nav {
    top: 33%;
  }
}

@media (max-width: 991px) {
  .about-hero-dark-section {
    padding-top: 44px;
  }

  .about-hero-dark {
    min-height: 450px;
  }

  .about-hero-dark__content {
    left: 28px;
    right: 24px;
    bottom: 34px;
    max-width: 100%;
  }

  .about-wrapper-2 .about-content.about-content--center .about-points {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .about-wrapper-2 .about-content.about-content--center .about-points li {
    flex-basis: 300px;
  }

  .about-intent-grid {
    grid-template-columns: 1fr;
  }

  .about-intent-card {
    min-height: 280px;
  }

  .about-intent-card--text {
    padding: 34px 26px;
  }

  .our-story-head {
    align-items: center;
  }

  .our-story-card__image {
    margin-bottom: 14px;
  }

  .our-story-card__image--portrait {
    height: 320px;
  }

  .our-story-card__image--landscape {
    height: 210px;
  }

  .our-story-prev {
    left: 6px;
  }

  .our-story-next {
    right: 6px;
  }

  .about-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1.3;
  }

  .about-product-card__media img {
    max-height: none;
  }

  .about-products-nav {
    width: 44px;
    height: 44px;
    top: 31%;
  }

  .about-products-prev {
    left: 6px;
  }

  .about-products-next {
    right: 6px;
  }

  .clients-logo-item {
    height: 72px;
  }
}

@media (max-width: 575px) {
  .about-hero-dark-section {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .about-hero-breadcrumb li {
    font-size: 16px;
  }

  .about-hero-dark {
    min-height: 340px;
    border-radius: 20px;
  }

  .about-hero-dark__content h1 {
    margin-bottom: 10px;
  }

  .our-story-section {
    padding-top: 48px;
  }

  .our-story-head p {
    font-size: 18px;
  }

  .our-story-card__content {
    padding: 0;
  }

  .our-story-card__image--portrait {
    height: 250px;
  }

  .our-story-card__image--landscape {
    height: 170px;
  }

  .our-story-year {
    font-size: 18px;
  }

  .our-story-card__content h3 {
    font-size: 18px;
  }

  .our-story-card__content p,
  .our-story-points li {
    font-size: 18px;
  }

  .about-products-section {
    padding-top: 34px;
  }

  .about-products-head {
    margin-bottom: 24px;
  }

  .about-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1.2;
  }

  .about-product-card__media img {
    max-height: none;
  }

  .about-products-nav {
    display: none;
  }

  .clients-marquee-section {
    padding-top: 24px;
  }

  .clients-marquee-set {
    gap: 14px;
    padding-right: 14px;
  }

  .clients-logo-item {
    height: 62px;
  }
}
