.list-arrow {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-bottom: 4px;
  transition: all 0.5s;
}
.list-arrow-roate {
  transform: rotate(180deg);
}
.container-Service {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.5;
}
.container-Service h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 48px;
  font-weight: 600;
  color: #1a1a1a;
}
.container-Service .advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.container-Service .advantages-grid .advantage-card {
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
}
.container-Service .advantages-grid .advantage-card:nth-child(1),
.container-Service .advantages-grid .advantage-card:nth-child(4) {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.container-Service .advantages-grid .advantage-card:nth-child(2),
.container-Service .advantages-grid .advantage-card:nth-child(5) {
  background-color: #CCDEFF;
}
.container-Service .advantages-grid .advantage-card:nth-child(3),
.container-Service .advantages-grid .advantage-card:nth-child(6) {
  background-color: #9EC2FF;
}
.container-Service .icon {
  width: 40px;
  margin-bottom: 20px;
  color: #0066FF;
}
.container-Service .advantage-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}
.container-Service .advantage-description {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.reviews-section {
  max-width: 1000px;
  margin: 80px auto;
  color: #333;
}
.reviews-header {
  text-align: center;
  margin: 0  auto;
  margin-bottom: 60px;
}
.reviews-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.reviews-subtitle {
  font-size: 20px;
  color: #003d98;
  margin-bottom: 20px;
  text-align: left;
}
.reviews-description {
  font-size: 15px;
  color: #666;
  margin: 0 auto;
  text-align: left;
}
.testimonials-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonial-card {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
.quote-mark {
  font-size: 30px;
  color: #003d98;
  position: absolute;
  top: 20px;
  font-style: italic;
  left: 20px;
  opacity: 0.8;
}
.quote-mark2 {
  font-size: 30px;
  color: #003d98;
  opacity: 0.8;
  font-style: italic;
}
.testimonial-content {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 24px;
  z-index: 1;
  text-indent: 2em;
  position: relative;
}
.testimonial-content::after {
  content: '"';
  font-size: 30px;
  color: #003d98;
  position: absolute;
  top: -4px;
  font-style: italic;
  left: -16px;
  opacity: 0.8;
}
.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-info {
  display: flex;
  flex-direction: column;
}
.profile-name {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 5px;
}
.profile-title {
  font-size: 14px;
  color: #003d98;
  font-weight: 600;
}
.bg-orengered-cd {
  background: url(/catalog/view/theme/chinadivision_web/image/resources/help/magento/api_integration.webp) no-repeat center;
}
.started-now {
  margin-top: 20px;
}
@media screen and (min-width: 1030px) {
  .content-menu {
    display: none;
  }
  .main-content .container p {
    font-size: 16px;
  }
  .LearnMore {
    width: 100%;
    text-align: center;
  }
  .LearnMore a {
    width: 200px;
    height: 40px;
    background: #0066ff;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  .LearnMore a:hover {
    color: #0066ff !important;
    background-color: #fff;
    border: 1px solid #0066ff;
  }
  .choice {
    margin-top: 50px;
    height: 600px;
    padding-top: 113px;
    box-sizing: border-box;
    background-color: #f8f8f8;
  }
  .choice .choice_item {
    margin: 0 auto;
  }
  .choice .choice_item .choice_title {
    width: 715px;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 0px;
  }
  .choice .choice_item .choice_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 250px;
  }
  .choice .choice_item .choice_box .choice_img {
    margin-right: 15px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(5) {
    margin-right: 0;
  }
  .choice .choice_item .choice_box a {
    width: 226px;
    height: 100px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choice .choice_item .choice_box a img {
    transform: scale(1);
    transition: all 0.6s;
  }
  .choice .choice_item .choice_box a:hover img {
    transform: scale(1.2);
  }
  .solutions-left {
    padding: 50px;
  }
}
.solutions-right ul,
.solutions-left ul {
  list-style: none;
}
.solutions-right ul li,
.solutions-left ul li {
  font-size: 16px;
  color: #6B6B6B;
  line-height: 30px;
  padding-left: 20px;
}
.solutions-right ul li .s-red,
.solutions-left ul li .s-red {
  color: #E60012;
  width: 6px;
  height: 6px;
  left: 15px;
}
.solutions-left ul h3 {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1030px) {
  .bg-orengered h1 {
    font-size: 26px !important;
  }
  .main-resources .resources-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bg-orengered {
    padding-top: 18%;
  }
  .commitments-minimum-team {
    line-height: 22px;
  }
  .container-Service {
    width: 100% !important;
    padding: 0 15px;
  }
  .container-Service .advantages-grid {
    display: block;
  }
  .container-Service .advantages-grid .advantage-card {
    margin-bottom: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background-color: #ffffff !important;
    text-align: center !important;
  }
  .container-Service .advantages-grid .advantage-card .advantage-title {
    text-align: center;
  }
  .container-Service .advantages-grid .advantage-card .advantage-description {
    text-align: center;
  }
  .container-Service .advantages-grid .advantage-card .icon {
    width: 55px !important;
  }
  .container-Service h2 {
    font-size: 24px !important;
  }
  .reviews-section {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .reviews-section .reviews-title,
  .reviews-section .reviews-description,
  .reviews-section .reviews-subtitle,
  .reviews-section .testimonial-profile,
  .reviews-section .testimonial-content {
    text-align: center;
    justify-content: center;
  }
  .reviews-section .reviews-title {
    font-size: 24px;
  }
  .reviews-section .reviews-description {
    line-height: 26px;
  }
  .content-menu {
    position: fixed;
    background: #fff;
    top: 50%;
    width: 0.6rem;
    height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 5px 25px #0000000a, 0 3.2px 12px #00000014;
    z-index: 10001;
  }
  .content-menu .content-menu-item {
    width: 0.43rem;
    height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-menu .content-menu-item img {
    width: 100%;
  }
  .faqs-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    justify-content: center;
    align-items: center;
  }
  .faqs-nav .mask-nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
  }
  .faqs-nav .left-nav-bar {
    z-index: 10003;
    width: calc(100% - 2rem);
    margin-top: 1.5rem;
  }
  .faqs-nav .left-nav-bar li {
    display: flex;
    flex-direction: column;
  }
  .solutions-left h3 {
    text-align: left!important;
    line-height: unset;
  }
  .choice {
    padding: 0.96rem 0.32rem 1.1rem;
    background-color: #f8f8f8;
  }
  .choice .choice_item .choice_title {
    font-size: 0.43rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #040000;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.87rem;
  }
  .choice .choice_item .choice_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .choice .choice_item .choice_box .choice_img {
    width: 3.28rem;
    height: 1.44rem;
    line-height: 0.64rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
  }
  .choice .choice_item .choice_box .choice_img img {
    width: 100%;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(9) {
    padding: 0.5rem 0.4rem;
  }
  .LearnMore {
    height: 0.6rem;
    margin-top: 0.64rem;
  }
  .LearnMore a {
    width: 2.44rem;
    height: 0.6rem;
    background: #06f;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 0.28rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #fff;
  }
}
