.product-page,
.product-page-one,
.product-detail-page {
  width: 100% !important;
  margin: 0px !important;
  padding: 70px 0px !important;
}
.product-page-one {
  padding: 0px !important;
}
.product-card {
  border: 1px solid #20202012;
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 0.05);
  height: 100%;
  transition: all 0.5s;
}
.product-card:hover {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 37px 0px;
  transform: translateY(-5px);
}

.product-card .card-body {
  padding-top: 15px !important;
}
.product-card .card-body .card-title {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 12px;
  font-family: "Inter", Sans-serif;
}
.product-card .card-body .product-subtitle {
  margin-bottom: 15px;
  color: #666666;

  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}
.product-card .read-more-link {
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #005ca1;
}
.product-card .read-more-link:hover {
  text-decoration: underline;
  color: #008dd2;
}
.product-card .arrow-svg {
  transition: stroke 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
  width: 14px;
  stroke: #005ca1 !important;
}
.product-card .read-more-link:hover .arrow-svg {
  opacity: 1;
  stroke: #008dd2 !important;
}

.product-detail-page .product-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.product-detail-page .prod-title {
  font-family: "Inter", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-detail-page p {
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  color: #666666;
}

.product-detail-page .highlight-box {
  background-color: #f1f2f1;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-color: #008dd2;
  padding: 40px 40px 40px 40px;
}

.highlight-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between title and line */
  margin-bottom: 20px;
}

.highlight-title {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #008dd2;
  margin: 0;
  white-space: nowrap;
}

.highlight-line {
  height: 2px;
  background-color: #008dd2;
  width: 90px;
}

.product-detail-page .highlight-box ul li {
  margin-bottom: 12px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  color: #666666;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-detail-page .highlight-box ul li:last-child {
  margin-bottom: 0px;
}
.product-detail-page .highlight-box ul li i {
  color: #008dd2;
}

.product-detail-page .category-wrapper,
.product-card .category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between title and line */
  margin-bottom: 20px;
  color: #008dd2;
}

.category-title {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #008dd2;
  margin: 0;
  white-space: nowrap;
}

.category-line {
  height: 2px;
  background-color: #008dd2;
  width: 30px;
}
.product-card img {
  max-height: 246px;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}
@media (max-width: 400px) {
  .product-detail-page .prod-title {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .category-title {
    font-size: 16px;
  }
  .category-line {
    width: 20px;
  }
  .product-detail-page .prod-title {
    font-size: 24px;
  }
}
#productCategoryTabs {
  border: 0px;
  gap: 10px;
}
#productCategoryTabs .nav-link:hover,
#productCategoryTabs .nav-link.active {
  background-color: #005ca1;
  color: #fff;
}
#productCategoryTabs .nav-link {
  color: #005ca1;
  cursor: pointer;
  border: 1px solid #005ca1;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

/* 
-----------------------------------------------------------
AI-Powered Supply Chain Revolution
----------------------------------------------------------- */
.page-template-page-lumiere-scm .site-content .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.fs-18 {
  font-size: 18px;
}
.section {
  padding: 60px 0;
  width: 100%;
}
.btn-one {
  background-color: #005ca1;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  transition: all 0.3s ease-in-out;
}

.btn-one:hover {
  background-color: #008dd2;
  color: #fff;
}

.btn-two {
  background-color: #fff;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #008dd2;
  border-radius: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #008dd2;
}

.btn-two:hover {
  background-color: #008dd2;
  color: #fff;
  border: 1px solid #008dd2;
}
.section-title-wrap .section-title {
  font-family: "Inter", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  color: #202020;
}
.page-template-page-lumiere-scm .site-content p,
.section-title-wrap .section-content {
  font-family: "Inter", Sans-serif;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.banner-section .banner-img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

.solution-section {
  background: url("../images/bg/1.jpg") no-repeat center center;
  position: relative;
  z-index: 1;
}
.solution-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 34, 66, 0.9);
  z-index: -1;
}

.solution-section .solution-card {
  background: rgba(255, 255, 255, 0.2);
  padding: 0030px 20px 030px 20px;
  text-align: center;
  transition: all 0.5s;
  height: 100%;
}

.solution-section .solution-card .solution-title {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.solution-section .solution-card .solution-title,
.solution-section .solution-card .solution-content {
  color: #fff;
}

.solution-section .solution-card .icon-wrap {
  background-color: #008dd2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}

.solution-section .solution-card .icon-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.solution-section .solution-card:hover {
  box-shadow: 0px 0px 10px -2px rgb(255 255 255 / 30%);
  transform: translateY(-5px);
}
.highlight-box {
  background-color: #f1f2f1;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-color: #008dd2;
  padding: 30px 30px 30px 30px;
}

.highlight-box ul li {
  margin-bottom: 12px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  color: #666;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.highlight-box ul li:last-child {
  margin-bottom: 0px;
}
.highlight-box ul li i {
  color: #008dd2;
}
.advantage-section .product-card img {
  max-height: 500px;
}
.custom-list li {
  display: flex;
  align-items: flex-start; /* aligns icon and text nicely */
  gap: 10px; /* space between icon and text */
  margin-bottom: 10px;
  font-size: 16px;
}

.custom-list li i {
  color: #008dd2; /* green tick */
  font-size: 1.2rem; /* adjust icon size */
  flex-shrink: 0; /* prevent icon from shrinking */
  margin-top: 4px;
}
.card-one {
  padding: 75px 20px 030px 20px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 0.05);
  border: 1px solid #20202012;
  transition: all 0.5s;
  position: relative;
  counter-increment: card-counter; /* Increment for each card */
  margin-bottom: 20px;
  background: #fff;
}

.card-one h4 {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  color: #202020;
}
.cards-wrapper {
  counter-reset: card-counter; /* Initialize counter */
}

.card-one::before {
  content: counter(card-counter, decimal-leading-zero);
  position: absolute;
  left: 0px;
  top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #008dd2;
  padding: 6px 25px 6px 15px;
  border-radius: 0px 20px 20px 0px;
}

.card-one:hover {
  box-shadow: 0px 0px 10px -2px rgb(255 255 255 / 30%);
  transform: translateY(-5px);
}

.card-two {
  padding: 20px 20px 20px 20px;
  border: 1px solid #20202012;
  display: flex;
  align-items: start;
  background: #fff;
  gap: 20px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.card-two:hover {
  box-shadow: 0 0 37px 0 rgb(0 0 0 / 0.11);
}
.card-two .icon-wrap {
  background-color: #008dd2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.card-two .icon-wrap img {
  width: 40px;
  height: 40px;
}
.card-two h4 {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.chart-section,
.transform-section {
  background: linear-gradient(90deg, #005ca1 0%, #008dd2 100%);
}

.transform-section .cta-card {
  padding: 30px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  border-radius: 0;
  color: #fff;
}
.transform-section .cta-card:hover {
  box-shadow: 0 0 10px -2px rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
}
.transform-section .cta-card .progress-ring {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  background: conic-gradient(red 0%, #444 0%);
}
.transform-section .cta-card .progress-ring::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #111827;
}
.transform-section .cta-card .progress-ring span {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.chart-section .custom-list li,
.transform-section .custom-list li {
  margin-bottom: 15px;
}
.chart-section .custom-list li,
.chart-section .custom-list li i,
.transform-section .custom-list li,
.transform-section .custom-list li i {
  color: #fff;
}

.transform-section .btn-one {
  background-color: #000f23;
}
.transform-section .btn-one:hover {
  background-color: white;
  border: 1px solid white;
  color: #000f23;
}

.cta-section {
  position: relative;
  z-index: 1;
  background: url(../images/bg/1.jpg) center center no-repeat;
}
.cta-section::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 34, 66, 0.9);
  z-index: -1;
}
.cta-section .cta-card-two {
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  border-radius: 0px;
  height: 100%;
  position: relative;
}
.cta-section .cta-card-two:hover {
  box-shadow: 0 0 10px -2px rgb(255 255 255 / 30%);
  transform: translateY(-5px);
}

.cta-section .cta-card-two .bg-count {
  position: absolute;
  top: 20px;
  -webkit-text-stroke: 1px rgb(255 255 255 / 0.15);
  font-weight: 800;
  font-size: 90px;
  color: #fff0;
  left: 50%;
  transform: translate(-50%, -25%);
}
.cta-section .cta-card-two .cta-count {
  font-size: 48px;
  font-weight: 700;
}

.cta-section .cta-card-two .cta-title {
  font-size: 22px;
}

.advantage-section,
.advantage-section-two {
  position: relative;
  z-index: 1;
}
.advantage-section:after,
.advantage-section-two:after {
  background: url(../images/bg/3.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  opacity: 0.03;
}
.features-section-two,
.features-section-three {
  position: relative;
  z-index: 1;
}
.features-section-two::after,
.features-section-three::after {
  background: url(../images/bg/4.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  opacity: 0.98;
}
@media (max-width: 1200px) {
  .section-title-wrap .section-title {
    font-size: 32px;
  }
  .product-card {
    padding: 20px 20px 10px 20px;
  }
  .cta-section .cta-card-two .bg-count {
    top: 20px;
    font-size: 70px;
  }
}

@media (max-width: 400px) {
  .section-title-wrap .section-title {
    font-size: 28px;
  }
  .highlight-line {
    display: none;
  }
  .card-two .icon-wrap {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .card-two .icon-wrap img {
    width: 45px;
  }
}

@media (max-width: 400px) {
  .card-two {
    flex-direction: column;
  }
  .card-two .icon-wrap img {
    width: 30px;
  }
}
