.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}

.f3-content {
  background-color: #fff;
  padding: 100px 10px;
}

.f4-content {
  background-color: #fff;
  padding: 0px 10px;
  font-family: var(--secondary-font);
  color: #565656;
}

.wide-100 {
  padding-top: 40px;
  padding-bottom: 40px
}

#process-2 .section-title {
  margin-bottom: 200px
}

.step-icon {
  z-index: 10;
  width: 110px;
  height: 110px;
  line-height: 110px !important;
  background-color: #d0edf6;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto text-align:center;
  position: absolute;
  top: -130px;
  left: 50%;
  margin-left: -55px
}

.processbar {
  counter-reset: step
}

.processbar2 {
  counter-reset: step 4;
}

.processbar li {
  float: left;
  position: relative;
  text-align: center;
  z-index: 1
}

.processbar li:before {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1rem;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  background-color: #3a81a9;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  text-align: center
}

.processbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #3a81a9;
  top: 18px;
  left: -49%;
  z-index: -1
}

.processbar li:first-child:after {
  content: none
}

.processbar2 li {
  float: left;
  position: relative;
  text-align: center;
  z-index: 1
}

.processbar2 li:before {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1rem;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  background-color: #3a81a9;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  text-align: center
}

.processbar2 li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #3a81a9;
  top: 18px;
  left: -49%;
  z-index: -1
}

.processbar2 li:first-child:after {
  content: none
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

h5.h5-sm2 {
  font-size: 1.2rem;
  letter-spacing: -.2px;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.pbox-2 {
  margin-bottom: 80px;
  margin-left: 6px;
  margin-right: 6px;
}

.img-60 {
  width: 60px;
  height: 60px
}

@media (min-width: 1024px) {
  .btn-smaller {
    margin-left: 18px;
    padding: 11px 16px;
  }

  .etps {
    margin-bottom: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
  .btn-smaller {
    margin-left: 8px;
    padding: 18px 16px;
  }

  .margin-btn {
    margin-top: 40px;
  }

  .etps {
    margin-bottom: 140px;
  }

  .step-icon {
    width: 100px;
    height: 100px;
    line-height: 100px !important
  }

  .step-icon {
    top: -120px;
    margin-left: -50px;
  }

  #process-3 .pbox-icon {
    width: 110px;
    height: 110px;
    line-height: 110px !important
  }

  .icon-xs .pbox-icon [class*="flaticon-"]:before,
  .icon-xs .step-icon [class*="flaticon-"]:before,
  .icon-xs .pbox-icon [class*="flaticon-"]:after,
  .icon-xs .step-icon [class*="flaticon-"]:after {
    line-height: 100px !important
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {

  .btn-smaller {
    margin-left: 8px;
    padding: 18px 16px;
  }

  .margin-btn {
    margin-top: 40px;
  }

  .etps {
    margin-bottom: 120px;
  }

  .pbox-icon,
  .step-icon {
    width: 90px;
    height: 90px;
    line-height: 90px !important
  }

  .step-icon {
    top: -110px;
    margin-left: -45px
  }

  #process-3 .pbox-icon {
    width: 100px;
    height: 100px;
    line-height: 100px !important
  }

  .pbox-3 img.img-70 {
    width: 65px;
    height: 65px
  }

  .pbox-icon::after {
    top: 16%
  }

  #process-3 .pbox-icon::after {
    top: 23%
  }

  .pbox-2 p {
    padding: 0 5%
  }

  .icon-xs .pbox-icon [class*="flaticon-"]:before,
  .icon-xs .step-icon [class*="flaticon-"]:before,
  .icon-xs .pbox-icon [class*="flaticon-"]:after,
  .icon-xs .step-icon [class*="flaticon-"]:after {
    line-height: 90px !important
  }

  .processbar li:before {
    font-size: 1.35rem
  }

  .processbar li:after {
    left: -48%
  }

  .processbar2 li:before {
    font-size: 1.35rem
  }

  .processbar2 li:after {
    left: -48%
  }
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .btn-smaller {
    margin-left: 8px;
    padding: 18px 16px;
  }

  .margin-btn {
    margin-top: 40px;
  }

  .processbar li {
    z-index: 1
  }

  .processbar2 li {
    z-index: 1
  }

  .step-icon {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 auto
  }

  .pbox-icon::after,
  .processbar li:before,
  .processbar li:after {
    display: none
  }

  .pbox-icon::after,
  .processbar2 li:before,
  .processbar2 li:after {
    display: none
  }
}

@media (max-width: 575px) {
  .btn-smaller {
    margin-left: 8px;
    padding: 18px 16px;
  }

  .margin-btn {
    margin-top: 40px;
  }

  .processbar li {
    z-index: 1;
  }

  .processbar2 li {
    z-index: 1;
  }

  .step-icon {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 auto
  }

  .pbox-icon::after,
  .processbar li:before,
  .processbar li:after {
    display: none
  }

  .pbox-icon::after,
  .processbar2 li:before,
  .processbar2 li:after {
    display: none
  }
}

.services {
  padding: 60px 20px;
  text-align: center;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  font-size: 40px;
  color: #0399c2;
  margin-bottom: -4px;
}

.service-card h3 {
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #34495e;
  letter-spacing: -.5px;
}

.service-card p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
  font-weight: 300;
}

.container-cases {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
}

.cards-cases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.card-cases {
  background-color: #f9fbfc;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.card-cases h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #3a81a9;
  margin-bottom: 10px;
}

.card-cases p {
  color: #444;
  font-size: 0.95em;
}

canvas {
  margin-top: 15px;
  width: 100% !important;
  height: auto !important;
}

.fbox-3-txt p {
  color: #444;
  font-size: 0.95em;
  margin-right: 8px;
  font-weight: 400;
}