.section-topBanner {
    background: #360066;
    padding: 120px 0;
}
.topBanner-left img {
    width: auto !important;
} 
.section-topBanner .pageTitle {
    font-size: 38px;
    line-height: 1.16;
    margin: 17px 0 0;
}
.section-mainContent {
    padding: 70px 0;
}

.mainContent-left {
    width: 64.4%;
}
.editor-content h4 {
    color: #554EF1;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.editor-content h2 {
    color: #01011C;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px;
    line-height: 1.2;
}
.editor-content p {
    font-size: 18px;
    font-weight: 400;
    color: #01011c;
    opacity: .8;
}


.mainContent-right {
    width: 31.55%;
}
.mainContent-right .summarytitle {
    color: #554EF1;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
} 
.mainContent-right .summary-desc {
    font-size: 18px;
    color: #01011c;
    opacity: .77;
    line-height: 1.46;
    margin: 14px 0 16px;
}
.mainContent-right .stats-section .stat-count {
    color: #01011c;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: .5em;
}
.mainContent-right .stats-section .stat-description {
    color: #01011CC4;
    font-size: 18px; 
    opacity: .77;
    margin-bottom: 1rem;
}

.mainContent-rightInwrap {
    padding-left: 30px;
    border-left: solid 1px #0000001F;
}

/* Related Case study styling */
.section-relatedCasestudy {
    position: relative;
    background: #F6F9FC;
    padding: 120px 0;
}

.casestudy-title {
    font-size: 40px;
    line-height: 44px;
    color: #262642;
    margin-bottom: 40px;
} 
 
.swiper-container{ 
    overflow: unset;
} 
.related-case-studies-swiper .swiper-slide {
  height: auto; /* OR use 100% only if wrapper has fixed height */
  display: flex;
}

.related-case-studies-swiper .item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-slide .item-inner {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.swiper-slide .item-inner .round-img {
    width: auto !important;
}
.swiper-slide .excerpt {
    margin-top: 25px;
}
 
.nav-controls > div {
  width: 50px;
  height: 50px;
  background: #f6f9fc;
  border-radius: 50%;
  margin-top: 0;
  position: static;
}
.swiper-button-next img {
    transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .nav-controls > div {
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
  }
  .nav-controls > div:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f6f9fc;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: -1;
  }
  .nav-controls > div.swiper-button-prev:after {
    transform: translateX(-15px);
  }
  .nav-controls > div.swiper-button-next:after {
    transform: translateX(15px);
  }
} 
.topBanner-right video,
.topBanner-right iframe {
    border-radius: 16px;
}
