/************************* Case Study Page CSS *************************/

/* Banner gradient background */
.zwc-customer-detailed-page {
  background: transparent linear-gradient(93deg, #416dff 0%, #007ec5 100%);
  padding: 80px 0;
}
.zwc-customer-detailed-page > .content-wrap > h1 {
  width: 700px;
  text-align: left;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  font-family: var(--primaryfont-semibold);
}

/* Main wrapper */
.zwc-main {
  background: #f7f7f7;
  padding-bottom: 30px;
}
.zwc-main .content-wrap {
  max-width: 1000px;
  overflow: hidden;
  clear: both;
}

/* Company content - two column with sidebar */
.zwc-customer-detailed-content {
  margin: 0 auto;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
.zwc-customer-detailed-content > div {
  width: 58%;
  display: table-cell;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 50px 0 0;
  padding: 0;
}
.zwc-customer-detailed-content > div > p {
  padding: 0;
  margin: 0 0 20px;
}
.zwc-customer-detailed-content > div > p:last-child {
  margin: 0;
}
.zwc-customer-detailed-content.zwc-cus-type {
  overflow: visible;
}
.zwc-customer-detailed-content.zwc-cus-type > div:first-child {
  float: right;
  width: 40%;
  max-width: 330px;
  margin-left: 2%;
}

/* Logo sidebar card */
.zwc-case-study-logo {
  display: inline-block;
  margin: -103px 0 0 0;
  box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  width: 330px;
  max-width: 100%;
  border: 1px solid #eee;
  float: right;
}
.zwc-case-study-logo > ul {
  margin: 0;
  padding: 0;
}
.zwc-case-study-logo > ul > li {
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  font-size: 13px;
}
.zwc-case-study-logo > ul > li > span {
  display: block;
  font-size: 11px;
  font-family: var(--primaryfont-semibold);
  color: #8996a0;
}
.zwc-case-study-logo > ul > li:last-child {
  border-bottom: 0;
}

/* Section headings */
.zwc-main h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: var(--primaryfont-bold);
}
.zwc-main h3 {
  font-size: 22px;
  line-height: 1.2;
  font-family: var(--primaryfont-bold);
}

/* Content rows */
.content-wrap.zwc-content-row > div {
  width: 100%;
  display: block;
  margin: 50px auto 0;
}
.content-wrap.zwc-content-row > div p {
  margin-bottom: 15px;
}

/* Testimonial quote block */
.zwc-double-quote {
  max-width: 100%;
  padding: 30px 38px;
  margin: 40px 0;
  border-left: 2px solid #000;
  background-color: #fff;
}
.zwc-quotes-txt {
  font-size: 36px;
  line-height: 1.3;
  font-family: var(--zf-primary-light);
  letter-spacing: 1px;
}

/* Customer attribution */
.zwc-customer-section {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.zwc-customer-section img {
  margin-right: 20px;
  border-radius: 100%;
}
.content-wrap.zwc-content-row .zwc-customer-section p {
  margin-bottom: 0;
  line-height: 1.4;
}
.zwc-high-light {
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--primaryfont-semibold);
  display: block;
}
.zwc-high-light-text {
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--primaryfont-semibold);
}

/* Benefits list */
.zwc-content-row > div ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin-top: 50px;
}
.zwc-content-row > div ul li {
  margin: 10px 0;
}

/************************* Responsive *************************/
@media only screen and (max-width: 1199px) {
  .zwc-customer-detailed-page > .content-wrap > h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1124px) {
  .zwc-customer-detailed-page > .content-wrap > h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .zwc-customer-detailed-page > .content-wrap > h1 {
    font-size: 36px;
    width: 525px;
  }
  .zwc-main h2,
  .zwc-quotes-txt {
    font-size: 26px;
  }
  .zwc-main h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .zwc-customer-detailed-page > .content-wrap > h1 {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
  .zwc-customer-detailed-content > div {
    width: 100%;
    padding: 10px 0;
  }
  .zwc-customer-detailed-content.zwc-cus-type > div:first-child {
    float: none;
    margin: 0 auto;
    width: 330px;
    display: block;
    max-width: 100%;
  }
  .zwc-case-study-logo {
    margin: -45px auto 10px;
    display: block;
    width: 100%;
    float: none;
  }
  .zwc-double-quote {
    padding: 30px 20px;
  }
  .zwc-quotes-txt {
    font-size: 18px;
    line-height: 1.6;
  }
  .zwc-customer-section p,
  .zwc-high-light {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .zwc-customer-detailed-content > div {
    margin: 20px 0 0;
  }
  .zwc-customer-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .zwc-customer-section img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 70px;
  }
}
