.elementor-3328 .elementor-element.elementor-element-5b32b60b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4203ca1 *//* =========================================
   Crosstek - All Services Hero
   ========================================= */

.ct-service-hero {
  --ct-navy: #142d3d;
  --ct-navy-dark: #0d2230;
  --ct-orange: #f3791c;
  --ct-white: #ffffff;

  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(243, 121, 28, 0.10) 0,
      rgba(243, 121, 28, 0) 32%
    ),
    linear-gradient(
      135deg,
      var(--ct-navy-dark) 0%,
      var(--ct-navy) 100%
    );

  color: var(--ct-white);
}


/* =========================================
   Large decorative Crosstek cog
   ========================================= */

.ct-service-hero::before {
  content: "";
  position: absolute;

  width: 420px;
  height: 420px;

  top: -170px;
  right: -130px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.07;

  pointer-events: none;
}


/* =========================================
   Inner layout
   ========================================= */

.ct-service-hero__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  min-height: 650px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;

  gap: clamp(50px, 7vw, 100px);

  padding: 190px 0 90px;
}


/* =========================================
   Main content
   ========================================= */

.ct-service-hero__content {
  max-width: 720px;
}

.ct-service-hero__eyebrow {
  margin: 0 0 20px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: var(--ct-orange);
}

.ct-service-hero__title {
  margin: 0;

  font-size: clamp(48px, 5vw, 74px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;

  color: var(--ct-white);
}

.ct-service-hero__title span {
  color: var(--ct-orange);
}

.ct-service-hero__intro {
  max-width: 650px;

  margin: 28px 0 0;

  font-size: 18px;
  line-height: 1.65;

  color: rgba(255, 255, 255, 0.78);
}


/* =========================================
   Buttons
   ========================================= */

.ct-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 14px;

  margin-top: 36px;
}


/* Primary button */

.ct-service-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 52px;
  padding: 15px 23px;

  border: 1px solid var(--ct-orange);
  border-radius: 999px;

  background: var(--ct-orange);

  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  color: var(--ct-navy-dark);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ct-service-hero__button:hover {
  background: var(--ct-white);
  border-color: var(--ct-white);

  color: var(--ct-navy-dark);

  transform: translateY(-2px);
}

.ct-service-hero__button span {
  transition: transform 0.25s ease;
}

.ct-service-hero__button:hover span {
  transform: translateX(4px);
}


/* Secondary button */

.ct-service-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 14px 22px;

  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.05);

  font-size: 15px;
  font-weight: 600;
  line-height: 1;

  text-decoration: none;

  color: var(--ct-white);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ct-service-hero__link:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--ct-white);

  color: var(--ct-white);

  transform: translateY(-2px);
}


/* =========================================
   Right-hand panel
   ========================================= */

.ct-service-hero__panel {
  position: relative;
  overflow: hidden;

  padding: 34px 36px 28px;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.055);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* Subtle cog inside panel */

.ct-service-hero__panel::before {
  content: "";
  position: absolute;

  width: 180px;
  height: 180px;

  right: -70px;
  bottom: -75px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.055;

  pointer-events: none;
}


/* =========================================
   Panel heading
   ========================================= */

.ct-service-hero__panel-label {
  position: relative;
  z-index: 1;

  margin: 0 0 18px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: var(--ct-orange);
}


/* =========================================
   Stats
   ========================================= */

.ct-service-hero__stats {
  position: relative;
  z-index: 1;
}

.ct-service-hero__stat {
  display: block;

  padding: 22px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.ct-service-hero__stat:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.ct-service-hero__number {
  margin-bottom: 7px;

  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;

  color: var(--ct-white);
}

.ct-service-hero__stat-text {
  max-width: 290px;

  font-size: 14px;
  line-height: 1.5;

  color: rgba(255, 255, 255, 0.68);
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 1024px) {

  .ct-service-hero__inner {
    min-height: auto;

    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);

    gap: 50px;

    padding: 150px 0 75px;
  }

  .ct-service-hero__title {
    font-size: clamp(46px, 6vw, 64px);
  }

  .ct-service-hero__panel {
    padding: 30px;
  }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

  .ct-service-hero::before {
    width: 260px;
    height: 260px;

    top: -100px;
    right: -100px;
  }

  .ct-service-hero__inner {
    width: min(100% - 32px, 1180px);

    grid-template-columns: 1fr;

    gap: 42px;

    padding: 120px 0 38px;
  }

  .ct-service-hero__content {
    max-width: 100%;
  }

  .ct-service-hero__title {
    font-size: clamp(36px, 10vw, 48px);
  }

  .ct-service-hero__intro {
    margin-top: 22px;

    font-size: 16px;
    line-height: 1.65;
  }

  .ct-service-hero__actions {
    align-items: stretch;
    flex-direction: column;

    margin-top: 30px;
  }

  .ct-service-hero__button,
  .ct-service-hero__link {
    width: 100%;
  }

  .ct-service-hero__panel {
    padding: 28px;
    border-radius: 20px;
  }

  .ct-service-hero__number {
    font-size: 27px;
  }

}


/* =========================================
   Very small screens
   ========================================= */

@media (max-width: 420px) {

  .ct-service-hero__inner {
    width: calc(100% - 28px);
  }

  .ct-service-hero__panel {
    padding: 24px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07e6bf0 *//* =========================================
   Crosstek - All Services Grid
   ========================================= */

.ct-all-services {
  --ct-navy: #142d3d;
  --ct-navy-dark: #0d2230;
  --ct-orange: #f3791c;
  --ct-cream: #f7f5ef;
  --ct-muted: #63717a;

  position: relative;
  overflow: hidden;

  padding: 120px 0;

  background: #ffffff;
}


/* =========================================
   Decorative Crosstek cog
   ========================================= */

.ct-all-services::before {
  content: "";
  position: absolute;

  width: 390px;
  height: 390px;

  left: -200px;
  bottom: -190px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.04;

  pointer-events: none;
}


/* =========================================
   Inner
   ========================================= */

.ct-all-services__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}


/* =========================================
   Header
   ========================================= */

.ct-all-services__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;

  gap: clamp(50px, 8vw, 110px);

  margin-bottom: 60px;
}

.ct-all-services__heading {
  max-width: 760px;
}

.ct-all-services__eyebrow {
  margin: 0 0 18px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: var(--ct-orange);
}

.ct-all-services__title {
  margin: 0;

  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;

  color: var(--ct-navy-dark);
}

.ct-all-services__title span {
  color: var(--ct-orange);
}

.ct-all-services__intro {
  max-width: 420px;
  margin: 0;

  font-size: 16px;
  line-height: 1.7;

  color: var(--ct-muted);
}


/* =========================================
   Grid
   ========================================= */

.ct-all-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* =========================================
   Cards
   ========================================= */

.ct-all-services__card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 360px;

  padding: 32px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      var(--ct-navy-dark) 0%,
      var(--ct-navy) 100%
    );

  text-decoration: none;

  box-shadow: 0 18px 45px rgba(13, 34, 48, 0.08);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ct-all-services__card:hover {
  transform: translateY(-6px);

  box-shadow: 0 28px 60px rgba(13, 34, 48, 0.15);
}


/* =========================================
   Card cog
   ========================================= */

.ct-all-services__card::before {
  content: "";
  position: absolute;

  width: 190px;
  height: 190px;

  right: -70px;
  bottom: -70px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.055;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;

  pointer-events: none;
}

.ct-all-services__card:hover::before {
  opacity: 0.11;

  transform: rotate(10deg) scale(1.05);
}


/* =========================================
   Top / arrow
   ========================================= */

.ct-all-services__top {
  position: relative;
  z-index: 1;

  display: flex;
  justify-content: flex-end;
}

.ct-all-services__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;

  font-size: 17px;

  color: #ffffff;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.ct-all-services__card:hover .ct-all-services__arrow {
  transform: translateX(4px);

  background: rgba(255, 255, 255, 0.08);
}


/* =========================================
   Content
   ========================================= */

.ct-all-services__content {
  position: relative;
  z-index: 1;
}

.ct-all-services__label {
  margin: 0 0 14px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.14em;
  text-transform: uppercase;

  color: var(--ct-orange);
}

.ct-all-services__content h3 {
  margin: 0 0 16px;

  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;

  color: #ffffff;
}

.ct-all-services__content h3 span {
  color: var(--ct-orange);
}

.ct-all-services__content > p:last-child {
  max-width: 310px;
  margin: 0;

  font-size: 15px;
  line-height: 1.65;

  color: #c8d3d9;
}


/* =========================================
   Cream cards
   ========================================= */

.ct-all-services__card--cream {
  border-color: rgba(13, 34, 48, 0.07);

  background: var(--ct-cream);
}

.ct-all-services__card--cream .ct-all-services__content h3 {
  color: var(--ct-navy-dark);
}

.ct-all-services__card--cream .ct-all-services__content > p:last-child {
  color: var(--ct-muted);
}

.ct-all-services__card--cream .ct-all-services__arrow {
  border-color: rgba(13, 34, 48, 0.2);

  color: var(--ct-navy-dark);
}

.ct-all-services__card--cream:hover .ct-all-services__arrow {
  background: rgba(13, 34, 48, 0.06);
}


/* =========================================
   Orange cards
   ========================================= */

.ct-all-services__card--orange {
  border-color: transparent;

  background:
    linear-gradient(
      145deg,
      #f3791c 0%,
      #ff923b 100%
    );
}

.ct-all-services__card--orange::before {
  background: var(--ct-navy-dark);
  opacity: 0.06;
}

.ct-all-services__card--orange:hover::before {
  opacity: 0.11;
}

.ct-all-services__card--orange .ct-all-services__label {
  color: rgba(13, 34, 48, 0.72);
}

.ct-all-services__card--orange .ct-all-services__content h3 {
  color: var(--ct-navy-dark);
}

.ct-all-services__card--orange .ct-all-services__content h3 span {
  color: #ffffff;
}

.ct-all-services__card--orange .ct-all-services__content > p:last-child {
  color: rgba(13, 34, 48, 0.82);
}

.ct-all-services__card--orange .ct-all-services__arrow {
  border-color: rgba(13, 34, 48, 0.25);

  color: var(--ct-navy-dark);
}

.ct-all-services__card--orange:hover .ct-all-services__arrow {
  background: rgba(13, 34, 48, 0.08);
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 1024px) {

  .ct-all-services {
    padding: 95px 0;
  }

  .ct-all-services__header {
    grid-template-columns: 1fr 300px;
    gap: 45px;
  }

  .ct-all-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-all-services__card {
    min-height: 330px;
  }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

  .ct-all-services {
    padding: 72px 0;
  }

  .ct-all-services::before {
    width: 230px;
    height: 230px;

    left: -120px;
    bottom: -100px;
  }

  .ct-all-services__inner {
    width: min(100% - 32px, 1180px);
  }

  .ct-all-services__header {
    grid-template-columns: 1fr;
    gap: 22px;

    margin-bottom: 42px;
  }

  .ct-all-services__title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ct-all-services__intro {
    max-width: 560px;
  }

  .ct-all-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ct-all-services__card {
    min-height: 300px;

    padding: 28px;
  }

}


/* =========================================
   Very small screens
   ========================================= */

@media (max-width: 420px) {

  .ct-all-services__inner {
    width: calc(100% - 28px);
  }

  .ct-all-services__card {
    min-height: 280px;

    padding: 25px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e4fe61 *//* =========================================
   Crosstek - Services Working Together
   ========================================= */

.ct-services-together {
  --ct-navy: #142d3d;
  --ct-navy-dark: #0d2230;
  --ct-orange: #f3791c;

  position: relative;
  overflow: hidden;

  padding: 120px 0;

  background:
    linear-gradient(
      135deg,
      var(--ct-navy-dark) 0%,
      var(--ct-navy) 100%
    );

  color: #ffffff;
}


/* Decorative Crosstek cog
   ========================================= */

.ct-services-together::before {
  content: "";
  position: absolute;

  width: 430px;
  height: 430px;

  left: -190px;
  top: -190px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.045;

  pointer-events: none;
}


/* Inner
   ========================================= */

.ct-services-together__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(70px, 9vw, 130px);

  align-items: start;
}


/* Header
   ========================================= */

.ct-services-together__header {
  max-width: 510px;
}

.ct-services-together__eyebrow {
  margin: 0 0 18px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: var(--ct-orange);
}

.ct-services-together__title {
  margin: 0;

  font-size: clamp(40px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.045em;

  color: #ffffff;
}

.ct-services-together__title span {
  color: var(--ct-orange);
}

.ct-services-together__intro {
  max-width: 480px;

  margin: 28px 0 0;

  font-size: 17px;
  line-height: 1.7;

  color: #c8d3d9;
}


/* List
   ========================================= */

.ct-services-together__list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}


/* Items
   ========================================= */

.ct-services-together__item {
  position: relative;

  padding: 36px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

  transition: padding-left 0.3s ease;
}

.ct-services-together__item:hover {
  padding-left: 10px;
}


/* Item content
   ========================================= */

.ct-services-together__item-content {
  position: relative;

  padding-right: 70px;
}


/* Small cog
   ========================================= */

.ct-services-together__item-content::after {
  content: "";
  position: absolute;

  width: 55px;
  height: 55px;

  right: 0;
  top: 0;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.06;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;

  pointer-events: none;
}

.ct-services-together__item:hover
.ct-services-together__item-content::after {
  opacity: 0.14;
  transform: rotate(10deg);
}


/* Item heading
   ========================================= */

.ct-services-together__item h3 {
  margin: 0 0 12px;

  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;

  color: #ffffff;
}

.ct-services-together__item h3 span {
  color: var(--ct-orange);
}


/* Item copy
   ========================================= */

.ct-services-together__item p {
  max-width: 550px;
  margin: 0;

  font-size: 15px;
  line-height: 1.65;

  color: #c8d3d9;
}


/* Tablet
   ========================================= */

@media (max-width: 1024px) {

  .ct-services-together {
    padding: 95px 0;
  }

  .ct-services-together__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 55px;
  }

}


/* Mobile
   ========================================= */

@media (max-width: 767px) {

  .ct-services-together {
    padding: 72px 0;
  }

  .ct-services-together::before {
    width: 250px;
    height: 250px;

    left: -110px;
    top: -100px;
  }

  .ct-services-together__inner {
    width: min(100% - 32px, 1180px);

    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ct-services-together__title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ct-services-together__intro {
    margin-top: 22px;
    font-size: 16px;
  }

  .ct-services-together__item {
    padding: 28px 0;
  }

  .ct-services-together__item:hover {
    padding-left: 0;
  }

  .ct-services-together__item-content {
    padding-right: 0;
  }

  .ct-services-together__item-content::after {
    display: none;
  }

}


/* Very small screens
   ========================================= */

@media (max-width: 420px) {

  .ct-services-together__inner {
    width: calc(100% - 28px);
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7929b64 *//* =========================================
   Crosstek - Not Sure Where To Start
   ========================================= */

.ct-services-guide {
  --ct-navy: #142d3d;
  --ct-navy-dark: #0d2230;
  --ct-orange: #f3791c;
  --ct-cream: #f7f5ef;
  --ct-muted: #63717a;

  position: relative;
  overflow: hidden;

  padding: 120px 0;

  background: var(--ct-cream);
}


/* Decorative cog
   ========================================= */

.ct-services-guide::before {
  content: "";
  position: absolute;

  width: 360px;
  height: 360px;

  right: -170px;
  bottom: -170px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.045;

  pointer-events: none;
}


/* Inner
   ========================================= */

.ct-services-guide__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);

  gap: clamp(70px, 9vw, 130px);

  align-items: center;
}


/* Left content
   ========================================= */

.ct-services-guide__content {
  max-width: 560px;
}

.ct-services-guide__eyebrow {
  margin: 0 0 18px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: var(--ct-orange);
}

.ct-services-guide__title {
  margin: 0;

  font-size: clamp(42px, 4.5vw, 60px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;

  color: var(--ct-navy-dark);
}

.ct-services-guide__title span {
  color: var(--ct-orange);
}

.ct-services-guide__intro {
  max-width: 520px;

  margin: 28px 0 0;

  font-size: 17px;
  line-height: 1.7;

  color: var(--ct-muted);
}


/* Button
   ========================================= */

.ct-services-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 52px;

  margin-top: 32px;

  padding: 15px 23px;

  border: 1px solid var(--ct-orange);
  border-radius: 999px;

  background: var(--ct-orange);

  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  color: var(--ct-navy-dark);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ct-services-guide__button:hover {
  background: var(--ct-navy-dark);
  border-color: var(--ct-navy-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.ct-services-guide__button span {
  transition: transform 0.25s ease;
}

.ct-services-guide__button:hover span {
  transform: translateX(4px);
}


/* Right panel
   ========================================= */

.ct-services-guide__panel {
  position: relative;
  overflow: hidden;

  padding: 42px;

  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      var(--ct-navy-dark) 0%,
      var(--ct-navy) 100%
    );
}


/* Panel cog
   ========================================= */

.ct-services-guide__panel::before {
  content: "";
  position: absolute;

  width: 190px;
  height: 190px;

  right: -70px;
  bottom: -75px;

  background: var(--ct-orange);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.06;

  pointer-events: none;
}


/* Panel heading
   ========================================= */

.ct-services-guide__panel-label {
  position: relative;
  z-index: 1;

  margin: 0 0 24px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: var(--ct-orange);
}


/* List
   ========================================= */

.ct-services-guide__list {
  position: relative;
  z-index: 1;

  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ct-services-guide__item {
  display: grid;
  grid-template-columns: 10px 1fr;

  gap: 16px;

  align-items: start;

  padding: 20px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ct-services-guide__dot {
  width: 7px;
  height: 7px;

  margin-top: 8px;

  border-radius: 50%;

  background: var(--ct-orange);
}

.ct-services-guide__item p {
  margin: 0;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;

  color: #ffffff;
}


/* Tablet
   ========================================= */

@media (max-width: 1024px) {

  .ct-services-guide {
    padding: 95px 0;
  }

  .ct-services-guide__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);

    gap: 55px;
  }

  .ct-services-guide__panel {
    padding: 36px;
  }

}


/* Mobile
   ========================================= */

@media (max-width: 767px) {

  .ct-services-guide {
    padding: 72px 0;
  }

  .ct-services-guide::before {
    width: 230px;
    height: 230px;

    right: -110px;
    bottom: -110px;
  }

  .ct-services-guide__inner {
    width: min(100% - 32px, 1180px);

    grid-template-columns: 1fr;

    gap: 48px;
  }

  .ct-services-guide__title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ct-services-guide__intro {
    margin-top: 22px;

    font-size: 16px;
  }

  .ct-services-guide__button {
    margin-top: 28px;
  }

  .ct-services-guide__panel {
    padding: 30px 28px;

    border-radius: 20px;
  }

  .ct-services-guide__item p {
    font-size: 15px;
  }

}


/* Very small screens
   ========================================= */

@media (max-width: 420px) {

  .ct-services-guide__inner {
    width: calc(100% - 28px);
  }

  .ct-services-guide__panel {
    padding: 28px 24px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-607c2ae7 */.ct-reviews__google {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(13, 34, 48, 0.12);
}

.ct-reviews__google svg {
  width: 22px;
  height: 22px;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7c3a3c *//* =========================================
   Crosstek - Final Service CTA
   ========================================= */

.ct-service-cta {
  --ct-navy: #142d3d;
  --ct-navy-dark: #0d2230;
  --ct-orange: #f3791c;
  --ct-white: #ffffff;

  position: relative;
  overflow: hidden;

  padding: 110px 0;

  background: #ffffff;
}


/* =========================================
   Inner
   ========================================= */

.ct-service-cta__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}


/* =========================================
   Main CTA panel
   ========================================= */

.ct-service-cta__panel {
  position: relative;
  overflow: hidden;

  padding: clamp(58px, 7vw, 88px);

  border-radius: 28px;

  background:
    linear-gradient(
      135deg,
      #f3791c 0%,
      #ff963f 100%
    );

  text-align: center;
}


/* =========================================
   Decorative Crosstek cog - top left
   ========================================= */

.ct-service-cta__panel::before {
  content: "";
  position: absolute;

  width: 280px;
  height: 280px;

  left: -105px;
  top: -120px;

  background: var(--ct-navy-dark);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.055;

  pointer-events: none;
}


/* =========================================
   Decorative Crosstek cog - bottom right
   ========================================= */

.ct-service-cta__panel::after {
  content: "";
  position: absolute;

  width: 330px;
  height: 330px;

  right: -125px;
  bottom: -155px;

  background: var(--ct-navy-dark);

  -webkit-mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");
  mask-image: url("https://crosstek.beaconhosted.co.uk/wp-content/uploads/2026/08/crosstek-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: 0.055;

  pointer-events: none;
}


/* =========================================
   Eyebrow
   ========================================= */

.ct-service-cta__eyebrow {
  position: relative;
  z-index: 1;

  margin: 0 0 18px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: var(--ct-navy-dark);
}


/* =========================================
   Heading
   ========================================= */

.ct-service-cta__title {
  position: relative;
  z-index: 1;

  max-width: 900px;
  margin: 0 auto;

  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;

  color: var(--ct-navy-dark);
}

.ct-service-cta__title span {
  color: var(--ct-white);
}


/* =========================================
   Copy
   ========================================= */

.ct-service-cta__copy {
  position: relative;
  z-index: 1;

  max-width: 680px;

  margin: 26px auto 0;

  font-size: 17px;
  line-height: 1.7;

  color: rgba(13, 34, 48, 0.82);
}


/* =========================================
   Button
   ========================================= */

.ct-service-cta__button {
  position: relative;
  z-index: 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 54px;

  margin-top: 32px;

  padding: 15px 24px;

  border: 1px solid var(--ct-navy-dark);
  border-radius: 999px;

  background: var(--ct-navy-dark);

  color: var(--ct-white);

  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ct-service-cta__button:hover {
  background: var(--ct-white);
  border-color: var(--ct-white);

  color: var(--ct-navy-dark);

  transform: translateY(-2px);
}

.ct-service-cta__button span {
  transition: transform 0.25s ease;
}

.ct-service-cta__button:hover span {
  transform: translateX(4px);
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 1024px) {

  .ct-service-cta {
    padding: 90px 0;
  }

  .ct-service-cta__panel {
    padding: 64px 50px;
  }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

  .ct-service-cta {
    padding: 72px 0;
  }

  .ct-service-cta__inner {
    width: min(100% - 32px, 1180px);
  }

  .ct-service-cta__panel {
    padding: 54px 28px;

    border-radius: 22px;
  }

  .ct-service-cta__panel::before {
    width: 190px;
    height: 190px;

    left: -85px;
    top: -80px;
  }

  .ct-service-cta__panel::after {
    width: 220px;
    height: 220px;

    right: -95px;
    bottom: -100px;
  }

  .ct-service-cta__title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ct-service-cta__copy {
    margin-top: 22px;

    font-size: 16px;
  }

  .ct-service-cta__button {
    margin-top: 28px;
  }

}


/* =========================================
   Very small screens
   ========================================= */

@media (max-width: 420px) {

  .ct-service-cta__inner {
    width: calc(100% - 28px);
  }

  .ct-service-cta__panel {
    padding: 48px 22px;
  }

}/* End custom CSS */