.elementor-467 .elementor-element.elementor-element-23b6359{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-5601938{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-966f79f */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.mcs-service-page,
.mcs-service-page * {
  box-sizing: border-box;
}

.mcs-service-page {
  width: 100%;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  background: #f6efe1;
  color: #101010;
}

.mcs-service-page a {
  text-decoration: none;
}

.mcs-service-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

:root {
  --mcs-dark: #12190d;
  --mcs-olive: #26301b;
  --mcs-gold: #c2a156;
  --mcs-gold-dark: #9b7b32;
  --mcs-cream: #f6efe1;
  --mcs-light: #fffaf1;
  --mcs-border: rgba(38, 48, 27, 0.16);
}

.mcs-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.mcs-pattern-light {
  background-color: var(--mcs-light);
  background-image:
    linear-gradient(135deg, rgba(38, 48, 27, 0.035) 25%, transparent 25%),
    linear-gradient(225deg, rgba(38, 48, 27, 0.035) 25%, transparent 25%);
  background-position: 24px 0, 24px 0;
  background-size: 48px 48px;
}

.mcs-pattern-dark {
  background-color: var(--mcs-dark);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045) 25%, transparent 25%),
    linear-gradient(225deg, rgba(194, 161, 86, 0.04) 25%, transparent 25%);
  background-position: 28px 0, 28px 0;
  background-size: 56px 56px;
}

/* HERO */
.mcs-hero {
  min-height: 92vh;
  padding: 90px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(194, 161, 86, 0.28), transparent 24%),
    linear-gradient(115deg, rgba(18, 25, 13, 0.98), rgba(38, 48, 27, 0.93)),
    url("https://mcsgeoamd.com/wp-content/uploads/2026/05/construction-bg.jpg");
  background-size: cover;
  background-position: center;
}

.hero-grid {
  min-height: calc(92vh - 170px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--mcs-gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.hero-content h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: 0.96;
  letter-spacing: -3.5px;
  font-weight: 900;
}

.hero-content h1 span {
  color: var(--mcs-gold);
}

.hero-content p {
  max-width: 660px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

.hero-buttons,
.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-dark {
  min-height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.btn-primary {
  background: var(--mcs-gold);
  color: #111;
  border: 1px solid var(--mcs-gold);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.055);
}

.btn-dark {
  color: #fff;
  background: var(--mcs-olive);
  border: 1px solid var(--mcs-olive);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-dark:hover {
  transform: translateY(-3px);
}

/* DIAMOND IMAGES */
.hero-diamond-area {
  position: relative;
  min-height: 470px;
}

.hero-diamond,
.feature-diamond {
  position: absolute;
  overflow: hidden;
  transform: rotate(45deg);
  background: #ddd;
  border: 7px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.38);
}

.hero-diamond img,
.feature-diamond img {
  transform: rotate(-45deg) scale(1.43);
}

.hero-diamond-one {
  width: 330px;
  height: 330px;
  left: 20px;
  top: 75px;
  z-index: 3;
}

.hero-diamond-two {
  width: 230px;
  height: 230px;
  right: 12px;
  top: 10px;
}

.hero-diamond-three {
  width: 230px;
  height: 230px;
  right: 12px;
  bottom: 18px;
}

/* SECTION TITLE */
.section-title {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.7px;
  font-weight: 900;
}

.section-title p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.eyebrow-dark {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--mcs-gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

/* SOLUTION ICON SVG */
.solution-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* TESTING SOLUTIONS CARDS */
.testing-solutions-section {
  padding: 72px 0 44px;
}

.solution-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.solution-card {
  min-height: 230px;
  padding: 34px 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(38, 48, 27, 0.14);
  border-radius: 16px;
  text-align: center;
  transition: 0.28s ease;
}

.solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(194, 161, 86, 0.55);
  box-shadow: 0 24px 50px rgba(38, 48, 27, 0.12);
}

.solution-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  color: var(--mcs-olive);
}

.solution-card h3 {
  margin: 0 0 12px;
  color: #050505;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.solution-card p {
  margin: 0;
  color: #5f6570;
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 500;
}

/* OUR TESTING SERVICES - EXACT CLEAN ICON STYLE */
.testing-services-section {
  padding: 70px 0 80px;
  background: #ffffff;
  background-image: none;
}

.testing-services-heading {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.testing-services-heading h2 {
  margin: 0 0 14px;
  color: #000;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1px;
}

.testing-services-heading p {
  max-width: 850px;
  margin: 0 auto;
  color: #5f6570;
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 400;
}

.testing-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 42px;
  row-gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
}

.testing-service-item {
  padding: 0 12px;
  text-align: center;
}

.testing-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testing-icon i {
  font-size: 54px;
  line-height: 1;
  color: #000;
}

.testing-service-item h3 {
  margin: 0 0 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.testing-service-item p {
  max-width: 420px;
  margin: 0 auto;
  color: #5f6570;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* SMALL HEADING */
.small-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  margin-bottom: 38px;
}

.small-heading span {
  width: 42px;
  height: 1px;
  background: var(--mcs-gold);
}

.small-heading h2 {
  margin: 0;
  color: var(--mcs-olive);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 900;
}

/* FEATURE */
.feature-section {
  padding: 20px 0;
  background-color: #f6efe1;
}

.feature-grid {
  min-height: 460px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 40px;
}

.feature-content h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: -2px;
  font-weight: 900;
}

.feature-content p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #222;
  font-size: 16px;
  line-height: 1.72;
}

.feature-diamond-area {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.feature-diamond {
  border-color: #f6efe1;
}

.feature-diamond-one {
  width: 300px;
  height: 300px;
  left: 70px;
  top: 70px;
}

.feature-diamond-two {
  width: 230px;
  height: 230px;
  right: 120px;
  top: 22px;
}

.feature-diamond-three {
  width: 230px;
  height: 230px;
  right: 40px;
  bottom: 32px;
}

/* WHY */
.why-section {
  padding: 42px 0 36px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid var(--mcs-border);
  border-bottom: 1px solid var(--mcs-border);
}

.why-item {
  min-height: 118px;
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid var(--mcs-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.why-item:last-child {
  border-right: 0;
}

/* WORKFLOW */
.workflow-section {
  padding: 32px 0 46px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  align-items: center;
  gap: 10px;
}

.workflow-step {
  text-align: center;
}

.workflow-step strong {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fffaf1;
  border: 2px solid rgba(38, 48, 27, 0.55);
  color: var(--mcs-olive);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
}

.workflow-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.workflow-arrow {
  color: #9d8340;
  font-size: 36px;
  text-align: center;
}

/* CTA */
.cta-section {
  padding: 62px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 25, 13, 0.97), rgba(38, 48, 27, 0.94)),
    url("https://mcsgeoamd.com/wp-content/uploads/2026/05/construction-bg.jpg");
  background-size: cover;
  background-position: center;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
}

.cta-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.4px;
  font-weight: 900;
}

.cta-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.65;
}

/* LAPTOP */
@media (max-width: 1200px) {
  .solution-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-diamond-one {
    width: 290px;
    height: 290px;
  }

  .hero-diamond-two,
  .hero-diamond-three {
    width: 205px;
    height: 205px;
  }
}

/* TABLET */
@media (max-width: 900px) {
  .mcs-hero {
    min-height: auto;
    padding: 80px 0 60px;
  }

  .hero-grid,
  .feature-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-diamond-area {
    min-height: 380px;
  }

  .hero-diamond-one {
    left: 150px;
    top: 54px;
    width: 260px;
    height: 260px;
  }

  .hero-diamond-two,
  .hero-diamond-three {
    width: 180px;
    height: 180px;
  }

  .hero-diamond-two {
    right: 130px;
  }

  .hero-diamond-three {
    right: 90px;
  }

  .solution-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .testing-services-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 34px;
    row-gap: 42px;
  }

  .testing-solutions-section {
    padding: 58px 0 34px;
  }

  .testing-services-section {
    padding: 60px 0 70px;
  }

  .feature-diamond-area {
    min-height: 365px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workflow-arrow {
    transform: rotate(90deg);
    font-size: 28px;
  }

  .cta-buttons {
    justify-content: flex-start;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .mcs-container {
    width: calc(100% - 32px);
  }

  .mcs-hero {
    padding: 70px 0 48px;
  }

  .hero-content h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-buttons,
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary,
  .btn-dark {
    width: 100%;
  }

  .hero-diamond-area {
    min-height: 290px;
  }

  .hero-diamond-one {
    width: 190px;
    height: 190px;
    left: 38px;
    top: 55px;
  }

  .hero-diamond-two,
  .hero-diamond-three {
    width: 130px;
    height: 130px;
  }

  .hero-diamond-two {
    right: 42px;
    top: 30px;
  }

  .hero-diamond-three {
    right: 18px;
    bottom: 42px;
  }

  .section-title h2 {
    font-size: 31px;
  }

  .section-title p {
    font-size: 14.5px;
  }

  .solution-card-grid,
  .testing-services-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .testing-service-item {
    padding: 0;
  }

  .testing-services-grid {
    row-gap: 40px;
  }

  .testing-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
  }

  .testing-icon i {
    font-size: 46px;
  }

  .testing-service-item h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .testing-service-item p {
    font-size: 15px;
  }

  .feature-content h2 {
    font-size: 38px;
  }

  .feature-diamond-area {
    min-height: 300px;
  }

  .feature-diamond-one {
    width: 190px;
    height: 190px;
    left: 40px;
    top: 55px;
  }

  .feature-diamond-two,
  .feature-diamond-three {
    width: 145px;
    height: 145px;
  }

  .feature-diamond-two {
    right: 42px;
    top: 30px;
  }

  .feature-diamond-three {
    right: 18px;
    bottom: 42px;
  }

  .why-item {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--mcs-border);
  }

  .cta-section {
    padding: 52px 0;
  }
}/* End custom CSS */