:root {
  --bg-main: #06070e;
  --bg-soft: #12151d;
  --card-bg: #141821;
  --text-main: #f5f5f5;
  --text-soft: #aeb4c2;
  --accent: #f3f4f6;
  --accent-2: #a3aab8;
  --border-soft: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at top right, #1a1d25 0%, var(--bg-main) 45%, #04050a 100%);
  color: var(--text-main);
  line-height: 1.65;
}

p,
li,
label,
small {
  color: #d2d9fb;
}

.text-secondary-emphasis {
  color: #cfd7fb !important;
}

.text-body-secondary {
  color: #bfc8f3 !important;
}

.lead {
  color: #d6ddfb;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
}

body::before {
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.07);
  top: 8%;
  left: -80px;
}

body::after {
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.05);
  right: -60px;
  bottom: 12%;
}

.section-pad {
  padding: 95px 0;
}

.glass-nav {
  background: rgba(8, 10, 20, 0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-soft);
}

.brand-glow {
  letter-spacing: 0.3px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.24);
}

.navbar-logo {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}

.text-accent {
  color: var(--accent);
}

.eyebrow {
  display: inline-block;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-2);
  margin-bottom: 0.8rem;
}

.hero-section {
  padding-top: 145px;
}

.hero-image-wrap {
  position: relative;
}

.hero-image {
  border: 1px solid var(--border-soft);
  min-height: 320px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 60px rgba(0, 0, 0, 0.45);
}

.hero-metrics small {
  color: var(--text-soft);
}

.hero-metrics h4 {
  color: #cfd6ff;
}

.btn-accent {
  background: linear-gradient(90deg, #f3f4f6, #d1d5db);
  border: none;
  color: #0a0d14;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-accent:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.2);
  color: #0a0d14;
}

.chip-cta {
  --ripple-x: 50%;
  --ripple-y: 50%;
  position: relative;
  overflow: hidden;
  font-size: 0.86rem;
  text-decoration: none;
  color: #dbe0ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.chip-cta:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.12);
}

.chip-cta::after {
  content: "";
  position: absolute;
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.chip-cta:hover::after {
  animation: ripplePulse 0.7s ease-out;
}

.portfolio-tabs {
  gap: 0.6rem;
}

.portfolio-tabs .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #d6dcff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
}

.portfolio-tabs .nav-link.active {
  background: linear-gradient(90deg, #f3f4f6, #d1d5db);
  color: #0a0d14;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.15);
}

.portfolio-showcase .col-lg-6 {
  display: flex;
}

.portfolio-box {
  --ripple-x: 50%;
  --ripple-y: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0c1020;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 35%, rgba(0, 0, 0, 0.88) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-box:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-box:hover img {
  transform: scale(1.06);
}

.portfolio-box:hover {
  background: #1c2029;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 255, 255, 0.1);
}

.portfolio-box::after {
  content: "";
  position: absolute;
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.portfolio-box:hover::after {
  animation: ripplePulseStrong 0.85s ease-out;
}

.portfolio-tag {
  display: inline-block;
  width: fit-content;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.38);
  margin-bottom: 0.55rem;
}

.portfolio-overlay h4 {
  margin-bottom: 0.35rem;
}

.portfolio-overlay p {
  color: #d7dcf7;
  margin-bottom: 0;
}

.tech-intro {
  max-width: 760px;
  color: var(--text-soft);
}

.tech-shell {
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(13, 17, 31, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 20px 42px rgba(0, 0, 0, 0.25);
}

.tech-nav-wrap {
  height: 100%;
  border-right: 1px solid var(--border-soft);
  padding: 1rem;
}

.tech-nav {
  gap: 0.5rem;
}

.tech-nav .nav-link {
  text-align: left;
  color: #ccd4fb;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0.65rem 0.85rem;
  font-weight: 500;
}

.tech-nav .nav-link.active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.12);
}

.tech-content {
  padding: 1.2rem;
}

.tech-pill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.tech-pill {
  --ripple-x: 50%;
  --ripple-y: 50%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.52rem 0.85rem;
  color: #dae0ff;
  font-size: 0.93rem;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.tech-pill i {
  color: #d1d5db;
}

.tech-pill:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(255, 255, 255, 0.09);
}

.tech-pill::after {
  content: "";
  position: absolute;
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.tech-pill:hover::after {
  animation: ripplePulse 0.75s ease-out;
}

@keyframes ripplePulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
}

@keyframes ripplePulseStrong {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(32);
    opacity: 0;
  }
}

.feature-card,
.service-card,
.quote-card,
.contact-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 1.3rem;
}

.feature-card,
.service-card,
.quote-card,
.project-card,
.contact-card,
.video-card {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 40px rgba(0, 0, 0, 0.25);
}

.engineer-quote-card {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.08);
}

.about-photo-wrap {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  padding: 0.7rem;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
}

.about-photo {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
  max-height: 420px;
}

.social-label {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

.social-icon {
  --ripple-x: 50%;
  --ripple-y: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.social-icon:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.social-icon::after {
  content: "";
  position: absolute;
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.social-icon:hover::after {
  animation: ripplePulse 0.65s ease-out;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #e5e7eb;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  line-height: 1;
}

.feature-card p,
.service-card p,
.quote-card p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.service-card {
  position: relative;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  margin-bottom: 0.8rem;
  color: #e5e7eb;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.1rem;
  line-height: 1;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
  color: #c9d1ff;
  text-decoration: none;
  font-size: 0.9rem;
}

.service-link:hover {
  color: #fff;
}

.package-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 1.3rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 40px rgba(0, 0, 0, 0.25);
}

.package-card-featured {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32), 0 0 24px rgba(255, 255, 255, 0.1);
}

.package-badge {
  position: absolute;
  top: -11px;
  right: 14px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.24rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.16);
}

.package-price {
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.3rem 0 0.5rem;
}

.package-price span {
  font-size: 0.92rem;
  font-weight: 500;
  color: #b7c1ec;
}

.package-desc {
  color: var(--text-soft);
  margin-bottom: 0.8rem;
}

.package-list li {
  color: #d5dcfb;
  margin-bottom: 0.55rem;
}

.package-list i {
  color: #d1d5db;
  margin-right: 0.4rem;
}

.custom-package-cta {
  margin-top: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 1.75rem 2rem;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25), 0 0 24px rgba(255, 255, 255, 0.08);
}

.custom-package-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
}

.custom-package-cta__body {
  flex: 1 1 280px;
  min-width: 0;
}

.custom-package-cta h5 {
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.custom-package-cta p {
  margin: 0;
  line-height: 1.55;
  color: #d5ddff;
}

.custom-package-cta--flush {
  margin-top: 0;
}


.section-tint {
  background: linear-gradient(180deg, rgba(20, 24, 33, 0.7), rgba(12, 14, 20, 0.65));
}

.section-pad + .section-tint {
  border-top: 1px solid var(--border-soft);
}

.project-card {
  background: var(--card-bg);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.project-card p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.video-card {
  background: var(--card-bg);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  overflow: hidden;
}

.video-card iframe {
  border: 0;
}

.video-card p {
  color: var(--text-soft);
}

.case-more-link {
  color: #d7ddff;
  text-decoration: none;
  font-weight: 500;
}

.case-more-link:hover {
  color: #fff;
}

.case-study-grid {
  margin-top: 0.25rem;
}

.case-visual-card {
  position: relative;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.33);
}

.case-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(5, 8, 20, 0.05), rgba(5, 8, 20, 0.86));
}

.case-overlay span {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  margin-bottom: 0.55rem;
}

.case-overlay h4 {
  margin-bottom: 0.3rem;
}

.case-overlay p {
  margin-bottom: 0;
  color: #d0d8fc;
}

.case-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.case-card-link:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.42);
}

.case-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

.case-detail-page {
  padding-top: 76px;
}

.case-detail-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
}

.case-detail-hero-media {
  position: absolute;
  inset: 0;
}

.case-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 7, 14, 0.35) 0%,
    rgba(6, 7, 14, 0.75) 55%,
    rgba(6, 7, 14, 0.95) 100%
  );
}

.case-detail-hero-content {
  position: relative;
  z-index: 2;
  padding: 3rem 0 2.5rem;
}

.case-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d7ddff;
  text-decoration: none;
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.case-detail-back:hover {
  color: #fff;
}

.case-detail-tag {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  margin-bottom: 0.75rem;
}

.case-detail-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  max-width: 16ch;
  margin-bottom: 0.75rem;
}

.case-detail-subtitle {
  max-width: 62ch;
  color: #d0d8fc;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.case-detail-meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  color: #d2d9fb;
  font-size: 0.88rem;
}

.case-detail-lead {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #e2e8ff;
  margin-bottom: 2.5rem;
}

.case-detail-section {
  margin-bottom: 2.25rem;
}

.case-detail-section h2 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.case-detail-section p:last-child {
  margin-bottom: 0;
}

.case-detail-figure {
  margin: 2.5rem 0;
}

.case-detail-figure img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.case-detail-figure figcaption {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  color: var(--text-soft);
  text-align: center;
}

.case-detail-results {
  margin-top: 2rem;
}

.case-detail-stat {
  height: 100%;
  padding: 1.25rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  text-align: center;
}

.case-detail-stat h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #fff;
}

.case-detail-stat p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.case-detail-next {
  border-top: 1px solid var(--border-soft);
}

.quote-card footer {
  margin-top: 0.7rem;
  color: #c1c8ea;
  font-size: 0.92rem;
}

/* Testimonial — one wide feature card per slide */
.testimonial-slider--single {
  max-width: 920px;
  margin: 0 auto;
}

.testimonial-slider--single .slick-list {
  overflow: hidden;
  border-radius: 22px;
}

.testimonial-slider--single .testimonial-slide {
  padding: 0;
}

.testimonial-feature-card {
  background: linear-gradient(155deg, rgba(18, 21, 29, 0.98), rgba(10, 12, 18, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.testimonial-feature-card__quote {
  margin: 0 0 1.75rem;
  padding: 0;
  border: 0;
}

.testimonial-feature-card__quote p {
  margin: 0;
  color: #f3f4f6;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.65;
  font-weight: 400;
}

.testimonial-feature-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}

.testimonial-feature-card__client {
  min-width: 0;
  flex: 1 1 260px;
}

.testimonial-feature-card__name {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.testimonial-feature-card__role {
  color: #d2d9fb;
  font-weight: 500;
}

.testimonial-stars {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.35rem;
  color: #fbbf24;
  font-size: 0.82rem;
}

.testimonial-stars .fa-regular.fa-star {
  color: rgba(251, 191, 36, 0.35);
}

.testimonial-feature-card__company {
  flex: 0 1 auto;
  min-width: 120px;
}

.testimonial-company-name {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testimonial-country {
  color: var(--text-soft);
  font-size: 0.88rem;
  margin-top: 0.2rem;
}

.testimonial-slider--single .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 1.5rem;
}

.testimonial-slider--single .slick-dots li button:before {
  color: #d7dcff;
  opacity: 0.45;
  font-size: 10px;
}

.testimonial-slider--single .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .testimonial-feature-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-feature-card__company {
    text-align: left !important;
  }
}

.checklist li {
  color: var(--text-soft);
  margin-bottom: 0.7rem;
}

.checklist i {
  color: #d1d5db;
  margin-right: 0.45rem;
}

.contact-card .form-control {
  background: rgba(9, 12, 21, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.contact-card .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
}

.contact-card .form-label {
  color: #b8c0e7;
}

.footer {
  border-top: 1px solid var(--border-soft);
  background: #070a14;
}

.footer a {
  color: #aab3da;
  font-size: 1.2rem;
}

.footer a:hover {
  color: #fff;
}

.side-contact-button {
  position: fixed;
  top: 50%;
  right: -40px;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right top;
  z-index: 1040;
  border: none;
  padding: 0.7rem 1rem;
  background: linear-gradient(90deg, #f3f4f6, #d1d5db);
  color: #0a0d14;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.14);
}

.side-contact-panel {
  position: fixed;
  top: 80px;
  right: 14px;
  width: min(360px, calc(100vw - 28px));
  background: rgba(8, 11, 23, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 1rem;
  z-index: 1045;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45), 0 0 40px rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateX(110%);
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.side-contact-panel.is-open {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.side-contact-form .form-control {
  background: rgba(13, 17, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
}

.side-contact-form .form-label {
  color: #c8d0f2;
  font-size: 0.85rem;
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 72px 0;
  }

  .hero-section {
    padding-top: 118px;
  }

  .tech-nav-wrap {
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }

  .tech-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .side-contact-button {
    right: -34px;
    padding: 0.62rem 0.85rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 575.98px) {
  .hero-metrics {
    gap: 1rem !important;
  }

  .display-5 {
    font-size: 2rem;
  }

  .side-contact-button {
    top: auto;
    bottom: 16px;
    right: 12px;
    transform: none;
    border-radius: 999px;
    padding: 0.68rem 0.95rem;
  }

  .side-contact-panel {
    top: auto;
    bottom: 74px;
    right: 10px;
    width: calc(100vw - 20px);
  }

  .engineer-quote-card {
    padding: 1.3rem;
  }

  .portfolio-box {
    min-height: 320px;
  }

  .portfolio-overlay {
    opacity: 1;
  }

  .case-visual-card {
    min-height: 300px;
  }

  .case-detail-hero {
    min-height: 70vh;
  }

  .case-detail-title {
    max-width: none;
  }

  .tech-content {
    padding: 1rem;
  }

  .tech-pill-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
}

/* Spam honeypot — off-screen so browsers do not autofill into it */
.codex-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}