@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --brand-green: #275d2b;
  --brand-green-light: #f2f8f4;
  --text-muted: #5f6e66;
  --black: #2b2b2e;
  --white: #fff;
  --bs-body-font-family: "Montserrat", sans-serif;
  --primary-color: #275d2b;
}
body {
  color: #101828;
}
a {
  text-decoration: none;
}
.text-muted-custom {
  color: var(--text-muted);
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-flat,
.btn-flat-white {
  font-weight: 500;
  color: var(--brand-green);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 0;
  font-size: 0.875em;
}
.btn-flat-white {
  color: var(--white);
}
.btn-flat svg,
.btn-flat-white svg {
  background-color: var(--brand-green);
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn-flat-white svg {
  background-color: var(--white);
}
.btn-flat-white svg path {
  stroke: var(--brand-green);
}
.btn-flat:hover,
.btn-flat-white:hover {
  gap: 8px;
  opacity: 0.85;
}
.btn-flat:hover svg,
.btn-flat-white:hover svg {
  transform: translateX(3px) scale(1.08);
}
.btn-flat:active svg,
.btn-flat-white:active svg {
  transform: translateX(3px) scale(0.95);
}
/* Brand color utility overrides */
.text-brand {
  color: var(--brand-green) !important;
}
.bg-brand {
  background-color: var(--brand-green) !important;
}
.bg-brand-light {
  background-color: var(--brand-green-light) !important;
}
.border-brand {
  border-color: var(--brand-green) !important;
}
.btn-brand-outline {
  background: #fff;
  color: var(--brand-green);
  border: 1.5px solid var(--brand-green);
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
}
.btn-brand-outline:hover {
  background: var(--brand-green-light);
  color: var(--brand-green);
}
.eyebrow {
  display: inline-flex;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  color: var(--brand-green);
  background-color: var(--brand-green-light);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.heading-section {
  font-size: 2.75rem;
  font-weight: 600;
}
.heading-section span {
  color: var(--brand-green);
}
.section-container {
  padding: 3rem 0;
}
.icon-circle-step {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 10px 20px rgba(31, 111, 67, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--brand-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle svg {
  width: 24px;
  height: 24px;
  stroke: var(--brand-green);
}
.icon-circle.icon-lg {
  width: 66px;
  height: 66px;
}
.icon-circle.icon-lg svg {
  width: 32px;
  height: 32px;
}
.icon-circle.icon-xl {
  width: 78px;
  height: 78px;
}
.icon-circle.icon-xl svg {
  width: 36px;
  height: 36px;
}
/* ---------- Navbar ---------- */
/* ---------- Hero ---------- */
.hero h1 {
  font-size: 5.875rem;
  font-weight: 700;
  line-height: 1.15;
}
.hero-img {
  overflow: hidden;
  filter: drop-shadow(0px 0px 130px rgba(24, 140, 74, 0.25));
}
.hero h1 span {
  color: var(--brand-green);
}
.hero-illustration {
  max-width: 460px;
  width: 100%;
}
.tech-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.tech-badge .badge-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.tech-badge span {
  font-size: 0.7rem;
  font-weight: 600;
}
.tech-badge.pos-1 {
  top: 0%;
  left: 6%;
}
.tech-badge.pos-2 {
  top: 4%;
  right: 0%;
}
.tech-badge.pos-3 {
  top: 36%;
  left: -6%;
}
.tech-badge.pos-4 {
  top: 38%;
  right: -8%;
}
.tech-badge.pos-5 {
  bottom: 6%;
  left: 0%;
}
.tech-badge.pos-6 {
  bottom: 0%;
  right: 4%;
}
.stat-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  display: block;
}
.stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  color: var(--text-muted);
}
.card {
  background: #ffffff;
  border: 1px solid #e7f3ec;
  box-shadow: 0px 10px 35px rgba(31, 111, 67, 0.08);
  border-radius: 10px;
  padding: 1rem;
}
/* ---------- About ---------- */
.about-us {
  background-color: #f3f5f3;
}
.about-card {
  padding: 1rem;
  background-image: url(../assets/svg/ic_dots_bg.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
.about-card h3 {
  font-size: 1.44rem;
  font-weight: 600;
  color: var(--black);
}
.about-card h3 span {
  color: var(--brand-green);
}
.about-photo {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.bo-stage {
  --bo-orbit: 44s;
  --bo-bob: 5s;
  --bo-travel: 16px;
  --bo-radius: 45.2%;
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 562/554;
  margin: 0 auto;
}
.bo-stage .bo-l {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bo-bg {
  animation: bo-breathe 9s ease-in-out infinite;
}
.bo-column,
.bo-beam {
  animation: bo-glow 5.5s ease-in-out infinite;
}
.bo-brainwrap {
  position: absolute;
  inset: 0;
  animation: bo-float 7s ease-in-out infinite;
}
.bo-ring {
  animation: bo-bob var(--bo-bob) ease-in-out infinite;
}
.bo-badge,
.bo-orbit,
.bo-pop {
  position: absolute;
  inset: 0;
}
.bo-orbit {
  animation: bo-orbit var(--bo-orbit) linear infinite;
}
.bo-pop {
  opacity: 0;
  animation: bo-pop 0.9s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}
@keyframes bo-orbit {
  from {
  transform: rotate(0) translateX(var(--bo-radius)) rotate(0);
  }
  to {
  transform: rotate(360deg) translateX(var(--bo-radius)) rotate(-360deg);
  }
}
@keyframes bo-pop {
  0% {
  opacity: 0;
  transform: scale(0.35);
  }
  55% {
  opacity: 1;
  transform: scale(1.07);
  }
  100% {
  opacity: 1;
  transform: scale(1);
  }
}
@keyframes bo-bob {
  0%,
  100% {
  transform: translateY(calc(var(--bo-travel) * -1));
  }
  50% {
  transform: translateY(var(--bo-travel));
  }
}
@keyframes bo-float {
  0%,
  100% {
  transform: translateY(-5px);
  }
  50% {
  transform: translateY(5px);
  }
}
@keyframes bo-breathe {
  0%,
  100% {
  opacity: 0.5;
  }
  50% {
  opacity: 1;
  }
}
@keyframes bo-glow {
  0%,
  100% {
  opacity: 0.72;
  }
  50% {
  opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bo-stage * {
    animation: none !important;
  }
  .bo-pop {
    opacity: 1 !important;
  }
}
/* ---------- Technologies honeycomb ---------- */
.hive {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.hive-row {
  display: flex;
  gap: 12px;
}
.hive-row.tuck {
  margin: -30px 0;
}
.hex {
  position: relative;
  width: 168px;
  height: 190px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #f2f8f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
  padding: 0 1.25rem;
  transition:
  background 0.3s ease,
  transform 0.3s ease;
}
.hive {
  animation: hiveDrift 14s ease-in-out infinite;
}
@keyframes hiveDrift {
  0%,
  100% {
  transform: translateY(0) rotate(0deg);
  }
  50% {
  transform: translateY(-6px) rotate(-0.4deg);
  }
}
.hex {
  animation: hexSway var(--sway-dur, 7s) ease-in-out var(--sway-delay, 0s)
  infinite;
}
@keyframes hexSway {
  0%,
  100% {
  transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
  transform: translate3d(3px, -8px, 0) rotate(1.1deg);
  }
  50% {
  transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  75% {
  transform: translate3d(-3px, -6px, 0) rotate(-1.1deg);
  }
}
.hive-row .hex:nth-child(1) {
  --sway-dur: 6.4s;
  --sway-delay: 0s;
}
.hive-row .hex:nth-child(2) {
  --sway-dur: 7.6s;
  --sway-delay: -1.8s;
}
.hive-row .hex:nth-child(3) {
  --sway-dur: 8.4s;
  --sway-delay: -3.4s;
}
.hive-row.tuck .hex:nth-child(1) {
  --sway-dur: 7.1s;
  --sway-delay: -2.6s;
}
.hive-row.tuck .hex:nth-child(2) {
  --sway-dur: 6.8s;
  --sway-delay: -4.2s;
}
.hex-face,
.hex-solve {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 1.1rem;
  text-align: center;
  transition:
  opacity 0.3s ease,
  transform 0.35s ease;
}
.hex-solve {
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  pointer-events: none;
}
.hex:hover .hex-face {
  opacity: 0;
  transform: translateY(-10px) scale(0.96);
}
.hex:hover .hex-solve {
  opacity: 1;
  transform: none;
}
.hex-solve svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.hex-solve > span {
  font-size: 0.72rem;
  font-weight: 500;
  color: #d9f2e2;
  line-height: 1.35;
}
.hex-solve .draw {
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
}
.hex:hover .hex-solve .draw {
  animation: hexDraw 0.75s 0.12s ease forwards;
}
@keyframes hexDraw {
  to {
  stroke-dashoffset: 0;
  }
}
.hex-solve .ping {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.hex:hover .hex-solve .ping {
  animation: hexPing 1.8s ease-out infinite;
}
.hex:hover .hex-solve .ping + .ping {
  animation-delay: 0.9s;
}
@keyframes hexPing {
  0% {
  opacity: 0.55;
  transform: scale(0.4);
  }
  70% {
  opacity: 0;
  transform: scale(1.5);
  }
  100% {
  opacity: 0;
  transform: scale(1.5);
  }
}
.hex-solve .pop {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.hex:hover .hex-solve .pop {
  animation: hexPop 0.5s ease forwards;
}
.hex:hover .hex-solve .pop:nth-of-type(2) {
  animation-delay: 0.18s;
}
.hex:hover .hex-solve .pop:nth-of-type(3) {
  animation-delay: 0.34s;
}
.hex:hover .hex-solve .pop:nth-of-type(4) {
  animation-delay: 0.5s;
}
.hex:hover .hex-solve .pop:nth-of-type(5) {
  animation-delay: 0.62s;
}
@keyframes hexPop {
  from {
  opacity: 0;
  transform: scale(0.2);
  }
  to {
  opacity: 1;
  transform: scale(1);
  }
}
.hex-solve .spin {
  transform-box: fill-box;
  transform-origin: center;
}
.hex:hover .hex-solve .spin {
  animation: hexSpin 6s linear infinite;
}
@keyframes hexSpin {
  to {
  transform: rotate(360deg);
  }
}
.hex-solve .scan {
  opacity: 0;
}
.hex:hover .hex-solve .scan {
  animation: hexScan 1.6s ease-in-out infinite;
}
@keyframes hexScan {
  0% {
  opacity: 0;
  transform: translateY(-9px);
  }
  35% {
  opacity: 0.9;
  }
  100% {
  opacity: 0;
  transform: translateY(9px);
  }
}
.hex img {
  width: 52px;
  height: 52px;
  transition:
  transform 0.3s ease,
  filter 0.3s ease;
}
.hex span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1.3;
  transition: color 0.3s ease;
}
.hex.accent {
  background: var(--brand-green-light);
}
.hex:hover {
  background: linear-gradient(160deg, #1f6f43, #14532d);
  animation: hexLift 0.35s ease forwards;
}
@keyframes hexLift {
  to {
  transform: translateY(-10px) scale(1.05);
  }
}
.hex:hover img {
  transform: translateY(-3px) scale(1.06);
  filter: brightness(0) invert(1);
}
.hex:hover span {
  color: #fff;
}
@media (max-width: 992px) {
  .hive-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hive-row.tuck {
    margin: 0;
  }
  .hex {
    width: 140px;
    height: 160px;
  }
  .hex-solve > span {
    font-size: 0.66rem;
  }
}
/* ---------- Commitment / priority ---------- */
.commitment-section {
  background: linear-gradient(135deg, #f7fbf8 0%, #eef8f0 100%);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
}
.commitment-section::after {
  content: "";
  background-image: url(../assets/img/ic_commitment.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  right: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: -1;
  background-size: contain;
}
.priority-card {
  text-align: center;
  height: 100%;
}
.priority-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--brand-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.priority-icon-circle svg {
  width: 28px;
  height: 28px;
  stroke: var(--brand-green);
}
.priority-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.priority-card h4::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: var(--brand-green);
  margin: 0.5rem auto 1rem;
}
.priority-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}
.commitment-stat-num {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.commitment-stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* ---------- Web dev / tech cards ---------- */
.check-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}
.check-item .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.check-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--brand-green);
}
.webdev-image {
  border-radius: 16px;
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}
.tech-card {
  height: 100%;
}
.tech-card h4 {
  font-size: 1.25rem;
  color: var(--black);
  font-weight: 500;
}
.tech-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.arrow-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.arrow-circle svg {
  width: 16px;
  height: 16px;
  stroke: var(--brand-green);
}
/* ---------- Years banner ---------- */
.years-banner {
  background:
  linear-gradient(
  90deg,
  #0f3d22 0%,
  #14532d 20%,
  #1f6f43 45%,
  #2e8b57 70%,
  #3faf68 100%
  ),
  radial-gradient(
  50% 50% at 50% 50%,
  rgba(126, 223, 166, 0.1) 0%,
  rgba(102, 102, 102, 0) 35%
  ),
  radial-gradient(
  50% 50% at 50% 50%,
  rgba(74, 222, 128, 0.18) 0%,
  rgba(153, 153, 153, 0) 30%
  );
  border-radius: 20px;
  height: 219px;
  color: var(--white);
  padding-top: 30px;
  padding-left: 30px;
}
.years-banner h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.rocket-bg {
  height: 100%;
}
/* ---------- AI-assisted delivery rail ---------- */
.rail-wrap {
  position: relative;
  padding: 3rem 0 1rem;
}
.rail {
  position: absolute;
  top: calc(3rem + 46px - 1.5px);
  left: 12%;
  right: 12%;
  height: 3px;
  background: linear-gradient(90deg, #dce9e0, #b7dcc4);
  border-radius: 3px;
  overflow: hidden;
}
.rail::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 110px;
  height: 9px;
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(63, 175, 104, 0), #3faf68);
  animation: railPulse 4.5s linear infinite;
}
@keyframes railPulse {
  from {
  transform: translateX(-110px);
  }
  to {
  transform: translateX(calc(100vw));
  }
}
.rail-stages {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.rail-stage {
  text-align: center;
}
.rail-node {
  width: 92px;
  height: 92px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 111, 67, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
  transform 0.3s ease,
  box-shadow 0.3s ease;
}
.rail-stage:hover .rail-node {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(31, 111, 67, 0.24);
}
.rail-stage h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--brand-green);
  margin: 0 0 0.4rem;
}
.ai-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-green);
  background: var(--brand-green-light);
  border-radius: 30px;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0.6rem;
}
.ai-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  animation: chipBlink 1.8s ease-in-out infinite;
}
@keyframes chipBlink {
  0%,
  100% {
  opacity: 1;
  }
  50% {
  opacity: 0.25;
  }
}
.rail-stage p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 auto;
  max-width: 220px;
}
.delivery-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.stat-card .stat-num {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.stat-card .stat-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
}
@media (max-width: 768px) {
  .rail {
    display: none;
  }
  .rail-stages,
  .delivery-stats {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
  .rail-wrap {
    padding-top: 1.5rem;
  }
}
/* ---------- Process ---------- */
.process-step {
  flex: 1;
  position: relative;
  padding-top: 53px;
}
.process-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 53px;
  height: 13px;
  background: url(../images/ic_process_after.svg);
}
.process-deliver {
  margin-top: 4rem;
}
.process-step h4 {
  font-size: 1.5rem;
  color: var(--brand-green);
  font-weight: 600;
}
.process-step h4::after {
  content: "";
  display: block;
  width: 40px;
  margin: 0 auto;
  margin-top: 5px;
  height: 2px;
  background: var(--brand-green);
}
.process-step p {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.delivery-block {
  background:
  linear-gradient(90deg, #f7fffa 0%, #ecfdf5 45%, #f4fdf8 100%),
  linear-gradient(
  90deg,
  rgba(167, 243, 208, 0.12) 0%,
  rgba(102, 102, 102, 0) 45%
  ),
  radial-gradient(
  50% 50% at 50% 50%,
  rgba(126, 223, 166, 0.1) 0%,
  rgba(102, 102, 102, 0) 35%
  ),
  radial-gradient(
  50% 50% at 50% 50%,
  rgba(74, 222, 128, 0.1) 0%,
  rgba(115, 115, 115, 0) 40%
  );
  border: 1px solid #e8f3ec;
  border-radius: 30px;
  padding: 35px;
}
.delivery-block--stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.delivery-block-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.4fr;
  gap: 1.5rem;
}
.delivery-block h3 {
  font-size: 2.125rem;
  color: var(--black);
  font-weight: 600;
}
.delivery-block h3 span {
  color: var(--brand-green);
}
.stat-card .stat-num {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.stat-card .stat-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* ---------- Knowledge / blog ---------- */
.blog-thumb {
  background: linear-gradient(135deg, #e9f7ea, #c8e6c9);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blog-thumb .blog-thumb-bg-overlay,
.blog-thumb .blog-thumb-sm-overlay {
  position: absolute;
  top: auto;
  filter: blur(4px);
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-thumb .blog-thumb-bg,
.blog-thumb .blog-thumb-sm {
  z-index: 1;
  position: relative;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-thumb.blog-thumb-sh {
  height: 120px;
  min-height: unset;
  width: 160px;
  min-width:160px
}
.blog-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}
.blog-card h3 {
  font-weight: 600;
  color: var(--black);
}
.blog-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}
.blog-tag {
  color: var(--brand-green);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.topic-row {
  border-radius: 12px;
  border: 1px solid #f3f1f0;
  padding: 0.625rem;
}
.fs-12 {
  font-size: 12px;
}
.topic-row:hover {
  background: var(--brand-green-light);
}
/* ---------- Career ---------- */
.career-visual {
  background: linear-gradient(135deg, #e9f7ea, #c8e6c9);
  border-radius: 16px;
  min-height: 340px;
}
.career-photo {
  border-radius: 16px;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}
.career-feature h4 {
  font-size: 1rem;
  font-weight: 700;
}
.career-feature p {
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* ---------- Footer ---------- */
/* ---------- Custom mobile hamburger navbar ---------- */
/* ---------- Sticky header ---------- */
/* ---------- Nested dropdown (Our Services) ---------- */
/* Mobile: dropdown becomes a static accordion inside the drawer */
@media (max-width: 992px) {
/* touch pe hover-open disable */
}
@media (max-width: 768px) {
  .blog-thumb.blog-thumb-sh {
    height: unset;
    width: 100%;
    min-width: 100%;
    min-height: clamp(140px, 22vw, 180px);
  }
  .blog-card {
    flex-direction: column;
  }
  .delivery-block-row,
  .delivery-block--stat-row,
  .site-footer-row {
    grid-template-columns: 1fr;
  }
  .process-step {
    flex: auto;
    margin-bottom: 35px;
  }
  .years-banner {
    height: auto;
  }
  .delivery-block {
    padding: 25px;
  }
  .years-banner {
    padding: 30px 25px 0;
  }
  .hero h1 {
    font-size: 3.47rem;
  }
  .heading-section {
    font-size: 2rem;
  }
  .years-banner h2 {
    font-size: 1.7rem;
  }
  .delivery-block h3 {
    font-size: 1.5rem;
  }
}
/* ---------- Lightweight motion ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
  opacity 0.6s ease,
  transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
.card,
.hex,
.blog-card,
.topic-row {
  transition:
  transform 0.25s ease,
  box-shadow 0.25s ease,
  border-color 0.25s ease;
}
.tech-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(31, 111, 67, 0.14);
}
.tech-card:hover .arrow-circle {
  background: var(--brand-green);
}
.tech-card:hover .arrow-circle svg {
  stroke: #fff;
}
.btn-brand,
.btn-brand-outline {
  transition:
  transform 0.2s ease,
  box-shadow 0.2s ease,
  background-color 0.2s ease;
}
.btn-brand:hover,
.btn-brand-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(31, 111, 67, 0.22);
}
.btn-brand svg,
.btn-brand-outline svg {
  transition: transform 0.2s ease;
}
.btn-brand:hover svg,
.btn-brand-outline:hover svg {
  transform: translateX(3px);
}
.hero-img {
  animation: floatY 6s ease-in-out infinite;
  padding: 40px 30px 40px;
}
@keyframes floatY {
  0%,
  100% {
  transform: translateY(0);
  }
  50% {
  transform: translateY(-12px);
  }
}
.topic-row:hover {
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-img,
  .hive,
  .hex,
  .rail::after,
  .ai-chip::before,
  .hex-solve .ping,
  .hex-solve .pop,
  .hex-solve .spin,
  .hex-solve .scan,
  .hex-solve .draw {
    animation: none;
  }
  .hex-solve .draw {
    stroke-dashoffset: 0;
  }
  .hex-solve .ping,
  .hex-solve .pop {
    opacity: 1;
  }
  .tech-card:hover,
  .hex:hover,
  .blog-card:hover,
  .btn-brand:hover,
  .btn-brand-outline:hover,
  .topic-row:hover {
    transform: none;
  }
}
/* ---------- Technology hex face icons ---------- */
.hex-face svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--brand-green);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  transition: transform 0.3s ease;
}
.hex:hover .hex-face svg {
  transform: translateY(-3px) scale(1.06);
}
/* Fluid type + section rhythm */
.hero h1 {
  font-size: clamp(2.4rem, 6.2vw, 5.875rem);
}
.hero p {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}
.heading-section {
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
}
.years-banner h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
}
.about-card h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.44rem);
}
.priority-card h4,
.rail-stage h4,
.tech-card h4 {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
}
.section-container {
  padding: clamp(2.25rem, 5vw, 3rem) 0;
}
.commitment-section {
  padding: clamp(1.25rem, 3vw, 2.5rem);
}
/* Fluid media blocks */
.about-photo {
  min-height: clamp(220px, 34vw, 300px);
}
.webdev-image,
.hero-img {
  min-height: 0;
  height: auto;
}
.career-visual {
  min-height: clamp(220px, 36vw, 340px);
}
.career-photo {
  min-height: clamp(200px, 30vw, 260px);
}
.blog-thumb {
  min-height: clamp(140px, 22vw, 180px);
}
/* Honeycomb: fluid tile, no fixed pixel grid */
.hex {
  width: clamp(118px, 12.5vw, 168px);
  height: clamp(134px, 14.2vw, 190px);
  padding: 0 0.75rem;
}
.hex-face svg,
.hex-solve svg {
  width: clamp(34px, 3.6vw, 54px);
  height: clamp(34px, 3.6vw, 54px);
}
.hex span {
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
}
.hex-solve > span {
  font-size: clamp(0.6rem, 0.72vw, 0.72rem);
}
/* ≤1400px */
@media (max-width: 1400px) {
  .commitment-section::after {
    width: 40%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
/* ≤1200px */
@media (max-width: 1200px) {
  .hive-row {
    gap: 8px;
  }
  .years-banner {
    height: auto;
    min-height: 219px;
    padding: 30px 25px;
  }
  .rocket-bg {
    height: auto;
    max-height: 200px;
    margin-left: auto;
    display: block;
  }
  .rail {
    left: 8%;
    right: 8%;
  }
}
/* ≤992px */
@media (max-width: 992px) {
  .hex {
    width: 140px;
    height: 160px;
  }
  .hive-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .hive-row.tuck {
    margin: 0;
  }
  .commitment-section::after {
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  .rail-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
  }
  .rail {
    display: none;
  }
  .delivery-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-img {
    padding: 40px;
  }
  .tech-badge .badge-circle {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
/* ≤768px */
@media (max-width: 768px) {
  .hero {
    text-align: left;
  }
  .hex {
    width: 128px;
    height: 146px;
  }
  .years-banner {
    min-height: 0;
    border-radius: 16px;
  }
  .rocket-bg {
    max-height: 150px;
    margin: 0 auto;
  }
  .commitment-section {
    border-radius: 16px;
  }
  .check-item {
    font-size: 0.85rem;
  }
  .btn-brand,
  .btn-brand-outline {
    padding: 0.6rem 1.1rem;
  }
  .icon-circle-step {
    width: 62px;
    height: 62px;
    top: -31px;
  }
}
/* ≤576px */
@media (max-width: 576px) {
  .hero h1 {
    font-size: clamp(2rem, 11vw, 2.9rem);
  }
  .hero .btn {
    width: 100%;
    justify-content: center;
  }
  .hex {
    width: 118px;
    height: 134px;
    padding: 0 0.5rem;
  }
  .hive-row {
    gap: 6px;
  }
  .rail-stages,
  .delivery-stats {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .rail-node {
    width: 74px;
    height: 74px;
  }
  .btn-brand,
  .btn-brand-outline,
  .btn-flat,
  .btn-flat-white {
    justify-content: flex-start;
  }
  .card {
    padding: 0.875rem;
  }
  .about-card {
    background-image: none;
  }
}
/* Touch devices: the hover-only hex face never traps content */
@media (hover: none) {
  .hex:hover .hex-face,
  .hex:focus-within .hex-face {
    opacity: 0;
  }
  .hex:focus-within .hex-solve {
    opacity: 1;
    transform: none;
  }
}
/* ---------- Delivery banner rocket ---------- */
.rocket-scene {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  overflow: hidden;
  /* soft edges so passing clouds fade out instead of being sliced */
  -webkit-mask-image:
  linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%),
  linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image:
  linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%),
  linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.rk-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
/* Craft */
.rk-craft {
  animation:
  rkShake 0.22s linear infinite,
  rkSurge 3.6s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  will-change: transform;
}
.rk-hull {
  fill: #ffffff;
}
.rk-shine {
  fill: none;
  stroke: rgba(39, 93, 43, 0.18);
  stroke-width: 3;
  stroke-linecap: round;
}
.rk-fin {
  fill: #7edfa6;
}
.rk-nozzle {
  fill: #d9f2e2;
}
.rk-window {
  fill: #1f6f43;
}
.rk-window-glint {
  fill: rgba(255, 255, 255, 0.8);
}
/* Flame */
.rk-flame {
  transform-box: fill-box;
  transform-origin: 100% 50%;
}
.rk-flame path {
  transform-box: fill-box;
  transform-origin: 100% 50%;
}
.rk-flame-outer {
  fill: rgba(126, 223, 166, 0.35);
  animation: rkFlame 0.16s steps(2, end) infinite alternate;
}
.rk-flame-inner {
  fill: rgba(190, 245, 214, 0.7);
  animation: rkFlame 0.13s steps(2, end) infinite alternate-reverse;
}
.rk-flame-core {
  fill: #ffffff;
  animation: rkFlame 0.1s steps(2, end) infinite alternate;
}
@keyframes rkFlame {
  from {
  transform: scaleX(0.82) scaleY(0.9);
  opacity: 0.75;
  }
  to {
  transform: scaleX(1.18) scaleY(1.08);
  opacity: 1;
  }
}
/* Clouds rushing past */
.rk-cloud {
  fill: rgba(255, 255, 255, 0.4);
  animation: rkCloud 5.5s linear infinite;
  will-change: transform, opacity;
}
.rk-cloud-2 {
  fill: rgba(217, 242, 226, 0.32);
  animation-duration: 7.5s;
  animation-delay: -2.5s;
}
.rk-cloud-3 {
  fill: rgba(255, 255, 255, 0.26);
  animation-duration: 6.5s;
  animation-delay: -4.4s;
}
.rk-cloud-4 {
  fill: rgba(217, 242, 226, 0.36);
  animation-duration: 8.5s;
  animation-delay: -1.4s;
}
.rk-cloud-5 {
  fill: rgba(255, 255, 255, 0.22);
  animation-duration: 9.5s;
  animation-delay: -6.2s;
}
.rk-cloud-6 {
  fill: rgba(217, 242, 226, 0.3);
  animation-duration: 6s;
  animation-delay: -3.2s;
}
@keyframes rkCloud {
  0% {
  transform: translateX(300px) scaleX(1);
  opacity: 0;
  }
  20% {
  opacity: 1;
  }
  70% {
  opacity: 1;
  }
  100% {
  transform: translateX(-320px) scaleX(1.5);
  opacity: 0;
  }
}
/* Smoke puffs off the nozzle */
.rk-puff {
  fill: rgba(255, 255, 255, 0.34);
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: rkPuff 2.2s linear infinite;
  will-change: transform, opacity;
}
.rk-puff:nth-of-type(2) {
  animation-duration: 2.8s;
  animation-delay: -0.55s;
  fill: rgba(217, 242, 226, 0.28);
}
.rk-puff:nth-of-type(3) {
  animation-duration: 1.9s;
  animation-delay: -1.1s;
}
.rk-puff:nth-of-type(4) {
  animation-duration: 3.2s;
  animation-delay: -1.7s;
  fill: rgba(255, 255, 255, 0.22);
}
.rk-puff:nth-of-type(5) {
  animation-duration: 2.5s;
  animation-delay: -2.1s;
}
@keyframes rkPuff {
  0% {
  transform: translate(6px, 0) scale(0.3);
  opacity: 0;
  }
  15% {
  opacity: 0.85;
  }
  100% {
  transform: translate(-190px, -14px) scale(2.4);
  opacity: 0;
  }
}
/* Motion lines rushing past */
.rk-streak {
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 2.5;
  stroke-linecap: round;
  animation: rkStreak 0.9s linear infinite;
  will-change: transform, opacity;
}
.rk-streak:nth-of-type(2) {
  animation-duration: 1.15s;
  animation-delay: -0.35s;
  stroke: rgba(190, 245, 214, 0.5);
}
.rk-streak:nth-of-type(3) {
  animation-duration: 0.75s;
  animation-delay: -0.2s;
}
.rk-streak:nth-of-type(4) {
  animation-duration: 1.35s;
  animation-delay: -0.6s;
  stroke: rgba(255, 255, 255, 0.35);
}
.rk-streak:nth-of-type(5) {
  animation-duration: 0.85s;
  animation-delay: -0.5s;
}
.rk-streak:nth-of-type(6) {
  animation-duration: 1.05s;
  animation-delay: -0.15s;
  stroke: rgba(190, 245, 214, 0.45);
}
.rk-streak:nth-of-type(7) {
  animation-duration: 0.7s;
  animation-delay: -0.4s;
  stroke: rgba(255, 255, 255, 0.3);
}
.rk-streak:nth-of-type(8) {
  animation-duration: 1.25s;
  animation-delay: -0.75s;
}
@keyframes rkStreak {
  0% {
  transform: translateX(240px) scaleX(0.4);
  opacity: 0;
  }
  18% {
  opacity: 1;
  }
  75% {
  opacity: 1;
  }
  100% {
  transform: translateX(-150px) scaleX(1.5);
  opacity: 0;
  }
}
/* Dust rushing past */
.rk-dust {
  fill: rgba(255, 255, 255, 0.7);
  animation: rkDust 1.4s linear infinite;
}
.rk-dust:nth-of-type(2) {
  animation-duration: 1s;
  animation-delay: -0.3s;
}
.rk-dust:nth-of-type(3) {
  animation-duration: 1.8s;
  animation-delay: -0.9s;
}
.rk-dust:nth-of-type(4) {
  animation-duration: 1.2s;
  animation-delay: -0.55s;
}
.rk-dust:nth-of-type(5) {
  animation-duration: 1.6s;
  animation-delay: -1.1s;
}
.rk-dust:nth-of-type(6) {
  animation-duration: 0.95s;
  animation-delay: -0.2s;
}
.rk-dust:nth-of-type(7) {
  animation-duration: 1.5s;
  animation-delay: -0.7s;
}
.rk-dust:nth-of-type(8) {
  animation-duration: 1.1s;
  animation-delay: -0.45s;
}
@keyframes rkDust {
  0% {
  transform: translateX(200px);
  opacity: 0;
  }
  20% {
  opacity: 0.9;
  }
  100% {
  transform: translateX(-170px);
  opacity: 0;
  }
}
@keyframes rkShake {
  0%,
  100% {
  transform: translate(0, 0);
  }
  25% {
  transform: translate(0.6px, -0.8px);
  }
  50% {
  transform: translate(-0.6px, 0.5px);
  }
  75% {
  transform: translate(0.4px, 0.7px);
  }
}
@keyframes rkSurge {
  0%,
  100% {
  transform: translate(-8px, 5px) scale(0.99);
  }
  50% {
  transform: translate(2px, -3px) scale(1.01);
  }
}
/* Hover: throttle up */
.years-banner:hover .rk-streak {
  animation-duration: 0.42s;
}
.years-banner:hover .rk-dust {
  animation-duration: 0.6s;
}
.years-banner:hover .rk-cloud {
  animation-duration: 2.6s;
}
.years-banner:hover .rk-puff {
  animation-duration: 1.1s;
}
.years-banner:hover .rk-craft {
  animation:
  rkShake 0.16s linear infinite,
  rkSurge 1.6s ease-in-out infinite;
}
@media (max-width: 992px) {
  .rocket-scene {
    margin: 0 auto;
    max-width: 300px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rk-craft,
  .rk-flame path,
  .rk-streak,
  .rk-dust,
  .rk-cloud,
  .rk-puff,
  .years-banner:hover .rk-cloud,
  .years-banner:hover .rk-puff,
  .years-banner:hover .rk-craft,
  .years-banner:hover .rk-streak,
  .years-banner:hover .rk-dust {
    animation: none;
  }
}
/* .container{
  width: 94%;
  margin: 0px auto;
} */
/* ---------- Careers illustration ---------- */
.career-stage {
  position: relative;
}
.career-svg {
  display: block;
  width: 100%;
  height: auto;
  animation: careerFloat 9s ease-in-out infinite;
}
@keyframes careerFloat {
  0%,
  100% {
  transform: translateY(0);
  }
  50% {
  transform: translateY(-7px);
  }
}
/* Speech bubbles: arrive, hold, leave — then the next one */
.cb {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: cbCycle 8s ease-in-out infinite;
  will-change: transform, opacity;
}
.cb-i {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: cbBob 4.2s ease-in-out infinite;
}
.cb2 {
  animation-delay: 1.1s;
}
.cb2 .cb-i {
  animation-duration: 5s;
  animation-delay: -1.4s;
}
.cb3 {
  animation-delay: 2.4s;
}
.cb3 .cb-i {
  animation-duration: 3.6s;
  animation-delay: -0.8s;
}
.cb4 {
  animation-delay: 3.6s;
}
.cb4 .cb-i {
  animation-duration: 4.8s;
  animation-delay: -2.2s;
}
@keyframes cbCycle {
  0% {
  opacity: 0;
  transform: translateY(10px) scale(0.72);
  }
  7% {
  opacity: 1;
  transform: translateY(0) scale(1.06);
  }
  12% {
  transform: translateY(0) scale(1);
  }
  76% {
  opacity: 1;
  transform: translateY(0) scale(1);
  }
  88% {
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  }
  100% {
  opacity: 0;
  transform: translateY(10px) scale(0.72);
  }
}
@keyframes cbBob {
  0%,
  100% {
  transform: translateY(0) rotate(-0.8deg);
  }
  50% {
  transform: translateY(-6px) rotate(0.8deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .career-svg,
  .cb,
  .cb-i {
    animation: none;
  }
  .cb {
    opacity: 1;
  }
}
/* Floating WhatsApp button */
/* Mobile: nested submenu toggle spans the row and its chevron points down when open */
/* Footer: keep the logo at its desktop size when the grid collapses to one column */
@media (max-width: 768px) {
/* 2-column list: long service names wrap, so drop the 40px line-height */
}
