.communication-with-sms {
  padding: 100px 0;
}

@media (max-width: 1199.98px) {
  .communication-with-sms {
    padding: 80px 0;
  }
}
@media (max-width: 1023.98px) {
  .communication-with-sms {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .communication-with-sms {
    padding: 40px 0;
  }
}
.communication-with-sms .heading-container {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .communication-with-sms .heading-container {
    text-align: left;
  }
}
.communication-with-sms .content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.communication-with-sms .tab-container {
  display: flex;
}

.communication-with-sms .tab-menu {
  width: 310px;
  min-width: 310px;
  margin-right: 64px;
}

@media (max-width: 1023.98px) {
  .communication-with-sms .tab-menu {
    display: none;
  }
}
.communication-with-sms .tab-menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 12px;
  background: #fff;
  border-right: 1px solid #EBEEF5;
  font-family: "Plus Jakarta Sans", "Inter", Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #4E4B66;
}

.communication-with-sms .tab-menu-item:hover {
  background: #F0F8FF;
}

.communication-with-sms .tab-menu-item__icon {
  font-size: 28px;
  width: 28px;
  color: #008CFF;
}

.communication-with-sms .tab-menu-item--active {
  background: #F0F8FF;
  border-right: 3px solid #008CFF;
  color: #008CFF;
}

.communication-with-sms .tabs {
  flex: 1;
}

.communication-with-sms .tab {
  display: none;
}

@media (max-width: 1023.98px) {
  .communication-with-sms .tab {
    display: block;
    position: relative;
  }
}
@media (max-width: 1023.98px) {
  .communication-with-sms .tab:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 100%;
    right: 0;
    height: 1px;
    background: #E3E4EE;
  }
}
.communication-with-sms .tab--active {
  display: block;
}

.communication-with-sms .tab--opened .tab__heading, .communication-with-sms .tab--opened .tab__heading:hover {
  color: #008CFF;
}

.communication-with-sms .tab--opened .tab__heading .tmi-chevron-down, .communication-with-sms .tab--opened .tab__heading:hover .tmi-chevron-down {
  color: #008CFF;
}

.communication-with-sms .tab--opened .tab__heading:before {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .communication-with-sms .tab--opened .tab__content {
    max-height: 300vh;
    padding: 20px 0 24px;
  }
}
.communication-with-sms .tab__image {
  max-width: 245px;
  max-height: 470px;
}

@media (max-width: 1199.98px) {
  .communication-with-sms .tab__image {
    display: none;
  }
}
.communication-with-sms .tab__content {
  display: flex;
  gap: 85px;
}

@media (max-width: 1023.98px) {
  .communication-with-sms .tab__content {
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
}
.communication-with-sms .tab__content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 14px;
}

@media (max-width: 1199.98px) {
  .communication-with-sms .tab__content-text {
    padding-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .communication-with-sms .tab__content-text {
    padding-right: 52px;
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .communication-with-sms .tab__content-text {
    padding-right: 0;
  }
}
.communication-with-sms .tab .value {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #6E7191;
}

.communication-with-sms .tab .value h5 {
  margin-bottom: 8px;
}

.communication-with-sms .tab .value p:last-child {
  margin: 0;
}

.communication-with-sms .tab__heading {
  display: none;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  text-align: left;
  color: #4E4B66;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  font-family: "Plus Jakarta Sans", "Inter", Helvetica Neue, Arial, sans-serif;
}

@media (max-width: 1023.98px) {
  .communication-with-sms .tab__heading {
    display: flex;
  }
}
.communication-with-sms .tab__heading:before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 0;
  bottom: 0;
  background: #F0F8FF;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s;
}

.communication-with-sms .tab__heading:hover {
  color: #008CFF;
}

.communication-with-sms .tab__heading:hover .tmi-chevron-down {
  color: #008CFF;
}

.communication-with-sms .tab__heading > * {
  position: relative;
  z-index: 2;
}

.communication-with-sms .tab__heading-icon {
  flex-grow: 0;
  display: flex;
  align-items: center;
  font-size: 28px;
  min-width: 28px;
  width: 28px;
  color: #008CFF;
}

.communication-with-sms .tab__heading-title {
  padding-right: 40px;
  display: block;
  flex: 1;
}

.communication-with-sms .tab__heading .tmi-chevron-down { 
  font-size: 24px;
  color: #6E7191;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.communication-with-sms .get-started__buttons {
  margin-top: 80px;
}

@media (max-width: 1023.98px) {
  .communication-with-sms .get-started__buttons {
    margin-top: 48px;
  }
} 




.review-gallery {
  padding: 100px 0;
}

@media (max-width: 1199.98px) {
  .review-gallery {
    padding: 80px 0;
  }
}
@media (max-width: 1023.98px) {
  .review-gallery {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .review-gallery {
    padding: 40px 0;
  }
}
.review-gallery .heading-container {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1023.98px) {
  .review-gallery .heading-container {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .review-gallery .heading-container {
    text-align: left;
    margin-bottom: 40px;
  }
}
.review-gallery #baseSlider {
  margin: 0 auto 40px;
}

@media (max-width: 1199.98px) {
  .review-gallery #baseSlider {
    max-width: 900px;
  }
}
@media (max-width: 767.98px) {
  .review-gallery #baseSlider {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .review-gallery #baseSlider .splide__pagination {
    margin-top: 48px;
  }
}
.review-gallery .slider-item {
  display: flex;
  gap: 60px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .review-gallery .slider-item {
    gap: 40px;
  }
}
@media (max-width: 1023.98px) {
  .review-gallery .slider-item {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .review-gallery .slider-item {
    text-align: left;
  }
}
@media (max-width: 1023.98px) {
  .review-gallery .slider-item .photo {
    display: none;
  }
}
.review-gallery .slider-item .photo img {
  max-width: 460px;
  max-height: 410px;
}

@media (max-width: 1199.98px) {
  .review-gallery .slider-item .photo img {
    max-width: 350px;
    max-height: 350px;
  }
}
.review-gallery .slide-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #6E7191;
}

@media (max-width: 1023.98px) {
  .review-gallery .slide-description {
    align-items: center;
    text-align: center;
    padding: 0 68px;
  }
}
@media (max-width: 767.98px) {
  .review-gallery .slide-description {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    align-items: flex-start;
  }
}
.review-gallery .slide-description__category {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #008CFF;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", "Inter", Helvetica Neue, Arial, sans-serif;
}

.review-gallery .slide-description h3, .review-gallery .slide-description .h3 {
  text-indent: -0.5em;
  font-size: 36px;
  line-height: 48px;
  font-style: italic;
  color: #4E4B66;
}

@media (max-width: 1199.98px) {
  .review-gallery .slide-description h3, .review-gallery .slide-description .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .review-gallery .slide-description h3, .review-gallery .slide-description .h3 {
    text-indent: 0;
  }
}
.review-gallery .slide-buttons {
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .review-gallery .slide-buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.review-gallery .slide-buttons .btn + .btn {
  margin-left: 0;
}

.review-gallery .logos-wrapper {
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .review-gallery .logos-wrapper {
    padding-top: 40px;
    display: none;
  }
}
.review-gallery .logos-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 925px;
  row-gap: 25px;
  column-gap: 30px;
}

@media (max-width: 1023.98px) {
  .review-gallery .logos-wrapper a {
    justify-content: center;
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBEEF5;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  z-index: 9;
  padding: 0;
  text-align: center;
  font-size: 24px;
  color: #6E7191;
}

@media (max-width: 767.98px) {
  .splide__arrow {
    display: none;
  }
}
.splide__arrow:hover {
  background: #4E4B66;
  color: #fff;
}

.splide__arrow--prev {
  left: 0;
  padding-right: 2px;
  transform: translate(-92px, -50%);
}

@media (max-width: 1350px) {
  .splide__arrow--prev {
    transform: translate(-52px, -50%);
  }
}
@media (max-width: 1025px) {
  .splide__arrow--prev {
    transform: translate(0, -50%);
  }
}
.splide__arrow--next {
  right: 0;
  padding-left: 2px;
  transform: translate(92px, -50%);
}

@media (max-width: 1350px) {
  .splide__arrow--next {
    transform: translate(52px, -50%);
  }
}
@media (max-width: 1025px) {
  .splide__arrow--next {
    transform: translate(0, -50%);
  }
}
.splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 28px;
}

@media (max-width: 767.98px) {
  .splide__pagination {
    position: relative;
    text-align: center;
  }
}
.splide__pagination li {
  margin: 0 6px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EBEEF5;
  cursor: pointer;
  border: none;
}

.splide__pagination__page.is-active, .splide__pagination__page:hover {
  background: #008CFF;
} 

.justify-center {
  justify-content: center;
}

.review-gallery-logo7 {
  max-width: 120px;
  max-height: 18px;
}

.audience {
  padding: 100px 0;
  background: url(/wp-content/themes/textmagic-new/assets/img/home/audience-bg.svg) center top no-repeat #DBEFFF;
  background-size: cover; 
}

@media (max-width: 1199.98px) {
  .audience {
    padding: 80px 0;
  }
}
@media (max-width: 1023.98px) {
  .audience {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .audience {
    padding: 40px 0;
  }
}
.audience--white {
  background: #fff;
}

.audience .heading-container {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 78px;
}

@media (max-width: 767.98px) {
  .audience .heading-container {
    margin-bottom: 40px;
    max-width: none;
    text-align: left;
  }
}
@media (max-width: 374.98px) {
  .audience .heading-container {
    text-align: left;
    max-width: none;
  }
}
.audience-items {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 84px;
}

@media (max-width: 1199.98px) {
  .audience-items {
    gap: 32px 60px;
  }
}
@media (max-width: 1023.98px) {
  .audience-items {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .audience-items {
    gap: 0;
    grid-template-columns: unset;
  }
}
.audience-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #6E7191;
  position: relative;
}

@media (max-width: 1023.98px) {
  .audience-item {
    font-size: 16px;
    line-height: 24px;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767.98px) {
  .audience-item {
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .audience-item:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 100%;
    right: 0;
    height: 1px;
    background: #E3E4EE;
  }
}
.audience-item__icon {
  flex-grow: 0;
  display: flex;
  align-items: center;
  font-size: 32px;
  min-width: 32px;
  width: 32px;
  color: #008CFF;
}

@media (max-width: 1023.98px) {
  .audience-item__icon {
    font-size: 40px;
    min-width: 40px;
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .audience-item__icon {
    font-size: 28px;
    min-width: 28px;
    width: 28px;
  }
}
.audience-item__title {
  color: #4E4B66;
  font-weight: 700;
  display: inline;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1023.98px) {
  .audience-item__title {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .audience-item__title {
    flex-grow: 1;
    font-family: "Plus Jakarta Sans", "Inter", Helvetica Neue, Arial, sans-serif;
  }
}
.audience-item__title:after {
  content: ":";
}

@media (max-width: 1023.98px) {
  .audience-item__title:after {
    content: "";
  }
}
@media (max-width: 767.98px) {
  .audience-item__title:hover {
    color: #008CFF;
  }
}
.audience-item__title:hover .tmi-chevron-down {
  color: #008CFF;
}

.audience-item__description {
  display: inline;
}

@media (max-width: 1023.98px) {
  .audience-item__description {
    display: block;
  }
}
.audience-item__heading {
  position: relative;
}

@media (max-width: 767.98px) {
  .audience-item__heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .audience-item__heading:before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background: #6E7191;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.3s;
  }
}
.audience-item__heading > * {
  position: relative;
  z-index: 2;
}

.audience-item__heading .audience-item__title {
  display: none;
  padding-right: 40px;
}

@media (max-width: 767.98px) {
  .audience-item__heading .audience-item__title {
    display: block;
  }
}
.audience-item__heading .tmi-chevron-down {
  display: none;
  font-size: 24px;
  color: #6E7191;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .audience-item__heading .tmi-chevron-down {
    display: block;
  }
}
.audience-item__content {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .audience-item__content {
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .audience-item__content .audience-item__title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .audience-item--opened .audience-item__heading, .audience-item--opened .audience-item__heading:hover {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .audience-item--opened .audience-item__heading .tmi-chevron-down, .audience-item--opened .audience-item__heading:hover .tmi-chevron-down {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .audience-item--opened .audience-item__heading .audience-item__icon, .audience-item--opened .audience-item__heading:hover .audience-item__icon {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .audience-item--opened .audience-item__heading .audience-item__title, .audience-item--opened .audience-item__heading:hover .audience-item__title {
    color: #fff; 
  }
}
@media (max-width: 767.98px) {
  .audience-item--opened .audience-item__heading:before {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .audience-item--opened .audience-item__content {
    max-height: 100vh;
    padding: 20px 0 24px;
  }
}


.footer-top__column.links {
  grid-area: footer-column-links;
  column-count: 4;
  column-gap: 32px;
  column-fill: balance;
}

@media (max-width: 1199.98px) {
  .footer-top__column.links {
    column-gap: 24px;
    column-count: 3;
  }
}
@media (max-width: 1023.98px) {
  .footer-top__column.links {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .footer-top__column.links {
    column-count: 1;
  }
}
.footer-top__column.recent {
  grid-area: footer-column-recent;
}

@media (max-width: 767.98px) {
  .footer-top__column.recent {
    margin-bottom: -16px;
  }
} 
.footer-top__links {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
  .footer-top__links {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .footer-top__links {
    margin-bottom: 0;
    border-bottom: 1px solid #D9DBE9;
  }
}
.recent .footer-top__links {
  margin: 0;
}

@media (max-width: 767.98px) {
  .footer-top__links ul {
    display: none;
    padding: 4px 0 24px;
  }
}
@media (max-width: 767.98px) {
  .footer-top__links--opened ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer-top__links--opened .footer-top__heading:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.footer-top {
  padding: 68px 0;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1199.98px) {
  .footer-top {
    padding: 48px 0;
  }
}
@media (max-width: 1023.98px) {
  .footer-top {
    padding: 32px 0;
  }
}
.footer-top__in {
  display: grid;
  grid-template-areas: "footer-info footer-column-links" "footer-column-recent footer-column-links" "footer-logos footer-column-links";
  grid-template-rows: min-content min-content 1fr;
  gap: 32px 24px;
  grid-template-columns: 248px 1fr;
}

@media (max-width: 1199.98px) {
  .footer-top__in {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .footer-top__in {
    grid-template-areas: "footer-info" "footer-column-recent" "footer-column-links" "footer-logos";
    gap: 16px;
    grid-template-columns: unset;
  }
}
.footer-top__heading {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", "Inter", Helvetica Neue, Arial, sans-serif;
  color: #4E4B66;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .footer-top__heading {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer-top__heading {
    padding: 12px 40px 12px 0;
    margin: 0;
    cursor: pointer;
  }
}
@media (max-width: 767.98px) {
  .footer-top__heading:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../assets/icons/chevron-down.svg) center center no-repeat;
    background-size: cover;   
  }
} 
.footer-top__column a {
  font-weight: 400; 
  color: #6E7191 !important;
} 



.footer-top__column ul li:not(:last-child) {
  margin-bottom: 12px;
} 