.cm-solution-tabs-section {
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.cm-solution-tabs-section .solutions-tabs-wrapper {
    display: flex;
    gap: 100px;
}
.cm-solution-tabs-section .tabs-menu-col {
    width: 30%;
}
.tabs-menu-col h2 {
   color: #202b4e;
}

.cm-solution-tabs-section .tabs-menu-col .tabs-buttons-wrapper{
    display: flex;
    flex-direction: column;
}
.cm-solution-tabs-section .tabs-content-col {
    width: 70%;
    margin-bottom: -100px;
    padding-right: 30px;
}
.cm-solution-tabs-section .tabs-content-wrapper {
    position: relative;
}
.cm-solution-tabs-section .tabs-menu-col button.tab-link {
    border: 0;
    background: transparent;
    padding: 18px 0;
    text-align: left;
    font-family: 'neulis-regular';
    color: #565656;
    border-bottom: 1px solid #565656;
    font-size: 24px;
}
.cm-solution-tabs-section .tabs-menu-col button.tab-link:last-child {
    border-bottom: 0;
}
.cm-solution-tabs-section .tabs-menu-col button.tab-link.active {
    color: #E54B4B;
}
.cm-solution-tabs-section .tabs-content-wrapper {
    position: relative;
    min-height: 628px;
}
.cm-solution-tabs-section .tabs-content-wrapper .tab-content .tab-inner-wrapper {
    display: flex;
    gap: 40px;
    padding: 100px 100px 100px 60px;
    background: #fff;
    border: 1px solid #DFE0E0;
    border-top-left-radius: 100px;
    height: 100%;
    overflow: hidden;
}
.cm-solution-tabs-section .tabs-content-wrapper .tab-content {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  transition: transform 0.6s ease, opacity 0.4s ease;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  opacity: 1;
  pointer-events: auto;
}
.cm-solution-tabs-section .tabs-content-wrapper .tab-content.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.cm-solution-tabs-section .tabs-content-wrapper .tab-content.reverse {
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.6s ease;
}
.cm-solution-tabs-section .tab-inner-wrapper .tab-inner-image {
    width: 40%;
}
.cm-solution-tabs-section .tab-inner-wrapper .tab-inner-text {
    width: 60%;
}
.cm-solution-tabs-section .tab-inner-text h3 {
  color: #202b4e;
}
.cm-solution-tabs-section .view-all-btn {
    position: absolute;
    bottom: -90px;
}
@media (max-width:1200px) {
  .cm-solution-tabs-section .solutions-tabs-wrapper {
    gap: 50px;
  }
  .cm-solution-tabs-section .tabs-menu-col button.tab-link {
    font-size: 16px;
    padding: 15px 0;
  }
  .cm-solution-tabs-section .tabs-content-wrapper .tab-content .tab-inner-wrapper {
    border-top-left-radius: 50px;
    padding: 30px;
  }
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-text h3 {
      font-size: 24px;
      line-height: 1.5;
  }
  .cm-solution-tabs-section .tabs-content-wrapper {
    min-height: 520px;
  }
}

@media (max-width:820px) {
  .cm-solution-tabs-section .tabs-content-wrapper {
    min-height: 740px;
  }
  .cm-solution-tabs-section .tab-inner-wrapper {
    flex-direction: column;
  }
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-image img {
    max-height: 200px;
    width: auto;
  }
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-text {
      width: 100%;
  }
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-image {
      width: 100%;
  }
}
{#
@media (max-width:767px) {
  .cm-solution-tabs-section {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .cm-solution-tabs-section .solutions-tabs-wrapper {
    flex-direction: column;
  }
  .cm-solution-tabs-section .tabs-menu-col {
      width: 100%
  }
  .cm-solution-tabs-section .tabs-content-col {
      width: 100%
  }
  .cm-solution-tabs-section .tabs-menu-col .tabs-buttons-wrapper {
      flex-direction: row;
/*       overflow: scroll; */
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
  }
  .cm-solution-tabs-section .tabs-menu-col button.tab-link {
      min-width: fit-content;
      padding: 12px 14px;
      background: #fff;
      font-size: 14px;
      border: 0;
  }
  .cm-solution-tabs-section .tabs-menu-col button.tab-link.active {
    background: #e54b4b;
    color: #fff;
  }
  .cm-solution-tabs-section .tabs-content-col {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-image img {
    max-height: 150px;
  }
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-text div, 
  .cm-solution-tabs-section .tab-inner-wrapper .tab-inner-text p {
    font-size: 14px;
  }
}

@media (max-width:365px) {
  .cm-solution-tabs-section .tabs-content-wrapper {
    min-height: 800px;
  }
}
#}

.solCard-item {
     border-bottom: 1px solid #ddd;
     padding: 20px 0 10px;
}
 .solCard-item:first-child {
     border-top: 1px solid #ddd;
}
 .solCard-question {
     align-items: center;
     background: none;
     border: none;
     cursor: pointer;
     display: flex;
     font-size: 20px;
     font-weight: 700;
     justify-content: space-between;
     outline: none;
     text-align: left;
     width: 100%;
     font-family: neulis-regular;
     font-weight: 400;
     line-height: 34px;
     color: #565656;
     padding-left: 0;
}
.solCard-question h3 {
  font-size: 20px;
  line-height: 1.1;
}
 .solCard-toggle {
     font-size: 24px;
     line-height: 0;
}
 .solCard-answer {
     overflow: hidden;
     max-height: 0;
     opacity: 0;
     transition: max-height 0.5s ease, opacity 0.5s ease;
    background: #fff;
   border-radius: 20px 0 0 0;
   
}
 .solCard-answer-content {
     padding: 10px 20px;
     font-size: 14px;
     line-height: 1.5;
     color: #666;
}

#deskSolutions {}
#mobileSolutions { display: none; }
@media(max-width: 767px){
  #deskSolutions { display: none; }
  #mobileSolutions { display: block; }
  
  .cm-solution-tabs-section {
    padding-bottom: 150px;
    background-position: 90% 100%;
  }
}


