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

.technoweld-dark-theme .technoweld-cover-section {
  padding: 42px 0 18px;
}

.technoweld-dark-theme .technoweld-cover-card {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 52px rgba(2, 6, 14, 0.45);
}

.technoweld-dark-theme .technoweld-cover-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(104deg, rgba(7, 11, 20, 0.92) 0%, rgba(11, 16, 27, 0.72) 44%, rgba(5, 7, 13, 0.42) 100%),
    radial-gradient(circle at 18% 80%, rgba(216, 27, 33, 0.2), transparent 46%);
}

.technoweld-dark-theme .technoweld-cover-card__content {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 54px;
  z-index: 2;
  max-width: 980px;
}

.technoweld-dark-theme .technoweld-cover-card__content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.08;
  text-transform: none;
}

.technoweld-dark-theme .technoweld-cover-card__breadcrumb {
  margin: 0 0 14px;
  color: rgba(236, 243, 255, 0.9);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.technoweld-dark-theme .technoweld-cover-card__breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.technoweld-dark-theme .technoweld-cover-card__breadcrumb a:hover,
.technoweld-dark-theme .technoweld-cover-card__breadcrumb a:focus-visible {
  text-decoration: underline;
}

.technoweld-dark-theme .details-area {
  background: transparent;
}

.technoweld-dark-theme .project-details-wrapper {
  border: 0;
  background: transparent;
  padding: 0;
}

.technoweld-dark-theme .project-details-wrapper .project-details-content h2,
.technoweld-dark-theme .project-details-wrapper .project-details-content h3 {
  color: #edf4ff;
}

.technoweld-dark-theme .project-details-wrapper .project-details-content p,
.technoweld-dark-theme .project-details-wrapper .project-details-content li {
  color: #d3e2f7;
}

.technoweld-dark-theme .project-details-wrapper .project-details-content .project-challenge li i {
  box-shadow: 0 0 0 2px rgba(13, 22, 37, 0.85);
}

.technoweld-dark-theme .project-details-wrapper .details-image img,
.technoweld-dark-theme .project-details-wrapper .project-details-content .image img {
  border-radius: 16px;
}

.technoweld-dark-theme .project-details-wrapper .details-image.dual-core-welding-cable-ad-area {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 24px calc(50% - 50vw) 34px;
  border-radius: 0;
  overflow: hidden;
}

.technoweld-dark-theme .project-details-wrapper .details-image.dual-core-welding-cable-ad-area img {
  width: 100%;
  height: clamp(220px, 30vw, 460px);
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
}

.technoweld-dark-theme .dual-core-welding-cable-ad-area__content {
  position: absolute;
  left: clamp(18px, 4vw, 60px);
  right: clamp(18px, 4vw, 60px);
  bottom: clamp(18px, 4vw, 52px);
  max-width: min(760px, 84vw);
  z-index: 2;
}

.technoweld-dark-theme .dual-core-welding-cable-ad-area__content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 3.3vw, 50px);
  line-height: 1.08;
  text-transform: none;
}

.technoweld-dark-theme .dual-core-welding-cable-ad-area__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.45;
}

.technoweld-dark-theme .theme-btn-2 {
  color: #ffffff;
}

.technoweld-dark-theme .technoweld-story-intro {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.25fr);
  gap: clamp(26px, 5vw, 90px);
  align-items: start;
  margin-bottom: 34px;
  padding: clamp(14px, 1.4vw, 20px) 0;
}

.technoweld-dark-theme .technoweld-story-intro__left h2 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #f3f7ff;
  text-transform: none;
}

.technoweld-dark-theme .technoweld-story-intro__left h2::after {
  content: "";
  display: block;
  width: 178px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d43d3d 0%, #f2ab7b 100%);
  margin-top: 10px;
}

.technoweld-dark-theme .technoweld-story-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  min-height: 66px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1.5px solid rgba(225, 236, 255, 0.76);
  color: #edf4ff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.technoweld-dark-theme .technoweld-story-btn i {
  font-size: 22px;
}

.technoweld-dark-theme .technoweld-story-btn:hover,
.technoweld-dark-theme .technoweld-story-btn:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.technoweld-dark-theme .technoweld-story-intro__right p {
  margin: 0;
  color: #d9e4f8;
  font-size: clamp(26px, 1.8vw, 38px);
  line-height: 1.52;
}

.technoweld-dark-theme .technoweld-story-intro__right p + p {
  margin-top: 28px;
}

.technoweld-dark-theme .technoweld-story-intro__right strong {
  color: #f5f8ff;
}

.technoweld-dark-theme .technoweld-products-carousel {
  margin: 8px 0 34px;
}

.technoweld-dark-theme .technoweld-products-carousel__inner {
  position: relative;
}

.technoweld-dark-theme .technoweld-products-slider {
  padding: 6px 2px 10px;
}

.technoweld-dark-theme .technoweld-product-card {
  height: 100%;
}

.technoweld-dark-theme .technoweld-product-card__link {
  display: block;
  height: 100%;
  min-height: 520px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  background: #f1f3f6;
  color: #11161f;
  border: 1px solid rgba(17, 24, 34, 0.14);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.technoweld-dark-theme .technoweld-product-card__link:hover,
.technoweld-dark-theme .technoweld-product-card__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(3, 8, 15, 0.34);
  color: #0f131b;
}

.technoweld-dark-theme .technoweld-product-card__media {
  position: absolute;
  inset: 0;
  background: #111824;
  overflow: hidden;
}

.technoweld-dark-theme .technoweld-product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  z-index: 1;
}

.technoweld-dark-theme .technoweld-product-card__media .about-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.technoweld-dark-theme .technoweld-product-card__media .about-product-image--hover {
  opacity: 0;
}

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

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

.technoweld-dark-theme .technoweld-product-card__link:hover .technoweld-product-card__media .about-product-image {
  transform: scale(1.04);
}

.technoweld-dark-theme .technoweld-product-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px 64px 26px 20px;
  color: #000000;
}

.technoweld-dark-theme .technoweld-product-card__link:hover .technoweld-product-card__content,
.technoweld-dark-theme .technoweld-product-card__link:focus-visible .technoweld-product-card__content {
  color: #000000;
}

.technoweld-dark-theme .technoweld-product-card__content h3 {
  margin: 0 0 6px;
  color: #000000 !important;
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1.1;
  text-transform: none;
}

.technoweld-dark-theme .technoweld-product-card__content p {
  margin: 0;
  color: #000000 !important;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.42;
}

.technoweld-dark-theme .technoweld-product-card__link:visited .technoweld-product-card__content h3,
.technoweld-dark-theme .technoweld-product-card__link:visited .technoweld-product-card__content p,
.technoweld-dark-theme .technoweld-product-card__link:hover .technoweld-product-card__content h3,
.technoweld-dark-theme .technoweld-product-card__link:hover .technoweld-product-card__content p,
.technoweld-dark-theme .technoweld-product-card__link:focus-visible .technoweld-product-card__content h3,
.technoweld-dark-theme .technoweld-product-card__link:focus-visible .technoweld-product-card__content p {
  color: #000000 !important;
}

.technoweld-dark-theme .technoweld-product-card__arrow {
  position: absolute;
  right: 18px;
  bottom: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000000;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.technoweld-dark-theme .technoweld-products-nav {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(7, 12, 20, 0.46);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.25s ease;
}

.technoweld-dark-theme .technoweld-products-prev {
  left: -18px;
}

.technoweld-dark-theme .technoweld-products-next {
  right: -18px;
}

.technoweld-dark-theme .technoweld-products-nav:hover {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(7, 12, 20, 0.7);
}

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

@media (max-width: 991px) {
  .technoweld-dark-theme .technoweld-cover-card {
    min-height: 420px;
  }

  .technoweld-dark-theme .technoweld-cover-card__content {
    left: 28px;
    right: 24px;
    bottom: 34px;
  }

  .technoweld-dark-theme .technoweld-story-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .technoweld-dark-theme .technoweld-story-btn {
    margin-top: 26px;
    min-height: 56px;
    font-size: 22px;
  }

  .technoweld-dark-theme .technoweld-story-intro__right p {
    font-size: clamp(18px, 2.5vw, 26px);
  }

  .technoweld-dark-theme .technoweld-products-nav {
    width: 48px;
    height: 48px;
  }

  .technoweld-dark-theme .technoweld-product-card__link {
    min-height: 480px;
  }

  .technoweld-dark-theme .technoweld-products-prev {
    left: -8px;
  }

  .technoweld-dark-theme .technoweld-products-next {
    right: -8px;
  }

  .technoweld-dark-theme .project-details-wrapper .details-image.dual-core-welding-cable-ad-area {
    margin: 20px calc(50% - 50vw) 28px;
  }

  .technoweld-dark-theme .project-details-wrapper .details-image.dual-core-welding-cable-ad-area img {
    height: clamp(210px, 44vw, 340px);
  }
}

@media (max-width: 575px) {
  .technoweld-dark-theme .technoweld-cover-section {
    padding-top: 34px;
  }

  .technoweld-dark-theme .technoweld-cover-card {
    min-height: 340px;
    border-radius: 20px;
  }

  .technoweld-dark-theme .technoweld-cover-card__content h1 {
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.12;
  }

  .technoweld-dark-theme .technoweld-story-intro {
    margin-bottom: 24px;
  }

  .technoweld-dark-theme .technoweld-story-intro__left h2 {
    font-size: clamp(34px, 10vw, 50px);
  }

  .technoweld-dark-theme .technoweld-story-intro__left h2::after {
    width: 140px;
    height: 6px;
  }

  .technoweld-dark-theme .technoweld-story-btn {
    min-height: 50px;
    padding: 0 20px;
    font-size: 18px;
  }

  .technoweld-dark-theme .technoweld-story-btn i {
    font-size: 16px;
  }

  .technoweld-dark-theme .technoweld-story-intro__right p {
    font-size: 18px;
    line-height: 1.52;
  }

  .technoweld-dark-theme .technoweld-products-carousel {
    margin-bottom: 26px;
  }

  .technoweld-dark-theme .technoweld-product-card__content {
    padding: 18px 56px 18px 16px;
  }

  .technoweld-dark-theme .technoweld-product-card__content h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .technoweld-dark-theme .technoweld-product-card__content p {
    font-size: 16px;
  }

  .technoweld-dark-theme .dual-core-welding-cable-ad-area__content h3 {
    margin-bottom: 8px;
  }

  .technoweld-dark-theme .dual-core-welding-cable-ad-area__content p {
    font-size: 15px;
    line-height: 1.35;
  }

  .technoweld-dark-theme .technoweld-product-card__arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
    right: 14px;
    bottom: 18px;
  }

  .technoweld-dark-theme .technoweld-products-nav {
    display: none;
  }
}
