.solution-idea {
    overflow: hidden;
    background-image: url("/wp-content/uploads/2025/08/solution-bg-img.webp");
    background-repeat: no-repeat;
    background-position: -16px -100px;
    background-size: auto;
}
.solution-section {
  padding: 208px 0 187px;
  overflow: hidden;
}
.solution-title > h2 {
  font-family: Satoshi;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  line-height: 1.3335;
  padding-bottom: 45px;
}
.solution-title > p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  width: 100%;
  color: #555555;
  max-width: 1213px;
  margin: 0 auto;
  line-height: 1.558;
}
.solution-title > h2 > span {
  color: #46B772;
  position: relative;
}
.solution-title > h2 > span:before {
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2025/08/solution-line-img.svg);
  width: 100%;
  max-width: 244px;
  height: 25px;
  background-size: contain;
  bottom: -24px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1890px) {
  .solution-idea {
    background-size: contain;
  }
}

@media only screen and (max-width: 1299px) {
  .solution-section {
      padding: 60px 0;
  }

  .solution-title > h2 {
    padding-bottom: 24px;
  }

  .solution-title > p, .services-title > p {
    font-size: 22px !important;
  }

  .solution-title > h2 {
    font-size: 46px !important;
  }
  
  .solution-title > h2, .services-title > h2 {
    font-size: 46px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-title > h2, .services-title > h2 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .solution-idea {
    background-position: left top;
  }
  .solution-section {
      padding: 40px 0;
  }
  .solution-title > h2 {
    font-size: 28px !important;
    padding-bottom: 20px;
    margin: 0 !important;
  }
  .solution-title > p, .services-title > p {
    font-size: 16px !important;
  }
}

/* Services Section CSS START */
.services-section {
  overflow: hidden;
    padding-bottom: 260px;
}

.services-title > h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 54px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.services-title > h2 > span {
  color: #19A2C4;
}

.services-title > p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
  color: #7F8080;
  line-height: 1.2;
}

.services-title {
  margin-bottom: 26px;
}

.tab_content_wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}

.tab_content_wrap .tab_info_list {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding: 0px 15px;
}

.tab_content_wrap .tab_info {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding: 0px 15px;
}

.tab_content_wrap .tab_info_list ul.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.tab_info_list .tab-link {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(119, 119, 119, 0.20);
  border-radius: 5px;
  background-color: #FFFFFF;
  gap: 8px;
  box-shadow: 0px 4px 25px 5px #B8B9CE40;
  padding: 14px;
  color: #000;
  font-family: Satoshi;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.545%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.tab_info_list .tab-link.current,
.tab_info_list .tab-link:hover {
  box-shadow: 0px 4px 5px 0px #0000001A;
  border: 1px solid #3FC4EF99;
  background: #3FC4EF0A;
}
.tab_info_list .tab-link img {
  /* padding-right: 12px; */
  width: 100%;
  max-width: 32px;
}

.tab_info .tab-content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid rgba(63, 196, 239, 0.60);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.10);
  background-color: rgba(63, 196, 239, 0.04);
  display: none;
}

.tab-content.current {
  display: inherit;
}

.tab_info .tab-content .tab_info_wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab_info .tab-content .tab_info_wrap .tab_info_wrap_cmt {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.tab_info .tab-content .tab_info_wrap .tab_info_wrap_cmt h2 {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  width: 100%;
  max-width: 630px;
}

.tab_info .tab-content .tab_info_wrap .tab_info_wrap_cmt p {
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6667;
  width: 100%;
  max-width: 678px;
}

@media only screen and (max-width: 1299px) {
  .services-section {
    padding-bottom: 60px !important;
  }
  .services-title > h2 {
    margin-bottom: 24px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .tab_info_list .tab-link {
    padding: 10px;
    font-size: 18px;
  }

  .tab_info_list .tab-link img {
    width: 50px;
    height: 100%;
  }

  .tab_info .tab-content .tab_info_wrap .tab_info_wrap_cmt h2 {
    font-size: 34px;
  }

  .tab_info .tab-content .tab_info_wrap .tab_info_wrap_cmt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .services-section {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .tab_info .tab-content .tab_info_wrap .tab_info_wrap_cmt h2 {
    font-size: 28px;
  }
  .tab_info_list .tab-link {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 991px) {
  .services-section {
    padding-bottom: 40px !important;
  }

  .tab_content_wrap .tab_info_list,
  .tab_content_wrap .tab_info {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px;
  }

  .tab_content_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
}

.tab_info .tab-content .dummy_text {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 28em;
  font-weight: 800;
  color: rgb(63 196 239 / 20%);
}
/* Services Section CSS END */


/* Traction Section CSS START */
.traction-section{
  overflow: hidden;
}
.traction-section .bt-container {
    max-width: 1851px;
    padding: 0;
}

.traction-title > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    line-height: 1;
    margin: 0 auto 44px;
    width: 100%;
    max-width: 1043px;
    color: #000000;
}

.traction-title > p {
    font-family: Satoshi;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
    line-height: normal;
    color: #727272;
}

.traction-title > h2 > span {
    color: #46B772;
}

.traction-boxes > div {
    padding: 30px 20px;
    border: 1px solid #3FC4EF99;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.traction-boxes .traction-box{
  transition: all 0.4s ease-in-out;
}
.traction-boxes .traction-box:hover{
  box-shadow: 0px 0px 35px #73C5DF;
}
.traction-boxes > .traction-box .traction-icon-box {
    border: 1px solid #3FC4EF99;
    padding: 25px;
    border-radius: 50%;
    width: 100%;
    max-width: 132px;
    box-shadow: 0px 4px 20px 0px #3FC4EF40;
    background-color: #fff;
}

.traction-boxes > .traction-box .traction-icon-box > img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.traction-list-title > h4 {
    color: #000000;
    /* font-family: Inter; */
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.traction-list-title ul li > img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    object-position: center center;
}

.traction-list-title ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    color: #333333B2;
    /* font-family: Inter; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1.188;
}

.traction-list-title ul {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
}

.traction-title {
    margin-bottom: 40px;
}

.traction-boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
    justify-content: center;
    padding-bottom: 35px;
}

.traction-boxes > div:nth-child(1),.traction-boxes > div:nth-child(2) {
    width: 100%;
    max-width: 40%;
}

.traction-boxes > div:nth-child(1) {
    margin-right: 5px;
}

.traction-boxes > div:nth-child(2) {
    margin-left: 5px;
}

.traction-boxes > div:nth-child(3) {
    width: 100%;
    max-width: 565px;
}

.traction-boxes > div:nth-child(4) {
    width: 100%;
    max-width: 39%;
}

.traction-boxes > div:nth-child(5) {
    width: 100%;
    max-width: 524px;
}

@media only screen and (max-width: 1890px) {
  .traction-section .bt-container {
    padding: 0 15px;
  }
  .services-section {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  .traction-boxes > div {
    flex: 0 0 48%;
    max-width: 48% !important;
  }
}

@media only screen and (max-width: 1332px) {
  .traction-boxes > div {
    margin: 0 !important;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .traction-boxes {
    row-gap: 20px;
  }
}

@media only screen and (max-width: 1299px) {
  .traction-title > h2 {
    font-size: 46px;
  }
  .traction-title > p {
    font-size: 22px;
  }
  .traction-title > h2 {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .traction-title > h2 {
    font-size: 36px;
  }
  .traction-boxes > .traction-box .traction-icon-box > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
    object-position: center center;
    display: block;
  }

  .traction-boxes > .traction-box .traction-icon-box {
      max-width: 100px;
  }

  .traction-boxes > div {
      padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .traction-list-title ul {
    row-gap: 15px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

@media only screen and (max-width: 767px) {
  .traction-title {
    margin-bottom: 26px;
  }
  .traction-title > h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .traction-title > p {
    font-size: 16px;
  }
  .traction-boxes {
    flex-direction: column;
  }
  .traction-boxes > div {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .traction-boxes > div, .traction-list-title ul {
    flex-direction: row !important;
  }
  .traction-list-title ul {
    row-gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .traction-boxes > div {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 420px) {
  .traction-list-title ul {
    flex-direction: column !important;
  }
}
/* Traction Section CSS END */

/* Serve Section CSS START */
.serve-section {
    overflow: hidden;
    padding: 135px 0 0;
}

.serve-ctn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    width: 100%;
    margin-bottom: 126px;
}

.serve-ctn-main > div > img {
    display: block;
    border-radius: 30px;
    box-shadow: 0px 0px 14px 0px #00000033;
}

.serve-ctn-main > div:first-child {
    width: 100%;
    max-width: 513px;
    flex: 0 0 513px;
}

.serve-ctn-main > div > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1;
    color: #000000;
}

.serve-ctn-main > div > p {
    font-family: Satoshi;
    font-weight: 500;
    font-size: 26px;
    color: #7F8080;
    margin: 0;
    width: 100%;
    max-width: 985px;
    line-height: 1.55169;
}

.industries-title > h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    line-height: 1;
}

.industries-title {
    margin-bottom: 50px;
}

.industries-list-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.industries-list-main > div {
    border-bottom: 3px solid #3FC4EF;
    border: 1px solid #dfe0e4;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 12px;
    width: 100%;
    max-width: 310px;
    background-color: #f9fdfe;
}

.industries-list-main > div > h4 {
    font-family: Satoshi;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    line-height: 1.125;
}

.industries-list-main > div > div > img {
    display: block;
    margin: 0 auto;
}

.industries-list-main > div > div {
    padding: 10px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    align-content: center;
    border: 1px solid #3FC4EF;
    text-align: center;
}

.industries-list.two > div {
    border-color: #752C89;
}

.industries-list.three > div {
    border-color: #A43737 !important;
}

.industries-list.four > div {
    border-color: #F8A23F;
}
@media only screen and (min-width: 320px) {
  body.page-template-solution-page-template .main{
    padding-inline: 0 !important;
  }
}
@media only screen and (max-width: 1299px) {
  .serve-section {
    padding: 60px 0 0;
  }
  .serve-ctn-main {
    margin-bottom: 60px;
  }
  .serve-ctn-main > div > h2, .industries-title > h2 {
    font-size: 46px !important;
  }
  .serve-ctn-main > div > p {
    font-size: 22px;
  }
  .serve-ctn-main {
    gap: 40px;
  }
  .industries-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .serve-ctn-main > div > h2 {
    font-size: 36px;
  }
  .industries-list-main {
    gap: 20px;
  }
  .industries-list-main > div {
    padding: 12px;
  }
  .industries-list-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .industries-list-main > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .serve-ctn-main {
    gap: 20px;
    flex-direction: column;
  }
  .why-choose-ctn {
    order: 0;
    text-align: center;
  }
  .serve-ctn-main > div:first-child {
    flex: unset;
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .serve-section {
    padding: 40px 0 0;
  }
  .serve-ctn-main {
    margin-bottom: 40px;
  }
  .serve-ctn-main > div > p {
    font-size: 16px;
  }
  .serve-ctn-main > div > h2, .industries-title > h2 {
    font-size: 28px !important;
  }
  .industries-title {
    margin-bottom: 26px;
  }
  .page-template-solution-page-template .brands-section{
    padding-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .industries-list-main {
    grid-template-columns: repeat(1, 1fr);
  }
}