.stat-box {
  position: relative;
}

@media(max-width:992px) {
  .experience {
    margin-right: 153px;
  }
}

.stat-box::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 33px;
  height: 60%;
  width: 3px;
  background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
}

@media(min-width:1400px) {
  .stat-box::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 33px;
    height: 60%;
    width: 3px;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
  }
}

@media(max-width:992px) {
  .stat-box::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 17px;
    height: 60%;
    width: 3px;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
  }
}

@media (max-width: 767px) {
  .stat-box::before {
    display: none;
  }
}

.head-content {
  background: linear-gradient(81.22deg, var(--theme-color-primary) -18.44%, var(--primary-color-highlight) 104.98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text
}

.badge-rpa-metric {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 4px 16px;
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

.slide-up {
  animation: slideUp .4s ease-in-out forwards
}

.slide-down {
  animation: slideDown .4s ease-in-out forwards
}

.nav-button {
  background: transparent;
  color: var(--backgroud-white);
  border: 1px solid #FFFFFF2B;
  padding: 4px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  height: 55px
}

.nav-button.active {
  background: linear-gradient(to right, #003164, #0A0915);
  color: var(--backgroud-white) !important
}

.nav-icon {
  width: 24px;
  vertical-align: center
}

.custom-dropdown {
  position: relative;
  background: linear-gradient(to right, #003164, #0A0915);
  border-radius: 15px;
  color: var(--backgroud-white)
}

.selected-option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FFFFFF2B;
  border-radius: 15px
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #FFFFFF2B;
  background: linear-gradient(to right, #003164, #0A0915);
  border-radius: 15px;
  z-index: 1000
}

.dropdown-options .dropdown-item {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer
}

.dropdown-options .dropdown-item:hover {
  background: linear-gradient(to right, #003164, #0A0915)
}

.arrow-img {
  width: 18px;
  height: 18px
}

.content-card {
  padding: 30px;
  border: 1px solid #FFFFFF2B;
  border-radius: 10px
}

.step-tab {
  text-align: center;
  font-weight: 500;
  color: #bbb;
  cursor: pointer;
  z-index: 2
}

.step-tab.active {
  color: var(--backgroud-white) !important
}

.step-number {
  opacity: .1;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  transition: opacity .3s ease-in-out
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color .3s
}

.dot.active {
  background-color: #296cd8
}

.industry-stat-box {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.industry-stat-box:hover {
  transform: translateY(-5px);
  border-color: #F5A623 !important;
}

.industry-stat-box .fs-md {
  font-size: 1.25rem !important;
  font-weight: 700;
}

.industry-stat-box .fs-sm {
  font-size: 0.85rem !important;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  #contentCard {
    padding: 1.5rem !important;
  }

  .industry-content-wrapper h2 {
    font-size: 1.5rem !important;
  }

  .industry-content-wrapper p {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 575.98px) {
  #contentCard {
    padding: 1.25rem 1rem !important;
  }

  .industry-content-wrapper h2 {
    font-size: 1.3rem !important;
  }

  .industry-stat-box {
    min-height: 80px !important;
    padding: 0.75rem !important;
  }

  .content-card,
  .gen-ai-content,
  #navMenu {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }
}

.title-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #296cd8;
  transition: width .4s ease-in-out
}

#FlushExample {
  height: 120vh;
  overflow-y: scroll
}

@media (min-width: 768px) {

  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab3.webp"],
  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab4.webp"],
  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab5.webp"],
  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab6.webp"] {
    width: 500px;
    height: 400px;
    object-fit: cover;
  }
}

.tab-pane.fade.active.show,
.nav-link.active {
  color: #000 !important
}

@media (min-width:1400px) {
  .robot-img {
    max-width: 420px !important;
    margin-top: -60px;
    position: relative !important;
    margin-left: 0 !important
  }
}

@media (min-width:992px) and (max-width:1395px) {
  .robot-img {
    max-width: 420px !important;
    margin-top: -60px;
    position: relative !important
  }
}

@media (max-width:992px) {
  .robot-img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
}

#FlushExample {
  height: auto;
  overflow-y: none !important;
  width: auto
}

@media (min-width:768px) and (max-width:991.98px) {
  #navMenu {
    padding-top: 10px
  }

  .step-tab {
    font-size: 14px !important
  }
}

@media (max-width:768px) {
  #navMenu {
    display: none !important;
  }
}

.web-section {
  background-color: #0a0915;
}

.our-clint {
  position: relative;
}

.reviws-card {
  min-height: 381px !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 12px;
}

.our-clint .owl-item {
  width: 233px !important;
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  .reviws-card {
    min-height: 457px !important;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .reviws-card {
    min-height: 464px !important;
  }
}

@media (max-width: 576px) and (min-width: 387px) {
  .reviws-card {
    min-height: 464px !important;
  }
}

@media (max-width: 387.98px) {
  .reviws-card {
    min-height: 506px !important;
  }
}

@media (max-width:768px) {
  #navSelect {
    display: block;
    background: linear-gradient(to right, #003164, #0A0915)
  }
}

.d-block.d-md-none {
  touch-action: pan-y
}

@media (max-width: 768px) {

  .webbanner[data-aos],
  img[data-aos],
  [class*="banner"][data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
  }

  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

#accordionFlushExample {
  height: 52vh;
  overflow-y: scroll;
}

.faq {
  padding-top: 30px;
}

@media (max-width: 767.98px) {

  .faq-heading,
  .faq-heading span h2 {
    font-size: 28px !important;
    line-height: 1.25;
  }
}

#rpaFaqAccordion {
  height: auto;
  overflow-y: visible;
}

#rpaFaqAccordion::-webkit-scrollbar {
  width: 4px;
}

#rpaFaqAccordion::-webkit-scrollbar-track {
  background: transparent;
}

#rpaFaqAccordion::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.accordion-item {
  background-color: transparent !important;
  border-top: 1px solid var(--primary-theme) !important;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/plus.png) !important;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color .3s;
  border: none;
  padding: 0;
  position: relative;
}

.dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  transition: background-color .3s;
}

.dot.active::before {
  background-color: #296cd8;
}

.dot:focus {
  outline: 2px solid #296cd8;
  outline-offset: 2px;
}

:root {
  --surface: rgba(255, 255, 255, 0.03);
  --surface2: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.1);
  --trans: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-svg-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.industry-stat-box {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 110px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.badge-rpa-metric {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(0, 116, 235, 0.05);
  border: 1px solid rgba(0, 116, 235, 0.3);
  border-radius: 8px;
  color: var(--primary-bg-color);
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.badge-rpa-metric:hover {
  background: rgba(0, 116, 235, 0.2);
  border-color: #0074EB;
  transform: translateY(-2px);
}

.accordion-item,
.accordion-button {
  background: transparent !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

.accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .robot-img {
    max-width: 250px;
  }
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0B192C;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-options .dropdown-item {
  cursor: pointer;
}

.dropdown-options .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.lap-process-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-process-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-processes-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .processs-description {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .processs-description {
    width: 50% !important;
  }
}

.rpa-premium-card {
  background: var(--primary-bg-color);
  border: 1px solid rgba(33, 212, 150, 0.3);
  border-radius: 20px;
  padding: 1.5rem;
  min-height: 240px;
  max-height: 200px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.rpa-premium-card:hover {
  background: #0e75530a;
  transform: translateY(2px);
  box-shadow: 0 10px 30px rgba(33, 212, 150, 0.1);
}

.benefit-icon-lg {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

.rpa-premium-card h4,
.rpa-premium-card h3 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rpa-premium-card p {
  color: #666666;
  line-height: 1.6;
}

.text-emerald {
  color: var(--theme-color-primary);
}

.our-clint {
  position: relative;
  z-index: 10;
}

.reviws-card {
  min-height: 381px !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 12px;
  background-color: transparent;
}

.our-clint .owl-stage {
  display: flex !important;
}

.owl-item {
  display: flex !important;
  flex: 1 0 auto !important;
  margin-right: 20px !important;
  width: 233px !important;
}

.our-clint .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  background: #919090 !important;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.our-clint .owl-dots .owl-dot.active span {
  background: var(--primary-bg-color) !important;
}

.business-content {
  position: relative;
}

.business-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 68%;
  background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/product-development/rightshadow.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right;
}

.business-content::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url();
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  .reviws-card {
    min-height: 457px !important;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .reviws-card {
    min-height: 464px !important;
  }
}

@media (max-width: 387.98px) {
  .reviws-card {
    min-height: 506px !important;
  }
}

.our-clint .owl-carousel button.owl-dot,
.our-clint .owl-carousel button.owl-dot.active {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 3px !important;
  box-shadow: none !important;
}

.black-theme {
  color: #1a1a1a !important;
}

.our-clint .owl-theme .owl-nav {
  position: absolute;
  bottom: -25px;
  right: 0;
  display: flex;
  gap: 8px;
}

.our-clint .owl-dots {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.expert-card .card {
  background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/expertcard.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: none !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 3rem !important;
  overflow: hidden;
  height: auto !important;
}

.expert-card .head-content {
  color: #1a1a1a;
  font-family: var(--ff-primary);
}

.expert-card .primary-theme {
  color: #555;
  margin-bottom: 0.5rem;
}

.expert-card .robot-img {
  max-width: 100%;
  max-height: 300px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .expert-card .robot-img {
    max-width: 420px;
    max-height: 340px;
    margin-top: -28px;
  }

  .expert-card .sortation-img {
    width: 60%;
    max-width: none;
    max-height: none;
    margin-left: -10%;
  }
}

@media (max-width: 767.98px) {
  .industry-content-wrapper h2 {
    font-size: 1.25rem !important;
  }

  .industry-content-wrapper p {
    font-size: 14px !important;
  }

  .industry-content-wrapper .ff-primary.fs-md {
    font-size: 14px !important;
  }

  .industry-content-wrapper li span {
    font-size: 14px !important;
  }

  .industry-stat-box .fs-md {
    font-size: 14px !important;
  }

  .industry-stat-box .fs-sm {
    font-size: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .font-xlg {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .fs-1xl {
    font-size: 1.25rem !important;
  }

  .fs-lg {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .fs-md {
    font-size: 14px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.25rem !important;
  }
}

.stat-box {
  padding-left: 55px !important;
  text-align: left !important;
}

.expert-card .card {
  padding: 30px 40px !important;
}

@media (max-width: 767.98px) {
  .stat-box {
    padding-left: 45px !important;
  }
}

@media (max-width: 767.98px) {
  .achivenent-section p.fw-rb.fs-lg {
    font-size: 14px !important;
  }
}

.new-white-bg1 {
  background-color: var(--backgroud-white)
}

@media (570px <=width <=610px) {
  .fs {
    font-size: 12px
  }
}

.pa-hero-img {
  height: 480px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .pa-hero-img {
    height: auto;
    object-fit: contain;
  }
}


.pa-card {
  background: #0d1220;
  border: 1px solid #1c2436;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box
}

.pa-icon {
  width: 34px;
  height: 34px;
  stroke: #f4f4f4;
  fill: none;
  stroke-width: 1.5;
  margin-bottom: 18px
}

.pa-eyebrow,
.pa-kicker {
  color: #5b6b8c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.pa-kicker-scope {
  color: #38ef7d !important
}

.pa-kicker-retainer {
  color: #00d2ff !important
}

.pa-title {
  color: #f5f6fa;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px
}

.pa-desc {
  color: #9aa4b8;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0
}

.pa-features {
  padding: 0;
  margin: 16px 0 0;
  list-style: none
}

.pa-features li {
  position: relative;
  color: #9aa4b8;
  padding-left: 24px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5
}

.pa-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700
}

.flow-section {
  background: #ffffff;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.flow-header {
  max-width: 1050px;
  margin: 0 auto 50px;
  text-align: center;
}

.flow-title {
  margin: 0 0 18px;
  color: #293747;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.flow-description {
  max-width: 900px;
  margin: 0 auto;
  color: #526170;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.flow-table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin;
  scrollbar-color: #b8b8b8 transparent;
}

.flow-table-wrapper::-webkit-scrollbar {
  height: 4px;
}

.flow-table-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.flow-table-wrapper::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 10px;
}

.flow-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

.flow-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
}

.flow-table thead th {
  background: #002142;
  color: #ffffff;
  padding: 22px 24px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.4;
  border: 0;
}

.flow-table thead th:first-child {
  border-top-left-radius: 15px;
}

.flow-table thead th:last-child {
  border-top-right-radius: 15px;
}

.flow-table .flow-type-col {
  width: 19%;
}

.flow-table thead th:nth-child(2) {
  width: 22%;
}

.flow-table thead th:nth-child(3) {
  width: 31%;
}

.flow-table thead th:nth-child(4) {
  width: 28%;
}

.flow-table tbody td,
.flow-table tbody th {
  padding: 26px 24px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  background: #ffffff;
}

.flow-table tbody tr:last-child td,
.flow-table tbody tr:last-child th {
  border-bottom: 0;
}

.flow-name {
  display: block;
  color: #111827;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.flow-table tbody tr {
  transition: background-color 0.2s ease;
}

.flow-table tbody tr:hover td,
.flow-table tbody tr:hover th {
  background: #f8fafc;
}

.flow-table th,
.flow-table td {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.flow-table th:last-child,
.flow-table td:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {

  .flow-section {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .flow-header {
    max-width: 850px;
    margin-bottom: 40px;
  }

  .flow-title {
    font-size: 34px;
    line-height: 1.2;
  }

  .flow-description {
    max-width: 750px;
    font-size: 17px;
  }

  .flow-table {
    min-width: 850px;
  }

  .flow-table thead th {
    padding: 20px;
    font-size: 14px;
  }

  .flow-table tbody td,
  .flow-table tbody th {
    padding: 22px 20px;
    font-size: 16px;
  }

  .flow-name {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {

  .flow-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .flow-header {
    max-width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }

  .flow-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  .flow-description {
    max-width: 100%;
    padding: 0 5px;
    font-size: 15px;
    line-height: 1.6;
  }

  .flow-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;
    scrollbar-color: #b8b8b8 transparent;
  }

  .flow-table-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .flow-table-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }

  .flow-table-wrapper::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 10px;
  }

  .flow-table {
    display: table;
    width: 900px;
    min-width: 900px;
    table-layout: fixed;
  }

  .flow-table thead {
    display: table-header-group;
  }

  .flow-table thead th {
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.4;
  }

  .flow-table tbody {
    display: table-row-group;
  }

  .flow-table tbody tr {
    display: table-row;
    width: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .flow-table tbody th,
  .flow-table tbody td {
    display: table-cell;
    padding: 18px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
  }

  .flow-name {
    font-size: 16px;
  }

  .flow-table tbody td::before {
    display: none;
    content: none;
  }

  .flow-table tbody tr:hover td,
  .flow-table tbody tr:hover th {
    background: #ffffff;
  }
}

@media (max-width: 480px) {

  .flow-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .flow-title {
    font-size: 27px;
  }

  .flow-description {
    font-size: 14px;
  }

  .flow-table {
    width: 900px;
    min-width: 900px;
  }

  .flow-table thead th {
    padding: 15px;
    font-size: 12px;
  }

  .flow-table tbody th,
  .flow-table tbody td {
    padding: 16px 15px;
    font-size: 13px;
  }

  .flow-name {
    font-size: 16px;
  }

  .flow-table-wrapper::-webkit-scrollbar {
    height: 4px;
  }
}

.logo-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 32px;
}

.logo-row .logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 100px;
  max-width: 110px;
  height: auto;
  gap: 6px;
}

.logo-row .logo-item img {
  display: block;
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.logo-row .logo-item .logo-text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  line-height: 1.3;
  margin-top: 6px;
  letter-spacing: -0.2px;
}

@media (max-width: 767.98px) {
  .tech-section .logo-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 16px;
  }

  .tech-section h3 {
    text-align: center;
  }
}
.product-plug-card-sm {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: white;
}
.product-plug-card-sm:hover {
  border-color: rgba(0,0,0,0.18);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.product-plug-icon-badge-sm {
  flex-shrink: 0;
  object-fit: contain;
}

.products-plug-section {
  position: relative;
}

.products-plug-heading {
  max-width: 720px;
  color: #0f172a;
  font-size: 2rem;
  line-height: 1.1;
}

.products-plug-section > .container > .row > [class*="col-"] {
  display: flex;
}

.products-plug-section > .container > .row > [class*="col-"] > a {
  width: 100%;
  color: inherit;
}

.product-plug-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-plug-card:hover,
.products-plug-section > .container > .row > [class*="col-"] > a:focus-visible .product-plug-card {
  transform: translateY(-6px);
  border-color: var(--theme-color-primary);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.product-plug-icon-badge {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.product-plug-card h3 {
  letter-spacing: 0;
}

.product-plug-card p:last-child {
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 575.98px) {
  .products-plug-heading {
    font-size: 1.75rem;
  }

  .product-plug-card {
    padding: 1.5rem;
  }
}


