/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Milligram-Regular-trial", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}
@font-face {
  font-family: "Milligram-Regular-trial";
  src: url("/assets/fonts/Milligram-Regular-trial.ttf") format("ttf");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
  font-display: swap;
}
@font-face {
  font-family: "Milligram-Medium-trial";
  src: url("/assets/fonts/Milligram-Medium-trial.ttf") format("ttf");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */
  font-display: swap;
}

@media (min-width: 992px) and (max-width: 1366px) {
  body {
    zoom: 80%;
  }
}
/* @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;
} */

h2 {
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 53px !important;
  color: rgba(19, 52, 59, 1) !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "Milligram-Medium-trial", sans-serif !important;
}
h1{
  font-family: "CooperBTLight", 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 */
}
header.fixed-top .nav-menu > li > a {
  color: #000000;
}
/* header.fixed-top .nav-menu > li > a > {
  color: #434343;
} */
.top_bavbar a {
  color: #000000 !important;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@media (min-width: 1199px) {
.nav-menu {
  min-height: 60px;       /* match your header height */
  display: flex;
  align-items: center;
}
}
@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 #434343 !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: #000000 !important; /* 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, rgb(22 113 6), rgb(12 191 36)) !important;
  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, rgb(22 113 6), rgb(12 191 36)) !important;
  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; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (max-width: 1200px) {
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !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; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !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;
  }
  .hero-wrapper #header.header-scrolled img.img_show{
    width: 200px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
h1.hero-title{
  font-size: 50px !important;
  line-height: 65px !important;
}
header.fixed-top .nav-menu > li > a{
  font-size: 18px !important;
}

}

/* Menu end */



/* Header and hero*/

/* Hero Section Styling */
.hero-wrapper{
background: url("/assets/img/3PL-Banner-1.avif") no-repeat center center /
          cover;
}
      .hero-section {
        position: relative;
        
        /* min-height: 70vh; */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #002465;
        padding: 1rem 1.5rem 3.5rem 1.5rem;
      }

  

      .hero-content {
        position: relative;
        z-index: 2;
        max-width: 750px;
      }

      .hero-content img {
        max-width: 210px;
        height: auto;
        margin-bottom: 20px;
      }

      .hero-title {
        /* font-size: 1.9rem; */
        font-weight: 600;
        margin-bottom: 1rem;
        text-align: left;
        color: #000000;
        line-height: 70px;
      }
.hero-text{
  text-align: left;
  color: #000000;
  max-width: 500px;
}
      .hero-desc {
        /* font-size: 1.1rem; */
        color: #000000;
        line-height: 1.6;
        margin-bottom: 1.8rem;
      }

      .hero-btn {
        background-color: #006068 !important;
        color: #fff !important;
        border: none;
        padding: 12px 30px;
        border-radius: 5px;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .hero-btn:hover {
        background-color: #005d74 !important;
        color: #fff;
      }

      /* ✅ Mobile responsiveness */
      @media (max-width: 768px) {
        .hero-section {
          min-height: 60vh;
          padding: 2rem 1rem;
        }
        .hero-title {
          font-size: 1.4rem;
        }
        .hero-desc {
          font-size: 1rem;
        }
        .hero-content img {
          max-width: 160px;
          margin-bottom: 15px;
        }
      }


/* Header end */

:root {
      --brand: #1f7783;  /* teal */
      --brand-600: #155e64;
    }

    .bg-brand { background-color: var(--brand); }
    .text-brand { color: var(--brand); }

    /* Header styles */
    header .tagline { opacity: .85; }

    /* Tabs with arrow controls */
.tabbar { background: #fff; }
.tabbar .tab-scroller {
  position: relative;
  overflow: hidden; /* hide the native scrollbar area */
}
.tabbar .nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 0 2.75rem; /* space so arrows don't cover first/last tabs */
  -ms-overflow-style: none;          /* IE/Edge */
  scrollbar-width: none;             /* Firefox */
}
.tabbar .nav-tabs::-webkit-scrollbar { display: none; } /* Chrome/Safari */

.tabbar .nav-link {
  border: 0 !important;
  color: #495057;
  padding: .75rem 1rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.tabbar .nav-link:hover {
  color: var(--brand);
  border-bottom-color: rgba(23,109,115,.35);
}
.tabbar .nav-link.active {
  color: var(--brand);
  font-weight: 600;
  border-bottom-color: var(--brand);
}

/* Arrow buttons */
.tabbar .tab-scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  display: none;           /* shown only when overflow exists */
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 0;
  color: #39424e;
}
.tabbar .tab-scroll.left  { left: 0; }
.tabbar .tab-scroll.right { right: 0; }

/* Fading edges behind arrows (optional but nice) */
.tabbar .tab-scroll.left {
  background: linear-gradient(90deg, #fff 60%, rgba(255,255,255,0));
}
.tabbar .tab-scroll.right {
  background: linear-gradient(270deg, #fff 60%, rgba(255,255,255,0));
}

.tabbar .tab-scroll.show { display: flex; }
.tabbar .tab-scroll:disabled {
  opacity: .35;
  cursor: default;
  box-shadow: none !important;
}
.tabbar.stuck { box-shadow: 0 2px 8px rgba(0,0,0,.06); }

.tab-content > .tab-pane{
  padding: inherit !important;
}
.list-inline .list-inline-item{
  color: #ddeaec;
}
.list-inline .list-inline-item span{
  color: #fff;
}


/* Overview */
#pane-overview .lead.lead-muted{
  
color: rgba(98, 108, 113, 1) !important;

}


/* Overview highlight strip */
.overview-highlights { text-align: left; }

.oh-item { padding: .25rem 0; }
.oh-icon {
  font-size: 28px;            /* for Bootstrap Icons */
  line-height: 1;
  color: var(--brand, rgba(33, 128, 141, 1));
}
/* If you switch to images instead of <i>, keep the size consistent */
.oh-item img.oh-icon { width: 28px; height: 28px; object-fit: contain; }

.oh-title {
  color: var(--brand, #176d73);
  font-weight: 700;
}
.oh-desc {
  color: #000000;
  font-size: 0.95rem !important;   /* smaller subtitle, overrides global p rule */
}

/* Subtle vertical dividers between items on md+ screens */
@media (min-width: 768px) {
  .overview-highlights .col-md-4 { position: relative; padding-left: 2rem; padding-right: 2rem; }
  .overview-highlights .col-md-4 + .col-md-4::before {
    content: ""; position: absolute; left: 0; top: 6px; bottom: 6px;
    width: 1px; background: #e6eaef;
  }
}

#pane-overview .bg-body-tertiary{
  
background-color: #edf2f8 !important;
border-radius: 10px;
border: 1px solid rgba(94, 82, 64, 0.25) !important;
}

#pane-overview .card-body h5{

  color: rgba(33, 128, 141, 1) !important;
  font-weight: 600;
}

/* Workflow-pre sales */


/* Inner workflow switcher */
.workflow-switcher .nav-link {
  padding: .6rem 1.1rem;
  border: 1px solid var(--brand, #176d73);
  color: var(--brand, #176d73);
  background: #fff;
  border-radius: .75rem;
}
.workflow-switcher .nav-link.active {
  color: #fff;
  background: var(--brand, #176d73);
}

/* Stepper */
.workflow-steps .steps-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* smooth on iOS */
  scrollbar-width: none;              /* Firefox */
  -ms-overflow-style: none; 
}
.workflow-steps .steps-scroller::-webkit-scrollbar { display: none;                      /* Chrome/Safari */
  width: 0;
  height: 0; }
.workflow-steps .steps-scroller::-webkit-scrollbar-thumb { background: rgba(0,0,0,.15); border-radius: 4px; }

.workflow-steps .step-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 1rem;
  white-space: nowrap;
  border: 2px solid rgba(0,0,0,.1);
  background: #fff;
  border-radius: .9rem;
  color: #39424e;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.workflow-steps .step-link .step-icon {
  width: 32px; height: 32px; object-fit: contain;
}
.workflow-steps .step-link:hover { border-color: rgba(0,0,0,.2); }
.workflow-steps .step-link.active {
  border-color: var(--brand, #176d73);
  color: var(--brand, #176d73);
  font-weight: 600;
  background: #f7fffe;
}

.workflow-steps .step-sep { color: #6c757d; opacity: .7; }

.workflow-steps .tab-pane .card ul li{
  padding: 10px 0px;
}
.workflow-steps .tab-pane .card ul li img{
  margin-bottom: 3px;
}

.workflows ul.nav li.nav-item .nav-link.active{
background-color: #21808d;
}
.workflows ul.nav li.nav-item .nav-link:hover{
background-color: #21808d;
color: #fff;
}
.workflows h3{
  font-weight: 600;
  color: rgba(33, 128, 141, 1) !important;
}

.wf-details .card-body { padding: 2rem; }
@media (max-width: 575.98px) {
  .wf-details .card-body { padding: 1.2rem; }
}


#ps-stepContent .card .card-body{
border: 1px solid #e7e7e7;
border-radius: 10px;
}
#ps-stepContent .card .card-body h5{
color: rgba(19, 52, 59, 1) !important;
font-weight: 600;
}
#ps-stepContent .card .card-body h6{
color: rgba(19, 52, 59, 1) !important;
font-weight: 600;
font-size: 20px;
}


/* Pre-sales stepper: tile style (icon above label) */
#ps-steps .step-link {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: 1rem 1.25rem;
  min-width: 100px;
  min-height: 100px;              /* keeps labels like "Picking & Packing" on two lines */
  text-align: center;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* Bigger icons like the mock */
#ps-steps .step-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Label style */
#ps-steps .step-link span {
  font-size: 0.95rem;
  line-height: 1.2;
  color: #39424e;
  white-space: normal;           /* allow wrapping */
}

/* Hover and active states */
#ps-steps .step-link:hover {
  border-color: rgba(23,109,115,.45);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
#ps-steps .step-link.active {
  border-color: var(--brand, #176d73);
  color: var(--brand, #176d73);
  background: #fff;
  box-shadow: 0 0 0 .25rem rgba(23,109,115,.12);
}

/* Arrow separators between steps */
#ps-steps .step-sep i {
  color: var(--brand, #176d73);
  opacity: .65;
  font-size: 1.2rem;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
  #ps-steps .step-link { min-width: 150px; padding: .85rem 1rem; }
  #ps-steps .step-icon { width: 34px; height: 34px; }
}


/* DSD stepper: stack icon above label and slightly bigger icons */
#dsd-steps .step-link {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: 1rem 1.25rem;
  min-width: 100px;
  min-height: 100px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  color: #39424e;
}
#dsd-steps .step-icon { width: 40px; height: 40px; object-fit: contain; }
#dsd-steps .step-link span {
  font-size: 0.95rem; line-height: 1.2; color: #39424e; white-space: normal;
}
#dsd-steps .step-link:hover {
  border-color: rgba(23,109,115,.45);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
#dsd-steps .step-link.active {
  border-color: var(--brand, #176d73);
  color: var(--brand, #176d73);
  background: #fff;
  box-shadow: 0 0 0 .25rem rgba(23,109,115,.12);
}
#dsd-steps .step-sep i {
  color: var(--brand, #176d73);
  opacity: .65;
  font-size: 1.2rem;
}

/* Center the DSD steps, allow wrapping; remove the need for horizontal scroll */
#wf-dsd .steps-scroller { overflow: visible; }
#dsd-steps { flex-wrap: wrap !important; justify-content: center; gap: .75rem 1rem; }

/* Hide arrows when wrapping on smaller screens */
@media (max-width: 1199.98px) {
  #dsd-steps .step-sep { display: none !important; }
}

/* Compact on small screens */
@media (max-width: 575.98px) {
  #dsd-steps .step-link { min-width: 150px; padding: .85rem 1rem; }
  #dsd-steps .step-icon { width: 34px; height: 34px; }
}

/* Restore default Bootstrap tab behavior for DSD */
#dsd-stepContent { 
  display: block !important;     /* not grid */
}
#dsd-stepContent .tab-pane {
  display: none;                 /* hidden by default */
}
#dsd-stepContent .tab-pane.active,
#dsd-stepContent .tab-pane.show.active {
  display: block;                /* only active pane shows */
}

/* DSD detail cards: same border/heading style as Pre-sales */
#dsd-stepContent .card .card-body {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
#dsd-stepContent .card .card-body h5,
#dsd-stepContent .card .card-body h6 {
  color: rgba(19, 52, 59, 1) !important;
  font-weight: 600;
}
#dsd-stepContent .card .card-body h6 { font-size: 20px; }

/* Show all three DSD panes at once, in a responsive grid */

#dsd-stepContent {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;           /* mobile */
}
@media (min-width: 768px) {
  #dsd-stepContent { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
  #dsd-stepContent { grid-template-columns: repeat(3, 1fr); } /* 3 across on lg+ */
}


/* Equal size step tiles (both Pre‑sales and DSD) */
:root {
  --step-w: 130px;   /* desktop width */
  --step-h: 120px;   /* desktop height */
}

#ps-steps .nav-item,
#dsd-steps .nav-item { flex: 0 0 auto; } /* don't stretch */

#ps-steps .step-link,
#dsd-steps .step-link {
  width: var(--step-w) !important;      /* fixed width */
  height: var(--step-h) !important;     /* fixed height */
  box-sizing: border-box;
  display: flex;                         /* ensure flex for centering */
  flex-direction: column;
  align-items: center;
  justify-content: center;               /* center icon + label */
  text-align: center;
  white-space: normal;                   /* allow label wrap */
}

/* Keep icons consistent */
#ps-steps .step-icon,
#dsd-steps .step-icon {
  width: 40px; height: 40px; object-fit: contain;
}

/* Limit label to 2 lines so heights never grow */
#ps-steps .step-link span,
#dsd-steps .step-link span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

/* Responsive sizes */
@media (max-width: 991.98px) {
  :root { --step-w: 150px; --step-h: 120px; }
  #ps-steps{
    justify-content: unset !important;
  }
}
@media (max-width: 575.98px) {
  :root { --step-w: 135px; --step-h: 115px; }
}

/* Optional: hide separators on small screens so tiles don’t wrap awkwardly */
@media (max-width: 1199.98px) {
  #ps-steps .step-sep, #dsd-steps .step-sep { display: none !important; }
}



/* E‑commerce tab styling */
.ecom-intro {
  background: #edf2f8;
  border: 1px solid #edf2f8;
  color: #063a52;
}

/* mini tiles */
.ecom-tile {
  background: #fff;
  /* border: 1px solid #e6eaef; */
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.ecom-tile .tile-head {
  display: flex; align-items: center;
  font-weight: 600; color: rgba(33, 128, 141, 1);
}
.ecom-tile:hover {
  border-color: rgba(23,109,115,.35);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* subtle background variants to match the mock */
.ecom-soft-yellow { background: #fef7ea; border-color: #f3e8c0; }
.ecom-soft-green  { background: #eefaf7; border-color: #d9efe9; }
.ecom-soft-rose   { background: #fef0ee; border-color: #fef0ee; }
.ecom-soft-lilac  { background: #f7effb; border-color: #f7effb; }
.ecom-soft-cream  { background: #fff4eb; border-color: #fff4eb; }
.ecom-soft-lilac .chip-row .chip{
background-color: #e4dce4;
}

/* chips/pills */
.chip {
  display: inline-block;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chip-row .chip { margin: 0 .35rem .35rem 0; }

.chip-green { background: #21808d; color: #fff; border: 1px solid #21808d; }
.chip-teal  { background: #21808d; color: #fff; border: 1px solid #21808d; }
.chip-indigo{ background: #21808d; color: #fff; border: 1px solid #21808d; }
.chip-gray  { background: #f1f3f5; color: #5b6676; border: 1px solid #e6eaef; }

/* Headings inside these blocks a bit bolder */
#pane-ecom h5, #pane-ecom h6 { color: rgba(33, 128, 141, 1); font-weight: 600; font-size: 20px !important; }

#pane-ecom h3, #pane-success h3{
font-weight: 600;
}
#pane-ecom .card .card-body{
font-weight: 600;
border: 1px solid #f1f1f1;
border-radius: 10px;
}
#pane-ecom .card .card-body > p{
font-style: italic;
}
#pane-ecom .card {
border-radius: 10px;
}

.ecom-soft-green ul li{
font-weight: normal !important;
}
.label-printing .ecom-tile .tile-head{
justify-content: center;
}


.ecom-soft-cream ul li{
  font-weight: normal;
}


/* Features grid */
#pane-features h3 { color: #2e3a48; font-weight: 600; }

.feat-tile {
  background: #fff;
  border: 1px solid #e6eaef;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.feat-tile:hover {
  border-color: rgba(23,109,115,.35);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.feat-title {
  color: rgba(33, 128, 141, 1);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: .5rem;
}


.feat-list li {
  display: flex;
  align-items: flex-start;
  gap: .25rem;
  margin: 1rem 0;
  color: #485465;
}
.feat-list li img { margin-top: .25rem; }

/* Responsive spacing */
@media (max-width: 575.98px) {
  .feat-tile { padding: 1rem; }
}


/* Order Management styles (match screenshots) */
.om-intro {
  background: #edf2f8;
  border: 1px solid #edf2f8;
  color: #063a52;
}

/* subtle divider inside each card below the subtitle */
.om-divider {
  height: 1px;
  background: #e6eaef;
}

/* pastel pill blocks with left brand accent */
.om-pill {
  background: #fff;
  border: 1px solid #fef7ea;
  border-left: 6px solid var(--brand,  rgba(33, 128, 141, 1));
  border-radius: 12px;
  padding: .8rem 1rem;
  font-weight: 600;
  color: rgba(33, 128, 141, 1);
  box-shadow: 0 1px 2px rgba(0,0,0,.02);
}
.om-pill:hover {
  border-color: rgba(23,109,115,.35);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

/* soft variant tint (light warm tone like mock) */
.om-soft-yellow {
  background: #fef7ea;
  /* border-color: #fef7ea; */
}
.om-section{
  border-radius: 10px;
}
/* benefits panel */
.om-benefits {
  background: #eefaf0;
  border: 1px solid #eefaf0;
  color: #264c47;
  border-radius: 12px;
}

.om-benefits strong{
  color: rgba(33, 128, 141, 1);
}

#pane-orders h3{
  font-weight: 600;
}

/* headings color alignment */
#pane-orders h5, #pane-inventory h5, #pane-route h5, #pane-recipe h5 { color: rgba(33, 128, 141, 1); font-weight: 600; }

#pane-orders .card-body, #pane-inventory .card-body, #pane-route .card-body, #pane-recipe .card-body{
  border: 1px solid #efefef;
  border-radius: 10px;
}

#pane-inventory h3, #pane-route h3, #pane-recipe h3, #pane-integrations h3{
  font-weight: 600;
}

/* Cream intro bar for Integrations */
.intg-intro {
  background: #fbf4e6;
  border: 1px solid #fbf4e6;
  color: #5a4630;
  border-radius: 12px;
}

/* Optional: slightly smaller icon + tighter spacing for integration lists */
/* .intg-list li i { font-size: 1rem; } */
/* .intg-list li { margin: .45rem 0; } */




/* Success Stories */
.success-card {
  background: #fff;
  border: 1px solid #e6eaef;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.success-card:hover {
  border-color: rgba(23,109,115,.35);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.success-title {
  color: var(--brand, #176d73);
  font-weight: 700;
  margin-bottom: 1rem;
}

.s-label { font-weight: 700; margin-bottom: 1rem; }
.s-label-challenge { color: rgba(192, 21, 47, 1); }   /* red */
.s-label-solution  { color: rgba(168, 75, 47, 1); } /* teal */
.s-label-results   { color: rgba(33, 128, 141, 1); }   /* dark */

.s-results li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin: .35rem 0;
  color: #485465;
}
.s-results .s-check {
  color: #e74c3c; /* red check icon */
  font-size: 1rem;
  margin-top: .2rem;
}

.s-section h6{
font-size: 18px;
}



/* 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;
  }
}
.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0px;
}

/* Footer section */



/* Common style start */

h1 {
  font-size: 50px !important;
  font-weight: normal !important;
  line-height: 60px !important;
}
h2 {
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}
p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}
/* a {
  font-size: ;
  font-weight: ;
  line-height: ; 
}*/
@media (min-width: 300px) and (max-width: 767px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1920px) and (max-width: 6000px) {
  p, a, div{
  font-size: 20px !important;
  }
}
/* Common style end */
