.section-trade-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-trade-1 .main-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 6px;
  color: #000;
}

.section-trade-1 .subtitle {
  color: #4b5563;
  font-size: 1.05rem;
  margin-bottom: 36px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.section-trade-1 .comparison-row {
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: nowrap !important;
}

.section-trade-1 .old-way-box,
.section-trade-1 .new-way-box {
  padding: 16px 28px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  min-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  max-width: 340px;
  margin: 0 auto;
}

.section-trade-1 .old-way-box {
  color: #222;
  box-shadow: 0 1px 8px rgb(0 0 0 / 0.03);
  border: 1px solid #ddd;
}

.section-trade-1 .new-way-box {
  background-color: #efbb41;
  color: #000;
  font-weight: 600;
  padding: 16px 28px;
}

.section-trade-1 .arrow-box {
  font-size: 3rem;
  color: #d89a0a;
  flex-shrink: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-trade-1 .old-way-box,
  .section-trade-1 .new-way-box {
    max-width: 420px;
    font-size: 0.9rem;
  }

  .section-trade-1 .arrow-box {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .section-trade-1 .comparison-row {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
  }

  .section-trade-1 .arrow-box {
    margin: 10px 0;
    width: auto;
    transform: rotate(90deg);
    font-size: 2rem;
  }

  .section-trade-1 .old-way-box,
  .section-trade-1 .new-way-box {
    max-width: 100%;
    padding: 12px;
    font-size: 0.95rem;
  }

  .section-trade-1 .main-title {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .section-trade-1 .subtitle {
    font-size: 0.95rem;
  }
}

.section-trade-2 .awesome-services {
  padding: 100px 0;
}
.section-trade-2 .awesome-title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}
.section-trade-2 .awesome-title p {
  color: #848484;
  margin: 0 auto;
}
.section-trade-2 .awesome-border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28abe3;
  margin-bottom: 60px;
}

.section-trade-2 .custom-service-block {
  background-color: #ffffff;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.section-trade-2 .custom-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20%;
  background-color: #ffffff;
  margin: 0 auto 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.section-trade-2 .custom-service-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.section-trade-2 .custom-service-block:hover .custom-service-icon {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.section-trade-2 .custom-service-block h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-trade-2 .custom-service-block p {
  font-size: 15px;
  color: #666;
}

.section-trade-2 .custom-text {
  font-size: 17px;
  color: #4b5563;
  max-width: 900px;
}

@media (max-width: 768px) {
  .section-trade-2 .custom-text {
    font-size: 15px;
    max-width: 330px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-trade-2 .custom-text {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.4;
  }
}

.section-trade-3 {
  padding: 100px 0;
}
.section-trade-3 .awesome-title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}
.section-trade-3 .awesome-title p {
  color: #848484;
  margin: 0 auto;
}
.section-trade-3 .awesome-border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28abe3;
  margin-bottom: 60px;
}

.section-trade-3 .awesome-service-block {
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.section-trade-3 .awesome-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20%;
  background-color: #ffffff;
  margin: 0 auto 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  overflow: hidden;
}

.section-trade-3 .awesome-service-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.section-trade-3
  .awesome-service-block:hover
  .section-trade-3
  .awesome-service-icon {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.section-trade-3 .awesome-service-block h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-trade-3 .awesome-service-block p {
  font-size: 15px;
  color: #666;
}

.section-trade-3 .awesome-service-block.color-bg {
  color: #fff;
  border: 1px solid #ccc;
}

.section-trade-3 .fs-3-5 {
  font-size: 17px;
  color: #4b5563;
  max-width: 900px;
}

@media (max-width: 768px) {
  .section-trade-3 .fs-3-5 {
    font-size: 15px;
    max-width: 330px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-trade-3 .fs-3-5 {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.4;
  }
}
