/**
 * Shrub Technology
 * Premium software development, websites, digital products, and business automation.
 * 
 * @package Shrub Technology
 * @version 1.0.0
 * @author Shivendra Prakash Suman
 * @license Shrubtech Solutions Pvt. Ltd.
 * @link https://www.shrubtechnology.com
 */
/* =========================
   Shrub Technology BRAND COLORS
========================= */
/* :root {
  --brand-primary: #F57C00;
  --brand-secondary: #D32F2F;
  --brand-dark: #2B2B2B;
  --brand-light: #F9FAFB;
  --brand-yellow: #ffaf01;
} */

:root {
  --brand-primary: #4F46E5;     /* Indigo Blue */
  --brand-secondary: #C026D3;   /* Neon Purple */
  --brand-dark: #020617;        /* Deep Navy */
  --brand-light: #F8FAFC;       /* Soft White */
  --brand-accent: #22D3EE;      /* Cyan Glow */
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 85px;
  margin: 0;
  position: relative;
}

/* PAGE LOADER */
#page-loader {
  background: rgba(255,255,255,0.95);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #0d6efd, #084298);
  color: #fff;
  display: flex;
  align-items: center;
}

section {
  padding-top: 80px;
  max-width: 100%;
  overflow-x: hidden;
}

.carousel {
  margin-top: 0;
  max-width: 100%;
  overflow: hidden;
}

.carousel-inner {
  width: 100%;
}

.carousel-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.container, .container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}

.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  body {
    padding-top: 75px;
  }
}

.modal-content {
  border: none;
}

.modal-xl {
  max-width: 1100px;
}

.form-control {
  padding: 12px 14px;
}

.form-label {
  font-weight: 500;
}

.btn-primary {
  padding: 14px;
}
.btn-primary {
  color: #fff !important;
  font-weight: 600;
}
.modal .bg-primary {
  /*background: linear-gradient(135deg, #0d6efd, #084298);*/
      background: linear-gradient(138deg, #987937, #ffaf01);
}

.modal img {
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}


.bg-secondary
 {
    --bs-bg-opacity: 1;
    background-color: var(--brand-secondary) !important;
}
/* .bg-logo-gradient{background: linear-gradient(135deg, #F57C00, #D32F2F);}
.bg-logo-rev-gradient{background: linear-gradient(135deg, #D32F2F, #F57C00);}
.bg-logo-up-gradient{background: linear-gradient(350deg, #F57C00, #D32F2F);}
.bg-light-gradient{background: linear-gradient(135deg, #fff3cd, #67645d)} */
/* Main Gradient */
.bg-logo-gradient{
    background: linear-gradient(
        135deg,
        var(--brand-primary),
        var(--brand-secondary)
    );
}

/* Reverse Gradient */
.bg-logo-rev-gradient{
    background: linear-gradient(
        135deg,
        var(--brand-secondary),
        var(--brand-primary)
    );
}

/* Top Up Gradient */
.bg-logo-up-gradient{
    background: linear-gradient(
        350deg,
        var(--brand-primary),
        var(--brand-secondary)
    );
}

/* Light Tech Gradient */
.bg-light-gradient{
    background: linear-gradient(
        135deg,
        #EEF2FF,
        #0F172A
    );
}
/* Replace Bootstrap Primary */

.btn-primary,
.bg-primary {
 /* background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;*/
      background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
}

.btn-primary:hover {
  background-color: var(--brand-secondary) !important;
  border-color: var(--brand-secondary) !important;
}

/* Headings */
h1, h2, h3, h4, h5 {
  color: var(--brand-dark);
}
.txt-brand-yellow{
	 color: var(--brand-light);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(
    135deg,
    #F57C00,
    #D32F2F
  );
  color: #fff;
}

/* Light Sections */
.bg-light {
  background-color: var(--brand-light) !important;
}

/* Footer */
footer {
  background-color: var(--brand-dark);
}

/* Links */
a {
  color: var(--brand-primary);
}

a:hover {
  color: var(--brand-secondary);
}



/* BRAND */
.navbar-logo {
  height: 36px;
  width: auto;
}

.brand-text {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2B2B2B;
  line-height: 1;
}

/* NAV LINKS */
.nav-link {
  font-weight: 500;
  color: #333;
}

.nav-link:hover {
  color: var(--brand-primary);
}

/* MOBILE DRAWER */
.offcanvas {
  max-width: 280px;
  z-index: 1050;
}

.offcanvas .nav-link {
  font-size: 1.05rem;
  padding: 10px 0;
}

.navbar {
  z-index: 1040;
}
#how-we-work h5, #how-we-work h2{ color: var(--brand-yellow) !important;}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--brand-primary) !important;
}

/* =========================
   SHRUB TECHNOLOGY HOME
========================= */
.home-redesign {
  background: #ffffff;
  color: #172033;
}

.home-redesign section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.home-redesign .container {
  max-width: 1180px;
  overflow: visible;
}

.st-hero {
  position: relative;
  min-height: calc(100vh - 85px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(34, 211, 238, 0.18), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #10233f 48%, #0d3b35 100%);
  color: #ffffff;
}

.st-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent);
  pointer-events: none;
}

.st-hero .container {
  position: relative;
  z-index: 1;
}

.st-eyebrow,
.st-kicker,
.st-section-heading span,
.st-split-heading span,
.st-cta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #13b981;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-eyebrow::before,
.st-kicker::before,
.st-section-heading span::before,
.st-split-heading span::before,
.st-cta span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.st-hero h1 {
  color: #ffffff;
  font-size: clamp(2.75rem, 6vw, 5.9rem);
  line-height: 0.98;
  font-weight: 850;
  margin: 18px 0 24px;
  max-width: 780px;
}

.st-hero-copy {
  max-width: 640px;
  color: rgba(255,255,255,0.78);
  font-size: 1.18rem;
  line-height: 1.75;
}

.st-hero-actions,
.st-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.st-hero-actions .btn,
.st-cta-actions .btn {
  border-radius: 999px;
  padding: 14px 24px;
}

.st-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
  max-width: 600px;
}

.st-trust-row div {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 18px;
}

.st-trust-row strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.st-trust-row span {
  display: block;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
}

.st-product-visual {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 28px;
  padding: 16px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 32px 90px rgba(0,0,0,0.38);
  backdrop-filter: blur(18px);
}

.st-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 18px 18px 0 0;
  background: #0b1424;
}

.st-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.st-browser-bar span:nth-child(2) {
  background: #f59e0b;
}

.st-browser-bar span:nth-child(3) {
  background: #22c55e;
}

.st-browser-bar small {
  margin-left: auto;
  color: rgba(255,255,255,0.52);
}

.st-dashboard-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
  padding: 16px;
  border-radius: 0 0 22px 22px;
  background: #f8fafc;
}

.st-panel {
  min-height: 150px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15,23,42,0.08);
}

.st-panel-main {
  grid-row: span 2;
}

.st-panel-label {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.st-panel strong {
  display: block;
  margin-top: 18px;
  color: #0f172a;
  font-size: 2.1rem;
}

.st-panel span {
  color: #64748b;
}

.st-chart {
  display: flex;
  align-items: end;
  gap: 14px;
  height: 250px;
  margin-top: 24px;
}

.st-chart i {
  display: block;
  flex: 1;
  min-width: 18px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #14b8a6, #4f46e5);
}

.st-code-panel {
  grid-column: span 2;
  min-height: auto;
  background: #0f172a;
}

.st-code-panel code {
  display: block;
  color: #a7f3d0;
  padding: 7px 0;
  white-space: normal;
}

.st-section {
  background: #ffffff;
}

.st-home-slider {
  padding: 48px 0 24px !important;
  background: #ffffff;
}

.st-home-slider .container {
  max-width: 1180px;
  overflow: visible;
}

.st-home-slider .carousel {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15,23,42,0.16);
}

.st-home-slider .carousel-item img {
  min-height: 320px;
  max-height: 560px;
  object-fit: cover;
}

.st-section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.st-section-heading h2,
.st-split-heading h2,
.st-capabilities h2,
.st-cta h2 {
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  font-weight: 820;
  margin: 14px 0 16px;
}

.st-section-heading p,
.st-capabilities p,
.st-cta p {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.st-service-card,
.st-step,
.st-work-card,
.st-client-strip > a,
.st-client-strip > div {
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
}

.st-service-card {
  height: 100%;
  padding: 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.st-service-card:hover,
.st-work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(15,23,42,0.13);
}

.st-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
  font-size: 1.35rem;
  margin-bottom: 24px;
}

.st-service-card h3,
.st-step h3,
.st-work-card h3 {
  color: #0f172a;
  font-size: 1.28rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.st-service-card p,
.st-step p,
.st-work-card p {
  color: #64748b;
  line-height: 1.72;
  margin: 0;
}

.st-capabilities {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

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

.st-capability-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 750;
  box-shadow: 0 16px 36px rgba(15,23,42,0.06);
}

.st-capability-item i {
  color: #13b981;
}

.st-process {
  background: #0f172a;
}

.st-process .st-section-heading h2 {
  color: #ffffff;
}

.st-process .st-step {
  height: 100%;
  padding: 28px;
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  box-shadow: none;
}

.st-step b {
  display: inline-block;
  color: #13b981;
  font-size: 0.9rem;
  margin-bottom: 28px;
}

.st-process .st-step h3 {
  color: #ffffff;
}

.st-process .st-step p {
  color: rgba(255,255,255,0.68);
}

.st-split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.st-split-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.st-work-card {
  overflow: hidden;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.st-work-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.st-work-card img,
.st-work-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
}

.st-work-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 3rem;
}

.st-work-body {
  padding: 24px;
}

.st-work-body span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  font-weight: 800;
  margin-top: 20px;
}

.st-work .swiper {
  padding-bottom: 48px;
}

.st-work .swiper-pagination-bullet-active {
  background: #13b981;
}

.st-clients {
  background: #f8fafc;
}

.st-client-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.st-client-strip > a,
.st-client-strip > div {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-decoration: none;
}

.st-client-strip img {
  max-height: 58px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.st-client-strip a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.st-client-strip strong {
  color: #0f172a;
}

.st-cta {
  padding-top: 0 !important;
  background: #ffffff;
}

.st-cta-inner {
  border-radius: 34px;
  padding: clamp(34px, 6vw, 72px);
  background:
    radial-gradient(circle at 90% 20%, rgba(251, 191, 36, 0.22), transparent 28%),
    linear-gradient(135deg, #0f172a, #064e3b);
  color: #ffffff;
  text-align: center;
}

.st-cta span {
  color: #fde68a;
  justify-content: center;
}

.st-cta h2 {
  color: #ffffff;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.st-cta p {
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.st-cta-actions {
  justify-content: center;
}

@media (max-width: 991px) {
  .home-redesign section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .st-hero {
    min-height: auto;
  }

  .st-product-visual {
    margin-top: 10px;
  }

  .st-home-slider {
    padding-top: 32px !important;
  }

  .st-split-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .st-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .st-hero-copy {
    font-size: 1rem;
  }

  .st-trust-row,
  .st-dashboard-grid,
  .st-capability-grid {
    grid-template-columns: 1fr;
  }

  .st-code-panel {
    grid-column: auto;
  }

  .st-trust-row div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 16px 0 0;
  }

  .st-chart {
    height: 180px;
  }

  .st-home-slider .carousel {
    border-radius: 18px;
  }

  .st-home-slider .carousel-item img {
    min-height: 220px;
  }

  .st-service-card,
  .st-step {
    padding: 26px;
  }
}

/* =========================
   SHRUB TECHNOLOGY ABOUT
========================= */
.about-redesign {
  background: #ffffff;
  color: #172033;
}

.about-redesign section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.about-redesign .container {
  max-width: 1180px;
  overflow: visible;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 185, 129, 0.18), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #10233f 52%, #0f172a 100%);
  color: #ffffff;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  color: #ffffff;
  font-size: clamp(2.55rem, 5.8vw, 5.2rem);
  line-height: 1;
  font-weight: 850;
  margin: 18px 0 24px;
}

.about-hero p {
  max-width: 780px;
  color: rgba(255,255,255,0.76);
  font-size: 1.12rem;
  line-height: 1.78;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-hero-actions .btn {
  border-radius: 999px;
  padding: 14px 24px;
}

.about-signal-card {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 30px;
  padding: 18px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.32);
  backdrop-filter: blur(18px);
}

.about-signal-card div {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.09);
}

.about-signal-card div + div {
  margin-top: 14px;
}

.about-signal-card small {
  display: block;
  color: rgba(255,255,255,0.62);
  font-weight: 700;
  text-transform: uppercase;
}

.about-signal-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
  margin-top: 8px;
}

.about-section h2 {
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  font-weight: 820;
  margin: 14px 0 18px;
}

.about-section p {
  color: #64748b;
  line-height: 1.78;
  font-size: 1.04rem;
}

.about-visual-stack {
  position: relative;
  min-height: 470px;
}

.about-visual-main {
  min-height: 390px;
  border-radius: 34px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    radial-gradient(circle at 70% 20%, rgba(34, 211, 238, 0.24), transparent 30%),
    linear-gradient(135deg, #0f172a, #164e63);
  box-shadow: 0 28px 80px rgba(15,23,42,0.22);
}

.about-visual-main i {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
  font-size: 2rem;
  margin-bottom: auto;
}

.about-visual-main h2 {
  color: #ffffff;
  max-width: 420px;
  margin: 0;
}

.about-floating-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(82%, 390px);
  border: 1px solid #e6ebf2;
  border-radius: 24px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15,23,42,0.15);
}

.about-floating-note span {
  color: #13b981;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-floating-note strong {
  display: block;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 10px;
}

.about-principles,
.about-builds {
  background: #f8fafc;
}

.about-principle-card {
  height: 100%;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 34px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
}

.about-principle-card i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
  font-size: 1.35rem;
  margin-bottom: 24px;
}

.about-principle-card h3,
.about-timeline h3 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 12px;
}

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

.about-build-grid div {
  min-height: 78px;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 750;
  box-shadow: 0 16px 36px rgba(15,23,42,0.06);
}

.about-build-grid i {
  color: #13b981;
  font-size: 1.1rem;
}

.about-method {
  background: #ffffff;
}

.about-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-timeline div {
  position: relative;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
}

.about-timeline b {
  display: inline-block;
  color: #13b981;
  font-size: 0.9rem;
  margin-bottom: 34px;
}

.about-cta {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .about-redesign section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .about-build-grid,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-visual-stack {
    min-height: auto;
  }

  .about-visual-main {
    min-height: 330px;
    padding: 30px;
  }

  .about-floating-note {
    position: relative;
    width: 92%;
    margin: -34px auto 0;
  }

  .about-principle-card,
  .about-timeline div {
    padding: 26px;
  }
}

/* =========================
   SHRUB TECHNOLOGY SERVICES
========================= */
.services-redesign,
.service-detail-redesign {
  background: #ffffff;
  color: #172033;
}

.services-redesign section,
.service-detail-redesign section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.services-redesign .container,
.service-detail-redesign .container {
  max-width: 1180px;
  overflow: visible;
}

.services-hero,
.service-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(34, 211, 238, 0.18), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #10233f 50%, #064e3b 100%);
  color: #ffffff;
}

.services-hero::before,
.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.services-hero .container,
.service-detail-hero .container {
  position: relative;
  z-index: 1;
}

.services-hero h1,
.service-detail-hero h1 {
  color: #ffffff;
  font-size: clamp(2.55rem, 5.7vw, 5.1rem);
  line-height: 1;
  font-weight: 850;
  margin: 18px 0 24px;
}

.services-hero p,
.service-detail-hero p {
  max-width: 780px;
  color: rgba(255,255,255,0.76);
  font-size: 1.12rem;
  line-height: 1.78;
}

.services-hero-actions,
.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.services-hero-actions .btn,
.service-detail-actions .btn {
  border-radius: 999px;
  padding: 14px 24px;
}

.services-hero-panel,
.service-detail-card {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 30px;
  padding: 18px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.32);
  backdrop-filter: blur(18px);
}

.services-panel-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 12px 18px;
}

.services-panel-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.services-panel-top span:nth-child(2) {
  background: #f59e0b;
}

.services-panel-top span:nth-child(3) {
  background: #22c55e;
}

.services-panel-top small {
  margin-left: auto;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  font-weight: 700;
}

.services-stack-list {
  display: grid;
  gap: 12px;
}

.services-stack-list div {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 20px;
  padding: 18px;
  color: #ffffff;
  background: rgba(255,255,255,0.09);
}

.services-stack-list i {
  color: #5eead4;
}

.services-stack-list span {
  font-weight: 750;
}

.services-section,
.service-detail-section {
  background: #ffffff;
}

.service-index-card,
.service-related-card {
  height: 100%;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-index-card:hover,
.service-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(15,23,42,0.13);
}

.service-index-icon,
.service-related-card > i,
.service-detail-card > i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
  font-size: 1.35rem;
  margin-bottom: 24px;
}

.service-index-card h3,
.service-related-card h3,
.service-detail-section h2 {
  color: #0f172a;
  font-weight: 820;
}

.service-index-card h3,
.service-related-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.service-index-card p,
.service-related-card p,
.service-detail-section p {
  color: #64748b;
  line-height: 1.72;
}

.service-index-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}

.service-index-card li {
  position: relative;
  padding-left: 22px;
  color: #334155;
  margin-bottom: 10px;
}

.service-index-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13b981;
}

.service-index-card a,
.service-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  font-weight: 800;
  text-decoration: none;
}

.services-delivery {
  background: #f8fafc;
}

.services-delivery h2,
.service-detail-section h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  margin: 14px 0 18px;
}

.services-delivery-grid,
.service-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.services-delivery-grid div,
.service-process-grid div {
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(15,23,42,0.08);
}

.services-delivery-grid b,
.service-process-grid b {
  color: #13b981;
  font-size: 0.9rem;
}

.services-delivery-grid strong,
.service-process-grid h3 {
  display: block;
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 20px 0 8px;
}

.services-delivery-grid span {
  color: #64748b;
}

.services-cta,
.service-detail-cta {
  padding-top: 0 !important;
}

.service-detail-card {
  padding: 34px;
}

.service-detail-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1.25;
}

.service-detail-card span {
  display: block;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-top: 14px;
}

.service-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.service-feature-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  padding: 18px;
  color: #0f172a;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15,23,42,0.06);
}

.service-feature-list i {
  color: #13b981;
}

.service-outcome-panel {
  border-radius: 28px;
  padding: 30px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(15,23,42,0.2);
}

.service-outcome-panel > span {
  display: block;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.service-outcome-panel div {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.service-outcome-panel i {
  color: #5eead4;
  margin-top: 4px;
}

.service-outcome-panel p {
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.service-detail-process {
  background: #f8fafc;
}

@media (max-width: 991px) {
  .services-redesign section,
  .service-detail-redesign section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .services-hero h1,
  .service-detail-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .services-delivery-grid,
  .service-process-grid {
    grid-template-columns: 1fr;
  }

  .service-index-card,
  .service-related-card,
  .service-detail-card,
  .service-outcome-panel {
    padding: 26px;
  }
}

/* =========================
   SHRUB TECHNOLOGY WORKS
========================= */
.works-redesign,
.work-detail-redesign {
  background: #ffffff;
  color: #172033;
}

.works-redesign section,
.work-detail-redesign section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.works-redesign .container,
.work-detail-redesign .container {
  max-width: 1180px;
  overflow: visible;
}

.works-hero {
  position: relative;
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

.works-hero::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 20%;
  width: 48%;
  height: 52%;
  border: 1px solid rgba(19,185,129,0.22);
  border-radius: 999px;
  transform: rotate(-14deg);
  pointer-events: none;
}

.works-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: end;
}

.works-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #13b981;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.works-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.works-hero h1,
.work-detail-hero h1 {
  color: #0f172a;
  font-size: clamp(2.55rem, 6vw, 5.4rem);
  line-height: 1;
  font-weight: 850;
  margin: 18px 0 24px;
  max-width: 900px;
}

.works-hero p,
.work-detail-hero p {
  color: #64748b;
  font-size: 1.12rem;
  line-height: 1.78;
  max-width: 760px;
}

.works-hero-card {
  border: 1px solid #e6ebf2;
  border-radius: 30px;
  padding: 30px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 30px 80px rgba(15,23,42,0.18);
}

.works-hero-card span,
.works-cta-inner span {
  display: block;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.works-hero-card strong {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin: 20px 0 8px;
}

.works-hero-card p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}

.works-hero-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.works-filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 46px;
}

.works-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  padding: 10px 16px;
  color: #334155;
  background: #ffffff;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15,23,42,0.06);
}

.works-filter a.active,
.works-filter a:hover {
  color: #ffffff;
  border-color: #0f172a;
  background: #0f172a;
}

.works-filter span {
  opacity: 0.75;
}

.works-gallery-section,
.work-case-section {
  background: #ffffff;
}

.works-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.works-card {
  min-height: 100%;
  border: 1px solid #e6ebf2;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.works-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 90px rgba(15,23,42,0.14);
}

.works-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.works-card-media {
  position: relative;
  overflow: hidden;
}

.works-card-media img,
.works-card-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
  transition: transform 0.35s ease;
}

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

.works-card-media > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(15,23,42,0.84);
  font-size: 0.78rem;
  font-weight: 800;
}

.works-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 3rem;
}

.works-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.works-card-body h2 {
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 820;
  margin-bottom: 12px;
}

.works-card-body p {
  color: #64748b;
  line-height: 1.7;
}

.works-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.works-card-meta span {
  border-radius: 999px;
  padding: 7px 10px;
  color: #475569;
  background: #f1f5f9;
  font-size: 0.82rem;
  font-weight: 700;
}

.works-card-body b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  font-size: 0.95rem;
  margin-top: 20px;
}

.works-card.compact .works-card-media img,
.works-card.compact .works-card-placeholder {
  aspect-ratio: 16 / 10;
}

.works-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.works-pagination a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  padding: 0 14px;
  color: #334155;
  background: #ffffff;
  font-weight: 750;
  text-decoration: none;
}

.works-pagination a.active,
.works-pagination a:hover {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
}

.works-empty {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.works-empty i {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
  font-size: 2rem;
  margin-bottom: 24px;
}

.works-empty h2 {
  color: #0f172a;
  font-weight: 820;
}

.works-empty p {
  color: #64748b;
}

.works-cta {
  padding-top: 0 !important;
  background: #ffffff;
}

.works-cta-inner {
  border-radius: 34px;
  padding: clamp(34px, 6vw, 72px);
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 18%, rgba(94,234,212,0.2), transparent 30%),
    linear-gradient(135deg, #0f172a, #064e3b);
}

.works-cta-inner h2 {
  color: #ffffff;
  max-width: 840px;
  margin: 14px auto 28px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 820;
}

.work-detail-hero {
  background: #f8fafc;
  padding-bottom: 70px !important;
}

.work-detail-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  color: #64748b;
  font-weight: 700;
}

.work-detail-crumb a {
  color: #2563eb;
  text-decoration: none;
}

.work-detail-crumb i {
  font-size: 0.72rem;
  color: #94a3b8;
}

.work-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}

.work-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.work-detail-actions .btn {
  border-radius: 999px;
  padding: 14px 24px;
}

.work-facts-card,
.work-side-panel,
.work-category-panel,
.work-tags-panel {
  border: 1px solid #e6ebf2;
  border-radius: 26px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
}

.work-facts-card {
  background: #0f172a;
  color: #ffffff;
}

.work-facts-card > span {
  display: block;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-facts-card div {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.work-facts-card small {
  display: block;
  color: rgba(255,255,255,0.55);
}

.work-facts-card strong {
  display: block;
  color: #ffffff;
  margin-top: 6px;
}

.work-featured-shot {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.work-featured-shot img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(15,23,42,0.18);
}

.work-case-content {
  color: #334155;
}

.work-case-content .work-content {
  margin-top: 22px;
}

.work-case-content .work-content h1,
.work-case-content .work-content h2,
.work-case-content .work-content h3,
.work-case-content .work-content h4 {
  color: #0f172a;
  font-weight: 820;
}

.work-case-content .work-content p,
.work-case-content .work-content li {
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.82;
}

.work-case-content .work-content img {
  max-width: 100%;
  border-radius: 20px;
  margin: 18px 0;
}

.work-tags-panel {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.work-tags-panel h2,
.work-side-panel h2,
.work-category-panel h2 {
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 820;
  margin-bottom: 18px;
}

.work-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.work-chip-list span {
  border-radius: 999px;
  padding: 9px 13px;
  color: #ffffff;
  background: #0f172a;
  font-weight: 750;
}

.work-chip-list.muted span {
  color: #334155;
  background: #f1f5f9;
}

.work-side-panel,
.work-category-panel {
  position: sticky;
  top: 110px;
  margin-bottom: 22px;
}

.work-side-panel + .work-side-panel,
.work-side-panel + .work-category-panel {
  position: static;
}

.work-side-panel a,
.work-category-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e6ebf2;
  color: #334155;
  font-weight: 750;
  text-decoration: none;
}

.work-side-panel a:first-of-type,
.work-category-panel a:first-of-type {
  border-top: 0;
}

.work-side-panel a:hover,
.work-category-panel a:hover {
  color: #2563eb;
}

.work-side-panel a span {
  flex: 1;
}

.work-side-panel small,
.work-category-panel span {
  color: #64748b;
  font-weight: 700;
}

.work-related-section {
  background: #f8fafc;
}

.works-split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.works-split-heading h2 {
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 820;
  margin: 14px 0 0;
}

@media (max-width: 991px) {
  .works-redesign section,
  .work-detail-redesign section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .works-hero-grid,
  .work-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .works-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-side-panel,
  .work-category-panel {
    position: static;
  }
}

@media (max-width: 767px) {
  .works-hero h1,
  .work-detail-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .works-gallery {
    grid-template-columns: 1fr;
  }

  .works-card-body,
  .works-hero-card,
  .work-facts-card,
  .work-side-panel,
  .work-category-panel,
  .work-tags-panel {
    padding: 24px;
  }

  .works-split-heading {
    align-items: start;
    flex-direction: column;
  }
}

/* =========================
   SHRUB TECHNOLOGY BLOG
========================= */
.blog-redesign,
.blog-detail-redesign {
  background: #ffffff;
  color: #172033;
}

.blog-redesign section,
.blog-detail-redesign section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.blog-redesign .container,
.blog-detail-redesign .container {
  max-width: 1180px;
  overflow: visible;
}

.blog-hero,
.blog-detail-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(19,185,129,0.12), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.blog-hero-inner,
.blog-detail-heading {
  max-width: 920px;
}

.blog-eyebrow,
.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #13b981;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-eyebrow::before,
.contact-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.blog-hero h1,
.blog-detail-hero h1,
.contact-hero h1 {
  color: #0f172a;
  font-size: clamp(2.55rem, 6vw, 5.25rem);
  line-height: 1;
  font-weight: 850;
  margin: 18px 0 24px;
}

.blog-hero p,
.blog-detail-hero p,
.contact-hero p {
  color: #64748b;
  font-size: 1.12rem;
  line-height: 1.78;
  max-width: 760px;
}

.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.blog-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  padding: 10px 16px;
  color: #334155;
  background: #ffffff;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15,23,42,0.06);
}

.blog-filter a.active,
.blog-filter a:hover {
  color: #ffffff;
  border-color: #0f172a;
  background: #0f172a;
}

.blog-list-section,
.blog-article-section {
  background: #ffffff;
}

.blog-featured-card {
  border: 1px solid #e6ebf2;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15,23,42,0.1);
  margin-bottom: 32px;
}

.blog-featured-card a {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 430px;
  color: inherit;
  text-decoration: none;
}

.blog-featured-media,
.blog-card-media {
  position: relative;
  overflow: hidden;
}

.blog-featured-media img,
.blog-featured-media .blog-media-placeholder,
.blog-card-media img,
.blog-card-media .blog-media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
  transition: transform 0.35s ease;
}

.blog-card-media img,
.blog-card-media .blog-media-placeholder {
  aspect-ratio: 16 / 10;
  display: block;
  min-height: auto;
}

.blog-featured-card:hover img,
.blog-card:hover img {
  transform: scale(1.05);
}

.blog-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 3rem;
}

.blog-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
}

.blog-featured-body > span,
.blog-card-media > span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff;
  background: #0f172a;
  font-size: 0.78rem;
  font-weight: 800;
}

.blog-card-media > span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(15,23,42,0.86);
}

.blog-featured-body h2,
.blog-card-body h2 {
  color: #0f172a;
  font-weight: 820;
  line-height: 1.16;
}

.blog-featured-body h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin: 18px 0;
}

.blog-featured-body p,
.blog-card-body p {
  color: #64748b;
  line-height: 1.72;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 700;
}

.blog-meta span {
  border-radius: 999px;
  padding: 7px 10px;
  background: #f1f5f9;
}

.blog-featured-body b,
.blog-card-body b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  margin-top: 22px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.blog-card {
  height: 100%;
  border: 1px solid #e6ebf2;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 90px rgba(15,23,42,0.14);
}

.blog-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.blog-card-body h2 {
  font-size: 1.22rem;
  margin: 16px 0 12px;
}

.blog-card.compact .blog-card-media img,
.blog-card.compact .blog-card-media .blog-media-placeholder {
  aspect-ratio: 16 / 9;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.blog-pagination a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  padding: 0 14px;
  color: #334155;
  background: #ffffff;
  font-weight: 750;
  text-decoration: none;
}

.blog-pagination a.active,
.blog-pagination a:hover {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
}

.blog-empty {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.blog-empty i {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
  font-size: 2rem;
  margin-bottom: 24px;
}

.blog-cta {
  padding-top: 0 !important;
}

.blog-cta-inner {
  border-radius: 34px;
  padding: clamp(34px, 6vw, 72px);
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 20%, rgba(94,234,212,0.2), transparent 30%),
    linear-gradient(135deg, #0f172a, #064e3b);
}

.blog-cta-inner span {
  display: block;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-cta-inner h2 {
  color: #ffffff;
  max-width: 840px;
  margin: 14px auto 28px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 820;
}

.blog-detail-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  color: #64748b;
  font-weight: 700;
}

.blog-detail-crumb a {
  color: #2563eb;
  text-decoration: none;
}

.blog-detail-crumb i {
  font-size: 0.72rem;
  color: #94a3b8;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.blog-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 13px;
  color: #334155;
  background: #ffffff;
  font-weight: 750;
  box-shadow: 0 10px 26px rgba(15,23,42,0.06);
}

.blog-featured-shot {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.blog-featured-shot img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(15,23,42,0.18);
}

.blog-article-content {
  color: #334155;
}

.blog-article-content h1,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  color: #0f172a;
  font-weight: 820;
}

.blog-article-content p,
.blog-article-content li {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.85;
}

.blog-article-content img {
  max-width: 100%;
  border-radius: 20px;
  margin: 18px 0;
}

.blog-tag-panel,
.blog-share-panel,
.blog-side-panel,
.blog-category-panel {
  border: 1px solid #e6ebf2;
  border-radius: 26px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
}

.blog-tag-panel,
.blog-share-panel {
  margin-top: 32px;
}

.blog-tag-panel h2,
.blog-share-panel h2,
.blog-side-panel h2,
.blog-category-panel h2 {
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 820;
  margin-bottom: 18px;
}

.blog-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-chip-list span {
  border-radius: 999px;
  padding: 9px 13px;
  color: #334155;
  background: #f1f5f9;
  font-weight: 750;
}

.blog-share-panel > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-share-panel a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #0f172a;
  text-decoration: none;
}

.blog-side-panel,
.blog-category-panel {
  margin-bottom: 22px;
}

.blog-author-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.blog-author-row > div {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
}

.blog-author-row h3 {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 820;
  margin: 0;
}

.blog-author-row span,
.blog-side-panel p {
  color: #64748b;
}

.blog-side-panel a,
.blog-category-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e6ebf2;
  color: #334155;
  font-weight: 750;
  text-decoration: none;
}

.blog-side-panel a:hover,
.blog-category-panel a:hover {
  color: #2563eb;
}

.blog-side-panel a span {
  flex: 1;
}

.blog-side-panel small,
.blog-category-panel span {
  color: #64748b;
  font-weight: 700;
}

.blog-related-section {
  background: #f8fafc;
}

.blog-split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.blog-split-heading h2 {
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 820;
  margin: 14px 0 0;
}

/* =========================
   SHRUB TECHNOLOGY CONTACT
========================= */
.contact-redesign {
  background: #ffffff;
  color: #172033;
}

.contact-redesign section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-redesign .container {
  max-width: 1180px;
  overflow: visible;
}

.contact-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(37,99,235,0.14), transparent 26%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}

.contact-hero-card,
.contact-info-panel,
.contact-process-panel,
.contact-form-panel {
  border: 1px solid #e6ebf2;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15,23,42,0.09);
}

.contact-hero-card {
  padding: 30px;
  background: #0f172a;
  color: #ffffff;
}

.contact-hero-card span,
.contact-form-panel > span {
  display: block;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 16px 0 12px;
}

.contact-hero-card p {
  color: rgba(255,255,255,0.7);
}

.contact-main-section {
  background: #ffffff;
}

.contact-info-panel,
.contact-process-panel,
.contact-form-panel {
  padding: 32px;
}

.contact-info-panel h2,
.contact-form-panel h2 {
  color: #0f172a;
  font-size: clamp(1.85rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 820;
  margin: 14px 0 18px;
}

.contact-info-panel p {
  color: #64748b;
  line-height: 1.75;
}

.contact-info-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-info-list a,
.contact-info-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  padding: 16px;
  color: #0f172a;
  background: #f8fafc;
  text-decoration: none;
}

.contact-info-list i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #13b981, #2563eb);
}

.contact-info-list small {
  display: block;
  color: #64748b;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.contact-process-panel {
  margin-top: 22px;
  background: #0f172a;
}

.contact-process-panel h3 {
  color: #ffffff;
  font-weight: 820;
  margin-bottom: 18px;
}

.contact-process-panel div {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.contact-process-panel b {
  color: #5eead4;
}

.contact-process-panel span {
  color: rgba(255,255,255,0.72);
}

.contact-form-panel .form-control {
  border-radius: 14px;
  border-color: #dbe3ee;
  min-height: 52px;
}

.contact-form-panel textarea.form-control {
  min-height: 150px;
}

.contact-form-panel .btn {
  border-radius: 999px;
  padding: 14px 24px;
}

.contact-proof-section {
  padding-top: 0 !important;
}

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

.contact-proof-grid div {
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 26px;
  background: #f8fafc;
}

.contact-proof-grid strong {
  display: block;
  color: #0f172a;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.contact-proof-grid span {
  color: #64748b;
}

@media (max-width: 991px) {
  .blog-redesign section,
  .blog-detail-redesign section,
  .contact-redesign section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-featured-card a,
  .contact-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .blog-hero h1,
  .blog-detail-hero h1,
  .contact-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .blog-grid,
  .contact-proof-grid {
    grid-template-columns: 1fr;
  }

  .blog-split-heading {
    align-items: start;
    flex-direction: column;
  }

  .blog-card-body,
  .blog-tag-panel,
  .blog-share-panel,
  .blog-side-panel,
  .blog-category-panel,
  .contact-hero-card,
  .contact-info-panel,
  .contact-process-panel,
  .contact-form-panel {
    padding: 24px;
  }
}
