body{
    font-family: "Inter", sans-serif !important;
}
.blogBanner {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
    url(../Discrete-manufacturing-ERP-software-the-business-streamlines-your-production.webp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}
.blogBanner_table {
  width: 100%;
  height: 100%;
}
.blogBanner_table_cell {
  vertical-align: middle;
}
.blogBanner_content {
  text-align: center;
}
.blogBanner_content h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}
.blogBanner_cta {
  background: #0066ff;
  color: white;
  padding: 8px 14px;
  font-weight: 500;
  transition: 0.45s;
  border-radius: 10px;
  font-family: system-ui;
}
.blogBanner_cta:hover {
  background: #0559ea;
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0 4px 6px rgba(0, 9, 73, 0.35);
}
.blogBanner_cta.ctal:hover {
  border: 1px solid #0559ea;
}
@media screen and (max-width: 767px) {
  .blogBanner_content h2 {
    font-size: 44px;
    font-weight: 700;
  }
  .blogBanner_content h1 {
    font-size: 2rem;
    font-weight: 700;
  }
  .blogBanner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .blogBanner_content h1 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .blogBanner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 300px) {
  .blogBanner_content h2 {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 48px;
  }
}
.blogBanner_content ul {
  text-align: center;
  position: relative;
  right: 0;
  padding-left: 0;
  margin-bottom: 35px;
  list-style-type: none;
}
.blogBanner_content ul li a {
  display: block;
  color: #fff;
}
.blogBanner_content ul li:first-child {
  margin-left: 0;
}
.blogBanner_content ul li:first-child:before {
  display: none;
}
.blogBanner_content ul li {
  display: inline-block;
  margin-right: 25px;
  font-weight: 600;
  color: #3696d2;
  position: relative;
}
.blogBanner_content ul li:last-child {
  margin-right: 0;
}
.blogBanner_content ul li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fdb084),
    color-stop(#ff9870),
    color-stop(#ff7e62),
    color-stop(#ff5f59),
    to(#ff3656)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #fdb084,
    #ff9870,
    #ff7e62,
    #ff5f59,
    #ff3656
  );
  background: linear-gradient(
    to right top,
    #fdb084,
    #ff9870,
    #ff7e62,
    #ff5f59,
    #ff3656
  );
}
.blogItem {
  padding: 2rem 0 2rem 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}
.blogTitle {
  font-size: 30px;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
  text-shadow: 2px 2px 0px #bbbbbbb3;
}
.blogSubtitle {
  color: #6b6b84;
  font-size: 15px;
  text-align: justify;
}
.blogImage {
  margin-bottom: 20px;
}
.blogContent {
  border-bottom: 1px solid #0000001f;
  padding-top: 20px;
  margin-bottom: 2rem;
}
.blogContent:last-child {
  border: none;
  margin-bottom: 0rem;
  padding-top: 0px;
}
.blogContent i {
  color: #3696d2;
}
.subHeading {
  font-size: 20px;
  font-weight: 600;
}
.subDescription {
  margin-bottom: 18px;
  position: relative;
  padding-left: 22px;
  color: #6b6b84;
}
.blogCta {
  background: #f27935;
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding: 0px 20px 3px 20px;
}
.blogCta:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .blogCta {
    font-size: 15px;
  }
}
@media screen and (max-width: 410px) {
  .blogCta {
    font-size: 12px;
  }
}
@media screen and (max-width: 300px) {
  .blogCta {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .blogTitle {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .blogItem {
    padding: 1rem 0 1rem 0;
  }
  .blogTitle {
    margin: 1.5rem 0 1rem 0;
  }
  .blogContent {
    margin-bottom: 0rem;
  }
  .blogSubtitle {
    text-align: justify;
  }
  .subDescription {
    padding-left: 0px;
    text-align: justify;
  }
  .subHeading {
    border-top: 1px solid #00000029;
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .blogTitle {
    text-align: center;
    font-size: 26px;
  }
}


    .o2b-erp-trends {
        font-family: 'Inter', sans-serif;
    }

    .o2b-trend-pill {
        background: rgba(0, 102, 204, 0.1);
        color: #0066cc;
        font-weight: 600;
        font-size: 0.75rem;
        padding: 0.3rem 1rem;
        border-radius: 50rem;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 102, 204, 0.2);
    }

    .o2b-trend-main-title {
        color: #102a43;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: -0.5px;
    }

    .o2b-trend-main-desc {
        font-size: 1rem;
        color: #486581 !important;
        max-width: 700px;
        margin: 0 auto;
    }

    /* Unique Card Styling with Blue Shading */
    .o2b-trend-box {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid rgba(0, 102, 204, 0.12);
        box-shadow: 0 10px 30px rgba(16, 42, 67, 0.05);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .o2b-trend-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 102, 204, 0.15);
        border-color: #0066cc;
    }

    /* Icon Box Layout */
    .o2b-icon-box {
        width: 36px;
        height: 36px;
        background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
        color: #0284c7;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

    .o2b-trend-box:hover .o2b-icon-box {
        background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
        color: #ffffff;
        transform: scale(1.05);
    }


    .o2b-box-title {
        color: #102a43;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .o2b-box-desc {
        font-size: 0.85rem;
        line-height: 1.6;
        color: #627d98 !important;
    }

    /* Bottom Glow Accent Line */
    .o2b-card-glow {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: transparent;
        transition: background 0.3s ease;
    }

    /* Custom Media Queries for Responsive Control */
    @media (max-width: 991.98px) {
        .o2b-trend-main-title {
            font-size: 2rem;
        }
        .o2b-erp-trends {
            padding: 3rem 0;
        }
    }

    @media (max-width: 767.98px) {
        .o2b-trend-main-title {
            font-size: 1.75rem;
        }
        .o2b-trend-main-desc {
            font-size: 0.95rem;
        }
        .o2b-trend-box {
            margin-bottom: 1.5rem;
        }
    }