@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&family=Poppins:wght@700;800&display=swap");

:root {
  --primary: #0B3C5D;
  --secondary: #2E2E2E;
  --accent: #F57C00;
  --bg: #F5F7FA;
  --white: #FFFFFF;
  --shell: 1200px;
  --card-shadow: 0 14px 30px rgba(11, 60, 93, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Open Sans", sans-serif;
  color: var(--secondary);
  background: var(--bg);
  line-height: 1.65;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  z-index: 1200;
  background: linear-gradient(90deg, var(--accent), #ffac56);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  color: var(--primary);
}

a {
  color: inherit;
  text-decoration: none;
}

.section-shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 18px;
}

.section-space {
  padding: 88px 0;
}

.section-light {
  background: var(--white);
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 12px;
}

.section-title {
  margin-bottom: 28px;
}

.section-title p {
  margin: 0;
  color: #5b6878;
}

.text-center {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 60, 93, 0.96);
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  background: rgba(11, 60, 93, 0.98);
  box-shadow: 0 10px 24px rgba(7, 30, 46, 0.2);
}

.header-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-block;
  width: 170px;
  height: 52px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.brand::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo1.png") left center/contain no-repeat;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav a {
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
}

.header-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-mobile-menu {
  display: none;
}

.btn-primary-action,
.btn-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.btn-primary-action {
  background: var(--accent);
  color: var(--white);
}

.btn-primary-action:hover {
  background: #da6d00;
  color: var(--white);
  transform: translateY(-2px);
}

.btn-secondary-action {
  background: var(--primary);
  color: var(--white);
}

.btn-secondary-action:hover {
  background: #082f4a;
  color: var(--white);
  transform: translateY(-2px);
}

.hero-mining-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url("../images/gen1.png") center/cover no-repeat;
  animation: none;
  background-size: cover;
  background-position: center center;
}

.about-hero-small {
  position: relative;
  min-height: 44vh;
  display: flex;
  align-items: center;
  background: url("../images/gen1.png") center/cover no-repeat;
  overflow: hidden;
}

.about-page-hero {
  background: url("../images/giving istructions.jpg") center/cover no-repeat;
}

.about-page-hero .section-kicker {
  color: #dbe7f2;
}

.solutions-hero {
  background: url("../images/gen1.png") center/cover no-repeat;
}

.industries-hero {
  background: url("../images/gen1.png") center/cover no-repeat;
}

.projects-hero {
  background: url("../images/gen1.png") center/cover no-repeat;
}

.why-hero {
  background: url("../images/gen1.png") center/cover no-repeat;
}

.why-hero .about-hero-content {
  max-width: 820px;
}

.why-hero-badges {
  margin-top: 16px;
}

.why-hero-badges span {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.36);
}

.contact-hero {
  background: url("../images/gen1.png") center/cover no-repeat;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(46, 46, 46, 0.78) 0%, rgba(46, 46, 46, 0.5) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 92px;
  padding-bottom: 34px;
}

.about-hero-content h1 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.about-hero-content p {
  color: #d9e4ef;
  margin: 6px 0 0;
  max-width: 760px;
}

.about-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}

.about-hero-glow-a {
  width: 220px;
  height: 220px;
  top: 18%;
  right: 12%;
  background: radial-gradient(circle at 30% 30%, #ffac59, #f57c00);
  animation: floatOrbA 9s ease-in-out infinite;
}

.about-hero-glow-b {
  width: 160px;
  height: 160px;
  bottom: 14%;
  right: 30%;
  background: radial-gradient(circle at 30% 30%, #7bc1ee, #0B3C5D);
  animation: floatOrbB 10s ease-in-out infinite;
}

.about-jump-nav-wrap {
  position: sticky;
  top: 74px;
  z-index: 30;
  padding: 10px 0;
  background: rgba(245, 247, 250, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #dce6ef;
}

.about-jump-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.about-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid #d0deea;
  background: #ffffff;
  color: var(--primary);
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.about-jump-nav a:hover,
.about-jump-nav a.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.about-live-metrics {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-duo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 10px;
}

.about-modern-panel {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid #d8e5f0;
  box-shadow: 0 16px 32px rgba(11, 60, 93, 0.14);
  background-size: cover;
  background-position: center;
}

.about-panel-who {
  background-image: url("../images/site.jpg");
}

.about-panel-approach {
  background-image: url("../images/ppe.jpg");
  background-position: center 68%;
}

.about-modern-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 60, 93, 0.3) 0%, rgba(11, 60, 93, 0.86) 64%);
}

.about-modern-panel-content {
  position: relative;
  z-index: 1;
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}

.about-panel-who .about-modern-panel-content {
  justify-content: flex-start;
  padding-top: 24px;
}

.about-panel-approach .about-modern-panel-content {
  justify-content: flex-start;
  padding-top: 24px;
}

.about-modern-panel-content h3 {
  color: #ffffff;
  margin: 0 0 8px;
}

.about-modern-panel-content p {
  color: #e7eff7;
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.metric-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 16px;
  text-align: center;
}

.metric-card h3 {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 1.65rem;
}

.metric-card p {
  margin: 0;
  font-size: 0.84rem;
  color: #5b6878;
  font-weight: 600;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(11, 60, 93, 0.86) 0%, rgba(46, 46, 46, 0.66) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-content h1 {
  color: var(--white);
  font-size: clamp(2rem, 5.2vw, 4.2rem);
  line-height: 1.06;
}

.hero-content p {
  color: #e7edf3;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  margin: 0 0 24px;
  max-width: 690px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #eaf2f8;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(3px);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.35;
  pointer-events: none;
}

.hero-orb-one {
  width: 230px;
  height: 230px;
  top: 18%;
  right: 10%;
  background: radial-gradient(circle at 30% 30%, #ffaf59, #f57c00);
  animation: floatOrbA 8s ease-in-out infinite;
  display: none;
}

.hero-orb-two {
  width: 160px;
  height: 160px;
  bottom: 14%;
  right: 24%;
  background: radial-gradient(circle at 30% 30%, #58a6d6, #0B3C5D);
  animation: floatOrbB 10s ease-in-out infinite;
}

.trust-bar-section {
  background: linear-gradient(130deg, #0b3c5d 0%, #0a3250 100%);
  color: var(--white);
  padding: 22px 0;
}

.trust-bar-inner {
  display: grid;
  gap: 14px;
}

.trust-intro h2 {
  color: #ffffff;
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.trust-intro .section-kicker {
  color: #ffbf72;
  margin-bottom: 4px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.trust-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  padding: 10px 12px;
  font-size: 0.9rem;
}

.trust-item i {
  color: #ffbf72;
}

.media-card,
.card-box,
.industry-card,
.project-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.overview-grid,
.vision-mission-grid,
.hse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.service-flow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.service-flow-section {
  position: relative;
}

.service-flow-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(11, 60, 93, 0), rgba(11, 60, 93, 0.18), rgba(11, 60, 93, 0));
}

.solutions-intro-section {
  padding: 28px 0 0;
}

.solutions-intro-wrap {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 22px;
  border-left: 4px solid var(--accent);
}

.solutions-intro-wrap p {
  margin-bottom: 10px;
  color: #5b6878;
}

.solutions-intro-wrap h2 {
  margin: 0 0 10px;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #193e5e;
  letter-spacing: 0.01em;
}

.solutions-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.solutions-quick-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid #d8e3ed;
  background: #f7fafd;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  transition: all 0.2s ease;
}

.solutions-quick-nav a:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.service-flow-row.reverse .service-flow-text {
  order: 2;
}

.service-flow-row.reverse .service-flow-media {
  order: 1;
}

.service-flow-text p {
  margin-bottom: 14px;
}

.service-points {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.service-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}

.service-points li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
}

.service-flow-media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-flow-media:hover img {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 34px rgba(11, 60, 93, 0.16);
}

.solutions-accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.solutions-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.solution-showcase-card {
  border: 1px solid #d6e2ee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  background: #ffffff;
}

.solution-showcase-card summary {
  list-style: none;
  cursor: pointer;
}

.solution-showcase-card summary::-webkit-details-marker {
  display: none;
}

.solution-showcase-head {
  position: relative;
  min-height: 210px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.solution-showcase-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 60, 93, 0.22) 0%, rgba(11, 60, 93, 0.86) 70%);
}

.solution-showcase-head > * {
  position: relative;
  z-index: 1;
}

.solution-index-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
}

.solution-showcase-head h3 {
  color: #ffffff;
  font-size: 1.08rem;
  margin: 0 0 4px;
}

.solution-showcase-head p {
  margin: 0;
  color: #e7f0f8;
  font-size: 0.86rem;
}

.solution-readmore {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 12px;
}

.solution-readmore .label-less {
  display: none;
}

.solution-showcase-card[open] .solution-readmore .label-more {
  display: none;
}

.solution-showcase-card[open] .solution-readmore .label-less {
  display: inline;
}

.solution-showcase-body {
  padding: 14px 14px 16px;
}

.solution-showcase-body p {
  margin: 0 0 10px;
}

.solution-bg-mining {
  background-image: url("../images/ppe3.jpg");
}

.solution-bg-equipment {
  background-image: url("../images/construction.jpg");
}

.solution-bg-coal {
  background-image: url("../images/coal.jpg");
}

.solution-bg-electrical {
  background-image: url("../images/electric fixing.jpg");
}

.solution-bg-pumps {
  background-image: url("../images/pipelines.jpg");
}

.solution-bg-generators {
  background-image: url("../images/genset.jpeg");
}

.solution-bg-solar {
  background-image: url("../images/solar2.jpg");
}

.solution-accordion-item {
  background: #ffffff;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.solution-accordion-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 30px 64px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 8px;
  align-items: start;
  font-family: "Inter", "Open Sans", sans-serif;
  color: var(--primary);
  font-size: 0.98rem;
  font-weight: 600;
  padding: 14px 16px;
  position: relative;
}

.solution-accordion-item summary::-webkit-details-marker {
  display: none;
}

.solution-accordion-item summary .solution-index {
  grid-column: 1;
  grid-row: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaf2fb;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.solution-summary-thumb {
  grid-column: 2;
  grid-row: 1;
  width: 64px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 8px 14px rgba(11, 60, 93, 0.14);
}

.solution-accordion-item summary strong {
  font-weight: 700;
  color: #123a5b;
}

.solution-summary-main {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 0;
  flex: 1 1 220px;
}

.solution-summary-main p {
  margin: 3px 0 0;
  font-size: 0.81rem;
  color: #5b6878;
}

.solution-more-btn {
  grid-column: 2;
  grid-row: 2;
  margin-top: 14px;
  margin-left: 0;
  justify-self: start;
  align-self: end;
  flex: 0 0 auto;
  border: 1px solid #d3dfeb;
  background: #f5f9fd;
  color: #123a5b;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.solution-more-btn .label-less {
  display: none;
}

.solution-accordion-item[open] .solution-more-btn {
  background: #0b3c5d;
  border-color: #0b3c5d;
  color: #ffffff;
}

.solution-accordion-item[open] .solution-more-btn .label-more {
  display: none;
}

.solution-accordion-item[open] .solution-more-btn .label-less {
  display: inline;
}

.solution-accordion-content {
  padding: 0 16px 16px;
  border-top: 1px solid #edf3f8;
}

.solution-accordion-content p {
  margin: 12px 0 0;
}

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

.story-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 22px;
  border-top: 4px solid var(--accent);
}

.approach-flow {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.approach-step {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 16px;
  overflow: hidden;
}

.approach-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #F57C00, #0B3C5D);
}

.approach-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ebf2f8;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.approach-step h3 {
  font-size: 0.98rem;
  margin: 0;
}

.industries-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.projects-filter-section {
  padding-top: 60px;
}

.project-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.project-filter-btn {
  border: 1px solid #d8e3ed;
  background: #ffffff;
  color: var(--primary);
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.project-filter-btn:hover,
.project-filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.project-grid-advanced {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-split-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
}

.contact-form-wrap,
.contact-info-wrap {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 22px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: flex;
  flex-direction: column;
}

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

.field label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--primary);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d2deea;
  border-radius: 8px;
  padding: 11px 12px;
  background: #fbfdff;
  color: var(--secondary);
  font-size: 0.95rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #8db3d0;
  outline: none;
}

.ajax-response {
  margin-top: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-info-wrap h3 {
  margin-bottom: 12px;
}

.contact-info-item {
  padding: 14px 0;
  border-bottom: 1px solid #edf3f8;
}

.contact-info-item:last-child {
  border-bottom: 0;
}

.contact-info-item h4 {
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.map-section {
  padding: 30px 0 70px;
}

.map-frame {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.map-frame iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

.project-work-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.project-work-card[hidden] {
  display: none !important;
}

.project-work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.project-work-body {
  padding: 18px;
}

.industry-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #eaf3fb;
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 10px;
}

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

.why-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
}

.why-intro-grid .section-title {
  background: #ffffff;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  padding: 18px;
  margin-bottom: 0;
}

.why-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.why-intro-feature {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid #d6e3ef;
  box-shadow: 0 18px 34px rgba(11, 60, 93, 0.16);
  background: url("../images/woman working.jpg") center/cover no-repeat;
}

.why-intro-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(175deg, rgba(11, 60, 93, 0.22), rgba(11, 60, 93, 0.88));
}

.why-intro-feature-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
}

.why-intro-feature-content .section-kicker {
  color: #ffbf72;
}

.why-intro-feature-content h3 {
  color: #ffffff;
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.why-intro-feature-content p {
  color: #e7eff7;
  margin: 0 0 12px;
}

.why-intro-content {
  background: linear-gradient(145deg, #ffffff, #f7fbff);
  border: 1px solid #d7e4ef;
  border-radius: 14px;
  box-shadow: var(--card-shadow);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-intro-content .section-title {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.why-intro-card {
  background: linear-gradient(150deg, rgba(11, 60, 93, 0.9), rgba(11, 60, 93, 0.55)), url("../images/woman working.jpg") center/cover no-repeat;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.why-intro-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #F57C00 0%, #0B3C5D 100%);
}

.why-intro-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
}

.why-intro-card p {
  margin: 0 0 12px;
  color: #e8f1f9;
}

.why-intro-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-intro-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #e8f1f9;
  font-weight: 600;
  font-size: 0.9rem;
}

.why-intro-points li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.why-intro-proof-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.why-intro-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f9ff;
  border: 1px solid #d7e5f1;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #214a6e;
}

.why-intro-proof i {
  color: var(--accent);
}

.why-diff-card {
  position: relative;
  border: 1px solid #dce6ef;
  overflow: hidden;
  min-height: 100%;
}

.why-diff-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F57C00, #0B3C5D);
}

.why-diff-card i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #edf5fd;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  font-size: 0.95rem;
}

.why-diff-card h3 {
  font-size: 1.02rem;
}

.why-diff-card p {
  margin: 0;
  color: #5b6878;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-step {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 22px;
  position: relative;
  border: 1px solid #dce6ef;
}

.step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #F57C00, #0B3C5D);
  opacity: 0.4;
}

.why-process-section {
  position: relative;
  background: linear-gradient(120deg, rgba(11, 60, 93, 0.82), rgba(11, 60, 93, 0.68)), url("../images/electrical.jpg") center/cover no-repeat;
}

.why-process-section .section-kicker,
.why-process-section h2 {
  color: #ffffff;
}

.why-process-section .section-kicker {
  color: #ffbf72;
}

.why-process-section .process-step {
  background: rgba(255, 255, 255, 0.96);
}

.why-value-panel {
  background: linear-gradient(145deg, #ffffff, #f7fbff);
  border-radius: 12px;
  border: 1px solid #dce6ef;
  box-shadow: var(--card-shadow);
  padding: 24px;
}

.why-value-pill-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.why-value-pill-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #d5e3ef;
  background: #f4f9ff;
  color: #1e4668;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 12px;
}

.why-value-pill-row i {
  color: var(--accent);
}

.industry-detail-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(11, 60, 93, 0.08);
  padding: 16px;
  border: 1px solid #d9e5f0;
  border-left: 3px solid var(--accent);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.industry-detail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(11, 60, 93, 0.13);
  border-color: #bfd3e5;
}

.industry-detail-thumb {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 0 10px;
  box-shadow: 0 10px 22px rgba(11, 60, 93, 0.14);
}

.industry-detail-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 1rem;
}

.industry-detail-card h3 i {
  color: var(--primary);
  font-size: 1rem;
}

.industry-detail-card p {
  margin-bottom: 8px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.industry-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sector-mining {
  color: #1e4d6e;
  background: #e7f2fb;
}

.sector-manufacturing {
  color: #395068;
  background: #edf2f8;
}

.sector-construction {
  color: #835b14;
  background: #fff2dc;
}

.sector-energy {
  color: #7a4100;
  background: #ffe8cf;
}

.sector-infrastructure {
  color: #184c44;
  background: #def3ef;
}

.sector-agriculture {
  color: #2f5e16;
  background: #e5f5da;
}

.sector-public {
  color: #4b3f80;
  background: #ece8ff;
}

.sector-commercial {
  color: #6d3e56;
  background: #f8e8f1;
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.value-pill {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  padding: 18px 14px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-pill:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(11, 60, 93, 0.12);
}

.value-pill i {
  color: var(--accent);
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.value-pill h3 {
  font-size: 1rem;
  margin: 0 0 6px;
}

.about-values-grid .value-pill {
  text-align: left;
}

.about-values-grid .value-pill p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #5b6878;
}

.media-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.about-section-media {
  margin: 14px auto 0;
  max-width: 760px;
  border: 1px solid #dbe6f0;
  border-radius: 12px;
  overflow: hidden;
}

.about-section-media img {
  height: clamp(180px, 26vw, 280px);
  object-fit: cover;
}

.about-overview-section {
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

.about-vision-section {
  background: linear-gradient(140deg, #eef5fb 0%, #f7fbff 100%);
}

.about-values-section {
  background: linear-gradient(120deg, rgba(11, 60, 93, 0.85), rgba(11, 60, 93, 0.72)), url("../images/ppe1.jpg") center/cover no-repeat;
}

.about-values-section .section-kicker,
.about-values-section h2 {
  color: #ffffff;
}

.about-values-section .section-kicker {
  color: #ffbf72;
}

.about-values-section .value-pill {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-purpose-section {
  position: relative;
  background: linear-gradient(135deg, #f6f9fd 0%, #eaf2fb 100%);
}

.about-purpose-section .section-kicker {
  color: var(--accent);
}

.about-hse-section {
  position: relative;
  background: linear-gradient(120deg, rgba(22, 34, 45, 0.86), rgba(22, 34, 45, 0.86)), url("../images/ppe.jpg") center/cover no-repeat;
}

.about-hse-section .section-kicker,
.about-hse-section h2,
.about-hse-section p {
  color: #ffffff;
}

.about-hse-section .section-kicker {
  color: #ffbf72;
}

.purpose-feature-card {
  background: #ffffff;
  border: 1px solid #d9e6f2;
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  box-shadow: var(--card-shadow);
  padding: 22px;
}

.purpose-points {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.purpose-points li {
  background: #f5f9fd;
  border: 1px solid #d8e5f2;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #41566c;
}

.hse-feature-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 22px;
  backdrop-filter: blur(4px);
}

.hse-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hse-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 12px;
}

.about-breakout-section {
  position: relative;
  background: linear-gradient(120deg, rgba(11, 60, 93, 0.86), rgba(11, 60, 93, 0.72)), url("../images/gen1.png") center/cover no-repeat;
}

.about-breakout-card {
  max-width: 760px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(11, 60, 93, 0.2);
  padding: 22px;
}

.about-breakout-card .section-kicker {
  color: var(--accent);
}

.about-breakout-card h2 {
  margin: 0 0 8px;
}

.about-breakout-card p {
  margin: 0 0 14px;
  color: #4f6074;
}

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

.home-solutions-section {
  position: relative;
  background: linear-gradient(120deg, rgba(11, 60, 93, 0.9), rgba(11, 60, 93, 0.72)), url("../images/gen1.png") center/cover no-repeat;
}

.home-solutions-section .section-kicker,
.home-solutions-section h2,
.home-solutions-section .section-title p {
  color: #ffffff;
}

.home-solutions-section .section-kicker {
  color: #ffbf72;
}

.home-solutions-section .card-box {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-box {
  padding: 22px;
}

.card-box i {
  color: var(--accent);
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.card-box h3 {
  font-size: 1.1rem;
}

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

.industry-card {
  padding: 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(11, 60, 93, 0.12);
  background: #eef3f8;
}

.industry-card i {
  color: var(--accent);
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.projects-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
}

.projects-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.projects-controls {
  display: inline-flex;
  gap: 8px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: var(--primary);
  color: var(--white);
  transition: transform 0.2s ease, background 0.2s ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  background: #0a3250;
}

.project-card {
  overflow: hidden;
  scroll-snap-align: start;
}

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

.project-content {
  padding: 18px;
}

.project-content a {
  color: var(--accent);
  font-weight: 700;
}

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

.home-why-section {
  position: relative;
  background: linear-gradient(120deg, rgba(11, 60, 93, 0.9), rgba(11, 60, 93, 0.72)), url("../images/woman working.jpg") center/cover no-repeat;
}

.home-why-section .section-kicker,
.home-why-section h2 {
  color: #ffffff;
}

.home-why-section .section-kicker {
  color: #ffbf72;
}

.home-why-section .why-grid .card-box {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.cta-section {
  background: var(--secondary);
  padding: 72px 0;
}

.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cta-wrap h2 {
  color: var(--white);
}

.cta-wrap p {
  color: #d9e4ef;
  margin: 8px 0 0;
}

.site-cta-compact {
  padding: 34px 0 36px;
}

.site-cta-card {
  background: linear-gradient(120deg, #0B3C5D 0%, #0a3150 100%);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 18px 36px rgba(11, 60, 93, 0.2);
}

.site-cta-copy h2 {
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  margin-bottom: 6px;
}

.site-cta-copy p {
  color: #d9e4ef;
  margin: 0;
  font-size: 0.92rem;
}

.site-footer {
  background: linear-gradient(135deg, #172531 0%, #0f1a24 100%);
  color: #d5dde5;
  padding: 34px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 18px;
}

.site-footer h3,
.site-footer h4 {
  color: var(--white);
  margin-bottom: 10px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.site-footer p,
.site-footer li,
.site-footer a {
  font-size: 0.92rem;
  line-height: 1.5;
}

.site-footer a {
  color: #dfe8f1;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer h4 i,
.site-footer li i {
  color: #ffb566;
  margin-right: 0;
  width: 14px;
  min-width: 14px;
  text-align: center;
  margin-top: 3px;
  line-height: 1;
}

.footer-links-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.industry-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #5b6878;
}

.floating-quote-btn {
  position: fixed;
  right: 24px;
  bottom: 94px;
  z-index: 999;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 18px;
}

.floating-whatsapp-btn {
  position: fixed;
  right: 24px;
  bottom: 154px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(24, 171, 84, 0.36);
  font-size: 1.2rem;
}

.floating-chat-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 14px 28px rgba(11, 60, 93, 0.28);
}

.floating-chat-btn:hover {
  transform: translateY(-2px);
  background: #0a3250;
}

.chat-panel {
  position: fixed;
  right: 24px;
  bottom: 88px;
  width: min(370px, calc(100vw - 24px));
  height: min(580px, calc(100vh - 120px));
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.97);
  transition: all 0.22s ease;
  display: flex;
  flex-direction: column;
}

.chat-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.chat-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: var(--primary);
  color: var(--white);
}

.chat-panel-head h4 {
  color: var(--white);
  margin: 0 0 2px;
  font-size: 0.95rem;
}

.chat-head-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chat-head-sub {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.9;
}

.chat-panel-head button {
  border: none;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.chat-panel-body {
  padding: 12px;
  background: #eef4fb;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-row {
  display: flex;
}

.chat-row.user {
  justify-content: flex-end;
}

.chat-bubble {
  max-width: 82%;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 0.88rem;
  line-height: 1.4;
  box-shadow: 0 4px 14px rgba(11, 60, 93, 0.08);
}

.chat-row.bot .chat-bubble {
  background: #ffffff;
  color: #1f2937;
  border-top-left-radius: 6px;
}

.chat-row.user .chat-bubble {
  background: #dff4e8;
  color: #183a2d;
  border-top-right-radius: 6px;
}

.chat-suggestions {
  padding: 10px 12px;
  background: #ffffff;
  border-top: 1px solid #e6edf4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-chip {
  border: 1px solid #d7e2ec;
  background: #f7fafc;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.82rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.chat-chip:hover {
  background: #edf4fa;
  border-color: #bfd4e6;
}

.chat-input-wrap {
  padding: 10px 12px 12px;
  background: #ffffff;
  border-top: 1px solid #e6edf4;
}

.chat-input-form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  align-items: center;
}

.chat-input-form input {
  border: 1px solid #d2deea;
  border-radius: 999px;
  height: 42px;
  padding: 0 14px;
  font-size: 0.9rem;
  background: #fbfdff;
}

.chat-input-form button {
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: var(--primary);
  color: var(--white);
}

.typing-dots {
  display: inline-flex;
  gap: 4px;
}

.typing-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a3b8;
  animation: dotPulse 1.2s infinite ease-in-out;
}

.typing-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.typing-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal-up {
  opacity: 0;
  transform: translateY(24px);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.tilt-card {
  transform-style: preserve-3d;
}

.tilt-card:hover {
  box-shadow: 0 20px 40px rgba(11, 60, 93, 0.14);
}

@media (max-width: 991px) {
  .header-wrap {
    min-height: 66px;
  }

  .header-nav {
    display: none;
  }

  .header-toggle {
    display: inline-flex;
  }

  .header-wrap > .btn-primary-action {
    display: none;
  }

  .site-header.mobile-open {
    background: rgba(11, 60, 93, 0.99);
  }

  .header-mobile-menu {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(9, 46, 72, 0.98);
  }

  .site-header.mobile-open .header-mobile-menu {
    display: block;
  }

  .header-mobile-links {
    display: grid;
    gap: 2px;
    padding: 10px 0 14px;
  }

  .header-mobile-links a {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 0;
  }

  .header-mobile-links .btn-primary-action {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-grid,
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .about-jump-nav-wrap {
    top: 64px;
  }

  .about-live-metrics,
  .approach-flow {
    grid-template-columns: 1fr;
  }

  .about-duo-grid {
    grid-template-columns: 1fr;
  }

  .purpose-points {
    grid-template-columns: 1fr;
  }

  .industries-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-grid-advanced {
    grid-template-columns: repeat(2, 1fr);
  }

  .differentiators-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .why-intro-grid {
    grid-template-columns: 1fr;
  }

  .why-intro-layout {
    grid-template-columns: 1fr;
  }

  .why-intro-feature {
    min-height: 300px;
  }

  .why-intro-proof-grid {
    grid-template-columns: 1fr;
  }

  .contact-split-grid {
    grid-template-columns: 1fr;
  }

  .core-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .overview-grid,
  .vision-mission-grid,
  .hse-grid {
    grid-template-columns: 1fr;
  }

  .service-flow-row {
    grid-template-columns: 1fr;
  }

  .service-flow-row.reverse .service-flow-text,
  .service-flow-row.reverse .service-flow-media {
    order: initial;
  }

  .solutions-accordion {
    grid-template-columns: 1fr;
  }

  .solutions-showcase-grid {
    grid-template-columns: 1fr;
  }

  .solution-accordion-item summary {
    grid-template-columns: 30px 56px minmax(0, 1fr);
  }

  .solution-summary-thumb {
    width: 56px;
    height: 42px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links-split {
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-whatsapp-btn {
    right: 12px;
    bottom: 142px;
  }
}

@media (max-width: 640px) {
  .section-space {
    padding: 68px 0;
  }

  .solutions-grid,
  .industries-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .project-grid-advanced,
  .differentiators-grid {
    grid-template-columns: 1fr;
  }

  .industries-detail-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .core-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn-primary-action,
  .hero-actions .btn-secondary-action {
    width: 100%;
  }

  .about-jump-nav-wrap {
    top: 58px;
  }

  .chat-panel {
    right: 12px;
    bottom: 78px;
    width: calc(100vw - 24px);
    height: min(560px, calc(100vh - 104px));
  }

  .floating-chat-btn {
    right: 12px;
    bottom: 14px;
  }
}

@keyframes heroZoom {
  from { background-size: 100%; }
  to { background-size: 110%; }
}

@keyframes marqueeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes floatOrbA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@keyframes floatOrbB {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(12px) translateX(-8px); }
}

@keyframes dotPulse {
  0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}

