.why_choose_us {
  padding: 140px 0;
  background-color: #fff;
}



.benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 36px 29px 36px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.benefit-card .icon {
  margin-bottom: 44px;
}

.benefit-card .icon img {
  width: 172px;
  height: 172px;
}

.benefit-card .card-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.benefit-card .card-text {
  color: var(--color-text-2);
  font-size: 20px;
  line-height: 1.5;
}

.business-central .sales-image .curve-icon.left-curve {
  top: -36px;
  left: -63px;
}

.business-central .sales-image .curve-icon.right-curve {
  bottom: -110px;
  right: 90px;
}

.business-central .transform .right-Image {
  max-width: 560px;
  width: 100%;
}

.business-central #scrollRight img {
  transform: rotate(180deg);
}

.help-customer .text-adaptive {
  max-width: 1054px;
  margin: auto;
  width: 100%;
}

.help-customer h2 {
  margin-bottom: 24px;
}



.sales-banner p {
  max-width: 100%;
}

.cs_story_topLogo {
  margin-bottom: 24px;
}

.banner-main .banner-content {
  text-align: left;
}

.business-central .sales-image {
  max-width: 675px;
  max-height: 641px;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.web-view-section .main-img-view {
  max-height: 500px;
}


@media (max-width: 1490px) {
  .business-central .banner-main .banner-content {
    padding-top: 0;
  }

  .banner-main .banner-image {
    max-width: 700px !important;
  }

  .business-central .sales-image .curve-icon.left-curve {
    top: -40px;
    left: 10px;
  }
}

@media (min-width: 1490px) {
  .feature-card {
    padding: 24px;
  }

  .whats-new .bordered-col {
    border-left: 1px dotted var(--color-stroke);
  }
}

@media (max-width: 1366px) {
  .business-central .sales-image {
    max-width: 100%;
    max-height: 100%;
  }

  .sidebarimg {
    max-width: 340px;
    padding-right: 50px;
  }

  .sidebarimg img {
    padding-right: 20px;
  }

  .business-central .sales-image .curve-icon.left-curve {
    top: 0px;
    left: -44px;
  }

  .business-central .sales-image .curve-icon.right-curve {
    bottom: -110px;
    right: 90px;
  }

  /* .capabilities-card.capabilities-project-operations {
    padding-left: 100px!important;
  } */
}

@media (max-width: 1280px) {
  .business-central .sales-image .curve-icon.left-curve {
    top: -40px;
    left: -23px;
  }
}

/* Responsive Media Queries */

@media (max-width: 1080px) {
  .gradientBox {
    padding: 60px;
  }

  .benefit-card {
    padding: 36px;
  }

  .why_choose_us {
    padding: 120px 0;
  }

  .transform .image {
    display: flex;
    justify-content: center;
  }


  .whats-new-wrapper .space-top-copilot {
    margin-top: 0;
  }

  .whats-new .subtitle {
    margin-bottom: 60px;
  }



  .banner-content {
    text-align: center !important;
  }

  .banner-main .banner-content {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1080px) {
  .whats-new .bordered-col:nth-of-type(1),
  .whats-new .bordered-col:nth-of-type(3) {
    border: none;
    border-image: none;
  }
}

@media (max-width: 700px) {
  .benefit-card .card-title {
    font-size: 24px;
  }

  .gradientBox {
    padding: 20px;
  }

  .benefit-card {
    padding: 28px;
  }

  .why_choose_us {
    padding: 80px 0;
  }

  .benefit-card .icon img {
    width: 129px;
    height: 129px;
  }
  .business-central .sales-image {
    width: 100%;
    height: 100%;

    max-width: 506px;
    max-height: 479px;
  }

  .cs_story_topLogo {
    width: 100%;
    height: 100%;
    max-width: 137px;
    max-height: 60px;
    margin-bottom: 24px;
  }

  .help-your-customers {
    padding: 0;
  }

  .help-customer .text-adaptive {
    font-size: 20px;
  }

  .business-central .transform .right-Image {
    max-width: 358px;
    width: 100%;
    max-height: 218px;
    height: 100%;
  }

  .whats-new .subtitle {
    margin-bottom: 28px;
  }
}
