:root {
  --hero-bg: #0b231e; /* base dark */
  --grid: rgba(255, 255, 255, 0.055);
  --green: #28c76f;
  --blue: #4ba9ff;
  --cta: #1fb05d;
  --cta-dark: #159048;
  --cell: 120px;
  --brand: #138a57;
  --outline-green: #17b66a;
  --gap: 5px;

  --grid-border: #e5efe9;
  --grid-line: #eef4f1;
  --tile-border: #0b6b4d; /* green line color */
  --icon-bg: #ffffff; /* small square behind icon */
  --radius: 16px;
  --lift: 0 18px 36px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.06);

  --brand-soft: #dff3ea;
  --dot: #19c27b;
  --line: rgba(25, 194, 123, 0.35);
  --fail: #e74c3c;
  --fail-dark: #c73a2f;
  --deep: #0c3e31; /* dark teal for cards */
  --deep-2: #0b2f25;
  --sand: #e8d8c5; /* beige card base */
  --green-two: #52b788;
  --green-dark: #0e8f58;
  --border: #09b054;
}
/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Inter", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */
.uom-setup .setup-card {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.rounded-3 {
  margin-bottom: 80px !important;
  margin-top: 60px !important;
}
h2 {
  font-size: 50px !important;
  font-weight: 700 !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "Inter", sans-serif !important;
}
section {
  overflow: unset !important;
}
p {
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}
/* Default transparent background */
.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
}

/* Sticky state after scroll */
.header_area.sticky {
  background: #021940; /* your background color */
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}
@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
}
.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #fff !important;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  font-size: 14px;
  text-align: left;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* space for the underline */
  text-decoration: none;
  color: inherit; /* keep text color */
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* underline thickness */
  width: 0;
  background: linear-gradient(90deg, #63df4e, #06ffd3);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li > a:hover::after {
  width: 100%;
}
/* Base styles for submenu / megamenu links */
.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1; /* make sure text is above the pseudo-element */
  overflow: hidden; /* hide the overflow of the background animation */
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}
/* Background sweep effect */
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* start invisible */
  background: linear-gradient(90deg, #63df4e, #06ffd3);
  z-index: -1; /* behind the text */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover - expand background from left to right */
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

/* Optional: smooth reverse on mouse out (already handled by transition) */
#header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}
.navigation {
  display: flex !important;
  justify-content: space-between;
}

.megamenu-panel .megamenu-list > li > a:hover {
  color: #fff !important;
}

.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000 !important;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !important;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  header#header.header-scrolled {
    height: 120px !important;
  }
}
@media (min-width: 992px) {
  header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }
  .nav-menus-wrapper .nav-menu li a {
    font-size: 16px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 16px !important;
  }
}

/* Menu end */

/* Background image on parent wrapper */
.hero-wrapper {
  background: url("/assets/img/inventory-new-background-banner.png") no-repeat
    center center;
  background-size: cover;
  color: white;
  overflow: hidden;
}

.hero-section {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 1; /* above overlay */
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}

/* Banner section start */

/* Gradient text helpers */
.grad-green {
  background: linear-gradient(90deg, #6df2a0, #2ecf78 60%, #13a85a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grad-blue {
  background: linear-gradient(90deg, #7bd3ff, #4ba9ff 60%, #2f7fe4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-title {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.2px;
}

/* Subhead */
.hero-sub {
  color: rgba(255, 255, 255, 0.8);
}

/* Bordered note pill */
.hero-note {
  display: inline-block;
  color: #d9f6e8;
  background: rgba(40, 199, 111, 0.06);
  border: 1.5px solid rgba(40, 199, 111, 0.45);
  border-radius: 10px;
  padding: 10px 14px;
  max-width: 780px;
}

/* CTA button */
.btn-cta {
  background: var(--cta);
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
  border-radius: 0.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.btn-cta:hover {
  background: var(--cta-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}
.btn-cta:active {
  transform: translateY(0);
}

@media (min-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-cta {
    transition: none;
  }
}

/* Banner section end */

/* Header and hero end */

/* The problem we fix start */

/* Light green top-to-bottom wash */
.problem-section {
  background: linear-gradient(180deg, #b7e4c7 0%, #ffffff 60%);
}

/* Card */

.problem-outline {
  background: transparent; /* transparent box */
  border: 2px solid var(--outline-green); /* green outline */
  border-radius: 12px;
  padding: 25px 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.problem-outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  border-color: #12a05d;
}

/* Left image only */
.problem-img {
  width: 155px;
  height: 130px;
  object-fit: contain;
  flex: 0 0 auto;
  display: block;
}

/* Optional: ensure text wraps nicely next to fixed image */
.problem-outline p {
  line-height: 1.5;
  color: #20352c;
}

/* Illustration wrapper (adds a soft glow ring) */
.problem-graphic {
  max-width: 1140px;
  /* border-radius: 999px; */
  padding: 8px;
  /* background:
    radial-gradient(closest-side, rgba(19,138,87,.18), rgba(19,138,87,0) 70%); */
}

/* Keep rows equal height if texts vary a lot */
@media (min-width: 768px) {
  .problem-outline {
    min-height: 110px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .problem-outline {
    transition: none;
  }
}

/* The problem we fix end */

/* The bBmobile way start */

/* Section background vibe */
.uom-flow {
  background: linear-gradient(145deg, #0f5045 0%, #0f5045 80%, #08a465 100%);
}

/* Grid layout */
.uom-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr; /* mobile: 1 column */
}

/* Tablet: 2 columns */
@media (min-width: 576px) {
  .uom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop: 3 columns */
@media (min-width: 992px) {
  .uom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tile */
.uom-tile {
  background: #fff;
  /* border: 2px solid var(--tile-border); */
  border-radius: 0; /* we add radius only to the corners we want */
  padding: 30px 30px 25px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.28s ease;
  will-change: transform;
}

/* Add class="uom-tile uom-bob" to enable the bobbing effect */
/* .uom-bob:hover{
  animation: bobY 1.8s ease-in-out infinite;
}

@keyframes bobY{
  0%   { transform: translateY(-4px); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(-4px); }
} */

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .uom-tile,
  .uom-bob:hover {
    transition: none;
    animation: none;
  }
}

/* Icon box (image first) */
.uom-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--icon-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 5px rgb(110 109 109 / 18%);
  margin-bottom: 10px;
}
.uom-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* Text */
.uom-title {
  font-weight: 500;
  margin: 2px 0 13px;
  font-size: 28px;
}
.uom-desc {
  margin: 0;
  color: #2e4039;
  line-height: 1.5;
  font-size: 15px !important;
}

.uom-tile:hover,
.uom-tile:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14), 0 6px 12px rgba(0, 0, 0, 0.06);
  border-color: #118050; /* optional: slightly brighter border on hover */
}

.uom-tile:active {
  transform: translateY(-2px); /* tiny press on click */
}

/* Corner radius rules per breakpoint */

/* 1 column (mobile): round first and last only */
@media (max-width: 575.98px) {
  .uom-grid .uom-tile:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .uom-grid .uom-tile:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

/* 2 columns (tablet): 1/2 top, 5/6 bottom */
@media (min-width: 576px) and (max-width: 991.98px) {
  .uom-grid .uom-tile:nth-child(1) {
    border-top-left-radius: 12px;
  }
  .uom-grid .uom-tile:nth-child(2) {
    border-top-right-radius: 12px;
  }
  .uom-grid .uom-tile:nth-child(5) {
    border-bottom-left-radius: 12px;
  }
  .uom-grid .uom-tile:nth-child(6) {
    border-bottom-right-radius: 12px;
  }
}

/* 3 columns (desktop): 1, 3, 4, 6 like your screenshot */
@media (min-width: 992px) {
  .uom-grid .uom-tile:nth-child(1) {
    border-top-left-radius: 12px;
  }
  .uom-grid .uom-tile:nth-child(3) {
    border-top-right-radius: 12px;
  }
  .uom-grid .uom-tile:nth-child(4) {
    border-bottom-left-radius: 12px;
  }
  .uom-grid .uom-tile:nth-child(6) {
    border-bottom-right-radius: 12px;
  }
}

/* The bBmobile way end */

/* How you set it up start */

/* Section base (optional subtle background) */
.uom-setup {
  background: #fff;
}

/* Card base */
.uom-setup .setup-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 260px; /* equal-ish height; grows if needed */
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.uom-setup .setup-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lift);
}

/* Text area at top */
.setup-text p {
  margin-top: 6px;
  color: #2f3d39;
}

/* Illustration at the bottom */
.setup-illustration {
  margin: 0;
  margin-top: auto; /* pushes image to the bottom */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 110px;
}
.setup-illustration img {
  width: 100%;
  max-width: 280px; /* keeps images similar size */
  height: auto;
  object-fit: contain;
  display: block;
}
.setup-illustration.table-img img {
  max-width: 100px;
}

/* Backgrounds (image + gradient). Replace url(...) with your assets */
.setup-purchase {
  background: url("/assets/img/Purchase-UOM-Bg.png") center/cover no-repeat;
}
.setup-stock {
  background: url("/assets/img/Stock-UOM-Bg.png") center/cover no-repeat;
}
.setup-sell {
  color: #fff; /* white text on blue */
  background: url("/assets/img/Sell-UOM-Bg.png") center/cover no-repeat;
}
.setup-sell .setup-text p {
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive tweaks */
@media (min-width: 768px) {
  .uom-setup .setup-card {
    padding: 18px 18px 16px;
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .uom-setup .setup-card {
    min-height: 300px;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .uom-setup .setup-card {
    transition: none;
  }
}

/* How you set it up end */

/* where it goes wrong start */

/* Light green wash behind the section */
.goes-wrong-section {
  background: #d3f8e0;
}

/* Timeline list */
.timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline li {
  position: relative;
  padding-left: 26px; /* space for dot/line */
  margin-bottom: 14px;
  line-height: 1.5;
}
.timeline li:last-child {
  margin-bottom: 0;
}

/* Dot */
.timeline li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.45em;
  width: 10px;
  height: 10px;
  background: var(--dot);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff; /* soft ring */
}

/* Connecting dashed line (to next item) */
.timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 8.5px;
  top: 1.6em;
  bottom: -12px;
  border-left: 2px dashed var(--line);
}

/* Optional subtle left guide (like in the screenshot) */
.timeline-wrap {
  position: relative;
}
.timeline-wrap::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  border-left: 2px dotted rgba(0, 0, 0, 0.08);
  display: none; /* set to block if you want the far-left guide line */
}

/* Right image container */
.mock-photo {
  background: var(--brand-soft);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.mock-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* Red chip */
.chip-fail {
  display: inline-block;
  background: #e23e3e;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(231, 76, 60, 0.26);
}
.chip-fail:hover {
  background: var(--fail-dark);
}

/* Micro-interactions */
.timeline li {
  transition: color 0.2s ease, transform 0.2s ease;
}
.timeline li:hover {
  transform: translateX(2px);
  color: #1f3f33;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .mock-photo {
    margin-top: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .timeline li {
    transition: none;
  }
}

/* where it goes wrong end */

/* The same situtation start */

/* Title kicker line */
.kicker-line {
  display: inline-block;
  width: 200px;
  height: 4px;
  background: #1ecf6a;
  border-radius: 999px;
}

/* Top image */
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  margin: unset !important;
}
.hero-photo {
  flex: 0 0 auto;
}

/* The 2-up row below the photo: make both tiles equal height */
.equal-row > [class*="col-"] {
  display: flex;
}
.card-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Left Block A - Setup */
.made-right-section .setup-card {
  background: #063137;
  color: #e7fff5;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Left Block B - Same Demand */
.demand-card {
  position: relative;
  border-radius: 10px;
  padding: 35px;
  background: #f5d5b5;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.demand-bg {
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  opacity: 1;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.demand-bg img {
  width: 100%;
  max-width: 360px;
  height: 100%;
}

/* Right Block - What bMobile does */
.what-card {
  background: #063137;
  color: #eafff7;
  border-radius: 10px;
  padding: 18px 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  flex: 1 1 auto;
}

.col-stretch {
  display: flex;
}
.col-stretch .stack {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

/* Dot list (green bullets) */
.dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dot-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.dot-list li:last-child {
  margin-bottom: 0;
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(18, 160, 96, 0.18);
}

/* White variant for the dark card */
.dot-list--light li {
  color: #e8fff5;
}
.dot-list--light li::before {
  background: #7bf2a1;
  box-shadow: 0 0 0 3px rgba(123, 242, 161, 0.2);
}

/* Bottom - Result */
.result-card {
  background: #08c25f;
  border-radius: 8px;
  padding: 14px 16px;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  margin-top: auto;
}

/* Micro-interactions */
.made-right-section .setup-card,
.demand-card,
.what-card,
.result-card {
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.made-right-section .setup-card:hover,
.demand-card:hover,
.what-card:hover,
.result-card:hover {
  transform: translateY(-4px);
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .what-card {
    margin-top: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .made-right-section .setup-card,
  .demand-card,
  .what-card,
  .result-card {
    transition: none;
  }
}

/* The same situtation end */

/* On Day One start */

/* Background like your screenshot (subtle sky to white) */
.dayone-section {
  background: linear-gradient(180deg, #c3eaff 0%, #ffffff 100%);
}

/* Card */
.dayone-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.25s ease;
}
.dayone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.06);
  border-color: var(--green);
}

/* Green circle with image inside */
.circle-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #52b788;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
.circle-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* makes icons white; remove if your icons are colored */
}

/* Text */
.dayone-card p {
  color: #000000;
  line-height: 1.5;
}

/* Responsive tweaks */
@media (min-width: 992px) {
  .dayone-card {
    padding: 20px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dayone-card {
    transition: none;
  }
}

/* On Day One end */

/* Footer section */

.footer-section {
  background: #000;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333;
}

.footer-logo-img {
  height: 100px;
  max-width: 100%;
}

.footer-title {
  color: #7fff00;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-address {
  font-style: normal;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 18px;
}
.footer-address a {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #0085cd;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.2s;
  display: inline-block;
}
.footer-social a i {
  font-size: 25px;
}

.footer-social a:hover {
  color: #0085cd;
}

.footer-bg-logo-img {
  /* opacity: 0.08; */
  width: 60%;
  max-width: 220vw;
  height: auto;
  margin: 0 auto;
  display: block;
}

.footer-copyright {
  color: #fff;
  font-size: 18px;
  margin: 18px 0 0 0;
  letter-spacing: 0.01em;
  padding: 20px 0px;
}

@media (max-width: 767.98px) {
  .footer-logo-img {
    height: 40px;
  }
  .footer-bg-logo-img {
    width: 180px;
  }
  .footer-title {
    margin-top: 18px;
  }
  h2 {
    font-size: 35px !important;
  }
  .uom-setup .setup-card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .rounded-3 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
}
.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0px;
}

/* Footer section */
/********Bharathi****/
.isc-head-grad-green {
  background: linear-gradient(90deg, #71bf44 0%, #6fc1ff 90%, #71bf44 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-note {
  margin: 0 auto 28px;
}
.gradient-btn {
  background: linear-gradient(90deg, rgb(22 163 74), #059669);
  color: #fff !important;
  padding: 20px 40px !important;
  border-radius: 12px;
  font-weight: 700 !important;
  text-decoration: none;
  transform: scale(1);
}
.gradient-btn:not(:hover) {
  animation: zoomOut 0.6s forwards;
}
.gradient-btn:hover {
  animation: zoomIn 0.6s forwards;
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.text-muted.color-white {
  color: #f5f5f5 !important;
}

.margin-bum-30 {
  margin-bottom: 30px;
}
/* gradient vertical dashed line */
.timeline li::after {
  content: "";
  position: absolute;
  left: 8px; /* aligns with dot center */
  top: 20px; /* start below dot */
  bottom: -40px; /* extend until next li */
  width: 2px;

  background: repeating-linear-gradient(
    to bottom,
    rgba(26, 188, 156, 0.6) 0px,
    rgba(26, 188, 156, 0.6) 8px,
    rgba(26, 188, 156, 0) 8px,
    rgba(26, 188, 156, 0) 16px
  );
}
.timeline li {
  padding-bottom: 15px;
}
.timeline li:first-child::before {
  content: unset !important;
}
.timeline li::after {
  top: -37px !important;
}
.font-size-20 {
  font-size: 20px;
}

.what-card h5 {
  color: #00ff72 !important;
}
.dot-list li::before {
  background: #00ff72;
  box-shadow: unset;
}
.dot-list li {
  color: #fcf8f5;
  font-size: 15px;
  line-height: 25px;
}
.timeline li:hover {
  transform: unset;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 995px) {
  .uom-setup .setup-card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .rounded-3 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
}
