/* Main Title Font - barlow_condensed */
@import url(/wp-content/themes/astra-child/assets/fonts/barlow_condensed/stylesheet.css);

/* Main Body Font - barlow */
@import url(/wp-content/themes/astra-child/assets/fonts/barlow/stylesheet.css);


:root {
  --blue: #0a3d62;
  --blue-d: #072b46;
  --blue-l: #1763a0;
  --red: #c0392b;
  --red-d: #962a1f;
  --ink: #1a242f;
  --text: #3a4654;
  --muted: #6b7889;
  --line: #dfe4ec;
  --line-2: #eef1f6;
  --bg: #ffffff;
  --bg-2: #f5f7fa;
  --bg-3: #eef2f7;
  --yellow: #f4b400;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --display: 'Barlow Condensed';
  --body: "Barlow";
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--display);
}

p,
a,
li,
span {
  font-family: var(--body);
}







/* ── Homepage — Cristal Instruments ── */

.h1 {
  /* font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  text-transform: uppercase; */
}

.h2 {
  /* font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  text-transform: uppercase; */
}

.h3 {
  /* font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01em; */
}

.h4 {
  /* font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.36px; */
}




/* ============================
      Button Link
============================ */

.btn-link {
  font-family: var(--body);
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--red);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.btn-link svg {
  transition: transform .2s;
}

.btn-link:hover svg {
  transform: translateX(4px);
}



/* ============================
      Logo
============================ */

.logo-mark {
  width: 54px;
  height: 54px;
  flex: none;
}

.logo-text .name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 26px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1;
}

.logo-text .name span {
  color: var(--red);
}

.logo-text .tag {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-top: 4px;
  font-weight: 500;
}



/* ============================
      Hero Section
============================ */

.hero {
  position: relative;
  background: #071e2e;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(ellipse 68% 90% at 18% 50%, #000 0%, transparent 100%);
  mask-image: radial-gradient(ellipse 68% 90% at 18% 50%, #000 0%, transparent 100%);
}

.hero-accent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  z-index: 2;
  background: linear-gradient(180deg, var(--red) 0%, rgba(192, 57, 43, .18) 60%, transparent 100%);
}

.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54%;
  z-index: 0;
  background-image: url('https://images.unsplash.com/photo-1513828742140-ccaa28f3eda0?fm=jpg&auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, #071e2e 0%, rgba(7, 30, 46, .76) 38%, rgba(7, 30, 46, .18) 100%);
}

.hero-photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44%;
  z-index: 1;
  background: linear-gradient(0deg, #071e2e 0%, transparent 100%);
}


.hero-main {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  align-items: center;
}

.hero-main .wrap {
  padding-top: 72px;
  padding-bottom: 52px;
  width: 100%;
}

.hero-inner {
  max-width: 640px;
}

.hero-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.43px;
  color: #afc0d0;
  text-transform: uppercase;
}

.hero-pip {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
}

.hero-pip.red {
  background: var(--red);
  animation: pip-pulse 2.2s ease-in-out infinite;
}

.hero-pip.gold {
  background: #ffd166;
}

@keyframes pip-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(192, 57, 43, .65);
  }

  65% {
    box-shadow: 0 0 0 6px rgba(192, 57, 43, 0);
  }
}


.hero-h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: -0.78px;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: #fff;
}

.hero-h1 em {
  font-style: normal;
  color: #ffd166;
}

.hero-hr {
  width: 52px;
  height: 4px;
  background: var(--red);
  border-radius: 999px;
  margin-bottom: 24px;
}

.hero-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  max-width: 490px;
  color: #8fa5bc;
  margin-bottom: 40px;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-cta-row .btn.btn-red:hover {
  background: transparent;
  color: var(--bg-2);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}





/* ============================
      Hero Section - Counter
============================ */

/* .htrust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #607388;
}

.htrust-item svg {
  color: #ffd166;
  flex: none;
}

.htrust-sep {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, .12);
} */



.hero-stats {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 18, 30, .78);
  backdrop-filter: blur(14px);
}

.hero-stats .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.hstat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, .07);
  transition: background .2s;
  cursor: default;
}

.hstat:last-child {
  border-right: 0;
}

.hstat:hover {
  background: rgba(255, 255, 255, .04);
}

.hstat-ic {
  width: 46px;
  height: 46px;
  background: rgba(192, 57, 43, .12);
  border: 1px solid rgba(192, 57, 43, .24);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8572;
  flex: none;
}

.hstat-num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.hstat-suf {
  color: #ffd166;
  font-size: .72em;
  line-height: 1;
}

.hstat-lbl {
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1.54px;
  color: #3e5568;
  margin-top: 5px;
}

.hero-feats {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-top: -60px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .05);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}

.hero-feats .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 28px;
}

.feat {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.hero-feats .wrap>.feat:last-child {
  border-right: 0;
}

.feat .ic {
  width: 54px;
  height: 54px;
  background: var(--bg-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex: none;
}

.feat h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 4px;
}

.feat p {
  font-weight: 400;
  font-size: 13.5px;
  line-height: 20px;
  color: var(--muted);
  margin: 0;
}

section {
  padding: 90px 0;
}






/* ============================
      About Us Section
============================ */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}

.about-img-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 70%;
  background: var(--blue);
  z-index: 0;
  border-radius: var(--radius-lg);
}

.about-img-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.about-badge {
  position: absolute;
  right: -10px;
  top: 30px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  padding: 22px 26px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(192, 57, 43, .35);
  border-radius: var(--radius-md);
}

.about-badge b {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 800;
  display: block;
  line-height: 1;
}

.about-badge span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-top: 6px;
  display: block;
}

.about-content .about-intro {
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--text);
  margin: 20px 0 26px;
}

.about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-bottom: 32px;
  padding: 0;
}


.about-list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}

.about-list li svg {
  flex: none;
  margin-top: 2px;
  color: var(--red);
}

.about-notes {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

.about-note p {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text);
  margin: 8px 0 0;
}



/* ============================
      Stats Band Section
============================ */

.stats-band {
  background: var(--blue);
  color: #fff;
  padding: 50px 0;
}

.stats-band .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 18px;
}

.stat .ic {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd166;
  flex: none;
  border-radius: var(--radius-md);
}

.stat b {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.stat b sup {
  font-size: 34px;
  color: #ffd166;
  margin-left: 4px;
  line-height: 1;
  position: static;
}

.stat span {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #cdd6e3;
  display: block;
  margin-top: 6px;
}



/* ============================
      Our Product Range Section
============================ */


.products {
  background: var(--bg-2);
}

.sec-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.sec-head .kicker {
  display: inline-block;
  padding: 0 34px;
}

.sec-head .kicker::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  background: var(--red);
  transform: translateY(-50%);
}

.sec-head .kicker.light::after {
  background: #ffd166;
}

.sec-head h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #1A242F;
}

.sec-head p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
  color: var(--muted);
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.prod-card {
  background: #fff;
  border: 1px solid var(--line);
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.prod-card:hover {
  box-shadow: 0 16px 40px rgba(10, 61, 98, .12);
  transform: translateY(-4px);
}

.prod-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: var(--bg-3);
}

.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.prod-card:hover .prod-img img {
  transform: scale(1.05);
}

.prod-img .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--red);
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  border-radius: 999px;
}

.prod-body {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prod-body h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  color: var(--ink);
}

.prod-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--muted);
  margin: 10px 0 16px;
}

.prod-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  margin-top: 15px;
  margin-bottom: 22px;
  margin-left: 0px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--line);
}

.prod-types li {
  list-style: none;
  font-size: 13px;
  color: var(--text);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prod-types li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--red);
  flex: none;
  border-radius: 999px;
}

.prod-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prod-foot .btn-link {
  color: var(--blue);
}

.prod-foot .btn-link:hover {
  color: var(--red);
}

.prod-foot .count {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}




/* ============================
      Industries We Serve Section
============================ */


.industries {
  background: #fff;
}

.industries .wrap {
  max-width: 1278px;
}

.ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.ind-card {
  background: transparent;
  padding: 0;
  cursor: pointer;
  height: 240px;
  position: relative;
  perspective: 900px;
  -webkit-perspective: 900px;
}

.ind-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.4, .2, .2, 1);
  will-change: transform;
}

.ind-card:hover .ind-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.ind-card-front,
.ind-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 26px 20px;
  text-align: center;
}

.ind-card-front {
  background: #fff;
}

.ind-card-back {
  background: var(--blue);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.ind-card:first-child .ind-card-front,
.ind-card:first-child .ind-card-back {
  border-top-left-radius: var(--radius-lg);
}

.ind-card:nth-child(3) .ind-card-front,
.ind-card:nth-child(3) .ind-card-back {
  border-top-right-radius: var(--radius-lg);
}

.ind-card:nth-child(7) .ind-card-front,
.ind-card:nth-child(7) .ind-card-back {
  border-bottom-left-radius: var(--radius-lg);
}

.ind-card:last-child .ind-card-front,
.ind-card:last-child .ind-card-back {
  border-bottom-right-radius: var(--radius-lg);
}

@media (max-width: 860px) {

  .ind-card:nth-child(2) .ind-card-front,
  .ind-card:nth-child(2) .ind-card-back {
    border-top-right-radius: var(--radius-lg);
  }

  .ind-card:nth-child(3) .ind-card-front,
  .ind-card:nth-child(3) .ind-card-back {
    border-top-right-radius: 0;
  }

  .ind-card:nth-child(7) .ind-card-front,
  .ind-card:nth-child(7) .ind-card-back {
    border-bottom-left-radius: 0;
  }

  .ind-card:last-child .ind-card-front,
  .ind-card:last-child .ind-card-back {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--radius-lg);
  }
}

.ind-ic {
  width: 66px;
  height: 66px;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  border-radius: 50%;
}

.ind-card-front h4 {
  font-family: var(--display);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--ink);
}

.ind-card-front p {
  font-size: 12.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.ibc-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: rgba(255, 209, 102, .6);
}

.ibc-ic {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd166;
}

.ibc-name {
  font-family: var(--display);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1.1;
}

.ibc-sector {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #ffd166;
}

.ibc-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

.ibc-list li {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #fff;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.ibc-list li:last-child {
  border-bottom: 0;
}

.ibc-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ffd166;
  border-radius: 50%;
  flex: none;
}




/* ============================
      Why Choose Cristal Instruments Section
============================ */


.why {
  background: url('https://images.unsplash.com/photo-1581092335397-9583eb92d232?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  position: relative;
  color: #fff;
}

.why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 43, 70, .95) 0%, rgba(10, 61, 98, .92) 100%);
}

.why .wrap {
  position: relative;
  z-index: 1;
}

.why .sec-head h2 {
  color: #fff;
}

.why .sec-head p {
  color: #cdd6e3;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.why-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 30px 22px;
  text-align: center;
  transition: all .25s ease;
  border-radius: var(--radius-lg);
}

.why-card:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-6px);
}

.why-card .ic {
  width: 64px;
  height: 64px;
  border: 2px solid #ffd166;
  color: #ffd166;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: all .25s ease;
}

.why-card:hover .ic {
  border-color: #fff;
  color: #fff;
}

.why-card h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 13.5px;
  line-height: 21px;
  color: #cdd6e3;
  margin: 0;
}

.why-card:hover p {
  color: rgba(255, 255, 255, .9);
}

.clients {
  background: var(--bg-2);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

@media (max-width: 860px) {
  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 460px) {
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.client-cell {
  background: #fff;
  padding: 34px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  transition: all .25s;
}

.client-cell:hover {
  background: var(--bg-3);
}

.client-cell b {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.12;
  color: var(--blue);
  letter-spacing: .02em;
}

.client-cell span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 6px;
  font-weight: 600;
}

.quality {
  background: #fff;
}

.q-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 960px) {
  .q-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.q-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

.q-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--radius-lg);
}

.q-images .tall {
  grid-row: 1 / span 2;
  aspect-ratio: 1/2.1;
}

@media (max-width: 540px) {
  .q-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .q-images .tall {
    grid-row: auto;
    aspect-ratio: 1/1;
  }
}

.quality .lead {
  font-size: 16px;
  color: var(--text);
  margin: 20px 0 30px;
  line-height: 1.7;
}

.certs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cert {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  border-radius: var(--radius-md);
}

.cert .seal {
  width: 56px;
  height: 56px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.52px;
  flex: none;
}

.cert b {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 15px;
  color: var(--ink);
  font-weight: 700;
}

.cert span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}

.cta-band h2 {
  font-size: clamp(26px, 3.4vw, 40px);
}

.cta-band p {
  font-size: 16px;
  color: rgba(255, 255, 255, .92);
}

.cta-band .btn-red {
  background: #fff;
  color: var(--red);
  border-color: #fff;
}

.cta-band .btn-red:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}


/* ============================
      Contact Us Section
============================ */

.contact {
  background: var(--bg-2);
}

.c-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}

@media (max-width: 960px) {
  .c-grid {
    grid-template-columns: 1fr;
  }
}

.form-box {
  background: #fff;
  border: 1px solid var(--line);
  padding: 40px;
  border-radius: var(--radius-lg);
}

.form-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--blue);
}

.form-box .sub {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 18px;
}

.form .full {
  grid-column: 1 / -1;
}

.form .full.form-submit {
  /* grid-column: 1 / -1; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .form-submit p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #6B7889;
  margin-bottom: 0px;
}

.form .field {
  margin-bottom: 20px;
}

.form .field p {
  margin-bottom: 0px !important;
}

.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink);
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  height: 45px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 17px;
  color: var(--ink);
  box-shadow: none;
  transition: all .3s linear;
  border-radius: var(--radius-sm);
}

.field input::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 17px;
  color: #757575;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border: 1px solid var(--blue);
  box-shadow: none;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}


.form .field p .wpcf7-form-control-wrap .error {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 8px;
  color: #DC2626;
  text-transform: math-auto;
  display: block;
}

.wpcf7-not-valid-tip {
  display: none;
}



.info-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px;
  border-radius: var(--radius-md);
}

.info-card h4 {
  font-family: var(--display);
  font-size: 17px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}

.info-row {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  align-items: flex-start;
}

.info-row .ic {
  width: 40px;
  height: 40px;
  background: var(--bg-2);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: var(--radius-sm);
}

.info-row .k {
  font-size: 11.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

.info-row .v {
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 600;
  margin-top: 2px;
  line-height: 1.45;
  /* max-width: 55%; */
}

.info-row a:hover {
  color: var(--red);
}