<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Textile Printing &#8211; DSP</title>
	<atom:link href="https://dynamicsp.co.za/service-category/textile-printing/feed/" rel="self" type="application/rss+xml" />
	<link>https://dynamicsp.co.za</link>
	<description>Dynamic Signs and Print</description>
	<lastBuildDate>Wed, 19 Aug 2026 07:30:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://dynamicsp.co.za/wp-content/uploads/2023/12/DSP-Favicon.svg</url>
	<title>Textile Printing &#8211; DSP</title>
	<link>https://dynamicsp.co.za</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Silk Screening</title>
		<link>https://dynamicsp.co.za/service/silk-screening/</link>
		
		<dc:creator><![CDATA[siya1489]]></dc:creator>
		<pubDate>Tue, 19 Dec 2023 01:16:35 +0000</pubDate>
				<guid isPermaLink="false">https://34609e326d14.xneelosites.com/?post_type=pbmit-service&#038;p=5560</guid>

					<description><![CDATA[Silk Screening · Springs, Gauteng Silk screening for branded and specialist production requirements DSP provides silk screening support for suitable business, promotional and specialist production applications. The item or material, artwork, print area, quantity and intended use can be assessed together so the job is prepared around the finished physical requirement. Business branding Promotional applications [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5560" class="elementor elementor-5560">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-0376c2b elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="0376c2b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c3e0d50 pbmit-bg-color-over-image" data-id="c3e0d50" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-abe5010 elementor-widget elementor-widget-html" data-id="abe5010" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP SILK SCREENING PAGE — HERO
   ========================================================= */

.dsp-screen-hero,
.dsp-screen-hero * {
  box-sizing: border-box;
}

.dsp-screen-hero {
  --dsp-dark: #181819;
  --dsp-white: #ffffff;
  --dsp-muted: rgba(255,255,255,.72);
  --dsp-border: rgba(255,255,255,.14);
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  position: relative;
  width: 100%;
  overflow: hidden;

  padding:
    clamp(82px, 8vw, 128px)
    0
    clamp(72px, 7vw, 106px);

  background:
    radial-gradient(
      circle at 91% 14%,
      rgba(255,221,0,.09),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #171718 0%,
      #252527 100%
    );

  color: #ffffff;
}

.dsp-screen-hero::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 6px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33.33%,
      var(--dsp-magenta) 33.33% 66.66%,
      var(--dsp-yellow) 66.66% 100%
    );
}

.dsp-screen-hero__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;

  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(430px, .78fr);

  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}

/* =========================================================
   CONTENT
   ========================================================= */

.dsp-screen-hero__content {
  max-width: 900px;
}

.dsp-screen-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 18px;

  color: rgba(255,255,255,.76);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-hero__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-hero h1 {
  max-width: 950px;
  margin: 0 0 25px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(45px, 4.9vw, 74px);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -.045em;
}

.dsp-screen-hero__intro {
  max-width: 800px;
  margin: 0 0 31px;

  color: var(--dsp-muted);

  font-size: 17px;
  line-height: 1.72;
}

/* =========================================================
   SUPPORT POINTS
   ========================================================= */

.dsp-screen-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;

  margin: 0 0 35px;
  padding: 0;

  list-style: none;
}

.dsp-screen-hero__points li {
  position: relative;

  color: rgba(255,255,255,.82);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.dsp-screen-hero__points li:not(:last-child)::after {
  content: "•";

  position: absolute;
  right: -14px;

  color: var(--dsp-yellow);
}

/* =========================================================
   BUTTONS
   ========================================================= */

.dsp-screen-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dsp-screen-hero__button {
  min-height: 54px;
  padding: 0 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.dsp-screen-hero__button:hover,
.dsp-screen-hero__button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

.dsp-screen-hero__button--primary {
  background: var(--dsp-yellow);
  border-color: var(--dsp-yellow);
  color: #171717;
}

.dsp-screen-hero__button--primary:hover,
.dsp-screen-hero__button--primary:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #171717;
}

.dsp-screen-hero__button--secondary {
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: #ffffff;
}

.dsp-screen-hero__button--secondary:hover,
.dsp-screen-hero__button--secondary:focus-visible {
  background: rgba(255,255,255,.08);
  border-color: #ffffff;
  color: #ffffff;
}

/* =========================================================
   IMAGE
   ========================================================= */

.dsp-screen-hero__visual {
  position: relative;
}

.dsp-screen-hero__figure {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 26px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.08),
      rgba(255,255,255,.025)
    );

  box-shadow: 0 30px 70px rgba(0,0,0,.25);
}

.dsp-screen-hero__figure img {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;
  min-height: 0;

  object-fit: cover;
  object-position: center;
}

/* =========================================================
   BADGE
   ========================================================= */

.dsp-screen-hero__badge {
  position: absolute;
  left: -22px;
  bottom: 28px;

  max-width: 300px;
  padding: 17px 19px;

  border: 1px solid rgba(255,255,255,.15);
  border-radius: 17px;

  background: rgba(23,23,24,.94);

  box-shadow: 0 16px 36px rgba(0,0,0,.24);
}

.dsp-screen-hero__badge-label {
  display: block;

  margin-bottom: 5px;

  color: var(--dsp-yellow);

  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-hero__badge-text {
  display: block;

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .dsp-screen-hero__inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .dsp-screen-hero__visual {
    max-width: 820px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-screen-hero {
    padding: 72px 0 66px;
  }

  .dsp-screen-hero__inner {
    width: min(100% - 30px, 600px);
    gap: 40px;
  }

  .dsp-screen-hero h1 {
    font-size: clamp(39px, 10.8vw, 51px);
  }

  .dsp-screen-hero__intro {
    font-size: 15px;
    line-height: 1.67;
  }

  .dsp-screen-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dsp-screen-hero__button {
    width: 100%;
  }

  .dsp-screen-hero__figure {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .dsp-screen-hero__figure img {
    min-height: 0;
    height: 100%;
  }

  .dsp-screen-hero__badge {
    position: relative;
    left: auto;
    bottom: auto;

    max-width: none;
    margin-top: 13px;
  }
}
</style>


<section
  class="dsp-screen-hero"
  aria-labelledby="dsp-screen-hero-title">

  <div class="dsp-screen-hero__inner">


    <!-- CONTENT -->

    <div class="dsp-screen-hero__content">

      <div class="dsp-screen-hero__eyebrow">
        Silk Screening · Springs, Gauteng
      </div>

      <h1 id="dsp-screen-hero-title">
        Silk screening for branded and specialist production requirements
      </h1>

      <p class="dsp-screen-hero__intro">
        DSP provides silk screening support for suitable business,
        promotional and specialist production applications. The item or
        material, artwork, print area, quantity and intended use can be
        assessed together so the job is prepared around the finished physical
        requirement.
      </p>


      <ul
        class="dsp-screen-hero__points"
        aria-label="DSP silk screening support">

        <li>Business branding</li>
        <li>Promotional applications</li>
        <li>Custom print requirements</li>
        <li>In-house artwork support</li>

      </ul>


      <div class="dsp-screen-hero__actions">

        <a
          class="dsp-screen-hero__button
                 dsp-screen-hero__button--primary"
          href="/contact-us/">

          Discuss Your Silk Screening
          <span aria-hidden="true">↗</span>

        </a>


        <a
          class="dsp-screen-hero__button
                 dsp-screen-hero__button--secondary"
          href="#dsp-screen-applications">

          Explore Applications
          <span aria-hidden="true">↓</span>

        </a>

      </div>

    </div>


    <!-- IMAGE -->

    <div class="dsp-screen-hero__visual">

      <div class="dsp-screen-hero__figure">

        <img
          src="https://dynamicsp.co.za/wp-content/uploads/2026/08/silk-screen-printing-custom-workwear-springs-gauteng.jpg"
          alt="Technician applying a white silk-screen print to a navy workwear shirt using professional screen-printing equipment"
          loading="eager"
          decoding="async"
          fetchpriority="high">

      </div>


      <div class="dsp-screen-hero__badge">

        <span class="dsp-screen-hero__badge-label">
          Specialist print production
        </span>

        <span class="dsp-screen-hero__badge-text">
          The item, artwork, print area and quantity are considered together before the production setup is confirmed.
        </span>

      </div>

    </div>

  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-336753f elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="336753f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ccafde3 pbmit-bg-color-over-image" data-id="ccafde3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f90b42e elementor-widget elementor-widget-html" data-id="f90b42e" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP SILK SCREENING PAGE — APPLICATIONS
   ========================================================= */

.dsp-screen-apps,
.dsp-screen-apps * {
  box-sizing: border-box;
}

.dsp-screen-apps {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(74px, 7vw, 110px) 0;

  background: var(--dsp-light);
  color: var(--dsp-text);

  scroll-margin-top: 30px;
}

.dsp-screen-apps__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.dsp-screen-apps__header {
  display: grid;
  grid-template-columns:
    minmax(0, .95fr)
    minmax(360px, .65fr);

  align-items: end;
  gap: 50px;

  margin-bottom: 42px;
}

.dsp-screen-apps__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-apps__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-apps h2 {
  max-width: 850px;
  margin: 0;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(39px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.038em;
}

.dsp-screen-apps__intro {
  max-width: 620px;
  margin: 0 0 4px auto;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   GRID
   ========================================================= */

.dsp-screen-apps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* =========================================================
   CARDS
   ========================================================= */

.dsp-screen-app {
  position: relative;

  min-height: 255px;
  padding: 28px 27px 25px;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 20px;

  background: #ffffff;

  box-shadow: 0 11px 30px rgba(24,28,31,.04);

  transition:
    transform 190ms ease,
    box-shadow 190ms ease,
    border-color 190ms ease;
}

.dsp-screen-app:hover {
  transform: translateY(-4px);

  border-color: #d0d5d6;

  box-shadow: 0 20px 42px rgba(24,28,31,.09);
}

.dsp-screen-app::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-app__number {
  display: block;

  margin-bottom: 22px;

  color: #979c9f;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
}

.dsp-screen-app h3 {
  margin: 0 0 11px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.dsp-screen-app p {
  flex: 1;

  margin: 0 0 18px;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.62;
}

.dsp-screen-app__use {
  padding-top: 15px;

  border-top: 1px solid var(--dsp-border);

  color: #767b7e;

  font-size: 11px;
  line-height: 1.5;
}

.dsp-screen-app__use strong {
  color: var(--dsp-dark);
  font-weight: 700;
}

/* =========================================================
   CALLOUT
   ========================================================= */

.dsp-screen-apps__footer {
  margin-top: 38px;
  padding: 30px 32px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;
  gap: 36px;

  border-radius: 20px;

  background: var(--dsp-dark);
}

.dsp-screen-apps__footer-copy {
  margin: 0;

  color: rgba(255,255,255,.70);

  font-size: 14px;
  line-height: 1.65;
}

.dsp-screen-apps__footer-copy strong {
  color: #ffffff;
}

.dsp-screen-apps__button {
  min-height: 51px;
  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 999px;

  background: var(--dsp-yellow);
  color: #171717;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.dsp-screen-apps__button:hover,
.dsp-screen-apps__button:focus-visible {
  transform: translateY(-2px);

  background: #ffffff;
  color: #171717;

  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-screen-apps__header {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .dsp-screen-apps__intro {
    margin-left: 0;
  }

  .dsp-screen-apps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-screen-apps {
    padding: 64px 0;
  }

  .dsp-screen-apps__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-screen-apps__header {
    margin-bottom: 30px;
  }

  .dsp-screen-apps h2 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .dsp-screen-apps__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-screen-apps__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .dsp-screen-app {
    min-height: auto;
    padding: 26px 22px 23px;
  }

  .dsp-screen-apps__footer {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .dsp-screen-apps__button {
    width: 100%;
  }
}
</style>


<section
  class="dsp-screen-apps"
  id="dsp-screen-applications"
  aria-labelledby="dsp-screen-apps-title">

  <div class="dsp-screen-apps__inner">


    <!-- HEADER -->

    <header class="dsp-screen-apps__header">

      <div>

        <div class="dsp-screen-apps__eyebrow">
          Silk screening applications
        </div>

        <h2 id="dsp-screen-apps-title">
          Specialist print production for branded and practical business applications
        </h2>

      </div>


      <p class="dsp-screen-apps__intro">
        Silk screening can support a range of repeat and custom print
        requirements. The suitability of the item, material, print area,
        artwork and quantity should be assessed together before the production
        method is confirmed.
      </p>

    </header>


    <!-- GRID -->

    <div class="dsp-screen-apps__grid">


      <!-- 01 -->

      <article class="dsp-screen-app">

        <span class="dsp-screen-app__number">
          01
        </span>

        <h3>
          Branded business applications
        </h3>

        <p>
          Company logos, wording or graphic elements can be screen printed
          onto suitable items or materials where branding forms part of the
          finished physical requirement.
        </p>

        <div class="dsp-screen-app__use">
          <strong>Useful for:</strong>
          business branding and custom company applications
        </div>

      </article>


      <!-- 02 -->

      <article class="dsp-screen-app">

        <span class="dsp-screen-app__number">
          02
        </span>

        <h3>
          Promotional applications
        </h3>

        <p>
          Silk screening can be considered for suitable promotional pieces
          where a repeated logo, message or graphic needs to form part of a
          campaign or branded activation.
        </p>

        <div class="dsp-screen-app__use">
          <strong>Useful for:</strong>
          promotions, events and campaign material
        </div>

      </article>


      <!-- 03 -->

      <article class="dsp-screen-app">

        <span class="dsp-screen-app__number">
          03
        </span>

        <h3>
          Identification &amp; information print
        </h3>

        <p>
          Text, numbering, branding or other information can be assessed for
          suitable items and components where clear printed identification
          forms part of the finished requirement.
        </p>

        <div class="dsp-screen-app__use">
          <strong>Useful for:</strong>
          identification, information and operational applications
        </div>

      </article>


      <!-- 04 -->

      <article class="dsp-screen-app">

        <span class="dsp-screen-app__number">
          04
        </span>

        <h3>
          Campaign production
        </h3>

        <p>
          Where the same campaign artwork needs to be reproduced across a
          quantity of suitable items, silk screening can form part of the
          wider production requirement.
        </p>

        <div class="dsp-screen-app__use">
          <strong>Useful for:</strong>
          branded campaigns and coordinated production runs
        </div>

      </article>


      <!-- 05 -->

      <article class="dsp-screen-app">

        <span class="dsp-screen-app__number">
          05
        </span>

        <h3>
          Repeat print requirements
        </h3>

        <p>
          The process can be considered where a consistent logo, graphic or
          information element needs to be reproduced across multiple suitable
          pieces as part of one production job.
        </p>

        <div class="dsp-screen-app__use">
          <strong>Useful for:</strong>
          recurring or quantity-based production requirements
        </div>

      </article>


      <!-- 06 -->

      <article class="dsp-screen-app">

        <span class="dsp-screen-app__number">
          06
        </span>

        <h3>
          Custom specialist jobs
        </h3>

        <p>
          If the requirement falls outside a standard category, send DSP the
          item or material, dimensions, artwork, print position and quantity so
          the most suitable production approach can be assessed.
        </p>

        <div class="dsp-screen-app__use">
          <strong>Useful for:</strong>
          unusual or specialised print enquiries
        </div>

      </article>


    </div>


    <!-- CALLOUT -->

    <div class="dsp-screen-apps__footer">

      <p class="dsp-screen-apps__footer-copy">
        <strong>Not sure whether silk screening suits your item?</strong>
        Send DSP a clear photograph or description, the dimensions, intended
        print area, quantity and artwork. The team can assess the requirement
        before the production method is confirmed.
      </p>


      <a
        class="dsp-screen-apps__button"
        href="/contact-us/">

        Discuss Your Silk Screening
        <span aria-hidden="true">↗</span>

      </a>

    </div>

  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-03bb1f0 elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="03bb1f0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9da505b pbmit-bg-color-over-image" data-id="9da505b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f10d81c elementor-widget elementor-widget-html" data-id="f10d81c" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP SILK SCREENING PAGE — PLANNING THE JOB
   ========================================================= */

.dsp-screen-planning,
.dsp-screen-planning * {
  box-sizing: border-box;
}

.dsp-screen-planning {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-soft: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(72px, 6.5vw, 102px) 0;

  background: #ffffff;
  color: var(--dsp-text);
}

.dsp-screen-planning__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.dsp-screen-planning__header {
  display: grid;
  grid-template-columns:
    minmax(0, .95fr)
    minmax(360px, .65fr);

  align-items: end;
  gap: 50px;

  margin-bottom: 40px;
}

.dsp-screen-planning__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-planning__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-planning h2 {
  max-width: 840px;
  margin: 0;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(38px, 3.9vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.038em;
}

.dsp-screen-planning__intro {
  max-width: 610px;
  margin: 0 0 4px auto;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.7;
}

/* =========================================================
   GRID
   ========================================================= */

.dsp-screen-planning__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  border-top: 1px solid var(--dsp-border);
  border-left: 1px solid var(--dsp-border);
}

.dsp-screen-planning__item {
  min-height: 220px;
  padding: 28px 25px;

  border-right: 1px solid var(--dsp-border);
  border-bottom: 1px solid var(--dsp-border);

  background: var(--dsp-soft);
}

.dsp-screen-planning__number {
  display: block;

  margin-bottom: 18px;

  color: var(--dsp-magenta);

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
}

.dsp-screen-planning__item h3 {
  margin: 0 0 9px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.dsp-screen-planning__item p {
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.62;
}

/* =========================================================
   CALLOUT
   ========================================================= */

.dsp-screen-planning__callout {
  margin-top: 34px;
  padding: 30px 32px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;
  gap: 34px;

  border-radius: 20px;

  background: var(--dsp-dark);
}

.dsp-screen-planning__callout-copy {
  margin: 0;

  color: rgba(255,255,255,.70);

  font-size: 14px;
  line-height: 1.65;
}

.dsp-screen-planning__callout-copy strong {
  color: #ffffff;
}

.dsp-screen-planning__button {
  min-height: 51px;
  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 999px;

  background: var(--dsp-yellow);
  color: #171717;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.dsp-screen-planning__button:hover,
.dsp-screen-planning__button:focus-visible {
  transform: translateY(-2px);

  background: #ffffff;
  color: #171717;

  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-screen-planning__header {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .dsp-screen-planning__intro {
    margin-left: 0;
  }

  .dsp-screen-planning__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-screen-planning {
    padding: 62px 0;
  }

  .dsp-screen-planning__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-screen-planning__header {
    margin-bottom: 28px;
  }

  .dsp-screen-planning h2 {
    font-size: clamp(34px, 9.8vw, 45px);
  }

  .dsp-screen-planning__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-screen-planning__grid {
    grid-template-columns: 1fr;
  }

  .dsp-screen-planning__item {
    min-height: auto;
    padding: 24px 21px;
  }

  .dsp-screen-planning__callout {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .dsp-screen-planning__button {
    width: 100%;
  }
}
</style>


<section
  class="dsp-screen-planning"
  aria-labelledby="dsp-screen-planning-title">

  <div class="dsp-screen-planning__inner">


    <!-- HEADER -->

    <header class="dsp-screen-planning__header">

      <div>

        <div class="dsp-screen-planning__eyebrow">
          Planning the silk screening job
        </div>

        <h2 id="dsp-screen-planning-title">
          Start with the item, print area and quantity
        </h2>

      </div>


      <p class="dsp-screen-planning__intro">
        A silk screening enquiry is easier to assess when DSP can see what
        needs to be printed, where the artwork needs to appear and how many
        pieces are required. The item, dimensions, artwork and intended use
        all help shape the production setup.
      </p>

    </header>


    <!-- GRID -->

    <div class="dsp-screen-planning__grid">


      <!-- 01 -->

      <article class="dsp-screen-planning__item">

        <span class="dsp-screen-planning__number">
          01
        </span>

        <h3>
          Item or material
        </h3>

        <p>
          Explain what needs to be printed and provide a clear photograph or
          sample where practical. The specific item or material needs to be
          considered before the production method is confirmed.
        </p>

      </article>


      <!-- 02 -->

      <article class="dsp-screen-planning__item">

        <span class="dsp-screen-planning__number">
          02
        </span>

        <h3>
          Overall dimensions
        </h3>

        <p>
          Provide the approximate dimensions of the item, panel or piece so
          DSP can understand the physical format and how the artwork needs to
          fit within it.
        </p>

      </article>


      <!-- 03 -->

      <article class="dsp-screen-planning__item">

        <span class="dsp-screen-planning__number">
          03
        </span>

        <h3>
          Required print area
        </h3>

        <p>
          Show where the logo, wording or graphic needs to appear and provide
          the approximate print dimensions where known. A marked-up photograph
          can be useful for explaining the required position.
        </p>

      </article>


      <!-- 04 -->

      <article class="dsp-screen-planning__item">

        <span class="dsp-screen-planning__number">
          04
        </span>

        <h3>
          Artwork &amp; brand material
        </h3>

        <p>
          Send the best available logo, graphic, wording or existing artwork.
          DSP's in-house design team can help prepare or adapt the layout
          around the confirmed production requirement where needed.
        </p>

      </article>


      <!-- 05 -->

      <article class="dsp-screen-planning__item">

        <span class="dsp-screen-planning__number">
          05
        </span>

        <h3>
          Quantity
        </h3>

        <p>
          Let DSP know the number of pieces required and whether the same
          artwork will be repeated across the entire job or whether different
          versions are needed.
        </p>

      </article>


      <!-- 06 -->

      <article class="dsp-screen-planning__item">

        <span class="dsp-screen-planning__number">
          06
        </span>

        <h3>
          Intended use
        </h3>

        <p>
          Explain how the finished printed item will be used and whether it
          forms part of a business, promotional, campaign or specialist
          production requirement.
        </p>

      </article>


    </div>


    <!-- CALLOUT -->

    <div class="dsp-screen-planning__callout">

      <p class="dsp-screen-planning__callout-copy">
        <strong>Only have the item and an idea of what needs to be printed?</strong>
        Send DSP a photograph or description together with the approximate
        dimensions, quantity and wording or logo. The team can help establish
        what artwork and production information is still required.
      </p>


      <a
        class="dsp-screen-planning__button"
        href="/contact-us/">

        Send Your Job Details
        <span aria-hidden="true">↗</span>

      </a>

    </div>

  </div>

</section>				</div>
				</div>
				<div class="elementor-element elementor-element-489af14 elementor-widget elementor-widget-html" data-id="489af14" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP SILK SCREENING PAGE — PRODUCTION WORKFLOW
   ========================================================= */

.dsp-screen-process,
.dsp-screen-process * {
  box-sizing: border-box;
}

.dsp-screen-process {
  --dsp-dark: #181819;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(74px, 7vw, 108px) 0;

  background: var(--dsp-light);
  color: var(--dsp-text);
}

.dsp-screen-process__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;

  display: grid;
  grid-template-columns:
    minmax(410px, .85fr)
    minmax(0, 1.15fr);

  align-items: center;
  gap: clamp(52px, 7vw, 105px);
}

/* =========================================================
   IMAGE
   ========================================================= */

.dsp-screen-process__visual {
  position: relative;
}

.dsp-screen-process__figure {
  position: relative;

  min-height: 560px;

  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;

  padding: 12px;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 24px;

  background: #e4e7e8;

  box-shadow: 0 20px 48px rgba(24,28,31,.08);
}

.dsp-screen-process__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #daddde;
}

.dsp-screen-process__image--primary {
  grid-column: 1;
  grid-row: 1 / 3;
}

.dsp-screen-process__image--secondary-one {
  grid-column: 2;
  grid-row: 1;
}

.dsp-screen-process__image--secondary-two {
  grid-column: 2;
  grid-row: 2;
}

.dsp-screen-process__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.dsp-screen-process__image--primary img {
  object-position: center center;
}

/* =========================================================
   BADGE
   ========================================================= */

.dsp-screen-process__badge {
  position: absolute;
  right: -22px;
  bottom: 28px;

  max-width: 290px;
  padding: 18px 20px;

  border-radius: 18px;

  background: var(--dsp-dark);
  color: #ffffff;

  box-shadow: 0 17px 38px rgba(24,28,31,.18);
}

.dsp-screen-process__badge-label {
  display: block;

  margin-bottom: 5px;

  color: var(--dsp-yellow);

  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-process__badge-text {
  display: block;

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* =========================================================
   CONTENT
   ========================================================= */

.dsp-screen-process__content {
  max-width: 730px;
}

.dsp-screen-process__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-process__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-process h2 {
  max-width: 720px;
  margin: 0 0 23px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.dsp-screen-process__intro {
  max-width: 680px;
  margin: 0 0 30px;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   STEPS
   ========================================================= */

.dsp-screen-process__steps {
  margin: 0;
  padding: 0;

  list-style: none;

  border-top: 1px solid var(--dsp-border);
}

.dsp-screen-process__step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;

  padding: 20px 0;

  border-bottom: 1px solid var(--dsp-border);
}

.dsp-screen-process__step-number {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: var(--dsp-dark);
  color: var(--dsp-yellow);

  font-size: 10px;
  font-weight: 800;
}

.dsp-screen-process__step h3 {
  margin: 0 0 6px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.dsp-screen-process__step p {
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

/* =========================================================
   CTA
   ========================================================= */

.dsp-screen-process__actions {
  margin-top: 31px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dsp-screen-process__button {
  min-height: 52px;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 999px;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.dsp-screen-process__button:hover,
.dsp-screen-process__button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

.dsp-screen-process__button--primary {
  border: 1px solid var(--dsp-dark);

  background: var(--dsp-dark);
  color: #ffffff;
}

.dsp-screen-process__button--primary:hover,
.dsp-screen-process__button--primary:focus-visible {
  border-color: var(--dsp-cyan);

  background: var(--dsp-cyan);
  color: #ffffff;
}

.dsp-screen-process__button--secondary {
  border: 1px solid var(--dsp-dark);

  background: transparent;
  color: var(--dsp-dark);
}

.dsp-screen-process__button--secondary:hover,
.dsp-screen-process__button--secondary:focus-visible {
  background: #ffffff;
  color: var(--dsp-dark);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-screen-process__inner {
    grid-template-columns: 1fr;
  }

  .dsp-screen-process__visual {
    max-width: 820px;
  }

  .dsp-screen-process__figure {
    min-height: 520px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-screen-process {
    padding: 64px 0;
  }

  .dsp-screen-process__inner {
    width: min(100% - 30px, 600px);
    gap: 38px;
  }

  .dsp-screen-process__figure {
    min-height: 430px;
    padding: 9px;
    gap: 9px;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(250px, 1.2fr) minmax(150px, .8fr);
  }

  .dsp-screen-process__image--primary {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .dsp-screen-process__image--secondary-one {
    grid-column: 1;
    grid-row: 2;
  }

  .dsp-screen-process__image--secondary-two {
    grid-column: 2;
    grid-row: 2;
  }

  .dsp-screen-process__badge {
    position: relative;
    right: auto;
    bottom: auto;

    max-width: none;
    margin-top: 13px;
  }

  .dsp-screen-process h2 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .dsp-screen-process__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-screen-process__step {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .dsp-screen-process__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dsp-screen-process__button {
    width: 100%;
  }
}
</style>


<section
  class="dsp-screen-process"
  aria-labelledby="dsp-screen-process-title">

  <div class="dsp-screen-process__inner">


    <!-- IMAGE -->

    <div class="dsp-screen-process__visual">

      <div class="dsp-screen-process__figure">

        <div class="dsp-screen-process__image dsp-screen-process__image--primary">

          <img
            src="https://dynamicsp.co.za/wp-content/uploads/2026/08/silk-screen-printed-products-springs-gauteng.jpg"
            alt="Completed silk-screen printed workwear, tote bag and display products arranged for inspection in Springs, Gauteng"
            loading="lazy"
            decoding="async">

        </div>


        <div class="dsp-screen-process__image dsp-screen-process__image--secondary-one">

          <img
            src="https://dynamicsp.co.za/wp-content/uploads/2026/08/multicolour-silk-screen-print-black-fabric.jpg"
            alt="Close-up of a crisp multicolour silk-screen print on black cotton fabric"
            loading="lazy"
            decoding="async">

        </div>


        <div class="dsp-screen-process__image dsp-screen-process__image--secondary-two">

          <img
            src="https://dynamicsp.co.za/wp-content/uploads/2026/08/custom-screen-printed-aprons-south-africa.jpg"
            alt="South African hospitality staff wearing coordinated custom screen-printed shirts and aprons"
            loading="lazy"
            decoding="async">

        </div>

      </div>


      <div class="dsp-screen-process__badge">

        <span class="dsp-screen-process__badge-label">
          Production planned around the job
        </span>

        <span class="dsp-screen-process__badge-text">
          Item, print position, artwork and quantity are considered together before production begins.
        </span>

      </div>

    </div>


    <!-- CONTENT -->

    <div class="dsp-screen-process__content">

      <div class="dsp-screen-process__eyebrow">
        Silk screening workflow
      </div>

      <h2 id="dsp-screen-process-title">
        From the initial requirement to the completed screened print
      </h2>

      <p class="dsp-screen-process__intro">
        The production process starts with understanding the physical item and
        the required printed result. DSP can then prepare the artwork and
        production setup around the confirmed application, quantity and print
        position.
      </p>


      <ol class="dsp-screen-process__steps">


        <!-- 01 -->

        <li class="dsp-screen-process__step">

          <span class="dsp-screen-process__step-number">
            01
          </span>

          <div>

            <h3>
              Assess the application
            </h3>

            <p>
              DSP reviews the item or material, dimensions, required print
              area, quantity and intended use to understand the physical
              production requirement.
            </p>

          </div>

        </li>


        <!-- 02 -->

        <li class="dsp-screen-process__step">

          <span class="dsp-screen-process__step-number">
            02
          </span>

          <div>

            <h3>
              Review and prepare the artwork
            </h3>

            <p>
              Logos, wording and supplied artwork are checked against the
              confirmed print area. Where needed, DSP's in-house design team
              can adapt the layout for the production requirement.
            </p>

          </div>

        </li>


        <!-- 03 -->

        <li class="dsp-screen-process__step">

          <span class="dsp-screen-process__step-number">
            03
          </span>

          <div>

            <h3>
              Confirm the print setup
            </h3>

            <p>
              The artwork position, dimensions, quantity and practical setup
              are confirmed before the screened production run begins.
            </p>

          </div>

        </li>


        <!-- 04 -->

        <li class="dsp-screen-process__step">

          <span class="dsp-screen-process__step-number">
            04
          </span>

          <div>

            <h3>
              Produce the screened print
            </h3>

            <p>
              The approved artwork is reproduced according to the confirmed
              job requirement across the required suitable items or pieces.
            </p>

          </div>

        </li>


        <!-- 05 -->

        <li class="dsp-screen-process__step">

          <span class="dsp-screen-process__step-number">
            05
          </span>

          <div>

            <h3>
              Complete and prepare the job
            </h3>

            <p>
              The finished pieces are prepared for collection or for the next
              stage of the wider print, branding or production requirement.
            </p>

          </div>

        </li>


      </ol>


      <!-- ACTIONS -->

      <div class="dsp-screen-process__actions">

        <a
          class="dsp-screen-process__button
                 dsp-screen-process__button--primary"
          href="/contact-us/">

          Discuss Your Silk Screening
          <span aria-hidden="true">↗</span>

        </a>


        <a
          class="dsp-screen-process__button
                 dsp-screen-process__button--secondary"
          href="/service/in-house-design/">

          Artwork Support
          <span aria-hidden="true">↗</span>

        </a>

      </div>

    </div>

  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-64d405d elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="64d405d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b35f20a pbmit-bg-color-over-image" data-id="b35f20a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2b4958b elementor-widget elementor-widget-html" data-id="2b4958b" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP SILK SCREENING PAGE — RELATED SERVICES
   ========================================================= */

.dsp-screen-related,
.dsp-screen-related * {
  box-sizing: border-box;
}

.dsp-screen-related {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(68px, 6vw, 96px) 0;

  background: #ffffff;
  color: var(--dsp-text);
}

.dsp-screen-related__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.dsp-screen-related__header {
  max-width: 900px;
  margin-bottom: 36px;
}

.dsp-screen-related__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-screen-related__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-related h2 {
  max-width: 860px;
  margin: 0 0 18px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(37px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.038em;
}

.dsp-screen-related__intro {
  max-width: 800px;
  margin: 0;

  color: var(--dsp-muted);

  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   GRID
   ========================================================= */

.dsp-screen-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* =========================================================
   CARDS
   ========================================================= */

.dsp-screen-related-card {
  position: relative;

  min-height: 255px;
  padding: 27px 25px 25px;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 19px;

  background: var(--dsp-light);
  color: var(--dsp-text);

  text-decoration: none;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.dsp-screen-related-card:hover,
.dsp-screen-related-card:focus-visible {
  transform: translateY(-4px);

  border-color: #cbd0d2;
  background: #ffffff;

  box-shadow: 0 18px 36px rgba(24,28,31,.08);

  color: var(--dsp-text);
  text-decoration: none;
}

.dsp-screen-related-card::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-screen-related-card__label {
  display: block;

  margin-bottom: 22px;

  color: #969b9e;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsp-screen-related-card h3 {
  margin: 0 0 10px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.018em;
}

.dsp-screen-related-card p {
  flex: 1;

  margin: 0 0 20px;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

.dsp-screen-related-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding-top: 16px;

  border-top: 1px solid var(--dsp-border);

  color: var(--dsp-dark);

  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dsp-screen-related-card__arrow {
  font-size: 15px;

  transition: transform 180ms ease;
}

.dsp-screen-related-card:hover .dsp-screen-related-card__arrow,
.dsp-screen-related-card:focus-visible .dsp-screen-related-card__arrow {
  transform: translate(3px, -2px);
}

/* =========================================================
   FOOTER
   ========================================================= */

.dsp-screen-related__footer {
  margin-top: 29px;
  padding-top: 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  border-top: 1px solid var(--dsp-border);
}

.dsp-screen-related__footer p {
  max-width: 790px;
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

.dsp-screen-related__all-services {
  color: var(--dsp-dark);

  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.dsp-screen-related__all-services:hover,
.dsp-screen-related__all-services:focus-visible {
  color: var(--dsp-cyan);
  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-screen-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-screen-related {
    padding: 60px 0;
  }

  .dsp-screen-related__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-screen-related__header {
    margin-bottom: 28px;
  }

  .dsp-screen-related h2 {
    font-size: clamp(34px, 9.8vw, 45px);
  }

  .dsp-screen-related__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dsp-screen-related-card {
    min-height: auto;
  }

  .dsp-screen-related__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
</style>


<section
  class="dsp-screen-related"
  aria-labelledby="dsp-screen-related-title">

  <div class="dsp-screen-related__inner">


    <!-- HEADER -->

    <header class="dsp-screen-related__header">

      <div class="dsp-screen-related__eyebrow">
        Related specialist services
      </div>

      <h2 id="dsp-screen-related-title">
        The right production method depends on the item and finished requirement
      </h2>

      <p class="dsp-screen-related__intro">
        Silk screening is one of several specialist production methods
        available through DSP. Where another process is better suited to the
        shape, print area, artwork or wider production job, DSP can help assess
        the available options.
      </p>

    </header>


    <!-- GRID -->

    <div class="dsp-screen-related__grid">


      <!-- PAD PRINTING -->

      <a
        class="dsp-screen-related-card"
        href="/service/pad-printing/">

        <span class="dsp-screen-related-card__label">
          Specialist printing
        </span>

        <h3>
          Pad Printing
        </h3>

        <p>
          A specialist printing process that can be assessed for suitable
          custom items or components where the shape, print position or
          production requirement calls for a different approach.
        </p>

        <span class="dsp-screen-related-card__link">
          Explore Pad Printing
          <span
            class="dsp-screen-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


      <!-- UV PRINTING -->

      <a
        class="dsp-screen-related-card"
        href="/service/uv-printing/">

        <span class="dsp-screen-related-card__label">
          Custom printing
        </span>

        <h3>
          UV Printing
        </h3>

        <p>
          UV printing support for suitable branded, promotional and specialist
          applications where artwork needs to be incorporated directly into a
          custom physical production requirement.
        </p>

        <span class="dsp-screen-related-card__link">
          Explore UV Printing
          <span
            class="dsp-screen-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


      <!-- LASER -->

      <a
        class="dsp-screen-related-card"
        href="/service/laser-cutting-engraving/">

        <span class="dsp-screen-related-card__label">
          Cutting &amp; engraving
        </span>

        <h3>
          Laser Cutting &amp; Engraving
        </h3>

        <p>
          Custom cutting and engraving support for signage, identification and
          other specialist production requirements where shape, detail or
          marking forms part of the finished piece.
        </p>

        <span class="dsp-screen-related-card__link">
          Explore Laser Production
          <span
            class="dsp-screen-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


      <!-- DESIGN -->

      <a
        class="dsp-screen-related-card"
        href="/service/in-house-design/">

        <span class="dsp-screen-related-card__label">
          Artwork support
        </span>

        <h3>
          In-House Design
        </h3>

        <p>
          Artwork preparation and layout support for screen printing, custom
          printed items and other physical production requirements where the
          supplied artwork still needs to be adapted.
        </p>

        <span class="dsp-screen-related-card__link">
          Explore Design Support
          <span
            class="dsp-screen-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


    </div>


    <!-- FOOTER -->

    <footer class="dsp-screen-related__footer">

      <p>
        If you are unsure which printing or production method suits the job,
        send DSP a photograph or description of the item together with the
        dimensions, required print area, quantity and artwork so the overall
        requirement can be assessed.
      </p>

      <a
        class="dsp-screen-related__all-services"
        href="/services/">

        View All DSP Services →
      </a>

    </footer>


  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ccc7692 elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="ccc7692" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d85d914 pbmit-bg-color-over-image" data-id="d85d914" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cb813df elementor-widget elementor-widget-html" data-id="cb813df" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP SILK SCREENING PAGE
   FAQ + SITE-WIDE FINAL CTA
   ========================================================= */

.dsp-screen-faq,
.dsp-screen-faq * {
  box-sizing: border-box;
}


/* =========================================================
   FULL-WIDTH LIGHT SECTION
   ========================================================= */

.dsp-screen-faq {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  position: relative;
  isolation: isolate;

  width: 100%;

  padding:
    clamp(68px, 6vw, 96px)
    0
    clamp(72px, 7vw, 108px);

  color: var(--dsp-text);
}


/* Reliable full-width background */

.dsp-screen-faq::before {
  content: "";

  position: absolute;
  z-index: -1;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 100vw;
  max-width: 100vw;

  transform: translateX(-50%);

  background: var(--dsp-light);
}


/* =========================================================
   FAQ CONTENT WIDTH
   ========================================================= */

.dsp-screen-faq__content {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.dsp-screen-faq__header {
  max-width: 860px;

  margin-bottom: 36px;
}


.dsp-screen-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;

  text-transform: uppercase;
}


.dsp-screen-faq__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  flex: 0 0 auto;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}


.dsp-screen-faq h2 {
  max-width: 820px;

  margin: 0 0 18px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(37px, 3.8vw, 55px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.038em;
}


.dsp-screen-faq__intro {
  max-width: 760px;

  margin: 0;

  color: var(--dsp-muted);

  font-size: 15px;
  line-height: 1.7;
}


/* =========================================================
   FAQ LIST
   ========================================================= */

.dsp-screen-faq__list {
  border-top: 1px solid var(--dsp-border);
}


.dsp-screen-faq details {
  border-bottom: 1px solid var(--dsp-border);
}


.dsp-screen-faq summary {
  position: relative;

  padding: 25px 52px 25px 0;

  cursor: pointer;
  list-style: none;

  color: var(--dsp-dark);

  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}


.dsp-screen-faq summary::-webkit-details-marker {
  display: none;
}


.dsp-screen-faq summary::after {
  content: "+";

  position: absolute;

  top: 50%;
  right: 4px;

  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  transform: translateY(-50%);

  border-radius: 50%;

  background: #ffffff;
  color: var(--dsp-dark);

  font-size: 20px;
  font-weight: 500;
  line-height: 1;

  transition:
    background-color 180ms ease,
    color 180ms ease;
}


.dsp-screen-faq details[open] summary::after {
  content: "−";

  background: var(--dsp-dark);
  color: #ffffff;
}


.dsp-screen-faq__answer {
  max-width: 900px;

  padding: 0 52px 25px 0;
}


.dsp-screen-faq__answer p {
  margin: 0;

  color: var(--dsp-muted);

  font-size: 14px;
  line-height: 1.72;
}


/* =========================================================
   FINAL CTA WRAPPER
   ========================================================= */

.dsp-screen-final-cta {
  width: min(100% - 48px, 1480px);

  margin:
    clamp(54px, 6vw, 82px)
    auto
    0;
}


/* =========================================================
   DARK CONTAINED CTA
   ========================================================= */

.dsp-screen-final-cta__shell {
  position: relative;

  overflow: hidden;

  padding:
    clamp(52px, 5vw, 76px)
    clamp(44px, 5vw, 76px);

  border-radius: 28px;

  background:
    radial-gradient(
      circle at 92% 9%,
      rgba(0,174,239,.12),
      transparent 31%
    ),
    radial-gradient(
      circle at 5% 94%,
      rgba(236,0,140,.08),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #181819 0%,
      #242426 100%
    );

  color: #ffffff;

  box-shadow:
    0 24px 65px rgba(20,24,26,.12);
}


/* CMYK top accent */

.dsp-screen-final-cta__shell::before {
  content: "";

  position: absolute;

  inset: 0 0 auto;

  height: 6px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33.33%,
      var(--dsp-magenta) 33.33% 66.66%,
      var(--dsp-yellow) 66.66% 100%
    );
}


/* =========================================================
   CTA GRID
   ========================================================= */

.dsp-screen-final-cta__main {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(330px, .60fr);

  align-items: center;

  gap: clamp(48px, 7vw, 100px);
}


/* =========================================================
   CTA COPY
   ========================================================= */

.dsp-screen-final-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 16px;

  color: rgba(255,255,255,.74);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;

  text-transform: uppercase;
}


.dsp-screen-final-cta__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  flex: 0 0 auto;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}


.dsp-screen-final-cta h3 {
  max-width: 920px;

  margin: 0 0 22px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(39px, 4.2vw, 61px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.042em;
}


.dsp-screen-final-cta__copy {
  max-width: 800px;

  margin: 0;

  color: rgba(255,255,255,.70);

  font-size: 16px;
  line-height: 1.72;
}


/* =========================================================
   CTA ACTION PANEL
   ========================================================= */

.dsp-screen-final-cta__panel {
  position: relative;

  padding: 29px;

  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;

  background: rgba(255,255,255,.055);

  box-shadow:
    0 20px 48px rgba(0,0,0,.16);
}


.dsp-screen-final-cta__panel-heading {
  margin: 0 0 8px;

  color: #ffffff;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}


.dsp-screen-final-cta__panel-copy {
  margin: 0 0 22px;

  color: rgba(255,255,255,.62);

  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   CTA BUTTONS
   ========================================================= */

.dsp-screen-final-cta__buttons {
  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;
}


.dsp-screen-final-cta__button {
  width: 100%;
  min-height: 53px;

  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  gap: 14px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}


.dsp-screen-final-cta__button:hover,
.dsp-screen-final-cta__button:focus-visible {
  transform: translateY(-2px);

  text-decoration: none;
}


/* Primary */

.dsp-screen-final-cta__button--primary {
  background: var(--dsp-yellow);
  border-color: var(--dsp-yellow);

  color: #171717;
}


.dsp-screen-final-cta__button--primary:hover,
.dsp-screen-final-cta__button--primary:focus-visible {
  background: #ffffff;
  border-color: #ffffff;

  color: #171717;
}


/* Secondary */

.dsp-screen-final-cta__button--secondary {
  background: transparent;

  border-color: rgba(255,255,255,.48);

  color: #ffffff;
}


.dsp-screen-final-cta__button--secondary:hover,
.dsp-screen-final-cta__button--secondary:focus-visible {
  background: rgba(255,255,255,.08);

  border-color: #ffffff;

  color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

  .dsp-screen-final-cta__main {
    grid-template-columns: 1fr;

    gap: 42px;
  }

  .dsp-screen-final-cta__panel {
    width: 100%;
    max-width: 650px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-screen-faq {
    padding:
      60px
      0
      54px;
  }

  .dsp-screen-faq__content,
  .dsp-screen-final-cta {
    width: min(100% - 30px, 600px);
  }

  .dsp-screen-faq h2 {
    font-size: clamp(34px, 9.8vw, 45px);
  }

  .dsp-screen-faq__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-screen-faq summary {
    padding: 22px 45px 22px 0;

    font-size: 16px;
  }

  .dsp-screen-faq__answer {
    padding: 0 0 22px;
  }


  /* Final CTA */

  .dsp-screen-final-cta {
    margin-top: 46px;
  }

  .dsp-screen-final-cta__shell {
    padding:
      48px 24px
      26px;

    border-radius: 22px;
  }

  .dsp-screen-final-cta__main {
    gap: 34px;
  }

  .dsp-screen-final-cta h3 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .dsp-screen-final-cta__copy {
    font-size: 15px;
    line-height: 1.66;
  }

  .dsp-screen-final-cta__panel {
    padding: 24px 21px;

    border-radius: 18px;
  }

  .dsp-screen-final-cta__button {
    min-height: 53px;
  }
}
</style>


<section
  class="dsp-screen-faq"
  aria-labelledby="dsp-screen-faq-title"
>


  <!-- =====================================================
       FAQ CONTENT
       ===================================================== -->

  <div class="dsp-screen-faq__content">


    <!-- HEADER -->

    <header class="dsp-screen-faq__header">

      <div class="dsp-screen-faq__eyebrow">
        Silk Screening FAQs
      </div>

      <h2 id="dsp-screen-faq-title">
        Questions to consider before sending a silk screening job
      </h2>

      <p class="dsp-screen-faq__intro">
        The right production method depends on the physical item, available
        print area, artwork, quantity and intended use. These are useful
        starting points when discussing a silk screening requirement with DSP.
      </p>

    </header>


    <!-- FAQ LIST -->

    <div class="dsp-screen-faq__list">


      <!-- FAQ 1 -->

      <details>

        <summary>
          How do I know whether silk screening is suitable for my item?
        </summary>

        <div class="dsp-screen-faq__answer">

          <p>
            Suitability depends on the specific item or material, its
            dimensions, the required print area and the finished application.
            Send DSP a clear photograph or sample description together with
            the quantity and artwork so the requirement can be assessed before
            the production method is confirmed.
          </p>

        </div>

      </details>


      <!-- FAQ 2 -->

      <details>

        <summary>
          What information should I send DSP for a silk screening quote?
        </summary>

        <div class="dsp-screen-faq__answer">

          <p>
            Provide details of the item or material, approximate dimensions,
            required print position, quantity and available artwork. It is also
            helpful to explain what the finished item will be used for and when
            the job is required.
          </p>

        </div>

      </details>


      <!-- FAQ 3 -->

      <details>

        <summary>
          Can DSP prepare or adapt the artwork for silk screening?
        </summary>

        <div class="dsp-screen-faq__answer">

          <p>
            Yes. DSP's in-house design team can work from supplied logos,
            wording, graphics or existing artwork and adapt the layout around
            the confirmed print area and production requirement where needed.
          </p>

        </div>

      </details>


      <!-- FAQ 4 -->

      <details>

        <summary>
          What if I am unsure whether silk screening, pad printing or UV printing is the right process?
        </summary>

        <div class="dsp-screen-faq__answer">

          <p>
            You do not need to choose the production method before contacting
            DSP. Send the item or a clear photograph, dimensions, artwork,
            quantity and intended use. The team can assess the requirement and
            determine which available production process is the most suitable
            fit for the job.
          </p>

        </div>

      </details>


    </div>

  </div>


  <!-- =====================================================
       SITE-WIDE FINAL CTA
       ===================================================== -->

  <div class="dsp-screen-final-cta">

    <div class="dsp-screen-final-cta__shell">

      <div class="dsp-screen-final-cta__main">


        <!-- CTA COPY -->

        <div class="dsp-screen-final-cta__content">

          <div class="dsp-screen-final-cta__eyebrow">
            Start your silk screening enquiry
          </div>

          <h3>
            Have an item or material that needs printed branding?
          </h3>

          <p class="dsp-screen-final-cta__copy">
            Send DSP a photograph or description of the item, approximate
            dimensions, required print area, quantity and available artwork.
            If you are unsure whether silk screening is the right production
            method, the team can assess the requirement and help determine the
            most suitable available production route.
          </p>

        </div>


        <!-- CTA ACTION PANEL -->

        <aside
          class="dsp-screen-final-cta__panel"
          aria-label="Contact Dynamic Signs and Print about silk screening"
        >

          <h4 class="dsp-screen-final-cta__panel-heading">
            Have a silk screening requirement?
          </h4>

          <p class="dsp-screen-final-cta__panel-copy">
            Share the item, dimensions, quantity, print area and any artwork
            you already have so DSP can assess the requirement.
          </p>

          <div class="dsp-screen-final-cta__buttons">

            <a
              class="
                dsp-screen-final-cta__button
                dsp-screen-final-cta__button--primary
              "
              href="/contact-us/"
            >
              Contact DSP
              <span aria-hidden="true">↗</span>
            </a>

            <a
              class="
                dsp-screen-final-cta__button
                dsp-screen-final-cta__button--secondary
              "
              href="tel:+27118115477"
            >
              Call DSP
              <span aria-hidden="true">↗</span>
            </a>

          </div>

        </aside>

      </div>

    </div>

  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
