.case-study-wrap {
  padding-bottom: 80px;
}
.case-study-felx {
  display: flex;
  row-gap: 30px;
  justify-content: center;
  column-gap: 15px;
  flex-wrap: wrap;
}
.case-study-item {
  padding: 15px 0 15px 25px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    146deg,
    rgb(80, 57, 227) 0%,
    rgb(173, 78, 170) 64%,
    rgb(241, 98, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    146deg,
    rgb(80, 57, 227) 0%,
    rgb(173, 78, 170) 64%,
    rgb(241, 98, 53) 100%
  );
  background-image: -ms-linear-gradient(
    146deg,
    rgb(80, 57, 227) 0%,
    rgb(173, 78, 170) 64%,
    rgb(241, 98, 53) 100%
  );
  display: flex;
  align-items: flex-end;
  max-width: 340px;
  width: 100%;
  min-height: 90px;
  position: relative;
}
.case-study-left {
  max-width: 202px;
  width: 100%;
  position: relative;
}
.case-study-left h4 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 500;
}
.case-study-left p {
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.case-study-right {
  max-width: 153px;
  width: 100%;
  margin-left: -15px;
}
.case-study-right img {
  object-fit: contain;
  color: #fff;
  height: 107px;
  object-position: bottom right;
}
.case-study-wrap .page-center {
  max-width: 1505px;
  margin: 0 auto;
  padding: 0 20px;
}
.hov-pdf {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}
.hov-pdf img {
  max-width: 30px;
  width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
}
.case-study-item:hover .hov-pdf {
  opacity: 1;
}
.case-study-wrap h1 {
  font-size: 60px;
  line-height: normal;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .case-study-item {
    max-width: calc(50% - 32.5px);
  }
  .case-study-wrap {
    padding-bottom: 50px;
  }
  .case-study-wrap h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .case-study-item {
    min-height: 160px;
    max-width: 400px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 600px) {
  .case-study-wrap h1 {
    font-size: 40px;
  }
}

.new-box .case-study-felx {
  row-gap: 64px;
  column-gap: 33px;
}
.new-box .case-study-item {
  max-height: 140px;
  background: transparent;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 30px 0 30px 0;
}
.new-box .case-study-right {
  max-width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
}
.new-box .case-study-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px 0 30px 0;
}
.case-study-wrap.new-box {
  padding-bottom: 150px;
}
@media only screen and (max-width: 800px) {
  .case-study-wrap.new-box {
    padding-bottom: 60px;
  }
  .new-box .case-study-felx {
    row-gap: 50px;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1025px) {
  .sub-page-banner h1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-wrap {
    padding-bottom: 140px;
  }
}

/* case-study new */
.label-flex {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.label-flex label {
  background-color: #000;
  color: #fff;
  font-size: 12.77px;
  line-height: normal;
  font-weight: 400;
  padding: 7px 10px;
  border-radius: 3.19px;
}
.label-flex h6 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
.label-flex h6 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0;
  padding: 0;
}
.case-study-list .blog-flex-item::after {
  display: none !important;
}
.case-study-list {
  padding-bottom: 123px;
}
.call-to-action {
  padding-bottom: 200px;
}
.call-to-action .page-center {
  max-width: 1575px;
}
.call-to-box {
  background-color: #d8e9e4;
  border-radius: 43px;
  display: flex;
  align-items: center;
  gap: 93px;
  padding: 62px 111px;
}
.btn-dark {
  white-space: nowrap;
  padding: 15px 50px;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: normal;
  background-color: #121212;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  color: #fff;
  border-radius: 30px;
}
.btn-dark:hover {
  background-color: #008d64;
}
.callto-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.callto-left h2 {
  font-weight: 400;
  font-size: 66px;
  line-height: 120%;
  letter-spacing: -2px;
}
.callto-left h2 span {
  color: #008d64;
}
.callto-left p {
  font-weight: 400;
  font-size: 21px;
  line-height: 36px;
}

.case-overview {
  display: flex;
  gap: 27px;
  margin: 0 auto;
}

.case-overview__left {
  flex: 1;
  background: #ffefff;
  padding: 30px 20px;
  border-radius: 14px;
  max-width: 55%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.case-case-overview__left h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
}

.case-case-overview__left p {
  font-weight: 400;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}

.case-overview__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 45%;
  width: 100%;
}

.case-overview__cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.case-overview__card {
  background: #e2f5e3;
  padding: 20px;
  border-radius: 14px;
  flex: 1;
}
.case-overview__card:first-child {
  max-width: 46%;
  width: 100%;
  flex: inherit;
}
.case-overview__card-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}

.case-overview__card-header img {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  max-height: auto;
  margin: 0;
  object-position: bottom;
  border-radius: 0;
}

.case-overview__card-title {
  font-weight: 300;
  font-style: Light;
  font-size: 17px;
  line-height: normal;
}

.case-overview__button {
  background: #008d64;
  color: #fff !important;
  padding: 7px;
  border-radius: 4px;
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  letter-spacing: 0%;
  line-height: normal;
  width: 100%;
  display: flex;
  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  border: 1px solid transparent;
}
.case-overview__button:hover {
  color: #008d64 !important;
  background: #fff;
  border: 1px solid #008d64;
}
.case-overview__achievement {
  background: #e8f5e9;
  padding: 25px;
  border-radius: 12px;
}

.case-overview__achievement-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 28px;
}

.case-overview__achievement-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.case-overview__achievement-text {
  background: #00897b;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
.challenges {
  background: #e8f0ff;
  padding: 38px;
  margin: 0 auto;
  border-radius: 26px;
}

.challenges h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}

.challenges__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.challenges__item {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.challenges__item:nth-child(odd) {
  border-right: 1px solid #fff;
    padding-right: 20px;
}
.challenges__item:nth-child(even) {
  padding-left: 20px;
}
.challenges__item:last-child {
  border-bottom: none;
}
.challenges__item:nth-last-child(2) {
  border-bottom: none;
}
.challenges__item > img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  border-radius: 0;
}

.challenges__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.challenges__content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -2px;
}

.challenges__content p {
  font-weight: 400;
}
.solution-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 27px 38px;
  border-radius: 26px;
  background: #f0eeff;
}
.solution-wrapper h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
  padding-bottom: 15px;
}
.solution-wrapper ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding-left: 43px;
  margin: 10px 0;
}
.solution-wrapper ul li {
  padding-left: 44px;
  position: relative;
}
.solution-wrapper ul li::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../images/purple-list.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.implementation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 29px 38px;
  border-radius: 26px;
  background: #ecfff2;
}
.implementation-wrapper h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
  padding-bottom: 15px;
}
.implementation-wrapper ul {
  list-style: none;
  padding: 0;
}
.implementation-wrapper ul li {
  padding-left: 44px;
  position: relative;
}
.implementation-wrapper ul li::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../images/green-list.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.implementation-flex {
  display: flex;
  gap: 65px;
}
.implementation-flex p {
  max-width: 672px;
  width: 100%;
}
.implementation-flex ul {
  max-width: 470px;
  width: 100%;
}
.i-btn-row {
  margin: 21px 0;
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
.i-btn-row a {
  display: flex;
  flex: 1;
  padding: 24px;
  color: #1b4c2a;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  justify-content: center;
  border: 1px solid #1b4c2a;
  border-radius: 8px;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}
.i-btn-row a:hover {
  background-color: #1b4c2a;
  color: #fff;
}
.cost-wrapper {
  padding: 29px 38px 42px;
  border-radius: 26px;
  background: #fdffec;
}
.cost-wrapper h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
  padding-bottom: 15px;
}
.cost-flex figure {
  max-width: 566px;
  width: 100%;
}
.cost-flex figure img {
  border-radius: 30px;
  max-height: auto;
}
.cost-flex {
  display: flex;
  gap: 55px;
  margin-top: 20px;
}
.cost-left {
  max-width: 609px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cost-item {
  display: flex;
  gap: 12px;
}
.cost-item > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cost-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cost-text h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: #000;
}
.btn-back {
  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  padding: 22px 38px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 47px;
  margin-top: 30px;
}
.btn-back:hover {
  background-color: #000;
  color: #fff;
}
.casestudy-detail .page-center{
  position: relative;
}
.ai-icon-img{
 order: -1;
    margin-top: 20px;

}
.ai-icon-img img{
  max-height: inherit;
  object-fit: contain;
  border-radius: 0;
}
.casestudy-detail h1{
      padding-top: 0;
}
@media only screen and (max-width: 1800px) and (min-width: 1025px) {
  .case-study-detail-v2 .page-center {
    max-width: 1319px;
  }
}

@media only screen and (max-width: 1024px) {
  .case-overview__left {
    max-width: 100%;
    gap: 20px;
  }
  .case-overview {
    flex-direction: column;
  }
  .case-overview__right {
    max-width: 100%;
  }
  .case-overview__card {
    max-width: calc(50% - 7px) !important;
    width: 100%;
    flex: inherit;
  }
  .challenges__item {
    gap: 15px;
    padding: 10px 0;
  }
  .challenges {
    padding: 20px;
  }
  .challenges h2,
  .solution-wrapper h3,
  .implementation-wrapper h3,
  .cost-wrapper h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .challenges__item > img {
    width: 30px;
    height: 30px;
  }
  .challenges__content h3 {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .solution-wrapper ul {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .implementation-flex p,
  .implementation-flex ul {
    max-width: 100%;
  }
  .implementation-flex {
    flex-direction: column;
    gap: 20px;
  }
  .i-btn-row {
    flex-wrap: wrap;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .i-btn-row a {
    font-size: 15px;
    padding: 15px;
    flex: inherit;
    line-height: normal;
  }
  .cost-flex {
    flex-direction: column;
    gap: 30px;
  }
  .cost-left {
    max-width: 100%;
    gap: 10px;
  }
  .cost-flex figure img {
    border-radius: 14px;
  }
  .cost-flex figure {
    max-width: 100%;
  }
  .cost-text h5 {
    font-size: 20px;
    line-height: normal;
  }
  .call-to-action .page-center {
    max-width: 100%;
  }
  .call-to-box {
    gap: 20px;
    border-radius: 20px;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .call-to-action {
    padding-bottom: 130px;
  }
  .case-study-list {
    padding-bottom: 60px;
  }
  .callto-left h2{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.2px;
  }
  .callto-left p{
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .challenges__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .challenges__item {
    border-right: none !important;
    padding: 15px 0 !important;
  }
  .challenges__item:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }
  .case-overview__cards {
    flex-direction: column;
  }
  .case-overview__card {
    max-width: 100% !important;
  }
  .cost-wrapper,
  .implementation-wrapper,
  .solution-wrapper {
    padding: 20px;
  }
}
