section.cards-section {
  padding: 32px 0px 32px 0px;
  background: #ffffff;
}
section.cards-section .heading p {
  margin: 0 auto;
  width: 70%;
}
.vertical-cards-wrapper {
  padding: 48px 0px 0px 0px;
  gap: 28px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: calc(100% - 48px);
  margin: 0 auto;
}
.cards-inner-column {
  background: #46095a;
  border-radius: 16px;
  position: relative;
  height: 100%;
}

 /* Color vaiations for CRM theme */
 .cards-inner-column.crm {
  background: #fcf3b8;
 }
 .vertical-cards-content h3.crm {
  color: #000000;
 }
 .vertical-cards-content p.crm {
  color: rgb(0 0 0 / 90%);
}

.cards-inner-column.middle-column {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cards-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: calc(33.33% - 24px);
}
.cards-inner-column img.cards-thumbnail {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.vertical-cards-content {
  padding: 34px 24px;
}
.vertical-cards-content h3 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}
.vertical-cards-content h3 span.newline {
  display: block;
}
.vertical-cards-content p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255 255 255 / 90%);
  padding: 16px 0px 24px 0px;
}
.vertical-cards-content a {
  color: #ffffff;
  position: relative;
}
.vertical-cards-content a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1.5px;
  background: rgb(255 255 255 / 80%);
  left: 0px;
}
.vertical-cards-content a:hover:after {
  animation: swipe-underline 1.6s cubic-bezier(0.47, 0.42, 0, 0.99) 0ms 1 normal
    forwards;
  -moz-animation-delay: 0.4s;
}
.tab-section {
  display: none;
}
.middle-column .vertical-cards-content {
  padding-top: 0px;
}
.cards-vertical-mobile {
  display: none;
}
.column-box-mobile {
  margin-bottom: 20px;
  display: flex;
}
.cards-column-mobile {
  padding-bottom: 0px;
}
.column-box-mobile.slide.item {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 768px) {
  section.cards-section {
    padding: 40px 0px 30px 0px;
  }
  section.cards-section .heading p {
    width: 100%;
    display: none;
  }
  .vertical-cards-wrapper {
    flex-direction: column;
    gap: 0px;
    padding-top: 30px;
    display: none;
  }
  .first-column .vertical-cards-content,
  .middle-column .vertical-cards-content {
    padding: 0px 24px 34px 24px;
  }
  .cards-inner-column.middle-column img {
    max-width: 100%;
  }
  .tab-section {
    display: none;
  }
  .tab-section ul.mobile-only-tabs {
    margin: 0;
    padding: 5px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    border-radius: 40px;
  }
  .tab-section ul.mobile-only-tabs li {
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    width: auto;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #2359f2;
    cursor: pointer;
  }
  .tab-section ul.mobile-only-tabs li.active {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #2359f2;
    color: #2359f2;
    font-weight: 700;
  }
  div#sip-voip,
  div#activity-feeds,
  div#video,
  div#voice {
    display: none;
  }
  .cards-vertical-mobile {
    margin-top: 20px;
    display: block;
  }
  .column-box-mobile.slide.item {
    min-width: 280px;
    margin-bottom: 0px !important;
  }
  .cards-column-mobile {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
  .column-box-mobile {
    background: #6a008d;
    padding: 50px 24px 40px 24px;
    border-radius: 20px;
    flex-direction: column;
    margin: 0px 10px;
    min-height: 320px !important;
    align-items: baseline;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    justify-content: end;
    min-height: 380px !important;
  }

  /* Color vaiations for CRM theme */
  .column-box-mobile.crm {
    background: #fcf3b8;
  }
  .column-box-mobile.crm h3 {
    color: #000000;
  }
  .column-box-mobile.crm p {
    color: #000000;
  }

  img.cards-thumbnail {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    min-height: inherit;
    object-fit: cover;
    opacity: 0.8;
  }
  .column-box-mobile h3 {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    z-index: 200;
  }
  .column-box-mobile h3 span.newline {
    display: block;
  }
  .column-box-mobile p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    z-index: 200;
  }
  .column-box-mobile a {
    color: #ffffff;
    display: inline-block;
    z-index: 200;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .column-box-mobile a .arrow-icon {
    margin-left: 8px;
    top: 1px;
    position: relative;
  }
}
@media only screen and (max-width: 450px) {
  .tab-section ul.mobile-only-tabs li:nth-child(3) {
    margin-right: 5px;
  }
  .tab-section ul.mobile-only-tabs li:nth-child(1) {
    margin-left: 10px;
  }
  .tab-section ul.mobile-only-tabs {
    gap: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .tab-section ul.mobile-only-tabs li {
    font-size: 14px;
    padding: 6px 20px;
  }
  .tab-section ul.mobile-only-tabs {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.cards-section {
    padding: 32px 0px 40px 0px;
  }
  .cards-inner-column.middle-column img {
    transform: translateY(-8px);
  }
  .vertical-cards-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .vertical-cards-content {
    padding: 20px;
  }
}
