.material-paper,
.material-paint,
.material-ink,
.material-wash {
  position: relative;
  isolation: isolate;
}

.material-paper::before,
.material-paint::before,
.material-ink::before,
.material-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background-image: var(--material-texture);
  background-size: var(--material-size, 256px);
  background-repeat: repeat;
  opacity: var(--material-opacity, 0.12);
  mix-blend-mode: var(--material-blend, soft-light);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-chrome-launch/preview/assets/paper-grain.webp");
  --material-size: 320px;
  --material-opacity: 0.16;
  --material-blend: soft-light;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-chrome-launch/preview/assets/paint-dropout.webp");
  --material-size: 256px;
  --material-opacity: 0.18;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-chrome-launch/preview/assets/ink-dropout.webp");
  --material-size: 192px;
  --material-opacity: 0.12;
  --material-blend: multiply;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-chrome-launch/preview/assets/paper-grain.webp");
  --material-size: 420px;
  --material-opacity: 0.1;
  --material-blend: overlay;
}

.material-paper > *,
.material-paint > *,
.material-ink > *,
.material-wash > * {
  position: relative;
  z-index: 2;
}

.cut-corner {
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}

.tech-grid {
  background-image:
    linear-gradient(rgb(39 122 206 / 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgb(39 122 206 / 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
}
