

.case-study-product-featurebackground.inner-bg {
 background: #07174a !important;
  height: 582px;
  padding: 5rem 0 0 0;
}
.case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 68px !important;
}

.case-study-product-featurebackground p.inner-bannerSubtitle {
  color: rgba(227, 43, 128, 1);
  font-weight: 600;
  font-size: 22px;
}
.case-study-product-featurebackground h1.Features-main-heading {
  font-size: 38px !important;
  line-height: 48px !important;
  color: rgba(255, 255, 255, 1);
  font-weight: 700 !important;
  padding-top: 0rem !important;
}
/* highlight section */
.highlight-tab-section {
  margin-top: -44px;
}

section.highlight-tab-section nav {
  position: static;
}
.highlight-tab-section .nav-tabs .nav-link.active {
  background-color: #f4f4f4;
  box-shadow: 0px 4px 5px 0px #0000000d;
}

.highlight-tab-section a {
  font-weight: 500;
  font-size: 18px;
  line-height: 31.97px;
  letter-spacing: 0%;
  color: #333333;
  text-decoration: unset !important;
  padding: 30px;
  border-right: 0.97px solid #dedede;
}

.highlight-tab-section .custom-container a:last-child {
  border: unset;
}

.highlight-tab-section a.active {
  font-weight: 700;
  background: linear-gradient(
    90deg,
    rgba(119, 35, 128, 1),
    rgba(249, 80, 131, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: unset;
}
.highlight-tab-section .custom-container {
  border-radius: 20px !important;
}
.highlight-tab-section nav.custom-tabs.shadow-sm {
  display: flex;
  flex-wrap: unset;
  flex-wrap: wrap;
}
/* end highlight section */

/* overview section */
.overview-card {
  background: rgba(254, 249, 254, 1);
  border: 1px solid #ededed;
  border-radius: 10px;
}
.overview-section {
  padding: 3rem 0 3.5rem 0;
}
.overview-card .overview-icon {
  height: 66px;
  width: 66px;
  border-radius: 10px;
  border: 0.5px solid #a7a7a7;
  margin-bottom: 13px;
}

.overview-card {
  background: rgba(254, 249, 254, 1);
  /* border: 1px solid #ededed; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 46px 15px 20px;
  min-height: 100%;
}

.overview-card .overview-icon {
  position: absolute;
  height: 66px;
  width: 66px;
  border-radius: 10px;
  border: 0.5px solid #a7a7a7;
  margin-bottom: 13px;
  top: -33px;
}
.overview-section h2.section-title-overview {
  color: rgba(30, 40, 45, 1);
  font-size: 30px;
  font-weight: 400;
}
p.overview-card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 0;
  color: #333333;
}

.overview-section p.desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
  color: #333333;
}

.overview-section .overview-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview-icon img {
  max-width: 44px;
  max-height: 44px;
}

.overview-section .overview-row {
  margin-top: 75px;
}

/* end overview section */

.section-bar {
  width: 77px;
  height: 3px;
  background-color: rgba(229, 18, 123, 1);
  margin: 15px 0 24px;
}

.context-section h2.section-title-context {
  font-size: 30px;
  font-weight: 400;
  color: rgba(30, 40, 45, 1);
}
.context-section {
  padding: 4rem 0 4rem 0;
}
.context-section .para {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.conclusion-section {
  padding-bottom: 55px;
}

.conclusion-section p.para {
  color: #333;
  margin-bottom: 0;
}

.section-bar-1 {
  width: 77px;
  height: 3px;
  background-color: rgba(229, 18, 123, 1);
  margin: 15px 0 24px;

  margin-left: auto;
  margin-right: auto;
}

.conclusion-section h2.section-title {
  font-size: 30px !important;
  color: rgba(30, 40, 45, 1);
  -webkit-text-fill-color: unset !important;
}
.conclusion-section .para {
  text-align: center;
}
section.conclusion-section {
  padding: 3rem 0px 3.5rem 0px;
}

.stats-section {
  color: white;
  padding: 3.5rem 0 3rem 0;
  text-align: center;
}

.stats-container {
  max-width: 800px;
  margin: 0 auto;
}

.stats-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.stat-value {
  font-size: 40px;
  font-weight: 700;
  color: #ff6b8a;
  margin-bottom: 0.5rem;
}

.stat-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}

.stats-divider {
  width: 2px;
  height: 7rem;
  background: linear-gradient(
    to bottom,
    rgba(119, 35, 128, 1),
    rgba(249, 80, 131, 1)
  );
}

.highlights-section {
  background-color: #0a1a39;
  color: rgba(255, 255, 255, 1);
  padding: 3.5rem 0 3.5rem 0;
}

.highlight-item {
  text-align: center;
  padding: 20px;
  position: relative;
}

.highlight-icon {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.highlight-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 9rem;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(119, 35, 128, 1),
    rgba(249, 80, 131, 1)
  );
}

.highlight-title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.highlights-section h2.highlight-heading {
  font-size: 30px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

section.solution-section {
  padding: 3.5rem 0 1.5rem 0;
}
.solutions-heading {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 30px;
}

.solution-item {
  margin-bottom: 1.5rem;
}
.solution-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.solution-description {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.bullet-point {
  position: relative;
  padding-left: 1.5rem;
}
.bullet-point::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
}

.business-outcome-heading {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 30px;
}

.outcome-number {
  font-weight: bold;
  margin-right: 5px;
}
.outcome-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 1);
}
.outcome-description {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

section.business-outcome-section {
  padding: 4rem 0 2.5rem 0;
}

.business-challenges-section {
  padding: 3.5rem 0 3rem 0;
}

.business-challenges-heading {
  font-weight: 600;
  font-size: 30px;
  color: white;
  margin-bottom: 1rem;
}

.challenge-card {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  margin-bottom: 1.3rem;
}

.challenge-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 1);
}
.challenge-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}
.intro-text {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  font-weight: 400;
}

h2.kasesync-support-section-text {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
section.kasesync-support-section {
  padding: 3.5rem 0 2rem 0;
}
a.btn.schedule-btn.pulse {
  padding: 12px 28px !important;
  font-size: 24px;
  font-weight: 700;
}
.customer-love {
  padding: 53px 0 156px !important;
}
section.customer-love.testimonial-section {
  padding-bottom: 50px !important;
}
.customer-love h2 {
  font-size: 30px !important;
  line-height: 46px !important;
  color: rgba(30, 40, 45, 1) !important;
}
.customer-love.testimonial-section .item {
    padding-top: 1rem;
}
.customer-love .customer_cont {
  padding-top: 18px;
  padding-bottom: 12px;
  padding-right: 30px;
}

.client-words p {
    line-height: 32px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.customer-love .customer_des {
  padding: 60px 20px !important; 
  height: 96%;
}
.customer-love .customer_des .client-img-width {
  width: 120px;
  margin: 0 auto;
  padding-bottom: 16px;
}


.customer-love .customer_des span.clients-position .d2l {
  color: #ca1c84;
  font-weight: 600;
}

.custom-green-star {
  text-align: center;
}
.resourceBlogs-slider-section .nav-tabs .nav-link.active::after {
   display:none;
}


@media only screen and (max-width: 1190px) {
  .case-study-product-featurebackground p.inner-bannerSubtitle {
    color: rgba(227, 43, 128, 1);
    margin-bottom: 6px;
  }

.highlight-tab-section a {
    line-height: 41.97px;
    padding: 26px;
}
.business-challenges-section .right-img {
    margin-top: 6rem;
}
section.solution-section {
    padding: 3.5rem 0 2.5rem 0;
}
section.business-outcome-section {
    padding: 3.5rem 0 2.5rem 0;
}
.business-outcome-section .outcome-image {
    margin-bottom: 1rem;
}
.highlight-title {
    font-size: 15px;
}
}
@media only screen and (max-width: 1033px) {
  .case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 2rem !important;
  }
    .case-study-product-featurebackground.inner-bg {
    height: 524px;
}
}
@media only screen and (max-width: 1033px) {
  .highlight-tab-section a {
    line-height: 42.97px;
    padding: 26px;
  }
  .overview-section .overview-row {
    overflow: visible !important;
  }
  .right-img {
    margin-top: 6rem;
  }
  section.kasesync-support-section .row {
    overflow-x: unset;
}
}

@media only screen and (max-width: 1024px) {
  .highlights-section {
    padding: 3.5rem 0 3rem 0;
  }
  h2.kasesync-support-section-text {
    font-size: 28px;
    line-height: 40px;
  }
  section.kasesync-support-section {
    padding: 3rem 0 2.5rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .overview-section .overview-row {
    row-gap: 60px;
  }
  .overview-section {
    padding: 8rem 0 4.5rem 0;
  }
  .highlight-tab-section .custom-container a:nth-child(5) {
    border-bottom: unset;
  }
  .highlight-tab-section .custom-container a:last-child {
    border: unset;
  }
  .right-img {
    margin-top: 2rem;
  }

  .business-challenges-section {
    padding: 3.5rem 0 3rem 0;
  }
  section.solution-section {
    padding: 3.5rem 0 2.5rem 0;
  }
  .outcome-image {
    margin-top: 2rem;
  }
  section.business-outcome-section {
    padding: 3.5rem 0 3rem 0;
  }
  .highlight-tab-section a {
    padding: 20px;
    border-bottom: 0.97px solid #dedede;
    border-right: unset;
  }
  h2.kasesync-support-section-text {
    font-size: 24px;
    line-height: 40px;
  }
  .case-study-product-featurebackground h1.Features-main-heading {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 2.5rem !important;
  }
  .case-study-product-featurebackground.inner-bg {
  height: 486px;
  padding: 5rem 0 0 0;
}
  .customer-love h2 {
    font-size: 32px !important;
  }
  .customer-love .customer_cont {
    padding: 20px;
  }
.client-words p {
    font-size: 18px !important;
}
.customer-love .customer_des {
    height: 100%;
}
.business-challenges-section .right-img {
    display: none;
}
.business-outcome-section .outcome-image {
    display: none;
}
section.customer-love.testimonial-section {
    padding-bottom: 60px !important;
}
.case-study-product-featurebackground.inner-bg .case-study-banner-img {
    display: none;
}
}
@media only screen and (max-width: 768px) {
  .case-study-product-featurebackground.inner-bg .case-study-banner-img {
    display: none;
}
  a.btn.schedule-btn.pulse {
    font-size: 22px;
  }
  .conclusion-section .para {
    text-align: left;
  }
  .case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 6.5rem !important;
  }
  .customer-love .customer_cont {
    min-height: 361px;
    border-radius: 0;
  }
.customer-love .customer_des {
    height: 100%;
}
}
@media only screen and (max-width: 767px) {
  .highlight-tab-section .custom-container a:nth-child(4) {
    border: unset;
  }
  .overview-section h2.section-title-overview {
    text-align: center;
  }
  .section-bar {
    margin-left: auto;
    margin-right: auto;
  }
  .context-section h2.section-title-context {
    text-align: center;
  }
  .context-section .para {
    text-align: left;
  }
  .business-challenges-heading {
    text-align: center;
  }
  .intro-text {
    text-align: center;
  }
  .challenge-card {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }
  .solutions-heading {
    text-align: center;
  }
  .business-outcome-heading {
    text-align: center;
  }
  h2.kasesync-support-section-text {
    line-height: 36px;
    text-align: center;
  }
  section.kasesync-support-section {
    padding: 3rem 0 3.5rem 0;
  }
  .case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 5.5rem !important;
  }
  .case-study-product-featurebackground h1.Features-main-heading {
    font-size: 26px !important;
    line-height: 38px !important;
  }
  .customer-love h2 {
    font-size: 30px !important;
  }
  .customer-love .customer_des {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .client-words {
    padding: 20px;
  }
.customer-love .customer_des {
    padding: 60px 20px 40px 20px  !important;
}
section.customer-love.testimonial-section {
    padding-bottom: 64px !important;
}
}
@media only screen and (max-width: 480px) {
  .highlight-tab-section .custom-container a:nth-child(4) {
    border-bottom: 0.97px solid #dedede;
  }
  .highlight-tab-section .custom-container a:nth-child(5) {
    border-bottom: 0.97px solid #dedede;
  }
  .overview-section {
    padding: 13.5rem 0 4.5rem 0;
  }
  .stat-value {
    margin-top: 1rem;
  }
  .case-study-product-featurebackground p.inner-bannerSubtitle {
    text-align: center;
  }
  .case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 7rem !important;
  }
  .customer-love h2 {
    font-size: 26px !important;
  }
  .case-study-product-featurebackground h1.Features-main-heading {
    font-size: 24px !important;
}
}
@media only screen and (max-width: 430px) {
  .context-section {
    padding: 3.5rem 0 4rem 0;
  }
  .case-study-product-featurebackground h1.Features-main-heading {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .case-study-product-featurebackground.inner-bg .banersetmargin {
    padding-top: 6.5rem !important;
  }
.customer-love h2 {
    font-size: 22px !important;
}
section.kasesync-support-section {
    padding: 3rem 0 3rem 0;
}
}
@media only screen and (max-width: 414px) {
  .highlight-tab-section .custom-container a:nth-child(5) {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 390px) {
  .overview-section {
    padding: 18.5rem 0 4.5rem 0;
  }
  .customer-love h2 {
    font-size: 21px !important;
  }
}
