:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-31cc033 *//* =====================================================
   METRICOVA — WEB DESIGN PAGE
   Concept: DIGITAL BLUEPRINT / WEB ARCHITECTURE
   ===================================================== */

.wdx-page {

  --wdx-dark: #224248;
  --wdx-dark-2: #17383e;
  --wdx-teal: #325E6A;
  --wdx-aqua: #44A1A4;
  --wdx-orange: #FF9A00;

  --wdx-light: #eef5f4;
  --wdx-white: #ffffff;
  --wdx-text: #18383e;
  --wdx-muted: #657a7d;

  font-family: Arial, Helvetica, sans-serif;
  color: var(--wdx-text);
  background: var(--wdx-white);

  overflow: hidden;
}

.wdx-page *,
.wdx-page *::before,
.wdx-page *::after {
  box-sizing: border-box;
}

.wdx-page a {
  text-decoration: none;
}

.wdx-container {
  width: min(1240px, 92%);
  margin: auto;
}

.wdx-kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.5px;
  color: var(--wdx-aqua);
}


/* =====================================================
   HERO
   ===================================================== */

.wdx-hero {

  position: relative;

  color: white;

  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(68,161,164,.22),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #17383e,
      #224248
    );

  padding: 35px 0 110px;

  overflow: hidden;
}

.wdx-blueprint {

  position: absolute;
  inset: 0;

  opacity: .16;

  background-image:
    linear-gradient(
      rgba(255,255,255,.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.12) 1px,
      transparent 1px
    );

  background-size: 50px 50px;

  mask-image: linear-gradient(
    to right,
    transparent,
    black 30%,
    black 80%,
    transparent
  );
}

.wdx-hero-top {

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 35px;

  border-bottom: 1px solid rgba(255,255,255,.12);
}

.wdx-breadcrumb {

  font-size: 9px;
  letter-spacing: 2px;
  color: #8eacad;
}

.wdx-status {

  display: flex;
  gap: 9px;
  align-items: center;

  font-size: 9px;
  letter-spacing: 2px;
  color: #9bc4c5;
}

.wdx-status span {

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--wdx-orange);

  box-shadow: 0 0 15px var(--wdx-orange);
}

.wdx-hero-grid {

  position: relative;

  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 70px;

  align-items: center;

  padding-top: 75px;
}

.wdx-label {

  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 28px;

  color: #9cc9ca;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.wdx-label span {

  color: var(--wdx-orange);

  font-size: 14px;
}

.wdx-hero-copy h1 {

  margin: 0;

  font-size: clamp(55px, 7vw, 105px);

  line-height: .83;

  letter-spacing: -6px;

  font-weight: 900;
}

.wdx-hero-copy h1 span {

  display: block;

  color: var(--wdx-aqua);
}

.wdx-hero-copy h1 em {

  display: block;

  color: var(--wdx-orange);

  font-style: normal;
}

.wdx-hero-lead {

  max-width: 650px;

  margin: 35px 0;

  color: #bfd1d2;

  font-size: 16px;

  line-height: 1.8;
}

.wdx-hero-lead strong {

  color: white;
}

.wdx-hero-actions {

  display: flex;
  flex-wrap: wrap;

  gap: 14px;
}

.wdx-btn {

  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;

  padding: 16px 21px;

  font-size: 11px;
  font-weight: 900;

  letter-spacing: .5px;

  transition: .3s ease;
}

.wdx-btn span {

  font-size: 19px;
}

.wdx-btn-orange {

  color: var(--wdx-dark);

  background: var(--wdx-orange);
}

.wdx-btn-orange:hover {

  transform: translateY(-4px);

  box-shadow:
    0 15px 35px rgba(255,154,0,.25);
}

.wdx-btn-line {

  color: white;

  border: 1px solid rgba(255,255,255,.25);
}

.wdx-btn-line:hover {

  color: var(--wdx-aqua);

  border-color: var(--wdx-aqua);
}

.wdx-hero-data {

  display: flex;

  gap: 35px;

  margin-top: 55px;
}

.wdx-hero-data div {

  padding-left: 14px;

  border-left: 1px solid rgba(255,255,255,.18);
}

.wdx-hero-data strong {

  display: block;

  color: var(--wdx-orange);

  font-size: 20px;
}

.wdx-hero-data span {

  display: block;

  margin-top: 5px;

  color: #8da8aa;

  font-size: 9px;

  text-transform: uppercase;

  letter-spacing: 1px;
}


/* =====================================================
   BROWSER VISUAL
   ===================================================== */

.wdx-hero-visual {

  position: relative;

  min-height: 570px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.wdx-browser {

  position: relative;

  z-index: 3;

  width: min(570px, 100%);

  background: #edf5f4;

  padding: 8px;

  transform: rotate(2deg);

  box-shadow:
    0 40px 80px rgba(0,0,0,.35),
    0 0 80px rgba(68,161,164,.15);

  transition: .5s ease;
}

.wdx-browser:hover {

  transform: rotate(0deg) translateY(-8px);
}

.wdx-browser-bar {

  display: grid;

  grid-template-columns: 70px 1fr 50px;

  align-items: center;

  height: 38px;

  padding: 0 10px;

  color: #708487;

  background: white;

  font-size: 8px;
}

.wdx-browser-dots {

  display: flex;

  gap: 5px;
}

.wdx-browser-dots i {

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #b4c3c4;
}

.wdx-browser-url {

  text-align: center;

  padding: 7px;

  border-radius: 20px;

  background: #eef3f2;

  color: #6c8082;

  letter-spacing: 1px;
}

.wdx-browser-menu {

  text-align: right;

  letter-spacing: 1px;
}

.wdx-browser-content {

  min-height: 450px;

  padding: 55px 50px;

  background:

    linear-gradient(
      135deg,
      rgba(34,66,72,.98),
      rgba(50,94,106,.95)
    );

  position: relative;

  overflow: hidden;
}

.wdx-browser-content::before {

  content: "";

  position: absolute;

  width: 350px;
  height: 350px;

  border-radius: 50%;

  border: 1px solid rgba(255,255,255,.12);

  right: -130px;
  top: -100px;
}

.wdx-browser-small {

  position: relative;

  color: var(--wdx-orange);

  font-size: 8px;

  font-weight: 900;

  letter-spacing: 2px;
}

.wdx-browser-content h2 {

  position: relative;

  margin: 30px 0 20px;

  color: white;

  font-size: 60px;

  line-height: .85;

  letter-spacing: -4px;
}

.wdx-browser-content h2 span {

  display: block;

  color: var(--wdx-aqua);
}

.wdx-browser-content p {

  position: relative;

  max-width: 250px;

  color: #bed0d1;

  font-size: 12px;

  line-height: 1.6;
}

.wdx-browser-button {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 145px;

  margin-top: 30px;

  padding: 13px 15px;

  color: var(--wdx-dark);

  background: var(--wdx-orange);

  font-size: 9px;

  font-weight: 900;
}

.wdx-browser-grid {

  position: absolute;

  right: 35px;

  bottom: 35px;

  display: grid;

  grid-template-columns: repeat(2, 45px);

  gap: 7px;
}

.wdx-browser-grid span {

  height: 45px;

  border: 1px solid rgba(255,255,255,.15);
}

.wdx-browser-grid span:nth-child(2) {

  background: var(--wdx-aqua);
}

.wdx-browser-grid span:nth-child(3) {

  grid-column: span 2;

  width: 97px;

  background: rgba(255,154,0,.8);
}

.wdx-floating {

  position: absolute;

  z-index: 5;

  min-width: 175px;

  padding: 15px 18px;

  background: rgba(20,49,55,.94);

  border: 1px solid rgba(255,255,255,.15);

  box-shadow: 0 20px 45px rgba(0,0,0,.3);

  backdrop-filter: blur(10px);
}

.wdx-floating span {

  color: var(--wdx-orange);

  font-size: 9px;

  letter-spacing: 1px;
}

.wdx-floating strong {

  display: block;

  margin: 5px 0;

  color: white;

  font-size: 11px;
}

.wdx-floating small {

  color: #91abad;

  font-size: 8px;
}

.wdx-float-a {

  left: -20px;

  top: 20%;
}

.wdx-float-b {

  right: -15px;

  bottom: 17%;
}

.wdx-orbit {

  position: absolute;

  width: 450px;
  height: 450px;

  border: 1px solid rgba(68,161,164,.25);

  border-radius: 50%;
}

.wdx-orbit::after {

  content: "";

  position: absolute;

  width: 12px;
  height: 12px;

  top: 50px;
  right: 35px;

  background: var(--wdx-orange);

  border-radius: 50%;

  box-shadow: 0 0 25px var(--wdx-orange);
}


/* =====================================================
   INTRO
   ===================================================== */

.wdx-intro {

  padding: 125px 0;

  background: white;
}

.wdx-section-tag {

  display: flex;

  gap: 15px;

  align-items: center;

  margin-bottom: 45px;

  color: var(--wdx-teal);

  font-size: 10px;

  font-weight: 900;

  letter-spacing: 2px;
}

.wdx-section-tag span {

  color: var(--wdx-orange);

  font-size: 14px;
}

.wdx-intro-grid {

  display: grid;

  grid-template-columns: 1.15fr .85fr;

  gap: 100px;
}

.wdx-intro h2 {

  margin: 0;

  font-size: clamp(48px, 6vw, 80px);

  line-height: .9;

  letter-spacing: -5px;
}

.wdx-intro h2 em {

  color: var(--wdx-aqua);

  font-style: normal;
}

.wdx-intro-copy p {

  color: var(--wdx-muted);

  font-size: 15px;

  line-height: 1.85;

  margin: 0 0 22px;
}

.wdx-intro-copy strong {

  color: var(--wdx-dark);
}


/* =====================================================
   PRINCIPLES
   ===================================================== */

.wdx-principles {

  padding: 120px 0;

  background: var(--wdx-light);
}

.wdx-principles-heading {

  display: grid;

  grid-template-columns: 1fr .7fr;

  gap: 90px;

  align-items: end;

  margin-bottom: 55px;
}

.wdx-principles-heading h2 {

  margin: 20px 0 0;

  font-size: clamp(48px, 6vw, 78px);

  line-height: .9;

  letter-spacing: -4px;
}

.wdx-principles-heading h2 em {

  color: var(--wdx-orange);

  font-style: normal;
}

.wdx-principles-heading p {

  color: var(--wdx-muted);

  line-height: 1.8;
}

.wdx-principle-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;
}

.wdx-principle {

  position: relative;

  min-height: 330px;

  padding: 30px;

  background: white;

  border: 1px solid #dce7e6;

  transition: .35s ease;

  overflow: hidden;
}

.wdx-principle:hover {

  transform: translateY(-8px);

  border-color: var(--wdx-aqua);

  box-shadow: 0 25px 45px rgba(34,66,72,.09);
}

.wdx-principle > span {

  color: var(--wdx-orange);

  font-size: 10px;

  font-weight: 900;
}

.wdx-principle-symbol {

  margin: 45px 0 25px;

  color: var(--wdx-aqua);

  font-size: 40px;

  font-weight: 900;
}

.wdx-principle h3 {

  margin: 0 0 12px;

  font-size: 22px;
}

.wdx-principle p {

  color: #6c8083;

  font-size: 13px;

  line-height: 1.7;
}

.wdx-principle b {

  position: absolute;

  left: 30px;

  bottom: 25px;

  color: var(--wdx-teal);

  font-size: 9px;

  letter-spacing: 2px;
}

.wdx-principle-main {

  grid-column: span 2;

  background: var(--wdx-dark);

  color: white;
}

.wdx-principle-main p {

  max-width: 600px;

  color: #b8cccd;
}

.wdx-principle-main b {

  color: var(--wdx-orange);
}

.wdx-principle-dark {

  color: white;

  background: var(--wdx-teal);
}

.wdx-principle-dark p {

  color: #c1d2d3;
}

.wdx-principle-dark b {

  color: var(--wdx-orange);
}


/* =====================================================
   SERVICES
   ===================================================== */

.wdx-services {

  padding: 125px 0;

  background: white;
}

.wdx-section-head {

  display: grid;

  grid-template-columns: 1fr .7fr;

  gap: 80px;

  align-items: end;

  margin-bottom: 60px;
}

.wdx-section-head h2 {

  margin: 20px 0 0;

  font-size: clamp(48px, 6vw, 78px);

  line-height: .9;

  letter-spacing: -4px;
}

.wdx-section-head h2 em {

  color: var(--wdx-aqua);

  font-style: normal;
}

.wdx-section-head p {

  color: var(--wdx-muted);

  line-height: 1.8;
}

.wdx-services-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

.wdx-service-card {

  position: relative;

  min-height: 300px;

  padding: 28px;

  background: #f2f7f6;

  border: 1px solid #dce7e6;

  transition: .35s ease;

  overflow: hidden;
}

.wdx-service-card::after {

  content: "";

  position: absolute;

  width: 140px;
  height: 140px;

  border-radius: 50%;

  background: rgba(68,161,164,.08);

  right: -60px;
  bottom: -60px;

  transition: .4s ease;
}

.wdx-service-card:hover {

  transform: translateY(-8px);

  background: white;

  border-color: var(--wdx-aqua);

  box-shadow: 0 25px 45px rgba(34,66,72,.08);
}

.wdx-service-card:hover::after {

  transform: scale(1.8);
}

.wdx-service-card > span {

  color: var(--wdx-orange);

  font-size: 10px;

  font-weight: 900;
}

.wdx-service-card h3 {

  margin: 50px 0 14px;

  font-size: 21px;

  position: relative;

  z-index: 2;
}

.wdx-service-card p {

  position: relative;

  z-index: 2;

  color: #6a7e81;

  font-size: 13px;

  line-height: 1.7;
}

.wdx-service-card a {

  position: absolute;

  z-index: 3;

  bottom: 25px;
  left: 28px;

  color: var(--wdx-dark);

  font-size: 9px;

  font-weight: 900;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.wdx-service-feature {

  grid-column: span 2;

  color: white;

  background: var(--wdx-dark);
}

.wdx-service-feature p {

  color: #b9cdce;

  max-width: 480px;
}

.wdx-service-feature a {

  color: var(--wdx-orange);
}

.wdx-card-number {

  position: absolute;

  top: 30px;
  right: 28px;

  color: rgba(255,255,255,.08);

  font-size: 65px;

  font-weight: 900;
}


/* =====================================================
   ARCHITECTURE
   ===================================================== */

.wdx-architecture {

  padding: 125px 0;

  color: white;

  background: var(--wdx-dark);
}

.wdx-architecture-top {

  display: grid;

  grid-template-columns: 1fr .7fr;

  gap: 80px;

  align-items: end;
}

.wdx-architecture h2 {

  margin: 20px 0 0;

  font-size: clamp(48px, 6vw, 78px);

  line-height: .9;

  letter-spacing: -4px;
}

.wdx-architecture h2 em {

  color: var(--wdx-orange);

  font-style: normal;
}

.wdx-architecture-top p {

  color: #b3c8c9;

  line-height: 1.8;
}

.wdx-flow {

  display: grid;

  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;

  align-items: center;

  margin-top: 75px;
}

.wdx-flow-item {

  min-height: 160px;

  padding: 25px;

  border: 1px solid rgba(255,255,255,.14);

  background: rgba(255,255,255,.03);
}

.wdx-flow-item span {

  color: var(--wdx-orange);

  font-size: 10px;
}

.wdx-flow-item strong {

  display: block;

  margin: 35px 0 8px;

  font-size: 14px;
}

.wdx-flow-item small {

  color: #91aaac;

  font-size: 9px;
}

.wdx-flow-arrow {

  color: var(--wdx-aqua);

  text-align: center;

  font-size: 22px;
}


/* =====================================================
   SEARCH / SEO / AEO / GEO
   ===================================================== */

.wdx-search {

  padding: 125px 0;

  background: #f3f7f6;
}

.wdx-search-grid {

  display: grid;

  grid-template-columns: .85fr 1.15fr;

  gap: 100px;
}

.wdx-search-title h2 {

  margin: 20px 0;

  font-size: clamp(48px, 6vw, 78px);

  line-height: .88;

  letter-spacing: -4px;
}

.wdx-search-title h2 em {

  color: var(--wdx-aqua);

  font-style: normal;
}

.wdx-search-content p {

  color: var(--wdx-muted);

  line-height: 1.85;

  font-size: 15px;
}

.wdx-search-boxes {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 10px;

  margin-top: 40px;
}

.wdx-search-boxes div {

  padding: 22px;

  background: white;

  border: 1px solid #dbe6e5;
}

.wdx-search-boxes b {

  display: block;

  color: var(--wdx-orange);

  font-size: 22px;
}

.wdx-search-boxes span {

  display: block;

  margin-top: 8px;

  color: #657a7d;

  font-size: 9px;

  line-height: 1.5;
}


/* =====================================================
   SHIMLA
   ===================================================== */

.wdx-shimla {

  position: relative;

  padding: 135px 0;

  color: white;

  background:
    linear-gradient(
      120deg,
      rgba(23,56,62,.98),
      rgba(34,66,72,.94)
    );

  overflow: hidden;
}

.wdx-shimla-lines {

  position: absolute;

  width: 900px;
  height: 900px;

  right: -350px;
  top: -300px;

  border: 1px solid rgba(68,161,164,.2);

  border-radius: 50%;
}

.wdx-shimla-lines::before,
.wdx-shimla-lines::after {

  content: "";

  position: absolute;

  border: 1px solid rgba(255,154,0,.13);

  border-radius: 50%;
}

.wdx-shimla-lines::before {

  width: 650px;
  height: 650px;

  top: 125px;
  left: 125px;
}

.wdx-shimla-lines::after {

  width: 400px;
  height: 400px;

  top: 250px;
  left: 250px;
}

.wdx-shimla-grid {

  position: relative;

  display: grid;

  grid-template-columns: .8fr 1.2fr;

  gap: 100px;
}

.wdx-shimla h2 {

  margin: 20px 0;

  font-size: clamp(50px, 6vw, 85px);

  line-height: .88;

  letter-spacing: -5px;
}

.wdx-shimla h2 em {

  color: var(--wdx-orange);

  font-style: normal;
}

.wdx-shimla-copy p {

  color: #bdd0d1;

  line-height: 1.85;

  font-size: 15px;
}

.wdx-shimla-copy strong {

  color: white;
}

.wdx-local-tags {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-top: 30px;
}

.wdx-local-tags span {

  padding: 9px 12px;

  color: #a9c2c3;

  border: 1px solid rgba(255,255,255,.13);

  font-size: 9px;
}


/* =====================================================
   INDUSTRIES
   ===================================================== */

.wdx-industries {

  padding: 125px 0;

  background: white;
}

.wdx-industries-heading {

  max-width: 850px;

  margin-bottom: 60px;
}

.wdx-industries-heading h2 {

  margin: 20px 0;

  font-size: clamp(48px, 6vw, 78px);

  line-height: .9;

  letter-spacing: -4px;
}

.wdx-industries-heading h2 em {

  color: var(--wdx-orange);

  font-style: normal;
}

.wdx-industries-heading p {

  max-width: 700px;

  color: var(--wdx-muted);

  line-height: 1.8;
}

.wdx-industry-list {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  border-top: 1px solid #dbe5e4;
}

.wdx-industry-list div {

  display: grid;

  grid-template-columns: 45px 1fr;

  align-items: center;

  column-gap: 20px;

  padding: 25px 0;

  border-bottom: 1px solid #dbe5e4;

}

.wdx-industry-list div:nth-child(odd) {

  padding-right: 30px;

  border-right: 1px solid #dbe5e4;
}

.wdx-industry-list div:nth-child(even) {

  padding-left: 30px;
}

.wdx-industry-list span {

  color: var(--wdx-orange);

  font-size: 10px;

  font-weight: 900;
}

.wdx-industry-list strong {

  font-size: 18px;
}

.wdx-industry-list small {

  grid-column: 2;

  margin-top: 5px;

  color: #718487;

  font-size: 9px;
}


/* =====================================================
   WORKFLOW
   ===================================================== */

.wdx-workflow {

  padding: 125px 0;

  background: var(--wdx-light);
}

.wdx-workflow-title h2 {

  margin: 20px 0 65px;

  font-size: clamp(50px, 6vw, 82px);

  line-height: .85;

  letter-spacing: -5px;
}

.wdx-workflow-title h2 em {

  color: var(--wdx-aqua);

  font-style: normal;
}

.wdx-work-row {

  display: grid;

  grid-template-columns: 70px 1fr 100px;

  gap: 25px;

  align-items: center;

  padding: 30px 0;

  border-top: 1px solid #d1dfde;

  transition: .3s ease;
}

.wdx-work-row:hover {

  padding-left: 15px;
}

.wdx-work-row > span {

  color: var(--wdx-orange);

  font-weight: 900;

  font-size: 12px;
}

.wdx-work-row h3 {

  margin: 0 0 7px;

  font-size: 22px;
}

.wdx-work-row p {

  max-width: 700px;

  margin: 0;

  color: #687d80;

  line-height: 1.7;

  font-size: 13px;
}

.wdx-work-row > strong {

  color: var(--wdx-teal);

  font-size: 8px;

  letter-spacing: 1px;

  text-align: right;
}


/* =====================================================
   QUALITY
   ===================================================== */

.wdx-quality {

  padding: 125px 0;
}

.wdx-quality-grid {

  display: grid;

  grid-template-columns: .8fr 1.2fr;

  gap: 100px;
}

.wdx-quality h2 {

  margin: 20px 0;

  font-size: clamp(50px, 6vw, 80px);

  line-height: .88;

  letter-spacing: -5px;
}

.wdx-quality h2 em {

  color: var(--wdx-orange);

  font-style: normal;
}

.wdx-quality-content > p {

  margin: 0 0 45px;

  color: var(--wdx-muted);

  font-size: 15px;

  line-height: 1.85;
}

.wdx-quality-points {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

.wdx-quality-points div {

  padding: 25px;

  background: var(--wdx-light);

  border: 1px solid #dbe6e5;
}

.wdx-quality-points span {

  color: var(--wdx-orange);

  font-size: 10px;

  font-weight: 900;
}

.wdx-quality-points strong {

  display: block;

  margin: 25px 0 10px;

  font-size: 17px;
}

.wdx-quality-points p {

  margin: 0;

  color: #6b7f82;

  font-size: 12px;

  line-height: 1.65;
}


/* =====================================================
   FAQ
   ===================================================== */

.wdx-faq {

  padding: 125px 0;

  background: #f3f7f6;
}

.wdx-faq-heading h2 {

  margin: 20px 0 60px;

  font-size: clamp(50px, 6vw, 80px);

  line-height: .85;

  letter-spacing: -5px;
}

.wdx-faq-heading h2 em {

  color: var(--wdx-aqua);

  font-style: normal;
}

.wdx-faq-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

.wdx-faq-grid details {

  background: white;

  border: 1px solid #dbe6e5;
}

.wdx-faq-grid summary {

  list-style: none;

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  gap: 20px;

  padding: 24px;

  font-size: 14px;

  font-weight: 800;
}

.wdx-faq-grid summary::-webkit-details-marker {

  display: none;
}

.wdx-faq-grid summary span {

  color: var(--wdx-orange);

  font-size: 20px;
}

.wdx-faq-grid details p {

  margin: 0;

  padding: 0 24px 25px;

  color: #687d80;

  font-size: 13px;

  line-height: 1.75;
}


/* =====================================================
   FINAL CTA
   ===================================================== */

.wdx-final {

  position: relative;

  padding: 145px 0;

  color: white;

  background: var(--wdx-dark);

  overflow: hidden;
}

.wdx-final-grid {

  position: absolute;

  inset: 0;

  opacity: .12;

  background-image:
    linear-gradient(
      rgba(255,255,255,.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.12) 1px,
      transparent 1px
    );

  background-size: 45px 45px;

  mask-image: linear-gradient(
    to right,
    transparent,
    black,
    transparent
  );
}

.wdx-final-content {

  position: relative;

  z-index: 2;

  max-width: 950px;
}

.wdx-final h2 {

  margin: 25px 0 35px;

  font-size: clamp(55px, 8vw, 105px);

  line-height: .82;

  letter-spacing: -6px;
}

.wdx-final h2 em {

  color: var(--wdx-aqua);

  font-style: normal;
}

.wdx-final h2 span {

  color: var(--wdx-orange);
}

.wdx-final-content > p {

  max-width: 680px;

  color: #b9cdce;

  line-height: 1.8;

  font-size: 15px;
}

.wdx-final-actions {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 30px;

  margin-top: 35px;
}

.wdx-phone {

  color: white;

  font-size: 17px;

  font-weight: 900;
}

.wdx-phone small {

  display: block;

  margin-bottom: 5px;

  color: var(--wdx-aqua);

  font-size: 8px;

  letter-spacing: 2px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1000px) {

  .wdx-hero-grid,
  .wdx-intro-grid,
  .wdx-principles-heading,
  .wdx-section-head,
  .wdx-architecture-top,
  .wdx-search-grid,
  .wdx-shimla-grid,
  .wdx-quality-grid {

    grid-template-columns: 1fr;

    gap: 55px;
  }

  .wdx-hero-visual {

    max-width: 700px;

    margin: auto;

    width: 100%;
  }

  .wdx-principle-grid {

    grid-template-columns: 1fr 1fr;
  }

  .wdx-principle-main {

    grid-column: span 2;
  }

  .wdx-services-grid {

    grid-template-columns: 1fr 1fr;
  }

  .wdx-service-feature {

    grid-column: span 2;
  }

  .wdx-flow {

    grid-template-columns: 1fr 1fr;

    gap: 12px;
  }

  .wdx-flow-arrow {

    display: none;
  }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 650px) {

  .wdx-hero {

    padding-bottom: 70px;
  }

  .wdx-hero-top {

    align-items: flex-start;

    gap: 15px;

    flex-direction: column;
  }

  .wdx-hero-grid {

    padding-top: 55px;

    gap: 50px;
  }

  .wdx-hero-copy h1 {

    font-size: 55px;

    letter-spacing: -3px;
  }

  .wdx-hero-lead {

    font-size: 14px;
  }

  .wdx-hero-data {

    gap: 12px;

    justify-content: space-between;
  }

  .wdx-hero-data div {

    padding-left: 8px;
  }

  .wdx-hero-data span {

    font-size: 7px;
  }

  .wdx-hero-visual {

    min-height: 460px;

    padding: 5px;
  }

  .wdx-browser {

    transform: none;
  }

  .wdx-browser-content {

    min-height: 360px;

    padding: 40px 25px;
  }

  .wdx-browser-content h2 {

    font-size: 42px;

    letter-spacing: -3px;
  }

  .wdx-floating {

    min-width: 125px;

    padding: 10px;
  }

  .wdx-floating strong {

    font-size: 9px;
  }

  .wdx-floating small {

    font-size: 7px;
  }

  .wdx-float-a {

    left: -8px;

    top: 15%;
  }

  .wdx-float-b {

    right: -8px;

    bottom: 13%;
  }

  .wdx-orbit {

    width: 320px;

    height: 320px;
  }

  .wdx-intro,
  .wdx-principles,
  .wdx-services,
  .wdx-architecture,
  .wdx-search,
  .wdx-shimla,
  .wdx-industries,
  .wdx-workflow,
  .wdx-quality,
  .wdx-faq {

    padding: 80px 0;
  }

  .wdx-intro h2,
  .wdx-principles-heading h2,
  .wdx-section-head h2,
  .wdx-architecture h2,
  .wdx-search-title h2,
  .wdx-shimla h2,
  .wdx-industries-heading h2,
  .wdx-workflow-title h2,
  .wdx-quality h2,
  .wdx-faq-heading h2 {

    font-size: 48px;

    letter-spacing: -3px;
  }

  .wdx-principle-grid,
  .wdx-services-grid,
  .wdx-search-boxes,
  .wdx-quality-points,
  .wdx-faq-grid {

    grid-template-columns: 1fr;
  }

  .wdx-principle-main,
  .wdx-service-feature {

    grid-column: span 1;
  }

  .wdx-principle {

    min-height: 300px;
  }

  .wdx-flow {

    grid-template-columns: 1fr;
  }

  .wdx-flow-item {

    min-height: auto;
  }

  .wdx-industry-list {

    grid-template-columns: 1fr;
  }

  .wdx-industry-list div:nth-child(odd) {

    padding-right: 0;

    border-right: 0;
  }

  .wdx-industry-list div:nth-child(even) {

    padding-left: 0;
  }

  .wdx-work-row {

    grid-template-columns: 40px 1fr;
  }

  .wdx-work-row > strong {

    display: none;
  }

  .wdx-final {

    padding: 90px 0;
  }

  .wdx-final h2 {

    font-size: 55px;

    letter-spacing: -3px;
  }

  .wdx-final-actions {

    align-items: flex-start;

    flex-direction: column;
  }

}/* End custom CSS */